From da12b99aa488d9e45dcb05a5bd275eae0d4cfb0f Mon Sep 17 00:00:00 2001 From: JohnBraham Date: Wed, 9 Sep 2026 00:32:01 +0100 Subject: [PATCH 1/2] Port Mineralogy 6.1.2 to NeoForge 1.21.1 --- .github/workflows/ci.yml | 18 +- .github/workflows/codeql-analysis.yml | 4 +- .github/workflows/validate-gradle-build.yml | 4 +- CHANGELOG.txt | 22 ++ README.md | 10 +- build.gradle | 120 +++++----- docs/CONTENT_CONFIG.md | 7 +- docs/DEVELOPER_GUIDE.md | 50 +++-- docs/PLAYER_GUIDE.md | 23 +- docs/PROVIDER.md | 8 +- docs/README.md | 2 +- docs/VERSIONS.md | 24 +- gradle.properties | 20 +- scripts/generate-locales.ps1 | 2 +- scripts/generate-recipes.ps1 | 167 ++++++++++++-- .../mc/mineralogy/MineralogyConfig.java | 2 +- .../moddev/mc/mineralogy/blocks/Chalk.java | 2 +- .../mc/mineralogy/blocks/DoubleSlab.java | 7 +- .../moddev/mc/mineralogy/blocks/Gypsum.java | 2 +- .../zone/moddev/mc/mineralogy/blocks/Ore.java | 11 +- .../moddev/mc/mineralogy/blocks/Rock.java | 8 +- .../mc/mineralogy/blocks/RockFurnace.java | 2 +- .../moddev/mc/mineralogy/blocks/RockSalt.java | 2 +- .../moddev/mc/mineralogy/blocks/RockSlab.java | 2 +- .../mc/mineralogy/client/ClientSetup.java | 2 +- .../compat/CobblestoneTagPolicy.java | 24 +- .../moddev/mc/mineralogy/init/Blocks.java | 2 +- .../zone/moddev/mc/mineralogy/init/Items.java | 2 +- .../mc/mineralogy/init/MineralogyFluids.java | 6 +- .../mineralogy/init/MineralogyItemGroups.java | 4 +- .../mc/mineralogy/init/TileEntities.java | 2 +- .../patching/LegacyWorldDataHook.java | 12 +- .../mc/mineralogy/patching/PatchHandler.java | 4 +- .../tileentity/TileEntityRockFurnace.java | 4 +- .../data/c/tags/block/cobblestones.json | 7 + .../tags/{blocks => block}/ores/nitrate.json | 0 .../{blocks => block}/ores/phosphorous.json | 0 .../c/tags/{blocks => block}/ores/sulfur.json | 0 .../storage_blocks/chalk.json | 0 .../storage_blocks/gypsum.json | 0 .../storage_blocks/nitrate.json | 0 .../storage_blocks/phosphorous.json | 0 .../storage_blocks/rock_salt.json | 0 .../storage_blocks/sulfur.json | 0 .../data/c/tags/blocks/cobblestones.json | 7 - .../data/c/tags/fluid/crude_oil.json | 7 + .../data/c/tags/fluids/crude_oil.json | 7 - .../data/c/tags/item/buckets/crude_oil.json | 6 + .../data/c/tags/item/cobblestones.json | 7 + .../data/c/tags/item/dusts/carbon.json | 6 + .../c/tags/{items => item}/dusts/chalk.json | 0 .../data/c/tags/item/dusts/coal.json | 6 + .../c/tags/{items => item}/dusts/gypsum.json | 0 .../c/tags/{items => item}/dusts/nitrate.json | 0 .../{items => item}/dusts/phosphorous.json | 0 .../tags/{items => item}/dusts/rock_salt.json | 0 .../c/tags/{items => item}/dusts/sulfur.json | 0 .../c/tags/{items => item}/ores/nitrate.json | 0 .../{items => item}/ores/phosphorous.json | 0 .../c/tags/{items => item}/ores/sulfur.json | 0 .../{items => item}/storage_blocks/chalk.json | 0 .../storage_blocks/gypsum.json | 0 .../storage_blocks/nitrate.json | 0 .../storage_blocks/phosphorous.json | 0 .../storage_blocks/rock_salt.json | 0 .../storage_blocks/sulfur.json | 0 .../data/c/tags/items/buckets/crude_oil.json | 6 - .../data/c/tags/items/cobblestones.json | 7 - .../data/c/tags/items/dusts/carbon.json | 4 - .../data/c/tags/items/dusts/coal.json | 4 - .../tags/block/cobblestone.json} | 0 .../data/forge/tags/block/ores/nitrate.json | 6 + .../forge/tags/block/ores/phosphorous.json | 6 + .../data/forge/tags/block/ores/sulfur.json | 6 + .../tags/block/storage_blocks/chalk.json | 6 + .../tags/block/storage_blocks/gypsum.json | 6 + .../tags/block/storage_blocks/nitrate.json | 6 + .../block/storage_blocks/phosphorous.json | 6 + .../tags/block/storage_blocks/rock_salt.json | 6 + .../tags/block/storage_blocks/sulfur.json | 6 + .../data/forge/tags/blocks/cobblestone.json | 6 - .../data/forge/tags/blocks/ores/nitrate.json | 6 - .../forge/tags/blocks/ores/phosphorous.json | 6 - .../data/forge/tags/blocks/ores/sulfur.json | 6 - .../tags/blocks/storage_blocks/chalk.json | 6 - .../tags/blocks/storage_blocks/gypsum.json | 6 - .../tags/blocks/storage_blocks/nitrate.json | 6 - .../blocks/storage_blocks/phosphorous.json | 6 - .../tags/blocks/storage_blocks/rock_salt.json | 6 - .../tags/blocks/storage_blocks/sulfur.json | 6 - .../data/forge/tags/fluid/crude_oil.json | 6 + .../forge/tags/item/buckets/crude_oil.json | 6 + .../tags/item/cobblestone.json} | 0 .../data/forge/tags/item/dusts/carbon.json | 6 + .../data/forge/tags/item/dusts/chalk.json | 6 + .../data/forge/tags/item/dusts/coal.json | 6 + .../data/forge/tags/item/dusts/gypsum.json | 6 + .../data/forge/tags/item/dusts/nitrate.json | 6 + .../forge/tags/item/dusts/phosphorous.json | 6 + .../data/forge/tags/item/dusts/rock_salt.json | 6 + .../data/forge/tags/item/dusts/sulfur.json | 6 + .../items => forge/tags/item}/dyes/black.json | 0 .../items => forge/tags/item}/dyes/blue.json | 0 .../items => forge/tags/item}/dyes/brown.json | 0 .../items => forge/tags/item}/dyes/cyan.json | 0 .../items => forge/tags/item}/dyes/gray.json | 0 .../items => forge/tags/item}/dyes/green.json | 0 .../tags/item}/dyes/light_blue.json | 0 .../tags/item}/dyes/light_gray.json | 0 .../items => forge/tags/item}/dyes/lime.json | 0 .../tags/item}/dyes/magenta.json | 0 .../tags/item}/dyes/orange.json | 0 .../items => forge/tags/item}/dyes/pink.json | 0 .../tags/item}/dyes/purple.json | 0 .../items => forge/tags/item}/dyes/red.json | 0 .../items => forge/tags/item}/dyes/white.json | 0 .../tags/item}/dyes/yellow.json | 0 .../tags/item}/lamps/rock_salt.json | 0 .../tags/item}/lamps/rock_salt_street.json | 0 .../data/forge/tags/item/ores/nitrate.json | 6 + .../forge/tags/item/ores/phosphorous.json | 6 + .../data/forge/tags/item/ores/sulfur.json | 6 + .../tags/items => forge/tags/item}/paper.json | 0 .../sands.json => forge/tags/item/sand.json} | 0 .../forge/tags/item/storage_blocks/chalk.json | 6 + .../tags/item/storage_blocks/gypsum.json | 6 + .../tags/item/storage_blocks/nitrate.json | 6 + .../tags/item/storage_blocks/phosphorous.json | 6 + .../tags/item/storage_blocks/rock_salt.json | 6 + .../tags/item/storage_blocks/sulfur.json | 6 + .../data/forge/tags/items/cobblestone.json | 6 - .../data/forge/tags/items/dusts/carbon.json | 6 - .../data/forge/tags/items/dusts/chalk.json | 6 - .../data/forge/tags/items/dusts/coal.json | 6 - .../data/forge/tags/items/dusts/gypsum.json | 6 - .../data/forge/tags/items/dusts/nitrate.json | 6 - .../forge/tags/items/dusts/phosphorous.json | 6 - .../forge/tags/items/dusts/rock_salt.json | 6 - .../data/forge/tags/items/dusts/sulfur.json | 6 - .../data/forge/tags/items/dyes/black.json | 6 - .../data/forge/tags/items/dyes/blue.json | 6 - .../data/forge/tags/items/dyes/brown.json | 6 - .../data/forge/tags/items/dyes/cyan.json | 6 - .../data/forge/tags/items/dyes/gray.json | 6 - .../data/forge/tags/items/dyes/green.json | 6 - .../forge/tags/items/dyes/light_blue.json | 6 - .../forge/tags/items/dyes/light_gray.json | 6 - .../data/forge/tags/items/dyes/lime.json | 6 - .../data/forge/tags/items/dyes/magenta.json | 6 - .../data/forge/tags/items/dyes/orange.json | 6 - .../data/forge/tags/items/dyes/pink.json | 6 - .../data/forge/tags/items/dyes/purple.json | 6 - .../data/forge/tags/items/dyes/red.json | 6 - .../data/forge/tags/items/dyes/white.json | 6 - .../data/forge/tags/items/dyes/yellow.json | 6 - .../forge/tags/items/lamps/rock_salt.json | 6 - .../tags/items/lamps/rock_salt_street.json | 6 - .../data/forge/tags/items/ores/nitrate.json | 6 - .../forge/tags/items/ores/phosphorous.json | 6 - .../data/forge/tags/items/ores/sulfur.json | 6 - .../data/forge/tags/items/paper.json | 6 - .../resources/data/forge/tags/items/sand.json | 6 - .../tags/items/storage_blocks/chalk.json | 6 - .../tags/items/storage_blocks/gypsum.json | 6 - .../tags/items/storage_blocks/nitrate.json | 6 - .../items/storage_blocks/phosphorous.json | 6 - .../tags/items/storage_blocks/rock_salt.json | 6 - .../tags/items/storage_blocks/sulfur.json | 6 - .../recipes/brewing/brewing_stand.json | 33 +++ .../recipes/building_blocks/andesite.json | 33 +++ .../recipes/building_blocks/diorite.json | 33 +++ .../mossy_cobblestone_from_moss_block.json | 33 +++ .../mossy_cobblestone_from_vine.json | 33 +++ .../building_blocks/polished_andesite.json | 47 ++++ .../building_blocks/polished_basalt.json | 47 ++++ .../building_blocks/polished_diorite.json | 47 ++++ .../building_blocks/polished_granite.json | 47 ++++ .../building_blocks/polished_tuff.json | 47 ++++ .../recipes/combat/stone_sword.json | 33 +++ .../recipes/decorations/furnace.json | 33 +++ .../recipes/redstone/dispenser.json | 33 +++ .../advancement/recipes/redstone/dropper.json | 33 +++ .../advancement/recipes/redstone/lever.json | 33 +++ .../recipes/redstone/observer.json | 33 +++ .../advancement/recipes/redstone/piston.json | 33 +++ .../advancement/recipes/tools/stone_axe.json | 33 +++ .../advancement/recipes/tools/stone_hoe.json | 33 +++ .../recipes/tools/stone_pickaxe.json | 33 +++ .../recipes/tools/stone_shovel.json | 33 +++ .../recipes/brewing/brewing_stand.json | 33 --- .../recipes/building_blocks/andesite.json | 33 --- .../recipes/building_blocks/diorite.json | 33 --- .../mossy_cobblestone_from_moss_block.json | 33 --- .../mossy_cobblestone_from_vine.json | 33 --- .../building_blocks/polished_andesite.json | 47 ---- .../building_blocks/polished_basalt.json | 47 ---- .../building_blocks/polished_diorite.json | 47 ---- .../building_blocks/polished_granite.json | 47 ---- .../recipes/combat/stone_sword.json | 33 --- .../recipes/decorations/furnace.json | 33 --- .../recipes/redstone/dispenser.json | 33 --- .../recipes/redstone/dropper.json | 33 --- .../advancements/recipes/redstone/lever.json | 33 --- .../recipes/redstone/observer.json | 33 --- .../advancements/recipes/redstone/piston.json | 33 --- .../advancements/recipes/tools/stone_axe.json | 33 --- .../advancements/recipes/tools/stone_hoe.json | 33 --- .../recipes/tools/stone_pickaxe.json | 33 --- .../recipes/tools/stone_shovel.json | 33 --- .../data/minecraft/recipe/andesite.json | 16 ++ .../data/minecraft/recipe/andesite_slab.json | 17 ++ ...esite_slab_from_andesite_stonecutting.json | 10 + .../data/minecraft/recipe/brewing_stand.json | 20 ++ .../coast_armor_trim_smithing_template.json | 25 +++ .../data/minecraft/recipe/diorite.json | 21 ++ .../data/minecraft/recipe/diorite_slab.json | 17 ++ ...iorite_slab_from_diorite_stonecutting.json | 10 + .../data/minecraft/recipe/dispenser.json | 24 ++ .../data/minecraft/recipe/dropper.json | 21 ++ .../data/minecraft/recipe/furnace.json | 18 ++ .../data/minecraft/recipe/granite_slab.json | 17 ++ ...ranite_slab_from_granite_stonecutting.json | 10 + .../data/minecraft/recipe/lever.json | 20 ++ .../mossy_cobblestone_from_moss_block.json | 16 ++ .../recipe/mossy_cobblestone_from_vine.json | 16 ++ .../data/minecraft/recipe/observer.json | 24 ++ .../data/minecraft/recipe/piston.json | 27 +++ .../minecraft/recipe/polished_andesite.json | 16 ++ .../recipe/polished_andesite_slab.json | 17 ++ ...esite_slab_from_andesite_stonecutting.json | 10 + ...b_from_polished_andesite_stonecutting.json | 10 + .../minecraft/recipe/polished_basalt.json | 16 ++ .../minecraft/recipe/polished_diorite.json | 16 ++ .../recipe/polished_diorite_slab.json | 17 ++ ...iorite_slab_from_diorite_stonecutting.json | 10 + ...ab_from_polished_diorite_stonecutting.json | 10 + .../minecraft/recipe/polished_granite.json | 16 ++ .../recipe/polished_granite_slab.json | 17 ++ ...ranite_slab_from_granite_stonecutting.json | 10 + ...ab_from_polished_granite_stonecutting.json | 10 + .../data/minecraft/recipe/polished_tuff.json | 16 ++ .../minecraft/recipe/polished_tuff_slab.json | 17 ++ ..._slab_from_polished_tuff_stonecutting.json | 10 + ...shed_tuff_slab_from_tuff_stonecutting.json | 10 + .../sentry_armor_trim_smithing_template.json | 25 +++ .../data/minecraft/recipe/stone_axe.json | 21 ++ .../data/minecraft/recipe/stone_hoe.json | 21 ++ .../data/minecraft/recipe/stone_pickaxe.json | 21 ++ .../data/minecraft/recipe/stone_shovel.json | 21 ++ .../data/minecraft/recipe/stone_sword.json | 21 ++ .../minecraft/recipe/tuff_brick_slab.json | 17 ++ ..._slab_from_polished_tuff_stonecutting.json | 10 + ...ck_slab_from_tuff_bricks_stonecutting.json | 10 + ...uff_brick_slab_from_tuff_stonecutting.json | 10 + .../data/minecraft/recipe/tuff_slab.json | 17 ++ .../tuff_slab_from_tuff_stonecutting.json | 10 + .../vex_armor_trim_smithing_template.json | 25 +++ .../data/minecraft/recipes/andesite.json | 16 -- .../data/minecraft/recipes/andesite_slab.json | 17 -- ...esite_slab_from_andesite_stonecutting.json | 10 - .../data/minecraft/recipes/brewing_stand.json | 20 -- .../coast_armor_trim_smithing_template.json | 25 --- .../data/minecraft/recipes/diorite.json | 21 -- .../data/minecraft/recipes/diorite_slab.json | 17 -- ...iorite_slab_from_diorite_stonecutting.json | 10 - .../data/minecraft/recipes/dispenser.json | 24 -- .../data/minecraft/recipes/dropper.json | 21 -- .../data/minecraft/recipes/furnace.json | 18 -- .../data/minecraft/recipes/granite_slab.json | 17 -- ...ranite_slab_from_granite_stonecutting.json | 10 - .../data/minecraft/recipes/lever.json | 20 -- .../mossy_cobblestone_from_moss_block.json | 16 -- .../recipes/mossy_cobblestone_from_vine.json | 16 -- .../data/minecraft/recipes/observer.json | 24 -- .../data/minecraft/recipes/piston.json | 27 --- .../minecraft/recipes/polished_andesite.json | 16 -- .../recipes/polished_andesite_slab.json | 17 -- ...esite_slab_from_andesite_stonecutting.json | 10 - ...b_from_polished_andesite_stonecutting.json | 10 - .../minecraft/recipes/polished_basalt.json | 16 -- .../minecraft/recipes/polished_diorite.json | 16 -- .../recipes/polished_diorite_slab.json | 17 -- ...iorite_slab_from_diorite_stonecutting.json | 10 - ...ab_from_polished_diorite_stonecutting.json | 10 - .../minecraft/recipes/polished_granite.json | 16 -- .../recipes/polished_granite_slab.json | 17 -- ...ranite_slab_from_granite_stonecutting.json | 10 - ...ab_from_polished_granite_stonecutting.json | 10 - .../sentry_armor_trim_smithing_template.json | 25 --- .../data/minecraft/recipes/stone_axe.json | 21 -- .../data/minecraft/recipes/stone_hoe.json | 21 -- .../data/minecraft/recipes/stone_pickaxe.json | 21 -- .../data/minecraft/recipes/stone_shovel.json | 21 -- .../data/minecraft/recipes/stone_sword.json | 21 -- .../vex_armor_trim_smithing_template.json | 25 --- .../{blocks => block}/mineable/pickaxe.json | 0 .../{blocks => block}/needs_iron_tool.json | 0 .../{blocks => block}/needs_stone_tool.json | 0 .../tags/{blocks => block}/walls.json | 0 .../tags/item/stone_crafting_materials.json | 6 + .../tags/item/stone_tool_materials.json | 6 + .../minecraft/tags/{items => item}/walls.json | 0 .../mineralogy/all_the_rocks.json | 0 .../recipes/amphibolite_brick.json | 32 +++ .../amphibolite_brick_block_polishing.json | 61 ++++++ .../recipes/amphibolite_brick_furnace.json | 32 +++ .../recipes/amphibolite_brick_slab.json | 32 +++ .../amphibolite_brick_slab_polishing.json | 61 ++++++ .../amphibolite_brick_slab_recombination.json | 32 +++ .../recipes/amphibolite_brick_stairs.json | 32 +++ .../amphibolite_brick_stairs_polishing.json | 61 ++++++ .../recipes/amphibolite_brick_wall.json | 32 +++ .../amphibolite_brick_wall_polishing.json | 61 ++++++ .../recipes/amphibolite_cobblestone.json | 32 +++ .../recipes/amphibolite_furnace.json | 32 +++ ...ite_polished_brick_slab_recombination.json | 32 +++ ...phibolite_polished_slab_recombination.json | 32 +++ .../amphibolite_polished_slabs_to_brick.json | 32 +++ .../amphibolite_polished_stairs_to_brick.json | 32 +++ .../amphibolite_polished_walls_to_brick.json | 32 +++ .../amphibolite_raw_slab_polishing.json | 61 ++++++ .../amphibolite_raw_slab_recombination.json | 32 +++ .../amphibolite_raw_slabs_to_brick.json | 32 +++ .../amphibolite_raw_stairs_polishing.json | 61 ++++++ .../amphibolite_raw_stairs_to_brick.json | 32 +++ .../amphibolite_raw_wall_polishing.json | 61 ++++++ .../amphibolite_raw_walls_to_brick.json | 32 +++ .../recipes/amphibolite_relief_axe.json | 32 +++ .../recipes/amphibolite_relief_blank.json | 32 +++ .../recipes/amphibolite_relief_cross.json | 32 +++ .../recipes/amphibolite_relief_hammer.json | 32 +++ .../recipes/amphibolite_relief_hoe.json | 32 +++ .../amphibolite_relief_horizontal.json | 32 +++ .../recipes/amphibolite_relief_i.json | 32 +++ .../recipes/amphibolite_relief_left.json | 32 +++ .../recipes/amphibolite_relief_pickaxe.json | 32 +++ .../recipes/amphibolite_relief_plus.json | 32 +++ .../recipes/amphibolite_relief_right.json | 32 +++ .../recipes/amphibolite_relief_sword.json | 32 +++ .../recipes/amphibolite_relief_vertical.json | 32 +++ .../advancement/recipes/amphibolite_slab.json | 32 +++ .../recipes/amphibolite_smooth.json | 48 ++++ .../recipes/amphibolite_smooth_brick.json | 32 +++ .../amphibolite_smooth_brick_furnace.json | 32 +++ .../amphibolite_smooth_brick_slab.json | 32 +++ .../amphibolite_smooth_brick_stairs.json | 32 +++ .../amphibolite_smooth_brick_wall.json | 32 +++ .../recipes/amphibolite_smooth_furnace.json | 32 +++ .../recipes/amphibolite_smooth_slab.json | 32 +++ .../recipes/amphibolite_smooth_stairs.json | 32 +++ .../recipes/amphibolite_smooth_wall.json | 32 +++ .../recipes/amphibolite_stairs.json | 32 +++ .../recipes/amphibolite_to_stone.json | 32 +++ .../advancement/recipes/amphibolite_wall.json | 32 +++ .../advancement/recipes/andesite_brick.json | 32 +++ .../andesite_brick_block_polishing.json | 61 ++++++ .../recipes/andesite_brick_furnace.json | 32 +++ .../recipes/andesite_brick_slab.json | 32 +++ .../andesite_brick_slab_polishing.json | 61 ++++++ .../andesite_brick_slab_recombination.json | 32 +++ .../recipes/andesite_brick_stairs.json | 32 +++ .../andesite_brick_stairs_polishing.json | 61 ++++++ .../recipes/andesite_brick_wall.json | 32 +++ .../andesite_brick_wall_polishing.json | 61 ++++++ .../recipes/andesite_cobblestone.json | 32 +++ .../advancement/recipes/andesite_furnace.json | 32 +++ ...ite_polished_brick_slab_recombination.json | 32 +++ .../andesite_polished_slab_recombination.json | 32 +++ .../andesite_polished_slabs_to_brick.json | 32 +++ .../andesite_polished_stairs_to_brick.json | 32 +++ .../andesite_polished_walls_to_brick.json | 32 +++ .../recipes/andesite_raw_slab_polishing.json | 61 ++++++ .../andesite_raw_slab_recombination.json | 32 +++ .../recipes/andesite_raw_slabs_to_brick.json | 32 +++ .../andesite_raw_stairs_polishing.json | 61 ++++++ .../recipes/andesite_raw_stairs_to_brick.json | 32 +++ .../recipes/andesite_raw_wall_polishing.json | 61 ++++++ .../recipes/andesite_raw_walls_to_brick.json | 32 +++ .../recipes/andesite_relief_axe.json | 32 +++ .../recipes/andesite_relief_blank.json | 32 +++ .../recipes/andesite_relief_cross.json | 32 +++ .../recipes/andesite_relief_hammer.json | 32 +++ .../recipes/andesite_relief_hoe.json | 32 +++ .../recipes/andesite_relief_horizontal.json | 32 +++ .../recipes/andesite_relief_i.json | 32 +++ .../recipes/andesite_relief_left.json | 32 +++ .../recipes/andesite_relief_pickaxe.json | 32 +++ .../recipes/andesite_relief_plus.json | 32 +++ .../recipes/andesite_relief_right.json | 32 +++ .../recipes/andesite_relief_sword.json | 32 +++ .../recipes/andesite_relief_vertical.json | 32 +++ .../advancement/recipes/andesite_slab.json | 32 +++ .../recipes/andesite_slab_from_vanilla.json | 32 +++ .../recipes/andesite_slab_to_vanilla.json | 32 +++ .../advancement/recipes/andesite_smooth.json | 48 ++++ .../recipes/andesite_smooth_brick.json | 32 +++ .../andesite_smooth_brick_furnace.json | 32 +++ .../recipes/andesite_smooth_brick_slab.json | 32 +++ .../recipes/andesite_smooth_brick_stairs.json | 32 +++ .../recipes/andesite_smooth_brick_wall.json | 32 +++ .../recipes/andesite_smooth_furnace.json | 32 +++ .../recipes/andesite_smooth_slab.json | 32 +++ .../andesite_smooth_slab_from_vanilla.json | 32 +++ .../andesite_smooth_slab_to_vanilla.json | 32 +++ .../recipes/andesite_smooth_stairs.json | 32 +++ .../recipes/andesite_smooth_wall.json | 32 +++ .../advancement/recipes/andesite_stairs.json | 32 +++ .../recipes/andesite_to_stone.json | 32 +++ .../advancement/recipes/andesite_wall.json | 32 +++ .../advancement/recipes/basalt_brick.json | 32 +++ .../recipes/basalt_brick_block_polishing.json | 61 ++++++ .../recipes/basalt_brick_furnace.json | 32 +++ .../recipes/basalt_brick_slab.json | 32 +++ .../recipes/basalt_brick_slab_polishing.json | 61 ++++++ .../basalt_brick_slab_recombination.json | 32 +++ .../recipes/basalt_brick_stairs.json | 32 +++ .../basalt_brick_stairs_polishing.json | 61 ++++++ .../recipes/basalt_brick_wall.json | 32 +++ .../recipes/basalt_brick_wall_polishing.json | 61 ++++++ .../recipes/basalt_cobblestone.json | 32 +++ .../advancement/recipes/basalt_furnace.json | 32 +++ ...alt_polished_brick_slab_recombination.json | 32 +++ .../basalt_polished_slab_recombination.json | 32 +++ .../basalt_polished_slabs_to_brick.json | 32 +++ .../basalt_polished_stairs_to_brick.json | 32 +++ .../basalt_polished_walls_to_brick.json | 32 +++ .../recipes/basalt_raw_slab_polishing.json | 61 ++++++ .../basalt_raw_slab_recombination.json | 32 +++ .../recipes/basalt_raw_slabs_to_brick.json | 32 +++ .../recipes/basalt_raw_stairs_polishing.json | 61 ++++++ .../recipes/basalt_raw_stairs_to_brick.json | 32 +++ .../recipes/basalt_raw_wall_polishing.json | 61 ++++++ .../recipes/basalt_raw_walls_to_brick.json | 32 +++ .../recipes/basalt_relief_axe.json | 32 +++ .../recipes/basalt_relief_blank.json | 32 +++ .../recipes/basalt_relief_cross.json | 32 +++ .../recipes/basalt_relief_hammer.json | 32 +++ .../recipes/basalt_relief_hoe.json | 32 +++ .../recipes/basalt_relief_horizontal.json | 32 +++ .../advancement/recipes/basalt_relief_i.json | 32 +++ .../recipes/basalt_relief_left.json | 32 +++ .../recipes/basalt_relief_pickaxe.json | 32 +++ .../recipes/basalt_relief_plus.json | 32 +++ .../recipes/basalt_relief_right.json | 32 +++ .../recipes/basalt_relief_sword.json | 32 +++ .../recipes/basalt_relief_vertical.json | 32 +++ .../advancement/recipes/basalt_slab.json | 32 +++ .../advancement/recipes/basalt_smooth.json | 48 ++++ .../recipes/basalt_smooth_brick.json | 32 +++ .../recipes/basalt_smooth_brick_furnace.json | 32 +++ .../recipes/basalt_smooth_brick_slab.json | 32 +++ .../recipes/basalt_smooth_brick_stairs.json | 32 +++ .../recipes/basalt_smooth_brick_wall.json | 32 +++ .../recipes/basalt_smooth_furnace.json | 32 +++ .../recipes/basalt_smooth_slab.json | 32 +++ .../recipes/basalt_smooth_stairs.json | 32 +++ .../recipes/basalt_smooth_wall.json | 32 +++ .../advancement/recipes/basalt_stairs.json | 32 +++ .../advancement/recipes/basalt_to_stone.json | 32 +++ .../advancement/recipes/basalt_wall.json | 32 +++ .../recipes/basaltic_glass_brick.json | 32 +++ .../basaltic_glass_brick_block_polishing.json | 61 ++++++ .../recipes/basaltic_glass_brick_furnace.json | 32 +++ .../recipes/basaltic_glass_brick_slab.json | 32 +++ .../basaltic_glass_brick_slab_polishing.json | 61 ++++++ ...saltic_glass_brick_slab_recombination.json | 32 +++ .../recipes/basaltic_glass_brick_stairs.json | 32 +++ ...basaltic_glass_brick_stairs_polishing.json | 61 ++++++ .../recipes/basaltic_glass_brick_wall.json | 32 +++ .../basaltic_glass_brick_wall_polishing.json | 61 ++++++ .../recipes/basaltic_glass_cobblestone.json | 32 +++ .../recipes/basaltic_glass_furnace.json | 32 +++ ...ass_polished_brick_slab_recombination.json | 32 +++ ...tic_glass_polished_slab_recombination.json | 32 +++ ...asaltic_glass_polished_slabs_to_brick.json | 32 +++ ...saltic_glass_polished_stairs_to_brick.json | 32 +++ ...asaltic_glass_polished_walls_to_brick.json | 32 +++ .../basaltic_glass_raw_slab_polishing.json | 61 ++++++ ...basaltic_glass_raw_slab_recombination.json | 32 +++ .../basaltic_glass_raw_slabs_to_brick.json | 32 +++ .../basaltic_glass_raw_stairs_polishing.json | 61 ++++++ .../basaltic_glass_raw_stairs_to_brick.json | 32 +++ .../basaltic_glass_raw_wall_polishing.json | 61 ++++++ .../basaltic_glass_raw_walls_to_brick.json | 32 +++ .../recipes/basaltic_glass_relief_axe.json | 32 +++ .../recipes/basaltic_glass_relief_blank.json | 32 +++ .../recipes/basaltic_glass_relief_cross.json | 32 +++ .../recipes/basaltic_glass_relief_hammer.json | 32 +++ .../recipes/basaltic_glass_relief_hoe.json | 32 +++ .../basaltic_glass_relief_horizontal.json | 32 +++ .../recipes/basaltic_glass_relief_i.json | 32 +++ .../recipes/basaltic_glass_relief_left.json | 32 +++ .../basaltic_glass_relief_pickaxe.json | 32 +++ .../recipes/basaltic_glass_relief_plus.json | 32 +++ .../recipes/basaltic_glass_relief_right.json | 32 +++ .../recipes/basaltic_glass_relief_sword.json | 32 +++ .../basaltic_glass_relief_vertical.json | 32 +++ .../recipes/basaltic_glass_slab.json | 32 +++ .../recipes/basaltic_glass_smooth.json | 48 ++++ .../recipes/basaltic_glass_smooth_brick.json | 32 +++ .../basaltic_glass_smooth_brick_furnace.json | 32 +++ .../basaltic_glass_smooth_brick_slab.json | 32 +++ .../basaltic_glass_smooth_brick_stairs.json | 32 +++ .../basaltic_glass_smooth_brick_wall.json | 32 +++ .../basaltic_glass_smooth_furnace.json | 32 +++ .../recipes/basaltic_glass_smooth_slab.json | 32 +++ .../recipes/basaltic_glass_smooth_stairs.json | 32 +++ .../recipes/basaltic_glass_smooth_wall.json | 32 +++ .../recipes/basaltic_glass_stairs.json | 32 +++ .../recipes/basaltic_glass_to_stone.json | 32 +++ .../recipes/basaltic_glass_wall.json | 32 +++ .../mineralogy/advancement/recipes/chalk.json | 32 +++ .../advancement/recipes/chalk_dust.json | 32 +++ .../advancement/recipes/cobblestone.json | 32 +++ .../recipes/conglomerate_brick.json | 32 +++ .../conglomerate_brick_block_polishing.json | 61 ++++++ .../recipes/conglomerate_brick_furnace.json | 32 +++ .../recipes/conglomerate_brick_slab.json | 32 +++ .../conglomerate_brick_slab_polishing.json | 61 ++++++ ...conglomerate_brick_slab_recombination.json | 32 +++ .../recipes/conglomerate_brick_stairs.json | 32 +++ .../conglomerate_brick_stairs_polishing.json | 61 ++++++ .../recipes/conglomerate_brick_wall.json | 32 +++ .../conglomerate_brick_wall_polishing.json | 61 ++++++ .../recipes/conglomerate_cobblestone.json | 32 +++ .../recipes/conglomerate_furnace.json | 32 +++ ...ate_polished_brick_slab_recombination.json | 32 +++ ...glomerate_polished_slab_recombination.json | 32 +++ .../conglomerate_polished_slabs_to_brick.json | 32 +++ ...conglomerate_polished_stairs_to_brick.json | 32 +++ .../conglomerate_polished_walls_to_brick.json | 32 +++ .../conglomerate_raw_slab_polishing.json | 61 ++++++ .../conglomerate_raw_slab_recombination.json | 32 +++ .../conglomerate_raw_slabs_to_brick.json | 32 +++ .../conglomerate_raw_stairs_polishing.json | 61 ++++++ .../conglomerate_raw_stairs_to_brick.json | 32 +++ .../conglomerate_raw_wall_polishing.json | 61 ++++++ .../conglomerate_raw_walls_to_brick.json | 32 +++ .../recipes/conglomerate_relief_axe.json | 32 +++ .../recipes/conglomerate_relief_blank.json | 32 +++ .../recipes/conglomerate_relief_cross.json | 32 +++ .../recipes/conglomerate_relief_hammer.json | 32 +++ .../recipes/conglomerate_relief_hoe.json | 32 +++ .../conglomerate_relief_horizontal.json | 32 +++ .../recipes/conglomerate_relief_i.json | 32 +++ .../recipes/conglomerate_relief_left.json | 32 +++ .../recipes/conglomerate_relief_pickaxe.json | 32 +++ .../recipes/conglomerate_relief_plus.json | 32 +++ .../recipes/conglomerate_relief_right.json | 32 +++ .../recipes/conglomerate_relief_sword.json | 32 +++ .../recipes/conglomerate_relief_vertical.json | 32 +++ .../recipes/conglomerate_slab.json | 32 +++ .../recipes/conglomerate_smooth.json | 48 ++++ .../recipes/conglomerate_smooth_brick.json | 32 +++ .../conglomerate_smooth_brick_furnace.json | 32 +++ .../conglomerate_smooth_brick_slab.json | 32 +++ .../conglomerate_smooth_brick_stairs.json | 32 +++ .../conglomerate_smooth_brick_wall.json | 32 +++ .../recipes/conglomerate_smooth_furnace.json | 32 +++ .../recipes/conglomerate_smooth_slab.json | 32 +++ .../recipes/conglomerate_smooth_stairs.json | 32 +++ .../recipes/conglomerate_smooth_wall.json | 32 +++ .../recipes/conglomerate_stairs.json | 32 +++ .../recipes/conglomerate_to_stone.json | 32 +++ .../recipes/conglomerate_wall.json | 32 +++ .../advancement/recipes/diabase_brick.json | 32 +++ .../diabase_brick_block_polishing.json | 61 ++++++ .../recipes/diabase_brick_furnace.json | 32 +++ .../recipes/diabase_brick_slab.json | 32 +++ .../recipes/diabase_brick_slab_polishing.json | 61 ++++++ .../diabase_brick_slab_recombination.json | 32 +++ .../recipes/diabase_brick_stairs.json | 32 +++ .../diabase_brick_stairs_polishing.json | 61 ++++++ .../recipes/diabase_brick_wall.json | 32 +++ .../recipes/diabase_brick_wall_polishing.json | 61 ++++++ .../recipes/diabase_cobblestone.json | 32 +++ .../advancement/recipes/diabase_furnace.json | 32 +++ ...ase_polished_brick_slab_recombination.json | 32 +++ .../diabase_polished_slab_recombination.json | 32 +++ .../diabase_polished_slabs_to_brick.json | 32 +++ .../diabase_polished_stairs_to_brick.json | 32 +++ .../diabase_polished_walls_to_brick.json | 32 +++ .../recipes/diabase_raw_slab_polishing.json | 61 ++++++ .../diabase_raw_slab_recombination.json | 32 +++ .../recipes/diabase_raw_slabs_to_brick.json | 32 +++ .../recipes/diabase_raw_stairs_polishing.json | 61 ++++++ .../recipes/diabase_raw_stairs_to_brick.json | 32 +++ .../recipes/diabase_raw_wall_polishing.json | 61 ++++++ .../recipes/diabase_raw_walls_to_brick.json | 32 +++ .../recipes/diabase_relief_axe.json | 32 +++ .../recipes/diabase_relief_blank.json | 32 +++ .../recipes/diabase_relief_cross.json | 32 +++ .../recipes/diabase_relief_hammer.json | 32 +++ .../recipes/diabase_relief_hoe.json | 32 +++ .../recipes/diabase_relief_horizontal.json | 32 +++ .../advancement/recipes/diabase_relief_i.json | 32 +++ .../recipes/diabase_relief_left.json | 32 +++ .../recipes/diabase_relief_pickaxe.json | 32 +++ .../recipes/diabase_relief_plus.json | 32 +++ .../recipes/diabase_relief_right.json | 32 +++ .../recipes/diabase_relief_sword.json | 32 +++ .../recipes/diabase_relief_vertical.json | 32 +++ .../advancement/recipes/diabase_slab.json | 32 +++ .../advancement/recipes/diabase_smooth.json | 48 ++++ .../recipes/diabase_smooth_brick.json | 32 +++ .../recipes/diabase_smooth_brick_furnace.json | 32 +++ .../recipes/diabase_smooth_brick_slab.json | 32 +++ .../recipes/diabase_smooth_brick_stairs.json | 32 +++ .../recipes/diabase_smooth_brick_wall.json | 32 +++ .../recipes/diabase_smooth_furnace.json | 32 +++ .../recipes/diabase_smooth_slab.json | 32 +++ .../recipes/diabase_smooth_stairs.json | 32 +++ .../recipes/diabase_smooth_wall.json | 32 +++ .../advancement/recipes/diabase_stairs.json | 32 +++ .../advancement/recipes/diabase_to_stone.json | 32 +++ .../advancement/recipes/diabase_wall.json | 32 +++ .../advancement/recipes/diorite_brick.json | 32 +++ .../diorite_brick_block_polishing.json | 61 ++++++ .../recipes/diorite_brick_furnace.json | 32 +++ .../recipes/diorite_brick_slab.json | 32 +++ .../recipes/diorite_brick_slab_polishing.json | 61 ++++++ .../diorite_brick_slab_recombination.json | 32 +++ .../recipes/diorite_brick_stairs.json | 32 +++ .../diorite_brick_stairs_polishing.json | 61 ++++++ .../recipes/diorite_brick_wall.json | 32 +++ .../recipes/diorite_brick_wall_polishing.json | 61 ++++++ .../recipes/diorite_cobblestone.json | 32 +++ .../advancement/recipes/diorite_furnace.json | 32 +++ ...ite_polished_brick_slab_recombination.json | 32 +++ .../diorite_polished_slab_recombination.json | 32 +++ .../diorite_polished_slabs_to_brick.json | 32 +++ .../diorite_polished_stairs_to_brick.json | 32 +++ .../diorite_polished_walls_to_brick.json | 32 +++ .../recipes/diorite_raw_slab_polishing.json | 61 ++++++ .../diorite_raw_slab_recombination.json | 32 +++ .../recipes/diorite_raw_slabs_to_brick.json | 32 +++ .../recipes/diorite_raw_stairs_polishing.json | 61 ++++++ .../recipes/diorite_raw_stairs_to_brick.json | 32 +++ .../recipes/diorite_raw_wall_polishing.json | 61 ++++++ .../recipes/diorite_raw_walls_to_brick.json | 32 +++ .../recipes/diorite_relief_axe.json | 32 +++ .../recipes/diorite_relief_blank.json | 32 +++ .../recipes/diorite_relief_cross.json | 32 +++ .../recipes/diorite_relief_hammer.json | 32 +++ .../recipes/diorite_relief_hoe.json | 32 +++ .../recipes/diorite_relief_horizontal.json | 32 +++ .../advancement/recipes/diorite_relief_i.json | 32 +++ .../recipes/diorite_relief_left.json | 32 +++ .../recipes/diorite_relief_pickaxe.json | 32 +++ .../recipes/diorite_relief_plus.json | 32 +++ .../recipes/diorite_relief_right.json | 32 +++ .../recipes/diorite_relief_sword.json | 32 +++ .../recipes/diorite_relief_vertical.json | 32 +++ .../advancement/recipes/diorite_slab.json | 32 +++ .../recipes/diorite_slab_from_vanilla.json | 32 +++ .../recipes/diorite_slab_to_vanilla.json | 32 +++ .../advancement/recipes/diorite_smooth.json | 48 ++++ .../recipes/diorite_smooth_brick.json | 32 +++ .../recipes/diorite_smooth_brick_furnace.json | 32 +++ .../recipes/diorite_smooth_brick_slab.json | 32 +++ .../recipes/diorite_smooth_brick_stairs.json | 32 +++ .../recipes/diorite_smooth_brick_wall.json | 32 +++ .../recipes/diorite_smooth_furnace.json | 32 +++ .../recipes/diorite_smooth_slab.json | 32 +++ .../diorite_smooth_slab_from_vanilla.json | 32 +++ .../diorite_smooth_slab_to_vanilla.json | 32 +++ .../recipes/diorite_smooth_stairs.json | 32 +++ .../recipes/diorite_smooth_wall.json | 32 +++ .../advancement/recipes/diorite_stairs.json | 32 +++ .../advancement/recipes/diorite_to_stone.json | 32 +++ .../advancement/recipes/diorite_wall.json | 32 +++ .../advancement/recipes/dolomite_brick.json | 32 +++ .../dolomite_brick_block_polishing.json | 61 ++++++ .../recipes/dolomite_brick_furnace.json | 32 +++ .../recipes/dolomite_brick_slab.json | 32 +++ .../dolomite_brick_slab_polishing.json | 61 ++++++ .../dolomite_brick_slab_recombination.json | 32 +++ .../recipes/dolomite_brick_stairs.json | 32 +++ .../dolomite_brick_stairs_polishing.json | 61 ++++++ .../recipes/dolomite_brick_wall.json | 32 +++ .../dolomite_brick_wall_polishing.json | 61 ++++++ .../recipes/dolomite_cobblestone.json | 32 +++ .../advancement/recipes/dolomite_furnace.json | 32 +++ ...ite_polished_brick_slab_recombination.json | 32 +++ .../dolomite_polished_slab_recombination.json | 32 +++ .../dolomite_polished_slabs_to_brick.json | 32 +++ .../dolomite_polished_stairs_to_brick.json | 32 +++ .../dolomite_polished_walls_to_brick.json | 32 +++ .../recipes/dolomite_raw_slab_polishing.json | 61 ++++++ .../dolomite_raw_slab_recombination.json | 32 +++ .../recipes/dolomite_raw_slabs_to_brick.json | 32 +++ .../dolomite_raw_stairs_polishing.json | 61 ++++++ .../recipes/dolomite_raw_stairs_to_brick.json | 32 +++ .../recipes/dolomite_raw_wall_polishing.json | 61 ++++++ .../recipes/dolomite_raw_walls_to_brick.json | 32 +++ .../recipes/dolomite_relief_axe.json | 32 +++ .../recipes/dolomite_relief_blank.json | 32 +++ .../recipes/dolomite_relief_cross.json | 32 +++ .../recipes/dolomite_relief_hammer.json | 32 +++ .../recipes/dolomite_relief_hoe.json | 32 +++ .../recipes/dolomite_relief_horizontal.json | 32 +++ .../recipes/dolomite_relief_i.json | 32 +++ .../recipes/dolomite_relief_left.json | 32 +++ .../recipes/dolomite_relief_pickaxe.json | 32 +++ .../recipes/dolomite_relief_plus.json | 32 +++ .../recipes/dolomite_relief_right.json | 32 +++ .../recipes/dolomite_relief_sword.json | 32 +++ .../recipes/dolomite_relief_vertical.json | 32 +++ .../advancement/recipes/dolomite_slab.json | 32 +++ .../advancement/recipes/dolomite_smooth.json | 48 ++++ .../recipes/dolomite_smooth_brick.json | 32 +++ .../dolomite_smooth_brick_furnace.json | 32 +++ .../recipes/dolomite_smooth_brick_slab.json | 32 +++ .../recipes/dolomite_smooth_brick_stairs.json | 32 +++ .../recipes/dolomite_smooth_brick_wall.json | 32 +++ .../recipes/dolomite_smooth_furnace.json | 32 +++ .../recipes/dolomite_smooth_slab.json | 32 +++ .../recipes/dolomite_smooth_stairs.json | 32 +++ .../recipes/dolomite_smooth_wall.json | 32 +++ .../advancement/recipes/dolomite_stairs.json | 32 +++ .../recipes/dolomite_to_stone.json | 32 +++ .../advancement/recipes/dolomite_wall.json | 32 +++ .../advancement/recipes/drywall.json | 38 ++++ .../advancement/recipes/drywall_black.json | 38 ++++ .../advancement/recipes/drywall_blue.json | 38 ++++ .../advancement/recipes/drywall_brown.json | 38 ++++ .../advancement/recipes/drywall_cyan.json | 38 ++++ .../advancement/recipes/drywall_gray.json | 38 ++++ .../advancement/recipes/drywall_green.json | 38 ++++ .../recipes/drywall_light_blue.json | 38 ++++ .../advancement/recipes/drywall_lime.json | 38 ++++ .../advancement/recipes/drywall_magenta.json | 38 ++++ .../advancement/recipes/drywall_orange.json | 38 ++++ .../advancement/recipes/drywall_pink.json | 38 ++++ .../advancement/recipes/drywall_purple.json | 38 ++++ .../advancement/recipes/drywall_red.json | 38 ++++ .../advancement/recipes/drywall_silver.json | 38 ++++ .../advancement/recipes/drywall_white.json | 38 ++++ .../advancement/recipes/drywall_yellow.json | 38 ++++ .../advancement/recipes/gabbro_brick.json | 32 +++ .../recipes/gabbro_brick_block_polishing.json | 61 ++++++ .../recipes/gabbro_brick_furnace.json | 32 +++ .../recipes/gabbro_brick_slab.json | 32 +++ .../recipes/gabbro_brick_slab_polishing.json | 61 ++++++ .../gabbro_brick_slab_recombination.json | 32 +++ .../recipes/gabbro_brick_stairs.json | 32 +++ .../gabbro_brick_stairs_polishing.json | 61 ++++++ .../recipes/gabbro_brick_wall.json | 32 +++ .../recipes/gabbro_brick_wall_polishing.json | 61 ++++++ .../recipes/gabbro_cobblestone.json | 32 +++ .../advancement/recipes/gabbro_furnace.json | 32 +++ ...bro_polished_brick_slab_recombination.json | 32 +++ .../gabbro_polished_slab_recombination.json | 32 +++ .../gabbro_polished_slabs_to_brick.json | 32 +++ .../gabbro_polished_stairs_to_brick.json | 32 +++ .../gabbro_polished_walls_to_brick.json | 32 +++ .../recipes/gabbro_raw_slab_polishing.json | 61 ++++++ .../gabbro_raw_slab_recombination.json | 32 +++ .../recipes/gabbro_raw_slabs_to_brick.json | 32 +++ .../recipes/gabbro_raw_stairs_polishing.json | 61 ++++++ .../recipes/gabbro_raw_stairs_to_brick.json | 32 +++ .../recipes/gabbro_raw_wall_polishing.json | 61 ++++++ .../recipes/gabbro_raw_walls_to_brick.json | 32 +++ .../recipes/gabbro_relief_axe.json | 32 +++ .../recipes/gabbro_relief_blank.json | 32 +++ .../recipes/gabbro_relief_cross.json | 32 +++ .../recipes/gabbro_relief_hammer.json | 32 +++ .../recipes/gabbro_relief_hoe.json | 32 +++ .../recipes/gabbro_relief_horizontal.json | 32 +++ .../advancement/recipes/gabbro_relief_i.json | 32 +++ .../recipes/gabbro_relief_left.json | 32 +++ .../recipes/gabbro_relief_pickaxe.json | 32 +++ .../recipes/gabbro_relief_plus.json | 32 +++ .../recipes/gabbro_relief_right.json | 32 +++ .../recipes/gabbro_relief_sword.json | 32 +++ .../recipes/gabbro_relief_vertical.json | 32 +++ .../advancement/recipes/gabbro_slab.json | 32 +++ .../advancement/recipes/gabbro_smooth.json | 48 ++++ .../recipes/gabbro_smooth_brick.json | 32 +++ .../recipes/gabbro_smooth_brick_furnace.json | 32 +++ .../recipes/gabbro_smooth_brick_slab.json | 32 +++ .../recipes/gabbro_smooth_brick_stairs.json | 32 +++ .../recipes/gabbro_smooth_brick_wall.json | 32 +++ .../recipes/gabbro_smooth_furnace.json | 32 +++ .../recipes/gabbro_smooth_slab.json | 32 +++ .../recipes/gabbro_smooth_stairs.json | 32 +++ .../recipes/gabbro_smooth_wall.json | 32 +++ .../advancement/recipes/gabbro_stairs.json | 32 +++ .../advancement/recipes/gabbro_to_stone.json | 32 +++ .../advancement/recipes/gabbro_wall.json | 32 +++ .../advancement/recipes/gneiss_brick.json | 32 +++ .../recipes/gneiss_brick_block_polishing.json | 61 ++++++ .../recipes/gneiss_brick_furnace.json | 32 +++ .../recipes/gneiss_brick_slab.json | 32 +++ .../recipes/gneiss_brick_slab_polishing.json | 61 ++++++ .../gneiss_brick_slab_recombination.json | 32 +++ .../recipes/gneiss_brick_stairs.json | 32 +++ .../gneiss_brick_stairs_polishing.json | 61 ++++++ .../recipes/gneiss_brick_wall.json | 32 +++ .../recipes/gneiss_brick_wall_polishing.json | 61 ++++++ .../recipes/gneiss_cobblestone.json | 32 +++ .../advancement/recipes/gneiss_furnace.json | 32 +++ ...iss_polished_brick_slab_recombination.json | 32 +++ .../gneiss_polished_slab_recombination.json | 32 +++ .../gneiss_polished_slabs_to_brick.json | 32 +++ .../gneiss_polished_stairs_to_brick.json | 32 +++ .../gneiss_polished_walls_to_brick.json | 32 +++ .../recipes/gneiss_raw_slab_polishing.json | 61 ++++++ .../gneiss_raw_slab_recombination.json | 32 +++ .../recipes/gneiss_raw_slabs_to_brick.json | 32 +++ .../recipes/gneiss_raw_stairs_polishing.json | 61 ++++++ .../recipes/gneiss_raw_stairs_to_brick.json | 32 +++ .../recipes/gneiss_raw_wall_polishing.json | 61 ++++++ .../recipes/gneiss_raw_walls_to_brick.json | 32 +++ .../recipes/gneiss_relief_axe.json | 32 +++ .../recipes/gneiss_relief_blank.json | 32 +++ .../recipes/gneiss_relief_cross.json | 32 +++ .../recipes/gneiss_relief_hammer.json | 32 +++ .../recipes/gneiss_relief_hoe.json | 32 +++ .../recipes/gneiss_relief_horizontal.json | 32 +++ .../advancement/recipes/gneiss_relief_i.json | 32 +++ .../recipes/gneiss_relief_left.json | 32 +++ .../recipes/gneiss_relief_pickaxe.json | 32 +++ .../recipes/gneiss_relief_plus.json | 32 +++ .../recipes/gneiss_relief_right.json | 32 +++ .../recipes/gneiss_relief_sword.json | 32 +++ .../recipes/gneiss_relief_vertical.json | 32 +++ .../advancement/recipes/gneiss_slab.json | 32 +++ .../advancement/recipes/gneiss_smooth.json | 48 ++++ .../recipes/gneiss_smooth_brick.json | 32 +++ .../recipes/gneiss_smooth_brick_furnace.json | 32 +++ .../recipes/gneiss_smooth_brick_slab.json | 32 +++ .../recipes/gneiss_smooth_brick_stairs.json | 32 +++ .../recipes/gneiss_smooth_brick_wall.json | 32 +++ .../recipes/gneiss_smooth_furnace.json | 32 +++ .../recipes/gneiss_smooth_slab.json | 32 +++ .../recipes/gneiss_smooth_stairs.json | 32 +++ .../recipes/gneiss_smooth_wall.json | 32 +++ .../advancement/recipes/gneiss_stairs.json | 32 +++ .../advancement/recipes/gneiss_to_stone.json | 32 +++ .../advancement/recipes/gneiss_wall.json | 32 +++ .../advancement/recipes/granite_brick.json | 32 +++ .../granite_brick_block_polishing.json | 61 ++++++ .../recipes/granite_brick_furnace.json | 32 +++ .../recipes/granite_brick_slab.json | 32 +++ .../recipes/granite_brick_slab_polishing.json | 61 ++++++ .../granite_brick_slab_recombination.json | 32 +++ .../recipes/granite_brick_stairs.json | 32 +++ .../granite_brick_stairs_polishing.json | 61 ++++++ .../recipes/granite_brick_wall.json | 32 +++ .../recipes/granite_brick_wall_polishing.json | 61 ++++++ .../recipes/granite_cobblestone.json | 32 +++ .../advancement/recipes/granite_furnace.json | 32 +++ ...ite_polished_brick_slab_recombination.json | 32 +++ .../granite_polished_slab_recombination.json | 32 +++ .../granite_polished_slabs_to_brick.json | 32 +++ .../granite_polished_stairs_to_brick.json | 32 +++ .../granite_polished_walls_to_brick.json | 32 +++ .../recipes/granite_raw_slab_polishing.json | 61 ++++++ .../granite_raw_slab_recombination.json | 32 +++ .../recipes/granite_raw_slabs_to_brick.json | 32 +++ .../recipes/granite_raw_stairs_polishing.json | 61 ++++++ .../recipes/granite_raw_stairs_to_brick.json | 32 +++ .../recipes/granite_raw_wall_polishing.json | 61 ++++++ .../recipes/granite_raw_walls_to_brick.json | 32 +++ .../recipes/granite_relief_axe.json | 32 +++ .../recipes/granite_relief_blank.json | 32 +++ .../recipes/granite_relief_cross.json | 32 +++ .../recipes/granite_relief_hammer.json | 32 +++ .../recipes/granite_relief_hoe.json | 32 +++ .../recipes/granite_relief_horizontal.json | 32 +++ .../advancement/recipes/granite_relief_i.json | 32 +++ .../recipes/granite_relief_left.json | 32 +++ .../recipes/granite_relief_pickaxe.json | 32 +++ .../recipes/granite_relief_plus.json | 32 +++ .../recipes/granite_relief_right.json | 32 +++ .../recipes/granite_relief_sword.json | 32 +++ .../recipes/granite_relief_vertical.json | 32 +++ .../advancement/recipes/granite_slab.json | 32 +++ .../recipes/granite_slab_from_vanilla.json | 32 +++ .../recipes/granite_slab_to_vanilla.json | 32 +++ .../advancement/recipes/granite_smooth.json | 48 ++++ .../recipes/granite_smooth_brick.json | 32 +++ .../recipes/granite_smooth_brick_furnace.json | 32 +++ .../recipes/granite_smooth_brick_slab.json | 32 +++ .../recipes/granite_smooth_brick_stairs.json | 32 +++ .../recipes/granite_smooth_brick_wall.json | 32 +++ .../recipes/granite_smooth_furnace.json | 32 +++ .../recipes/granite_smooth_slab.json | 32 +++ .../granite_smooth_slab_from_vanilla.json | 32 +++ .../granite_smooth_slab_to_vanilla.json | 32 +++ .../recipes/granite_smooth_stairs.json | 32 +++ .../recipes/granite_smooth_wall.json | 32 +++ .../advancement/recipes/granite_stairs.json | 32 +++ .../advancement/recipes/granite_to_stone.json | 32 +++ .../advancement/recipes/granite_wall.json | 32 +++ .../advancement/recipes/gravel_to_stone.json | 32 +++ .../recipes/gunpowder_from_carbon_dust.json | 50 +++++ .../recipes/gunpowder_from_charcoal.json | 38 ++++ .../recipes/gunpowder_from_coal_dust.json | 50 +++++ .../recipes/gunpowder_from_sugar.json | 38 ++++ .../advancement/recipes/gypsum.json | 32 +++ .../advancement/recipes/gypsum_dust.json | 32 +++ .../advancement/recipes/hornfels_brick.json | 32 +++ .../hornfels_brick_block_polishing.json | 61 ++++++ .../recipes/hornfels_brick_furnace.json | 32 +++ .../recipes/hornfels_brick_slab.json | 32 +++ .../hornfels_brick_slab_polishing.json | 61 ++++++ .../hornfels_brick_slab_recombination.json | 32 +++ .../recipes/hornfels_brick_stairs.json | 32 +++ .../hornfels_brick_stairs_polishing.json | 61 ++++++ .../recipes/hornfels_brick_wall.json | 32 +++ .../hornfels_brick_wall_polishing.json | 61 ++++++ .../recipes/hornfels_cobblestone.json | 32 +++ .../advancement/recipes/hornfels_furnace.json | 32 +++ ...els_polished_brick_slab_recombination.json | 32 +++ .../hornfels_polished_slab_recombination.json | 32 +++ .../hornfels_polished_slabs_to_brick.json | 32 +++ .../hornfels_polished_stairs_to_brick.json | 32 +++ .../hornfels_polished_walls_to_brick.json | 32 +++ .../recipes/hornfels_raw_slab_polishing.json | 61 ++++++ .../hornfels_raw_slab_recombination.json | 32 +++ .../recipes/hornfels_raw_slabs_to_brick.json | 32 +++ .../hornfels_raw_stairs_polishing.json | 61 ++++++ .../recipes/hornfels_raw_stairs_to_brick.json | 32 +++ .../recipes/hornfels_raw_wall_polishing.json | 61 ++++++ .../recipes/hornfels_raw_walls_to_brick.json | 32 +++ .../recipes/hornfels_relief_axe.json | 32 +++ .../recipes/hornfels_relief_blank.json | 32 +++ .../recipes/hornfels_relief_cross.json | 32 +++ .../recipes/hornfels_relief_hammer.json | 32 +++ .../recipes/hornfels_relief_hoe.json | 32 +++ .../recipes/hornfels_relief_horizontal.json | 32 +++ .../recipes/hornfels_relief_i.json | 32 +++ .../recipes/hornfels_relief_left.json | 32 +++ .../recipes/hornfels_relief_pickaxe.json | 32 +++ .../recipes/hornfels_relief_plus.json | 32 +++ .../recipes/hornfels_relief_right.json | 32 +++ .../recipes/hornfels_relief_sword.json | 32 +++ .../recipes/hornfels_relief_vertical.json | 32 +++ .../advancement/recipes/hornfels_slab.json | 32 +++ .../advancement/recipes/hornfels_smooth.json | 48 ++++ .../recipes/hornfels_smooth_brick.json | 32 +++ .../hornfels_smooth_brick_furnace.json | 32 +++ .../recipes/hornfels_smooth_brick_slab.json | 32 +++ .../recipes/hornfels_smooth_brick_stairs.json | 32 +++ .../recipes/hornfels_smooth_brick_wall.json | 32 +++ .../recipes/hornfels_smooth_furnace.json | 32 +++ .../recipes/hornfels_smooth_slab.json | 32 +++ .../recipes/hornfels_smooth_stairs.json | 32 +++ .../recipes/hornfels_smooth_wall.json | 32 +++ .../advancement/recipes/hornfels_stairs.json | 32 +++ .../recipes/hornfels_to_stone.json | 32 +++ .../advancement/recipes/hornfels_wall.json | 32 +++ .../advancement/recipes/limestone_brick.json | 32 +++ .../limestone_brick_block_polishing.json | 61 ++++++ .../recipes/limestone_brick_furnace.json | 32 +++ .../recipes/limestone_brick_slab.json | 32 +++ .../limestone_brick_slab_polishing.json | 61 ++++++ .../limestone_brick_slab_recombination.json | 32 +++ .../recipes/limestone_brick_stairs.json | 32 +++ .../limestone_brick_stairs_polishing.json | 61 ++++++ .../recipes/limestone_brick_wall.json | 32 +++ .../limestone_brick_wall_polishing.json | 61 ++++++ .../recipes/limestone_cobblestone.json | 32 +++ .../recipes/limestone_furnace.json | 32 +++ ...one_polished_brick_slab_recombination.json | 32 +++ ...limestone_polished_slab_recombination.json | 32 +++ .../limestone_polished_slabs_to_brick.json | 32 +++ .../limestone_polished_stairs_to_brick.json | 32 +++ .../limestone_polished_walls_to_brick.json | 32 +++ .../recipes/limestone_raw_slab_polishing.json | 61 ++++++ .../limestone_raw_slab_recombination.json | 32 +++ .../recipes/limestone_raw_slabs_to_brick.json | 32 +++ .../limestone_raw_stairs_polishing.json | 61 ++++++ .../limestone_raw_stairs_to_brick.json | 32 +++ .../recipes/limestone_raw_wall_polishing.json | 61 ++++++ .../recipes/limestone_raw_walls_to_brick.json | 32 +++ .../recipes/limestone_relief_axe.json | 32 +++ .../recipes/limestone_relief_blank.json | 32 +++ .../recipes/limestone_relief_cross.json | 32 +++ .../recipes/limestone_relief_hammer.json | 32 +++ .../recipes/limestone_relief_hoe.json | 32 +++ .../recipes/limestone_relief_horizontal.json | 32 +++ .../recipes/limestone_relief_i.json | 32 +++ .../recipes/limestone_relief_left.json | 32 +++ .../recipes/limestone_relief_pickaxe.json | 32 +++ .../recipes/limestone_relief_plus.json | 32 +++ .../recipes/limestone_relief_right.json | 32 +++ .../recipes/limestone_relief_sword.json | 32 +++ .../recipes/limestone_relief_vertical.json | 32 +++ .../advancement/recipes/limestone_slab.json | 32 +++ .../advancement/recipes/limestone_smooth.json | 48 ++++ .../recipes/limestone_smooth_brick.json | 32 +++ .../limestone_smooth_brick_furnace.json | 32 +++ .../recipes/limestone_smooth_brick_slab.json | 32 +++ .../limestone_smooth_brick_stairs.json | 32 +++ .../recipes/limestone_smooth_brick_wall.json | 32 +++ .../recipes/limestone_smooth_furnace.json | 32 +++ .../recipes/limestone_smooth_slab.json | 32 +++ .../recipes/limestone_smooth_stairs.json | 32 +++ .../recipes/limestone_smooth_wall.json | 32 +++ .../advancement/recipes/limestone_stairs.json | 32 +++ .../recipes/limestone_to_stone.json | 32 +++ .../advancement/recipes/limestone_wall.json | 32 +++ .../advancement/recipes/marble_brick.json | 32 +++ .../recipes/marble_brick_block_polishing.json | 61 ++++++ .../recipes/marble_brick_furnace.json | 32 +++ .../recipes/marble_brick_slab.json | 32 +++ .../recipes/marble_brick_slab_polishing.json | 61 ++++++ .../marble_brick_slab_recombination.json | 32 +++ .../recipes/marble_brick_stairs.json | 32 +++ .../marble_brick_stairs_polishing.json | 61 ++++++ .../recipes/marble_brick_wall.json | 32 +++ .../recipes/marble_brick_wall_polishing.json | 61 ++++++ .../recipes/marble_cobblestone.json | 32 +++ .../advancement/recipes/marble_furnace.json | 32 +++ ...ble_polished_brick_slab_recombination.json | 32 +++ .../marble_polished_slab_recombination.json | 32 +++ .../marble_polished_slabs_to_brick.json | 32 +++ .../marble_polished_stairs_to_brick.json | 32 +++ .../marble_polished_walls_to_brick.json | 32 +++ .../recipes/marble_raw_slab_polishing.json | 61 ++++++ .../marble_raw_slab_recombination.json | 32 +++ .../recipes/marble_raw_slabs_to_brick.json | 32 +++ .../recipes/marble_raw_stairs_polishing.json | 61 ++++++ .../recipes/marble_raw_stairs_to_brick.json | 32 +++ .../recipes/marble_raw_wall_polishing.json | 61 ++++++ .../recipes/marble_raw_walls_to_brick.json | 32 +++ .../recipes/marble_relief_axe.json | 32 +++ .../recipes/marble_relief_blank.json | 32 +++ .../recipes/marble_relief_cross.json | 32 +++ .../recipes/marble_relief_hammer.json | 32 +++ .../recipes/marble_relief_hoe.json | 32 +++ .../recipes/marble_relief_horizontal.json | 32 +++ .../advancement/recipes/marble_relief_i.json | 32 +++ .../recipes/marble_relief_left.json | 32 +++ .../recipes/marble_relief_pickaxe.json | 32 +++ .../recipes/marble_relief_plus.json | 32 +++ .../recipes/marble_relief_right.json | 32 +++ .../recipes/marble_relief_sword.json | 32 +++ .../recipes/marble_relief_vertical.json | 32 +++ .../advancement/recipes/marble_slab.json | 32 +++ .../advancement/recipes/marble_smooth.json | 48 ++++ .../recipes/marble_smooth_brick.json | 32 +++ .../recipes/marble_smooth_brick_furnace.json | 32 +++ .../recipes/marble_smooth_brick_slab.json | 32 +++ .../recipes/marble_smooth_brick_stairs.json | 32 +++ .../recipes/marble_smooth_brick_wall.json | 32 +++ .../recipes/marble_smooth_furnace.json | 32 +++ .../recipes/marble_smooth_slab.json | 32 +++ .../recipes/marble_smooth_stairs.json | 32 +++ .../recipes/marble_smooth_wall.json | 32 +++ .../advancement/recipes/marble_stairs.json | 32 +++ .../advancement/recipes/marble_to_stone.json | 32 +++ .../advancement/recipes/marble_wall.json | 32 +++ .../recipes/mineralfertilizer.json | 38 ++++ .../advancement/recipes/nitrate_block.json | 38 ++++ .../advancement/recipes/nitrate_dust.json | 38 ++++ .../advancement/recipes/novaculite_brick.json | 32 +++ .../novaculite_brick_block_polishing.json | 61 ++++++ .../recipes/novaculite_brick_furnace.json | 32 +++ .../recipes/novaculite_brick_slab.json | 32 +++ .../novaculite_brick_slab_polishing.json | 61 ++++++ .../novaculite_brick_slab_recombination.json | 32 +++ .../recipes/novaculite_brick_stairs.json | 32 +++ .../novaculite_brick_stairs_polishing.json | 61 ++++++ .../recipes/novaculite_brick_wall.json | 32 +++ .../novaculite_brick_wall_polishing.json | 61 ++++++ .../recipes/novaculite_cobblestone.json | 32 +++ .../recipes/novaculite_furnace.json | 32 +++ ...ite_polished_brick_slab_recombination.json | 32 +++ ...ovaculite_polished_slab_recombination.json | 32 +++ .../novaculite_polished_slabs_to_brick.json | 32 +++ .../novaculite_polished_stairs_to_brick.json | 32 +++ .../novaculite_polished_walls_to_brick.json | 32 +++ .../novaculite_raw_slab_polishing.json | 61 ++++++ .../novaculite_raw_slab_recombination.json | 32 +++ .../novaculite_raw_slabs_to_brick.json | 32 +++ .../novaculite_raw_stairs_polishing.json | 61 ++++++ .../novaculite_raw_stairs_to_brick.json | 32 +++ .../novaculite_raw_wall_polishing.json | 61 ++++++ .../novaculite_raw_walls_to_brick.json | 32 +++ .../recipes/novaculite_relief_axe.json | 32 +++ .../recipes/novaculite_relief_blank.json | 32 +++ .../recipes/novaculite_relief_cross.json | 32 +++ .../recipes/novaculite_relief_hammer.json | 32 +++ .../recipes/novaculite_relief_hoe.json | 32 +++ .../recipes/novaculite_relief_horizontal.json | 32 +++ .../recipes/novaculite_relief_i.json | 32 +++ .../recipes/novaculite_relief_left.json | 32 +++ .../recipes/novaculite_relief_pickaxe.json | 32 +++ .../recipes/novaculite_relief_plus.json | 32 +++ .../recipes/novaculite_relief_right.json | 32 +++ .../recipes/novaculite_relief_sword.json | 32 +++ .../recipes/novaculite_relief_vertical.json | 32 +++ .../advancement/recipes/novaculite_slab.json | 32 +++ .../recipes/novaculite_smooth.json | 48 ++++ .../recipes/novaculite_smooth_brick.json | 32 +++ .../novaculite_smooth_brick_furnace.json | 32 +++ .../recipes/novaculite_smooth_brick_slab.json | 32 +++ .../novaculite_smooth_brick_stairs.json | 32 +++ .../recipes/novaculite_smooth_brick_wall.json | 32 +++ .../recipes/novaculite_smooth_furnace.json | 32 +++ .../recipes/novaculite_smooth_slab.json | 32 +++ .../recipes/novaculite_smooth_stairs.json | 32 +++ .../recipes/novaculite_smooth_wall.json | 32 +++ .../recipes/novaculite_stairs.json | 32 +++ .../recipes/novaculite_to_stone.json | 32 +++ .../advancement/recipes/novaculite_wall.json | 32 +++ .../advancement/recipes/pegmatite_brick.json | 32 +++ .../pegmatite_brick_block_polishing.json | 61 ++++++ .../recipes/pegmatite_brick_furnace.json | 32 +++ .../recipes/pegmatite_brick_slab.json | 32 +++ .../pegmatite_brick_slab_polishing.json | 61 ++++++ .../pegmatite_brick_slab_recombination.json | 32 +++ .../recipes/pegmatite_brick_stairs.json | 32 +++ .../pegmatite_brick_stairs_polishing.json | 61 ++++++ .../recipes/pegmatite_brick_wall.json | 32 +++ .../pegmatite_brick_wall_polishing.json | 61 ++++++ .../recipes/pegmatite_cobblestone.json | 32 +++ .../recipes/pegmatite_furnace.json | 32 +++ ...ite_polished_brick_slab_recombination.json | 32 +++ ...pegmatite_polished_slab_recombination.json | 32 +++ .../pegmatite_polished_slabs_to_brick.json | 32 +++ .../pegmatite_polished_stairs_to_brick.json | 32 +++ .../pegmatite_polished_walls_to_brick.json | 32 +++ .../recipes/pegmatite_raw_slab_polishing.json | 61 ++++++ .../pegmatite_raw_slab_recombination.json | 32 +++ .../recipes/pegmatite_raw_slabs_to_brick.json | 32 +++ .../pegmatite_raw_stairs_polishing.json | 61 ++++++ .../pegmatite_raw_stairs_to_brick.json | 32 +++ .../recipes/pegmatite_raw_wall_polishing.json | 61 ++++++ .../recipes/pegmatite_raw_walls_to_brick.json | 32 +++ .../recipes/pegmatite_relief_axe.json | 32 +++ .../recipes/pegmatite_relief_blank.json | 32 +++ .../recipes/pegmatite_relief_cross.json | 32 +++ .../recipes/pegmatite_relief_hammer.json | 32 +++ .../recipes/pegmatite_relief_hoe.json | 32 +++ .../recipes/pegmatite_relief_horizontal.json | 32 +++ .../recipes/pegmatite_relief_i.json | 32 +++ .../recipes/pegmatite_relief_left.json | 32 +++ .../recipes/pegmatite_relief_pickaxe.json | 32 +++ .../recipes/pegmatite_relief_plus.json | 32 +++ .../recipes/pegmatite_relief_right.json | 32 +++ .../recipes/pegmatite_relief_sword.json | 32 +++ .../recipes/pegmatite_relief_vertical.json | 32 +++ .../advancement/recipes/pegmatite_slab.json | 32 +++ .../advancement/recipes/pegmatite_smooth.json | 48 ++++ .../recipes/pegmatite_smooth_brick.json | 32 +++ .../pegmatite_smooth_brick_furnace.json | 32 +++ .../recipes/pegmatite_smooth_brick_slab.json | 32 +++ .../pegmatite_smooth_brick_stairs.json | 32 +++ .../recipes/pegmatite_smooth_brick_wall.json | 32 +++ .../recipes/pegmatite_smooth_furnace.json | 32 +++ .../recipes/pegmatite_smooth_slab.json | 32 +++ .../recipes/pegmatite_smooth_stairs.json | 32 +++ .../recipes/pegmatite_smooth_wall.json | 32 +++ .../advancement/recipes/pegmatite_stairs.json | 32 +++ .../recipes/pegmatite_to_stone.json | 32 +++ .../advancement/recipes/pegmatite_wall.json | 32 +++ .../advancement/recipes/peridotite_brick.json | 32 +++ .../peridotite_brick_block_polishing.json | 61 ++++++ .../recipes/peridotite_brick_furnace.json | 32 +++ .../recipes/peridotite_brick_slab.json | 32 +++ .../peridotite_brick_slab_polishing.json | 61 ++++++ .../peridotite_brick_slab_recombination.json | 32 +++ .../recipes/peridotite_brick_stairs.json | 32 +++ .../peridotite_brick_stairs_polishing.json | 61 ++++++ .../recipes/peridotite_brick_wall.json | 32 +++ .../peridotite_brick_wall_polishing.json | 61 ++++++ .../recipes/peridotite_cobblestone.json | 32 +++ .../recipes/peridotite_furnace.json | 32 +++ ...ite_polished_brick_slab_recombination.json | 32 +++ ...eridotite_polished_slab_recombination.json | 32 +++ .../peridotite_polished_slabs_to_brick.json | 32 +++ .../peridotite_polished_stairs_to_brick.json | 32 +++ .../peridotite_polished_walls_to_brick.json | 32 +++ .../peridotite_raw_slab_polishing.json | 61 ++++++ .../peridotite_raw_slab_recombination.json | 32 +++ .../peridotite_raw_slabs_to_brick.json | 32 +++ .../peridotite_raw_stairs_polishing.json | 61 ++++++ .../peridotite_raw_stairs_to_brick.json | 32 +++ .../peridotite_raw_wall_polishing.json | 61 ++++++ .../peridotite_raw_walls_to_brick.json | 32 +++ .../recipes/peridotite_relief_axe.json | 32 +++ .../recipes/peridotite_relief_blank.json | 32 +++ .../recipes/peridotite_relief_cross.json | 32 +++ .../recipes/peridotite_relief_hammer.json | 32 +++ .../recipes/peridotite_relief_hoe.json | 32 +++ .../recipes/peridotite_relief_horizontal.json | 32 +++ .../recipes/peridotite_relief_i.json | 32 +++ .../recipes/peridotite_relief_left.json | 32 +++ .../recipes/peridotite_relief_pickaxe.json | 32 +++ .../recipes/peridotite_relief_plus.json | 32 +++ .../recipes/peridotite_relief_right.json | 32 +++ .../recipes/peridotite_relief_sword.json | 32 +++ .../recipes/peridotite_relief_vertical.json | 32 +++ .../advancement/recipes/peridotite_slab.json | 32 +++ .../recipes/peridotite_smooth.json | 48 ++++ .../recipes/peridotite_smooth_brick.json | 32 +++ .../peridotite_smooth_brick_furnace.json | 32 +++ .../recipes/peridotite_smooth_brick_slab.json | 32 +++ .../peridotite_smooth_brick_stairs.json | 32 +++ .../recipes/peridotite_smooth_brick_wall.json | 32 +++ .../recipes/peridotite_smooth_furnace.json | 32 +++ .../recipes/peridotite_smooth_slab.json | 32 +++ .../recipes/peridotite_smooth_stairs.json | 32 +++ .../recipes/peridotite_smooth_wall.json | 32 +++ .../recipes/peridotite_stairs.json | 32 +++ .../recipes/peridotite_to_stone.json | 32 +++ .../advancement/recipes/peridotite_wall.json | 32 +++ .../recipes/phosphorous_block.json | 38 ++++ .../advancement/recipes/phosphorous_dust.json | 38 ++++ .../advancement/recipes/phyllite_brick.json | 32 +++ .../phyllite_brick_block_polishing.json | 61 ++++++ .../recipes/phyllite_brick_furnace.json | 32 +++ .../recipes/phyllite_brick_slab.json | 32 +++ .../phyllite_brick_slab_polishing.json | 61 ++++++ .../phyllite_brick_slab_recombination.json | 32 +++ .../recipes/phyllite_brick_stairs.json | 32 +++ .../phyllite_brick_stairs_polishing.json | 61 ++++++ .../recipes/phyllite_brick_wall.json | 32 +++ .../phyllite_brick_wall_polishing.json | 61 ++++++ .../recipes/phyllite_cobblestone.json | 32 +++ .../advancement/recipes/phyllite_furnace.json | 32 +++ ...ite_polished_brick_slab_recombination.json | 32 +++ .../phyllite_polished_slab_recombination.json | 32 +++ .../phyllite_polished_slabs_to_brick.json | 32 +++ .../phyllite_polished_stairs_to_brick.json | 32 +++ .../phyllite_polished_walls_to_brick.json | 32 +++ .../recipes/phyllite_raw_slab_polishing.json | 61 ++++++ .../phyllite_raw_slab_recombination.json | 32 +++ .../recipes/phyllite_raw_slabs_to_brick.json | 32 +++ .../phyllite_raw_stairs_polishing.json | 61 ++++++ .../recipes/phyllite_raw_stairs_to_brick.json | 32 +++ .../recipes/phyllite_raw_wall_polishing.json | 61 ++++++ .../recipes/phyllite_raw_walls_to_brick.json | 32 +++ .../recipes/phyllite_relief_axe.json | 32 +++ .../recipes/phyllite_relief_blank.json | 32 +++ .../recipes/phyllite_relief_cross.json | 32 +++ .../recipes/phyllite_relief_hammer.json | 32 +++ .../recipes/phyllite_relief_hoe.json | 32 +++ .../recipes/phyllite_relief_horizontal.json | 32 +++ .../recipes/phyllite_relief_i.json | 32 +++ .../recipes/phyllite_relief_left.json | 32 +++ .../recipes/phyllite_relief_pickaxe.json | 32 +++ .../recipes/phyllite_relief_plus.json | 32 +++ .../recipes/phyllite_relief_right.json | 32 +++ .../recipes/phyllite_relief_sword.json | 32 +++ .../recipes/phyllite_relief_vertical.json | 32 +++ .../advancement/recipes/phyllite_slab.json | 32 +++ .../advancement/recipes/phyllite_smooth.json | 48 ++++ .../recipes/phyllite_smooth_brick.json | 32 +++ .../phyllite_smooth_brick_furnace.json | 32 +++ .../recipes/phyllite_smooth_brick_slab.json | 32 +++ .../recipes/phyllite_smooth_brick_stairs.json | 32 +++ .../recipes/phyllite_smooth_brick_wall.json | 32 +++ .../recipes/phyllite_smooth_furnace.json | 32 +++ .../recipes/phyllite_smooth_slab.json | 32 +++ .../recipes/phyllite_smooth_stairs.json | 32 +++ .../recipes/phyllite_smooth_wall.json | 32 +++ .../advancement/recipes/phyllite_stairs.json | 32 +++ .../recipes/phyllite_to_stone.json | 32 +++ .../advancement/recipes/phyllite_wall.json | 32 +++ .../advancement/recipes/quartzite_brick.json | 32 +++ .../quartzite_brick_block_polishing.json | 61 ++++++ .../recipes/quartzite_brick_furnace.json | 32 +++ .../recipes/quartzite_brick_slab.json | 32 +++ .../quartzite_brick_slab_polishing.json | 61 ++++++ .../quartzite_brick_slab_recombination.json | 32 +++ .../recipes/quartzite_brick_stairs.json | 32 +++ .../quartzite_brick_stairs_polishing.json | 61 ++++++ .../recipes/quartzite_brick_wall.json | 32 +++ .../quartzite_brick_wall_polishing.json | 61 ++++++ .../recipes/quartzite_cobblestone.json | 32 +++ .../recipes/quartzite_furnace.json | 32 +++ ...ite_polished_brick_slab_recombination.json | 32 +++ ...quartzite_polished_slab_recombination.json | 32 +++ .../quartzite_polished_slabs_to_brick.json | 32 +++ .../quartzite_polished_stairs_to_brick.json | 32 +++ .../quartzite_polished_walls_to_brick.json | 32 +++ .../recipes/quartzite_raw_slab_polishing.json | 61 ++++++ .../quartzite_raw_slab_recombination.json | 32 +++ .../recipes/quartzite_raw_slabs_to_brick.json | 32 +++ .../quartzite_raw_stairs_polishing.json | 61 ++++++ .../quartzite_raw_stairs_to_brick.json | 32 +++ .../recipes/quartzite_raw_wall_polishing.json | 61 ++++++ .../recipes/quartzite_raw_walls_to_brick.json | 32 +++ .../recipes/quartzite_relief_axe.json | 32 +++ .../recipes/quartzite_relief_blank.json | 32 +++ .../recipes/quartzite_relief_cross.json | 32 +++ .../recipes/quartzite_relief_hammer.json | 32 +++ .../recipes/quartzite_relief_hoe.json | 32 +++ .../recipes/quartzite_relief_horizontal.json | 32 +++ .../recipes/quartzite_relief_i.json | 32 +++ .../recipes/quartzite_relief_left.json | 32 +++ .../recipes/quartzite_relief_pickaxe.json | 32 +++ .../recipes/quartzite_relief_plus.json | 32 +++ .../recipes/quartzite_relief_right.json | 32 +++ .../recipes/quartzite_relief_sword.json | 32 +++ .../recipes/quartzite_relief_vertical.json | 32 +++ .../advancement/recipes/quartzite_slab.json | 32 +++ .../advancement/recipes/quartzite_smooth.json | 48 ++++ .../recipes/quartzite_smooth_brick.json | 32 +++ .../quartzite_smooth_brick_furnace.json | 32 +++ .../recipes/quartzite_smooth_brick_slab.json | 32 +++ .../quartzite_smooth_brick_stairs.json | 32 +++ .../recipes/quartzite_smooth_brick_wall.json | 32 +++ .../recipes/quartzite_smooth_furnace.json | 32 +++ .../recipes/quartzite_smooth_slab.json | 32 +++ .../recipes/quartzite_smooth_stairs.json | 32 +++ .../recipes/quartzite_smooth_wall.json | 32 +++ .../advancement/recipes/quartzite_stairs.json | 32 +++ .../recipes/quartzite_to_stone.json | 32 +++ .../advancement/recipes/quartzite_wall.json | 32 +++ .../advancement/recipes/rhyolite_brick.json | 32 +++ .../rhyolite_brick_block_polishing.json | 61 ++++++ .../recipes/rhyolite_brick_furnace.json | 32 +++ .../recipes/rhyolite_brick_slab.json | 32 +++ .../rhyolite_brick_slab_polishing.json | 61 ++++++ .../rhyolite_brick_slab_recombination.json | 32 +++ .../recipes/rhyolite_brick_stairs.json | 32 +++ .../rhyolite_brick_stairs_polishing.json | 61 ++++++ .../recipes/rhyolite_brick_wall.json | 32 +++ .../rhyolite_brick_wall_polishing.json | 61 ++++++ .../recipes/rhyolite_cobblestone.json | 32 +++ .../advancement/recipes/rhyolite_furnace.json | 32 +++ ...ite_polished_brick_slab_recombination.json | 32 +++ .../rhyolite_polished_slab_recombination.json | 32 +++ .../rhyolite_polished_slabs_to_brick.json | 32 +++ .../rhyolite_polished_stairs_to_brick.json | 32 +++ .../rhyolite_polished_walls_to_brick.json | 32 +++ .../recipes/rhyolite_raw_slab_polishing.json | 61 ++++++ .../rhyolite_raw_slab_recombination.json | 32 +++ .../recipes/rhyolite_raw_slabs_to_brick.json | 32 +++ .../rhyolite_raw_stairs_polishing.json | 61 ++++++ .../recipes/rhyolite_raw_stairs_to_brick.json | 32 +++ .../recipes/rhyolite_raw_wall_polishing.json | 61 ++++++ .../recipes/rhyolite_raw_walls_to_brick.json | 32 +++ .../recipes/rhyolite_relief_axe.json | 32 +++ .../recipes/rhyolite_relief_blank.json | 32 +++ .../recipes/rhyolite_relief_cross.json | 32 +++ .../recipes/rhyolite_relief_hammer.json | 32 +++ .../recipes/rhyolite_relief_hoe.json | 32 +++ .../recipes/rhyolite_relief_horizontal.json | 32 +++ .../recipes/rhyolite_relief_i.json | 32 +++ .../recipes/rhyolite_relief_left.json | 32 +++ .../recipes/rhyolite_relief_pickaxe.json | 32 +++ .../recipes/rhyolite_relief_plus.json | 32 +++ .../recipes/rhyolite_relief_right.json | 32 +++ .../recipes/rhyolite_relief_sword.json | 32 +++ .../recipes/rhyolite_relief_vertical.json | 32 +++ .../advancement/recipes/rhyolite_slab.json | 32 +++ .../advancement/recipes/rhyolite_smooth.json | 48 ++++ .../recipes/rhyolite_smooth_brick.json | 32 +++ .../rhyolite_smooth_brick_furnace.json | 32 +++ .../recipes/rhyolite_smooth_brick_slab.json | 32 +++ .../recipes/rhyolite_smooth_brick_stairs.json | 32 +++ .../recipes/rhyolite_smooth_brick_wall.json | 32 +++ .../recipes/rhyolite_smooth_furnace.json | 32 +++ .../recipes/rhyolite_smooth_slab.json | 32 +++ .../recipes/rhyolite_smooth_stairs.json | 32 +++ .../recipes/rhyolite_smooth_wall.json | 32 +++ .../advancement/recipes/rhyolite_stairs.json | 32 +++ .../recipes/rhyolite_to_stone.json | 32 +++ .../advancement/recipes/rhyolite_wall.json | 32 +++ .../advancement/recipes/rock_salt.json | 32 +++ .../advancement/recipes/rock_salt_brick.json | 32 +++ .../rock_salt_brick_block_polishing.json | 61 ++++++ .../recipes/rock_salt_brick_furnace.json | 32 +++ .../recipes/rock_salt_brick_slab.json | 32 +++ .../rock_salt_brick_slab_polishing.json | 61 ++++++ .../rock_salt_brick_slab_recombination.json | 32 +++ .../recipes/rock_salt_brick_stairs.json | 32 +++ .../rock_salt_brick_stairs_polishing.json | 61 ++++++ .../recipes/rock_salt_brick_wall.json | 32 +++ .../rock_salt_brick_wall_polishing.json | 61 ++++++ .../recipes/rock_salt_cobblestone.json | 32 +++ .../advancement/recipes/rock_salt_dust.json | 32 +++ .../recipes/rock_salt_furnace.json | 32 +++ ...alt_polished_brick_slab_recombination.json | 32 +++ ...rock_salt_polished_slab_recombination.json | 32 +++ .../rock_salt_polished_slabs_to_brick.json | 32 +++ .../rock_salt_polished_stairs_to_brick.json | 32 +++ .../rock_salt_polished_walls_to_brick.json | 32 +++ .../recipes/rock_salt_raw_slab_polishing.json | 61 ++++++ .../rock_salt_raw_slab_recombination.json | 32 +++ .../recipes/rock_salt_raw_slabs_to_brick.json | 32 +++ .../rock_salt_raw_stairs_polishing.json | 61 ++++++ .../rock_salt_raw_stairs_to_brick.json | 32 +++ .../recipes/rock_salt_raw_wall_polishing.json | 61 ++++++ .../recipes/rock_salt_raw_walls_to_brick.json | 32 +++ .../recipes/rock_salt_relief_axe.json | 32 +++ .../recipes/rock_salt_relief_blank.json | 32 +++ .../recipes/rock_salt_relief_cross.json | 32 +++ .../recipes/rock_salt_relief_hammer.json | 32 +++ .../recipes/rock_salt_relief_hoe.json | 32 +++ .../recipes/rock_salt_relief_horizontal.json | 32 +++ .../recipes/rock_salt_relief_i.json | 32 +++ .../recipes/rock_salt_relief_left.json | 32 +++ .../recipes/rock_salt_relief_pickaxe.json | 32 +++ .../recipes/rock_salt_relief_plus.json | 32 +++ .../recipes/rock_salt_relief_right.json | 32 +++ .../recipes/rock_salt_relief_sword.json | 32 +++ .../recipes/rock_salt_relief_vertical.json | 32 +++ .../advancement/recipes/rock_salt_slab.json | 32 +++ .../advancement/recipes/rock_salt_smooth.json | 48 ++++ .../recipes/rock_salt_smooth_brick.json | 32 +++ .../rock_salt_smooth_brick_furnace.json | 32 +++ .../recipes/rock_salt_smooth_brick_slab.json | 32 +++ .../rock_salt_smooth_brick_stairs.json | 32 +++ .../recipes/rock_salt_smooth_brick_wall.json | 32 +++ .../recipes/rock_salt_smooth_furnace.json | 32 +++ .../recipes/rock_salt_smooth_slab.json | 32 +++ .../recipes/rock_salt_smooth_stairs.json | 32 +++ .../recipes/rock_salt_smooth_wall.json | 32 +++ .../advancement/recipes/rock_salt_stairs.json | 32 +++ .../recipes/rock_salt_to_stone.json | 32 +++ .../advancement/recipes/rock_salt_wall.json | 32 +++ .../advancement/recipes/rocksaltlamp.json | 38 ++++ .../recipes/rocksaltstreetlamp.json | 38 ++++ .../advancement/recipes/schist_brick.json | 32 +++ .../recipes/schist_brick_block_polishing.json | 61 ++++++ .../recipes/schist_brick_furnace.json | 32 +++ .../recipes/schist_brick_slab.json | 32 +++ .../recipes/schist_brick_slab_polishing.json | 61 ++++++ .../schist_brick_slab_recombination.json | 32 +++ .../recipes/schist_brick_stairs.json | 32 +++ .../schist_brick_stairs_polishing.json | 61 ++++++ .../recipes/schist_brick_wall.json | 32 +++ .../recipes/schist_brick_wall_polishing.json | 61 ++++++ .../recipes/schist_cobblestone.json | 32 +++ .../advancement/recipes/schist_furnace.json | 32 +++ ...ist_polished_brick_slab_recombination.json | 32 +++ .../schist_polished_slab_recombination.json | 32 +++ .../schist_polished_slabs_to_brick.json | 32 +++ .../schist_polished_stairs_to_brick.json | 32 +++ .../schist_polished_walls_to_brick.json | 32 +++ .../recipes/schist_raw_slab_polishing.json | 61 ++++++ .../schist_raw_slab_recombination.json | 32 +++ .../recipes/schist_raw_slabs_to_brick.json | 32 +++ .../recipes/schist_raw_stairs_polishing.json | 61 ++++++ .../recipes/schist_raw_stairs_to_brick.json | 32 +++ .../recipes/schist_raw_wall_polishing.json | 61 ++++++ .../recipes/schist_raw_walls_to_brick.json | 32 +++ .../recipes/schist_relief_axe.json | 32 +++ .../recipes/schist_relief_blank.json | 32 +++ .../recipes/schist_relief_cross.json | 32 +++ .../recipes/schist_relief_hammer.json | 32 +++ .../recipes/schist_relief_hoe.json | 32 +++ .../recipes/schist_relief_horizontal.json | 32 +++ .../advancement/recipes/schist_relief_i.json | 32 +++ .../recipes/schist_relief_left.json | 32 +++ .../recipes/schist_relief_pickaxe.json | 32 +++ .../recipes/schist_relief_plus.json | 32 +++ .../recipes/schist_relief_right.json | 32 +++ .../recipes/schist_relief_sword.json | 32 +++ .../recipes/schist_relief_vertical.json | 32 +++ .../advancement/recipes/schist_slab.json | 32 +++ .../advancement/recipes/schist_smooth.json | 48 ++++ .../recipes/schist_smooth_brick.json | 32 +++ .../recipes/schist_smooth_brick_furnace.json | 32 +++ .../recipes/schist_smooth_brick_slab.json | 32 +++ .../recipes/schist_smooth_brick_stairs.json | 32 +++ .../recipes/schist_smooth_brick_wall.json | 32 +++ .../recipes/schist_smooth_furnace.json | 32 +++ .../recipes/schist_smooth_slab.json | 32 +++ .../recipes/schist_smooth_stairs.json | 32 +++ .../recipes/schist_smooth_wall.json | 32 +++ .../advancement/recipes/schist_stairs.json | 32 +++ .../advancement/recipes/schist_to_stone.json | 32 +++ .../advancement/recipes/schist_wall.json | 32 +++ .../advancement/recipes/scoria_brick.json | 32 +++ .../recipes/scoria_brick_block_polishing.json | 61 ++++++ .../recipes/scoria_brick_furnace.json | 32 +++ .../recipes/scoria_brick_slab.json | 32 +++ .../recipes/scoria_brick_slab_polishing.json | 61 ++++++ .../scoria_brick_slab_recombination.json | 32 +++ .../recipes/scoria_brick_stairs.json | 32 +++ .../scoria_brick_stairs_polishing.json | 61 ++++++ .../recipes/scoria_brick_wall.json | 32 +++ .../recipes/scoria_brick_wall_polishing.json | 61 ++++++ .../recipes/scoria_cobblestone.json | 32 +++ .../advancement/recipes/scoria_furnace.json | 32 +++ ...ria_polished_brick_slab_recombination.json | 32 +++ .../scoria_polished_slab_recombination.json | 32 +++ .../scoria_polished_slabs_to_brick.json | 32 +++ .../scoria_polished_stairs_to_brick.json | 32 +++ .../scoria_polished_walls_to_brick.json | 32 +++ .../recipes/scoria_raw_slab_polishing.json | 61 ++++++ .../scoria_raw_slab_recombination.json | 32 +++ .../recipes/scoria_raw_slabs_to_brick.json | 32 +++ .../recipes/scoria_raw_stairs_polishing.json | 61 ++++++ .../recipes/scoria_raw_stairs_to_brick.json | 32 +++ .../recipes/scoria_raw_wall_polishing.json | 61 ++++++ .../recipes/scoria_raw_walls_to_brick.json | 32 +++ .../recipes/scoria_relief_axe.json | 32 +++ .../recipes/scoria_relief_blank.json | 32 +++ .../recipes/scoria_relief_cross.json | 32 +++ .../recipes/scoria_relief_hammer.json | 32 +++ .../recipes/scoria_relief_hoe.json | 32 +++ .../recipes/scoria_relief_horizontal.json | 32 +++ .../advancement/recipes/scoria_relief_i.json | 32 +++ .../recipes/scoria_relief_left.json | 32 +++ .../recipes/scoria_relief_pickaxe.json | 32 +++ .../recipes/scoria_relief_plus.json | 32 +++ .../recipes/scoria_relief_right.json | 32 +++ .../recipes/scoria_relief_sword.json | 32 +++ .../recipes/scoria_relief_vertical.json | 32 +++ .../advancement/recipes/scoria_slab.json | 32 +++ .../advancement/recipes/scoria_smooth.json | 48 ++++ .../recipes/scoria_smooth_brick.json | 32 +++ .../recipes/scoria_smooth_brick_furnace.json | 32 +++ .../recipes/scoria_smooth_brick_slab.json | 32 +++ .../recipes/scoria_smooth_brick_stairs.json | 32 +++ .../recipes/scoria_smooth_brick_wall.json | 32 +++ .../recipes/scoria_smooth_furnace.json | 32 +++ .../recipes/scoria_smooth_slab.json | 32 +++ .../recipes/scoria_smooth_stairs.json | 32 +++ .../recipes/scoria_smooth_wall.json | 32 +++ .../advancement/recipes/scoria_stairs.json | 32 +++ .../advancement/recipes/scoria_to_stone.json | 32 +++ .../advancement/recipes/scoria_wall.json | 32 +++ .../advancement/recipes/shale_brick.json | 32 +++ .../recipes/shale_brick_block_polishing.json | 61 ++++++ .../recipes/shale_brick_furnace.json | 32 +++ .../advancement/recipes/shale_brick_slab.json | 32 +++ .../recipes/shale_brick_slab_polishing.json | 61 ++++++ .../shale_brick_slab_recombination.json | 32 +++ .../recipes/shale_brick_stairs.json | 32 +++ .../recipes/shale_brick_stairs_polishing.json | 61 ++++++ .../advancement/recipes/shale_brick_wall.json | 32 +++ .../recipes/shale_brick_wall_polishing.json | 61 ++++++ .../recipes/shale_cobblestone.json | 32 +++ .../advancement/recipes/shale_furnace.json | 32 +++ ...ale_polished_brick_slab_recombination.json | 32 +++ .../shale_polished_slab_recombination.json | 32 +++ .../shale_polished_slabs_to_brick.json | 32 +++ .../shale_polished_stairs_to_brick.json | 32 +++ .../shale_polished_walls_to_brick.json | 32 +++ .../recipes/shale_raw_slab_polishing.json | 61 ++++++ .../recipes/shale_raw_slab_recombination.json | 32 +++ .../recipes/shale_raw_slabs_to_brick.json | 32 +++ .../recipes/shale_raw_stairs_polishing.json | 61 ++++++ .../recipes/shale_raw_stairs_to_brick.json | 32 +++ .../recipes/shale_raw_wall_polishing.json | 61 ++++++ .../recipes/shale_raw_walls_to_brick.json | 32 +++ .../advancement/recipes/shale_relief_axe.json | 32 +++ .../recipes/shale_relief_blank.json | 32 +++ .../recipes/shale_relief_cross.json | 32 +++ .../recipes/shale_relief_hammer.json | 32 +++ .../advancement/recipes/shale_relief_hoe.json | 32 +++ .../recipes/shale_relief_horizontal.json | 32 +++ .../advancement/recipes/shale_relief_i.json | 32 +++ .../recipes/shale_relief_left.json | 32 +++ .../recipes/shale_relief_pickaxe.json | 32 +++ .../recipes/shale_relief_plus.json | 32 +++ .../recipes/shale_relief_right.json | 32 +++ .../recipes/shale_relief_sword.json | 32 +++ .../recipes/shale_relief_vertical.json | 32 +++ .../advancement/recipes/shale_slab.json | 32 +++ .../advancement/recipes/shale_smooth.json | 48 ++++ .../recipes/shale_smooth_brick.json | 32 +++ .../recipes/shale_smooth_brick_furnace.json | 32 +++ .../recipes/shale_smooth_brick_slab.json | 32 +++ .../recipes/shale_smooth_brick_stairs.json | 32 +++ .../recipes/shale_smooth_brick_wall.json | 32 +++ .../recipes/shale_smooth_furnace.json | 32 +++ .../recipes/shale_smooth_slab.json | 32 +++ .../recipes/shale_smooth_stairs.json | 32 +++ .../recipes/shale_smooth_wall.json | 32 +++ .../advancement/recipes/shale_stairs.json | 32 +++ .../advancement/recipes/shale_to_stone.json | 32 +++ .../advancement/recipes/shale_wall.json | 32 +++ .../advancement/recipes/siltstone_brick.json | 32 +++ .../siltstone_brick_block_polishing.json | 61 ++++++ .../recipes/siltstone_brick_furnace.json | 32 +++ .../recipes/siltstone_brick_slab.json | 32 +++ .../siltstone_brick_slab_polishing.json | 61 ++++++ .../siltstone_brick_slab_recombination.json | 32 +++ .../recipes/siltstone_brick_stairs.json | 32 +++ .../siltstone_brick_stairs_polishing.json | 61 ++++++ .../recipes/siltstone_brick_wall.json | 32 +++ .../siltstone_brick_wall_polishing.json | 61 ++++++ .../recipes/siltstone_cobblestone.json | 32 +++ .../recipes/siltstone_furnace.json | 32 +++ ...one_polished_brick_slab_recombination.json | 32 +++ ...siltstone_polished_slab_recombination.json | 32 +++ .../siltstone_polished_slabs_to_brick.json | 32 +++ .../siltstone_polished_stairs_to_brick.json | 32 +++ .../siltstone_polished_walls_to_brick.json | 32 +++ .../recipes/siltstone_raw_slab_polishing.json | 61 ++++++ .../siltstone_raw_slab_recombination.json | 32 +++ .../recipes/siltstone_raw_slabs_to_brick.json | 32 +++ .../siltstone_raw_stairs_polishing.json | 61 ++++++ .../siltstone_raw_stairs_to_brick.json | 32 +++ .../recipes/siltstone_raw_wall_polishing.json | 61 ++++++ .../recipes/siltstone_raw_walls_to_brick.json | 32 +++ .../recipes/siltstone_relief_axe.json | 32 +++ .../recipes/siltstone_relief_blank.json | 32 +++ .../recipes/siltstone_relief_cross.json | 32 +++ .../recipes/siltstone_relief_hammer.json | 32 +++ .../recipes/siltstone_relief_hoe.json | 32 +++ .../recipes/siltstone_relief_horizontal.json | 32 +++ .../recipes/siltstone_relief_i.json | 32 +++ .../recipes/siltstone_relief_left.json | 32 +++ .../recipes/siltstone_relief_pickaxe.json | 32 +++ .../recipes/siltstone_relief_plus.json | 32 +++ .../recipes/siltstone_relief_right.json | 32 +++ .../recipes/siltstone_relief_sword.json | 32 +++ .../recipes/siltstone_relief_vertical.json | 32 +++ .../advancement/recipes/siltstone_slab.json | 32 +++ .../advancement/recipes/siltstone_smooth.json | 48 ++++ .../recipes/siltstone_smooth_brick.json | 32 +++ .../siltstone_smooth_brick_furnace.json | 32 +++ .../recipes/siltstone_smooth_brick_slab.json | 32 +++ .../siltstone_smooth_brick_stairs.json | 32 +++ .../recipes/siltstone_smooth_brick_wall.json | 32 +++ .../recipes/siltstone_smooth_furnace.json | 32 +++ .../recipes/siltstone_smooth_slab.json | 32 +++ .../recipes/siltstone_smooth_stairs.json | 32 +++ .../recipes/siltstone_smooth_wall.json | 32 +++ .../advancement/recipes/siltstone_stairs.json | 32 +++ .../recipes/siltstone_to_stone.json | 32 +++ .../advancement/recipes/siltstone_wall.json | 32 +++ .../advancement/recipes/slate_brick.json | 32 +++ .../recipes/slate_brick_block_polishing.json | 61 ++++++ .../recipes/slate_brick_furnace.json | 32 +++ .../advancement/recipes/slate_brick_slab.json | 32 +++ .../recipes/slate_brick_slab_polishing.json | 61 ++++++ .../slate_brick_slab_recombination.json | 32 +++ .../recipes/slate_brick_stairs.json | 32 +++ .../recipes/slate_brick_stairs_polishing.json | 61 ++++++ .../advancement/recipes/slate_brick_wall.json | 32 +++ .../recipes/slate_brick_wall_polishing.json | 61 ++++++ .../recipes/slate_cobblestone.json | 32 +++ .../advancement/recipes/slate_furnace.json | 32 +++ ...ate_polished_brick_slab_recombination.json | 32 +++ .../slate_polished_slab_recombination.json | 32 +++ .../slate_polished_slabs_to_brick.json | 32 +++ .../slate_polished_stairs_to_brick.json | 32 +++ .../slate_polished_walls_to_brick.json | 32 +++ .../recipes/slate_raw_slab_polishing.json | 61 ++++++ .../recipes/slate_raw_slab_recombination.json | 32 +++ .../recipes/slate_raw_slabs_to_brick.json | 32 +++ .../recipes/slate_raw_stairs_polishing.json | 61 ++++++ .../recipes/slate_raw_stairs_to_brick.json | 32 +++ .../recipes/slate_raw_wall_polishing.json | 61 ++++++ .../recipes/slate_raw_walls_to_brick.json | 32 +++ .../advancement/recipes/slate_relief_axe.json | 32 +++ .../recipes/slate_relief_blank.json | 32 +++ .../recipes/slate_relief_cross.json | 32 +++ .../recipes/slate_relief_hammer.json | 32 +++ .../advancement/recipes/slate_relief_hoe.json | 32 +++ .../recipes/slate_relief_horizontal.json | 32 +++ .../advancement/recipes/slate_relief_i.json | 32 +++ .../recipes/slate_relief_left.json | 32 +++ .../recipes/slate_relief_pickaxe.json | 32 +++ .../recipes/slate_relief_plus.json | 32 +++ .../recipes/slate_relief_right.json | 32 +++ .../recipes/slate_relief_sword.json | 32 +++ .../recipes/slate_relief_vertical.json | 32 +++ .../advancement/recipes/slate_slab.json | 32 +++ .../advancement/recipes/slate_smooth.json | 48 ++++ .../recipes/slate_smooth_brick.json | 32 +++ .../recipes/slate_smooth_brick_furnace.json | 32 +++ .../recipes/slate_smooth_brick_slab.json | 32 +++ .../recipes/slate_smooth_brick_stairs.json | 32 +++ .../recipes/slate_smooth_brick_wall.json | 32 +++ .../recipes/slate_smooth_furnace.json | 32 +++ .../recipes/slate_smooth_slab.json | 32 +++ .../recipes/slate_smooth_stairs.json | 32 +++ .../recipes/slate_smooth_wall.json | 32 +++ .../advancement/recipes/slate_stairs.json | 32 +++ .../advancement/recipes/slate_to_stone.json | 32 +++ .../advancement/recipes/slate_wall.json | 32 +++ .../advancement/recipes/sulfur_block.json | 38 ++++ .../advancement/recipes/sulfur_dust.json | 38 ++++ .../advancement/recipes/tuff_brick.json | 32 +++ .../recipes/tuff_brick_block_polishing.json | 61 ++++++ .../recipes/tuff_brick_furnace.json | 32 +++ .../advancement/recipes/tuff_brick_slab.json | 32 +++ .../recipes/tuff_brick_slab_from_vanilla.json | 32 +++ .../recipes/tuff_brick_slab_polishing.json | 61 ++++++ .../tuff_brick_slab_recombination.json | 32 +++ .../recipes/tuff_brick_slab_to_vanilla.json | 32 +++ .../recipes/tuff_brick_stairs.json | 32 +++ .../recipes/tuff_brick_stairs_polishing.json | 61 ++++++ .../advancement/recipes/tuff_brick_wall.json | 32 +++ .../recipes/tuff_brick_wall_polishing.json | 61 ++++++ .../advancement/recipes/tuff_cobblestone.json | 32 +++ .../advancement/recipes/tuff_furnace.json | 32 +++ ...uff_polished_brick_slab_recombination.json | 32 +++ .../tuff_polished_slab_recombination.json | 32 +++ .../recipes/tuff_polished_slabs_to_brick.json | 32 +++ .../tuff_polished_stairs_to_brick.json | 32 +++ .../recipes/tuff_polished_walls_to_brick.json | 32 +++ .../recipes/tuff_raw_slab_polishing.json | 61 ++++++ .../recipes/tuff_raw_slab_recombination.json | 32 +++ .../recipes/tuff_raw_slabs_to_brick.json | 32 +++ .../recipes/tuff_raw_stairs_polishing.json | 61 ++++++ .../recipes/tuff_raw_stairs_to_brick.json | 32 +++ .../recipes/tuff_raw_wall_polishing.json | 61 ++++++ .../recipes/tuff_raw_walls_to_brick.json | 32 +++ .../advancement/recipes/tuff_relief_axe.json | 32 +++ .../recipes/tuff_relief_blank.json | 32 +++ .../recipes/tuff_relief_cross.json | 32 +++ .../recipes/tuff_relief_hammer.json | 32 +++ .../advancement/recipes/tuff_relief_hoe.json | 32 +++ .../recipes/tuff_relief_horizontal.json | 32 +++ .../advancement/recipes/tuff_relief_i.json | 32 +++ .../advancement/recipes/tuff_relief_left.json | 32 +++ .../recipes/tuff_relief_pickaxe.json | 32 +++ .../advancement/recipes/tuff_relief_plus.json | 32 +++ .../recipes/tuff_relief_right.json | 32 +++ .../recipes/tuff_relief_sword.json | 32 +++ .../recipes/tuff_relief_vertical.json | 32 +++ .../advancement/recipes/tuff_slab.json | 32 +++ .../recipes/tuff_slab_from_vanilla.json | 32 +++ .../recipes/tuff_slab_to_vanilla.json | 32 +++ .../advancement/recipes/tuff_smooth.json | 48 ++++ .../recipes/tuff_smooth_brick.json | 32 +++ .../recipes/tuff_smooth_brick_furnace.json | 32 +++ .../recipes/tuff_smooth_brick_slab.json | 32 +++ .../recipes/tuff_smooth_brick_stairs.json | 32 +++ .../recipes/tuff_smooth_brick_wall.json | 32 +++ .../recipes/tuff_smooth_furnace.json | 32 +++ .../advancement/recipes/tuff_smooth_slab.json | 32 +++ .../tuff_smooth_slab_from_vanilla.json | 32 +++ .../recipes/tuff_smooth_slab_to_vanilla.json | 32 +++ .../recipes/tuff_smooth_stairs.json | 32 +++ .../advancement/recipes/tuff_smooth_wall.json | 32 +++ .../advancement/recipes/tuff_stairs.json | 32 +++ .../advancement/recipes/tuff_to_stone.json | 32 +++ .../advancement/recipes/tuff_wall.json | 32 +++ .../recipes/amphibolite_brick.json | 32 --- .../amphibolite_brick_block_polishing.json | 61 ------ .../recipes/amphibolite_brick_furnace.json | 32 --- .../recipes/amphibolite_brick_slab.json | 32 --- .../amphibolite_brick_slab_polishing.json | 61 ------ .../amphibolite_brick_slab_recombination.json | 32 --- .../recipes/amphibolite_brick_stairs.json | 32 --- .../amphibolite_brick_stairs_polishing.json | 61 ------ .../recipes/amphibolite_brick_wall.json | 32 --- .../amphibolite_brick_wall_polishing.json | 61 ------ .../recipes/amphibolite_cobblestone.json | 32 --- .../recipes/amphibolite_furnace.json | 32 --- ...ite_polished_brick_slab_recombination.json | 32 --- ...phibolite_polished_slab_recombination.json | 32 --- .../amphibolite_polished_slabs_to_brick.json | 32 --- .../amphibolite_polished_stairs_to_brick.json | 32 --- .../amphibolite_polished_walls_to_brick.json | 32 --- .../amphibolite_raw_slab_polishing.json | 61 ------ .../amphibolite_raw_slab_recombination.json | 32 --- .../amphibolite_raw_slabs_to_brick.json | 32 --- .../amphibolite_raw_stairs_polishing.json | 61 ------ .../amphibolite_raw_stairs_to_brick.json | 32 --- .../amphibolite_raw_wall_polishing.json | 61 ------ .../amphibolite_raw_walls_to_brick.json | 32 --- .../recipes/amphibolite_relief_axe.json | 32 --- .../recipes/amphibolite_relief_blank.json | 32 --- .../recipes/amphibolite_relief_cross.json | 32 --- .../recipes/amphibolite_relief_hammer.json | 32 --- .../recipes/amphibolite_relief_hoe.json | 32 --- .../amphibolite_relief_horizontal.json | 32 --- .../recipes/amphibolite_relief_i.json | 32 --- .../recipes/amphibolite_relief_left.json | 32 --- .../recipes/amphibolite_relief_pickaxe.json | 32 --- .../recipes/amphibolite_relief_plus.json | 32 --- .../recipes/amphibolite_relief_right.json | 32 --- .../recipes/amphibolite_relief_sword.json | 32 --- .../recipes/amphibolite_relief_vertical.json | 32 --- .../recipes/amphibolite_slab.json | 32 --- .../recipes/amphibolite_smooth.json | 48 ---- .../recipes/amphibolite_smooth_brick.json | 32 --- .../amphibolite_smooth_brick_furnace.json | 32 --- .../amphibolite_smooth_brick_slab.json | 32 --- .../amphibolite_smooth_brick_stairs.json | 32 --- .../amphibolite_smooth_brick_wall.json | 32 --- .../recipes/amphibolite_smooth_furnace.json | 32 --- .../recipes/amphibolite_smooth_slab.json | 32 --- .../recipes/amphibolite_smooth_stairs.json | 32 --- .../recipes/amphibolite_smooth_wall.json | 32 --- .../recipes/amphibolite_stairs.json | 32 --- .../recipes/amphibolite_to_stone.json | 32 --- .../recipes/amphibolite_wall.json | 32 --- .../advancements/recipes/andesite_brick.json | 32 --- .../andesite_brick_block_polishing.json | 61 ------ .../recipes/andesite_brick_furnace.json | 32 --- .../recipes/andesite_brick_slab.json | 32 --- .../andesite_brick_slab_polishing.json | 61 ------ .../andesite_brick_slab_recombination.json | 32 --- .../recipes/andesite_brick_stairs.json | 32 --- .../andesite_brick_stairs_polishing.json | 61 ------ .../recipes/andesite_brick_wall.json | 32 --- .../andesite_brick_wall_polishing.json | 61 ------ .../recipes/andesite_cobblestone.json | 32 --- .../recipes/andesite_furnace.json | 32 --- ...ite_polished_brick_slab_recombination.json | 32 --- .../andesite_polished_slab_recombination.json | 32 --- .../andesite_polished_slabs_to_brick.json | 32 --- .../andesite_polished_stairs_to_brick.json | 32 --- .../andesite_polished_walls_to_brick.json | 32 --- .../recipes/andesite_raw_slab_polishing.json | 61 ------ .../andesite_raw_slab_recombination.json | 32 --- .../recipes/andesite_raw_slabs_to_brick.json | 32 --- .../andesite_raw_stairs_polishing.json | 61 ------ .../recipes/andesite_raw_stairs_to_brick.json | 32 --- .../recipes/andesite_raw_wall_polishing.json | 61 ------ .../recipes/andesite_raw_walls_to_brick.json | 32 --- .../recipes/andesite_relief_axe.json | 32 --- .../recipes/andesite_relief_blank.json | 32 --- .../recipes/andesite_relief_cross.json | 32 --- .../recipes/andesite_relief_hammer.json | 32 --- .../recipes/andesite_relief_hoe.json | 32 --- .../recipes/andesite_relief_horizontal.json | 32 --- .../recipes/andesite_relief_i.json | 32 --- .../recipes/andesite_relief_left.json | 32 --- .../recipes/andesite_relief_pickaxe.json | 32 --- .../recipes/andesite_relief_plus.json | 32 --- .../recipes/andesite_relief_right.json | 32 --- .../recipes/andesite_relief_sword.json | 32 --- .../recipes/andesite_relief_vertical.json | 32 --- .../advancements/recipes/andesite_slab.json | 32 --- .../recipes/andesite_slab_from_vanilla.json | 32 --- .../recipes/andesite_slab_to_vanilla.json | 32 --- .../advancements/recipes/andesite_smooth.json | 48 ---- .../recipes/andesite_smooth_brick.json | 32 --- .../andesite_smooth_brick_furnace.json | 32 --- .../recipes/andesite_smooth_brick_slab.json | 32 --- .../recipes/andesite_smooth_brick_stairs.json | 32 --- .../recipes/andesite_smooth_brick_wall.json | 32 --- .../recipes/andesite_smooth_furnace.json | 32 --- .../recipes/andesite_smooth_slab.json | 32 --- .../andesite_smooth_slab_from_vanilla.json | 32 --- .../andesite_smooth_slab_to_vanilla.json | 32 --- .../recipes/andesite_smooth_stairs.json | 32 --- .../recipes/andesite_smooth_wall.json | 32 --- .../advancements/recipes/andesite_stairs.json | 32 --- .../recipes/andesite_to_stone.json | 32 --- .../advancements/recipes/andesite_wall.json | 32 --- .../advancements/recipes/basalt_brick.json | 32 --- .../recipes/basalt_brick_block_polishing.json | 61 ------ .../recipes/basalt_brick_furnace.json | 32 --- .../recipes/basalt_brick_slab.json | 32 --- .../recipes/basalt_brick_slab_polishing.json | 61 ------ .../basalt_brick_slab_recombination.json | 32 --- .../recipes/basalt_brick_stairs.json | 32 --- .../basalt_brick_stairs_polishing.json | 61 ------ .../recipes/basalt_brick_wall.json | 32 --- .../recipes/basalt_brick_wall_polishing.json | 61 ------ .../recipes/basalt_cobblestone.json | 32 --- .../advancements/recipes/basalt_furnace.json | 32 --- ...alt_polished_brick_slab_recombination.json | 32 --- .../basalt_polished_slab_recombination.json | 32 --- .../basalt_polished_slabs_to_brick.json | 32 --- .../basalt_polished_stairs_to_brick.json | 32 --- .../basalt_polished_walls_to_brick.json | 32 --- .../recipes/basalt_raw_slab_polishing.json | 61 ------ .../basalt_raw_slab_recombination.json | 32 --- .../recipes/basalt_raw_slabs_to_brick.json | 32 --- .../recipes/basalt_raw_stairs_polishing.json | 61 ------ .../recipes/basalt_raw_stairs_to_brick.json | 32 --- .../recipes/basalt_raw_wall_polishing.json | 61 ------ .../recipes/basalt_raw_walls_to_brick.json | 32 --- .../recipes/basalt_relief_axe.json | 32 --- .../recipes/basalt_relief_blank.json | 32 --- .../recipes/basalt_relief_cross.json | 32 --- .../recipes/basalt_relief_hammer.json | 32 --- .../recipes/basalt_relief_hoe.json | 32 --- .../recipes/basalt_relief_horizontal.json | 32 --- .../advancements/recipes/basalt_relief_i.json | 32 --- .../recipes/basalt_relief_left.json | 32 --- .../recipes/basalt_relief_pickaxe.json | 32 --- .../recipes/basalt_relief_plus.json | 32 --- .../recipes/basalt_relief_right.json | 32 --- .../recipes/basalt_relief_sword.json | 32 --- .../recipes/basalt_relief_vertical.json | 32 --- .../advancements/recipes/basalt_slab.json | 32 --- .../advancements/recipes/basalt_smooth.json | 48 ---- .../recipes/basalt_smooth_brick.json | 32 --- .../recipes/basalt_smooth_brick_furnace.json | 32 --- .../recipes/basalt_smooth_brick_slab.json | 32 --- .../recipes/basalt_smooth_brick_stairs.json | 32 --- .../recipes/basalt_smooth_brick_wall.json | 32 --- .../recipes/basalt_smooth_furnace.json | 32 --- .../recipes/basalt_smooth_slab.json | 32 --- .../recipes/basalt_smooth_stairs.json | 32 --- .../recipes/basalt_smooth_wall.json | 32 --- .../advancements/recipes/basalt_stairs.json | 32 --- .../advancements/recipes/basalt_to_stone.json | 32 --- .../advancements/recipes/basalt_wall.json | 32 --- .../recipes/basaltic_glass_brick.json | 32 --- .../basaltic_glass_brick_block_polishing.json | 61 ------ .../recipes/basaltic_glass_brick_furnace.json | 32 --- .../recipes/basaltic_glass_brick_slab.json | 32 --- .../basaltic_glass_brick_slab_polishing.json | 61 ------ ...saltic_glass_brick_slab_recombination.json | 32 --- .../recipes/basaltic_glass_brick_stairs.json | 32 --- ...basaltic_glass_brick_stairs_polishing.json | 61 ------ .../recipes/basaltic_glass_brick_wall.json | 32 --- .../basaltic_glass_brick_wall_polishing.json | 61 ------ .../recipes/basaltic_glass_cobblestone.json | 32 --- .../recipes/basaltic_glass_furnace.json | 32 --- ...ass_polished_brick_slab_recombination.json | 32 --- ...tic_glass_polished_slab_recombination.json | 32 --- ...asaltic_glass_polished_slabs_to_brick.json | 32 --- ...saltic_glass_polished_stairs_to_brick.json | 32 --- ...asaltic_glass_polished_walls_to_brick.json | 32 --- .../basaltic_glass_raw_slab_polishing.json | 61 ------ ...basaltic_glass_raw_slab_recombination.json | 32 --- .../basaltic_glass_raw_slabs_to_brick.json | 32 --- .../basaltic_glass_raw_stairs_polishing.json | 61 ------ .../basaltic_glass_raw_stairs_to_brick.json | 32 --- .../basaltic_glass_raw_wall_polishing.json | 61 ------ .../basaltic_glass_raw_walls_to_brick.json | 32 --- .../recipes/basaltic_glass_relief_axe.json | 32 --- .../recipes/basaltic_glass_relief_blank.json | 32 --- .../recipes/basaltic_glass_relief_cross.json | 32 --- .../recipes/basaltic_glass_relief_hammer.json | 32 --- .../recipes/basaltic_glass_relief_hoe.json | 32 --- .../basaltic_glass_relief_horizontal.json | 32 --- .../recipes/basaltic_glass_relief_i.json | 32 --- .../recipes/basaltic_glass_relief_left.json | 32 --- .../basaltic_glass_relief_pickaxe.json | 32 --- .../recipes/basaltic_glass_relief_plus.json | 32 --- .../recipes/basaltic_glass_relief_right.json | 32 --- .../recipes/basaltic_glass_relief_sword.json | 32 --- .../basaltic_glass_relief_vertical.json | 32 --- .../recipes/basaltic_glass_slab.json | 32 --- .../recipes/basaltic_glass_smooth.json | 48 ---- .../recipes/basaltic_glass_smooth_brick.json | 32 --- .../basaltic_glass_smooth_brick_furnace.json | 32 --- .../basaltic_glass_smooth_brick_slab.json | 32 --- .../basaltic_glass_smooth_brick_stairs.json | 32 --- .../basaltic_glass_smooth_brick_wall.json | 32 --- .../basaltic_glass_smooth_furnace.json | 32 --- .../recipes/basaltic_glass_smooth_slab.json | 32 --- .../recipes/basaltic_glass_smooth_stairs.json | 32 --- .../recipes/basaltic_glass_smooth_wall.json | 32 --- .../recipes/basaltic_glass_stairs.json | 32 --- .../recipes/basaltic_glass_to_stone.json | 32 --- .../recipes/basaltic_glass_wall.json | 32 --- .../advancements/recipes/chalk.json | 32 --- .../advancements/recipes/chalk_dust.json | 32 --- .../advancements/recipes/cobblestone.json | 32 --- .../recipes/conglomerate_brick.json | 32 --- .../conglomerate_brick_block_polishing.json | 61 ------ .../recipes/conglomerate_brick_furnace.json | 32 --- .../recipes/conglomerate_brick_slab.json | 32 --- .../conglomerate_brick_slab_polishing.json | 61 ------ ...conglomerate_brick_slab_recombination.json | 32 --- .../recipes/conglomerate_brick_stairs.json | 32 --- .../conglomerate_brick_stairs_polishing.json | 61 ------ .../recipes/conglomerate_brick_wall.json | 32 --- .../conglomerate_brick_wall_polishing.json | 61 ------ .../recipes/conglomerate_cobblestone.json | 32 --- .../recipes/conglomerate_furnace.json | 32 --- ...ate_polished_brick_slab_recombination.json | 32 --- ...glomerate_polished_slab_recombination.json | 32 --- .../conglomerate_polished_slabs_to_brick.json | 32 --- ...conglomerate_polished_stairs_to_brick.json | 32 --- .../conglomerate_polished_walls_to_brick.json | 32 --- .../conglomerate_raw_slab_polishing.json | 61 ------ .../conglomerate_raw_slab_recombination.json | 32 --- .../conglomerate_raw_slabs_to_brick.json | 32 --- .../conglomerate_raw_stairs_polishing.json | 61 ------ .../conglomerate_raw_stairs_to_brick.json | 32 --- .../conglomerate_raw_wall_polishing.json | 61 ------ .../conglomerate_raw_walls_to_brick.json | 32 --- .../recipes/conglomerate_relief_axe.json | 32 --- .../recipes/conglomerate_relief_blank.json | 32 --- .../recipes/conglomerate_relief_cross.json | 32 --- .../recipes/conglomerate_relief_hammer.json | 32 --- .../recipes/conglomerate_relief_hoe.json | 32 --- .../conglomerate_relief_horizontal.json | 32 --- .../recipes/conglomerate_relief_i.json | 32 --- .../recipes/conglomerate_relief_left.json | 32 --- .../recipes/conglomerate_relief_pickaxe.json | 32 --- .../recipes/conglomerate_relief_plus.json | 32 --- .../recipes/conglomerate_relief_right.json | 32 --- .../recipes/conglomerate_relief_sword.json | 32 --- .../recipes/conglomerate_relief_vertical.json | 32 --- .../recipes/conglomerate_slab.json | 32 --- .../recipes/conglomerate_smooth.json | 48 ---- .../recipes/conglomerate_smooth_brick.json | 32 --- .../conglomerate_smooth_brick_furnace.json | 32 --- .../conglomerate_smooth_brick_slab.json | 32 --- .../conglomerate_smooth_brick_stairs.json | 32 --- .../conglomerate_smooth_brick_wall.json | 32 --- .../recipes/conglomerate_smooth_furnace.json | 32 --- .../recipes/conglomerate_smooth_slab.json | 32 --- .../recipes/conglomerate_smooth_stairs.json | 32 --- .../recipes/conglomerate_smooth_wall.json | 32 --- .../recipes/conglomerate_stairs.json | 32 --- .../recipes/conglomerate_to_stone.json | 32 --- .../recipes/conglomerate_wall.json | 32 --- .../advancements/recipes/diabase_brick.json | 32 --- .../diabase_brick_block_polishing.json | 61 ------ .../recipes/diabase_brick_furnace.json | 32 --- .../recipes/diabase_brick_slab.json | 32 --- .../recipes/diabase_brick_slab_polishing.json | 61 ------ .../diabase_brick_slab_recombination.json | 32 --- .../recipes/diabase_brick_stairs.json | 32 --- .../diabase_brick_stairs_polishing.json | 61 ------ .../recipes/diabase_brick_wall.json | 32 --- .../recipes/diabase_brick_wall_polishing.json | 61 ------ .../recipes/diabase_cobblestone.json | 32 --- .../advancements/recipes/diabase_furnace.json | 32 --- ...ase_polished_brick_slab_recombination.json | 32 --- .../diabase_polished_slab_recombination.json | 32 --- .../diabase_polished_slabs_to_brick.json | 32 --- .../diabase_polished_stairs_to_brick.json | 32 --- .../diabase_polished_walls_to_brick.json | 32 --- .../recipes/diabase_raw_slab_polishing.json | 61 ------ .../diabase_raw_slab_recombination.json | 32 --- .../recipes/diabase_raw_slabs_to_brick.json | 32 --- .../recipes/diabase_raw_stairs_polishing.json | 61 ------ .../recipes/diabase_raw_stairs_to_brick.json | 32 --- .../recipes/diabase_raw_wall_polishing.json | 61 ------ .../recipes/diabase_raw_walls_to_brick.json | 32 --- .../recipes/diabase_relief_axe.json | 32 --- .../recipes/diabase_relief_blank.json | 32 --- .../recipes/diabase_relief_cross.json | 32 --- .../recipes/diabase_relief_hammer.json | 32 --- .../recipes/diabase_relief_hoe.json | 32 --- .../recipes/diabase_relief_horizontal.json | 32 --- .../recipes/diabase_relief_i.json | 32 --- .../recipes/diabase_relief_left.json | 32 --- .../recipes/diabase_relief_pickaxe.json | 32 --- .../recipes/diabase_relief_plus.json | 32 --- .../recipes/diabase_relief_right.json | 32 --- .../recipes/diabase_relief_sword.json | 32 --- .../recipes/diabase_relief_vertical.json | 32 --- .../advancements/recipes/diabase_slab.json | 32 --- .../advancements/recipes/diabase_smooth.json | 48 ---- .../recipes/diabase_smooth_brick.json | 32 --- .../recipes/diabase_smooth_brick_furnace.json | 32 --- .../recipes/diabase_smooth_brick_slab.json | 32 --- .../recipes/diabase_smooth_brick_stairs.json | 32 --- .../recipes/diabase_smooth_brick_wall.json | 32 --- .../recipes/diabase_smooth_furnace.json | 32 --- .../recipes/diabase_smooth_slab.json | 32 --- .../recipes/diabase_smooth_stairs.json | 32 --- .../recipes/diabase_smooth_wall.json | 32 --- .../advancements/recipes/diabase_stairs.json | 32 --- .../recipes/diabase_to_stone.json | 32 --- .../advancements/recipes/diabase_wall.json | 32 --- .../advancements/recipes/diorite_brick.json | 32 --- .../diorite_brick_block_polishing.json | 61 ------ .../recipes/diorite_brick_furnace.json | 32 --- .../recipes/diorite_brick_slab.json | 32 --- .../recipes/diorite_brick_slab_polishing.json | 61 ------ .../diorite_brick_slab_recombination.json | 32 --- .../recipes/diorite_brick_stairs.json | 32 --- .../diorite_brick_stairs_polishing.json | 61 ------ .../recipes/diorite_brick_wall.json | 32 --- .../recipes/diorite_brick_wall_polishing.json | 61 ------ .../recipes/diorite_cobblestone.json | 32 --- .../advancements/recipes/diorite_furnace.json | 32 --- ...ite_polished_brick_slab_recombination.json | 32 --- .../diorite_polished_slab_recombination.json | 32 --- .../diorite_polished_slabs_to_brick.json | 32 --- .../diorite_polished_stairs_to_brick.json | 32 --- .../diorite_polished_walls_to_brick.json | 32 --- .../recipes/diorite_raw_slab_polishing.json | 61 ------ .../diorite_raw_slab_recombination.json | 32 --- .../recipes/diorite_raw_slabs_to_brick.json | 32 --- .../recipes/diorite_raw_stairs_polishing.json | 61 ------ .../recipes/diorite_raw_stairs_to_brick.json | 32 --- .../recipes/diorite_raw_wall_polishing.json | 61 ------ .../recipes/diorite_raw_walls_to_brick.json | 32 --- .../recipes/diorite_relief_axe.json | 32 --- .../recipes/diorite_relief_blank.json | 32 --- .../recipes/diorite_relief_cross.json | 32 --- .../recipes/diorite_relief_hammer.json | 32 --- .../recipes/diorite_relief_hoe.json | 32 --- .../recipes/diorite_relief_horizontal.json | 32 --- .../recipes/diorite_relief_i.json | 32 --- .../recipes/diorite_relief_left.json | 32 --- .../recipes/diorite_relief_pickaxe.json | 32 --- .../recipes/diorite_relief_plus.json | 32 --- .../recipes/diorite_relief_right.json | 32 --- .../recipes/diorite_relief_sword.json | 32 --- .../recipes/diorite_relief_vertical.json | 32 --- .../advancements/recipes/diorite_slab.json | 32 --- .../recipes/diorite_slab_from_vanilla.json | 32 --- .../recipes/diorite_slab_to_vanilla.json | 32 --- .../advancements/recipes/diorite_smooth.json | 48 ---- .../recipes/diorite_smooth_brick.json | 32 --- .../recipes/diorite_smooth_brick_furnace.json | 32 --- .../recipes/diorite_smooth_brick_slab.json | 32 --- .../recipes/diorite_smooth_brick_stairs.json | 32 --- .../recipes/diorite_smooth_brick_wall.json | 32 --- .../recipes/diorite_smooth_furnace.json | 32 --- .../recipes/diorite_smooth_slab.json | 32 --- .../diorite_smooth_slab_from_vanilla.json | 32 --- .../diorite_smooth_slab_to_vanilla.json | 32 --- .../recipes/diorite_smooth_stairs.json | 32 --- .../recipes/diorite_smooth_wall.json | 32 --- .../advancements/recipes/diorite_stairs.json | 32 --- .../recipes/diorite_to_stone.json | 32 --- .../advancements/recipes/diorite_wall.json | 32 --- .../advancements/recipes/dolomite_brick.json | 32 --- .../dolomite_brick_block_polishing.json | 61 ------ .../recipes/dolomite_brick_furnace.json | 32 --- .../recipes/dolomite_brick_slab.json | 32 --- .../dolomite_brick_slab_polishing.json | 61 ------ .../dolomite_brick_slab_recombination.json | 32 --- .../recipes/dolomite_brick_stairs.json | 32 --- .../dolomite_brick_stairs_polishing.json | 61 ------ .../recipes/dolomite_brick_wall.json | 32 --- .../dolomite_brick_wall_polishing.json | 61 ------ .../recipes/dolomite_cobblestone.json | 32 --- .../recipes/dolomite_furnace.json | 32 --- ...ite_polished_brick_slab_recombination.json | 32 --- .../dolomite_polished_slab_recombination.json | 32 --- .../dolomite_polished_slabs_to_brick.json | 32 --- .../dolomite_polished_stairs_to_brick.json | 32 --- .../dolomite_polished_walls_to_brick.json | 32 --- .../recipes/dolomite_raw_slab_polishing.json | 61 ------ .../dolomite_raw_slab_recombination.json | 32 --- .../recipes/dolomite_raw_slabs_to_brick.json | 32 --- .../dolomite_raw_stairs_polishing.json | 61 ------ .../recipes/dolomite_raw_stairs_to_brick.json | 32 --- .../recipes/dolomite_raw_wall_polishing.json | 61 ------ .../recipes/dolomite_raw_walls_to_brick.json | 32 --- .../recipes/dolomite_relief_axe.json | 32 --- .../recipes/dolomite_relief_blank.json | 32 --- .../recipes/dolomite_relief_cross.json | 32 --- .../recipes/dolomite_relief_hammer.json | 32 --- .../recipes/dolomite_relief_hoe.json | 32 --- .../recipes/dolomite_relief_horizontal.json | 32 --- .../recipes/dolomite_relief_i.json | 32 --- .../recipes/dolomite_relief_left.json | 32 --- .../recipes/dolomite_relief_pickaxe.json | 32 --- .../recipes/dolomite_relief_plus.json | 32 --- .../recipes/dolomite_relief_right.json | 32 --- .../recipes/dolomite_relief_sword.json | 32 --- .../recipes/dolomite_relief_vertical.json | 32 --- .../advancements/recipes/dolomite_slab.json | 32 --- .../advancements/recipes/dolomite_smooth.json | 48 ---- .../recipes/dolomite_smooth_brick.json | 32 --- .../dolomite_smooth_brick_furnace.json | 32 --- .../recipes/dolomite_smooth_brick_slab.json | 32 --- .../recipes/dolomite_smooth_brick_stairs.json | 32 --- .../recipes/dolomite_smooth_brick_wall.json | 32 --- .../recipes/dolomite_smooth_furnace.json | 32 --- .../recipes/dolomite_smooth_slab.json | 32 --- .../recipes/dolomite_smooth_stairs.json | 32 --- .../recipes/dolomite_smooth_wall.json | 32 --- .../advancements/recipes/dolomite_stairs.json | 32 --- .../recipes/dolomite_to_stone.json | 32 --- .../advancements/recipes/dolomite_wall.json | 32 --- .../advancements/recipes/drywall.json | 38 ---- .../advancements/recipes/drywall_black.json | 38 ---- .../advancements/recipes/drywall_blue.json | 38 ---- .../advancements/recipes/drywall_brown.json | 38 ---- .../advancements/recipes/drywall_cyan.json | 38 ---- .../advancements/recipes/drywall_gray.json | 38 ---- .../advancements/recipes/drywall_green.json | 38 ---- .../recipes/drywall_light_blue.json | 38 ---- .../advancements/recipes/drywall_lime.json | 38 ---- .../advancements/recipes/drywall_magenta.json | 38 ---- .../advancements/recipes/drywall_orange.json | 38 ---- .../advancements/recipes/drywall_pink.json | 38 ---- .../advancements/recipes/drywall_purple.json | 38 ---- .../advancements/recipes/drywall_red.json | 38 ---- .../advancements/recipes/drywall_silver.json | 38 ---- .../advancements/recipes/drywall_white.json | 38 ---- .../advancements/recipes/drywall_yellow.json | 38 ---- .../advancements/recipes/gabbro_brick.json | 32 --- .../recipes/gabbro_brick_block_polishing.json | 61 ------ .../recipes/gabbro_brick_furnace.json | 32 --- .../recipes/gabbro_brick_slab.json | 32 --- .../recipes/gabbro_brick_slab_polishing.json | 61 ------ .../gabbro_brick_slab_recombination.json | 32 --- .../recipes/gabbro_brick_stairs.json | 32 --- .../gabbro_brick_stairs_polishing.json | 61 ------ .../recipes/gabbro_brick_wall.json | 32 --- .../recipes/gabbro_brick_wall_polishing.json | 61 ------ .../recipes/gabbro_cobblestone.json | 32 --- .../advancements/recipes/gabbro_furnace.json | 32 --- ...bro_polished_brick_slab_recombination.json | 32 --- .../gabbro_polished_slab_recombination.json | 32 --- .../gabbro_polished_slabs_to_brick.json | 32 --- .../gabbro_polished_stairs_to_brick.json | 32 --- .../gabbro_polished_walls_to_brick.json | 32 --- .../recipes/gabbro_raw_slab_polishing.json | 61 ------ .../gabbro_raw_slab_recombination.json | 32 --- .../recipes/gabbro_raw_slabs_to_brick.json | 32 --- .../recipes/gabbro_raw_stairs_polishing.json | 61 ------ .../recipes/gabbro_raw_stairs_to_brick.json | 32 --- .../recipes/gabbro_raw_wall_polishing.json | 61 ------ .../recipes/gabbro_raw_walls_to_brick.json | 32 --- .../recipes/gabbro_relief_axe.json | 32 --- .../recipes/gabbro_relief_blank.json | 32 --- .../recipes/gabbro_relief_cross.json | 32 --- .../recipes/gabbro_relief_hammer.json | 32 --- .../recipes/gabbro_relief_hoe.json | 32 --- .../recipes/gabbro_relief_horizontal.json | 32 --- .../advancements/recipes/gabbro_relief_i.json | 32 --- .../recipes/gabbro_relief_left.json | 32 --- .../recipes/gabbro_relief_pickaxe.json | 32 --- .../recipes/gabbro_relief_plus.json | 32 --- .../recipes/gabbro_relief_right.json | 32 --- .../recipes/gabbro_relief_sword.json | 32 --- .../recipes/gabbro_relief_vertical.json | 32 --- .../advancements/recipes/gabbro_slab.json | 32 --- .../advancements/recipes/gabbro_smooth.json | 48 ---- .../recipes/gabbro_smooth_brick.json | 32 --- .../recipes/gabbro_smooth_brick_furnace.json | 32 --- .../recipes/gabbro_smooth_brick_slab.json | 32 --- .../recipes/gabbro_smooth_brick_stairs.json | 32 --- .../recipes/gabbro_smooth_brick_wall.json | 32 --- .../recipes/gabbro_smooth_furnace.json | 32 --- .../recipes/gabbro_smooth_slab.json | 32 --- .../recipes/gabbro_smooth_stairs.json | 32 --- .../recipes/gabbro_smooth_wall.json | 32 --- .../advancements/recipes/gabbro_stairs.json | 32 --- .../advancements/recipes/gabbro_to_stone.json | 32 --- .../advancements/recipes/gabbro_wall.json | 32 --- .../advancements/recipes/gneiss_brick.json | 32 --- .../recipes/gneiss_brick_block_polishing.json | 61 ------ .../recipes/gneiss_brick_furnace.json | 32 --- .../recipes/gneiss_brick_slab.json | 32 --- .../recipes/gneiss_brick_slab_polishing.json | 61 ------ .../gneiss_brick_slab_recombination.json | 32 --- .../recipes/gneiss_brick_stairs.json | 32 --- .../gneiss_brick_stairs_polishing.json | 61 ------ .../recipes/gneiss_brick_wall.json | 32 --- .../recipes/gneiss_brick_wall_polishing.json | 61 ------ .../recipes/gneiss_cobblestone.json | 32 --- .../advancements/recipes/gneiss_furnace.json | 32 --- ...iss_polished_brick_slab_recombination.json | 32 --- .../gneiss_polished_slab_recombination.json | 32 --- .../gneiss_polished_slabs_to_brick.json | 32 --- .../gneiss_polished_stairs_to_brick.json | 32 --- .../gneiss_polished_walls_to_brick.json | 32 --- .../recipes/gneiss_raw_slab_polishing.json | 61 ------ .../gneiss_raw_slab_recombination.json | 32 --- .../recipes/gneiss_raw_slabs_to_brick.json | 32 --- .../recipes/gneiss_raw_stairs_polishing.json | 61 ------ .../recipes/gneiss_raw_stairs_to_brick.json | 32 --- .../recipes/gneiss_raw_wall_polishing.json | 61 ------ .../recipes/gneiss_raw_walls_to_brick.json | 32 --- .../recipes/gneiss_relief_axe.json | 32 --- .../recipes/gneiss_relief_blank.json | 32 --- .../recipes/gneiss_relief_cross.json | 32 --- .../recipes/gneiss_relief_hammer.json | 32 --- .../recipes/gneiss_relief_hoe.json | 32 --- .../recipes/gneiss_relief_horizontal.json | 32 --- .../advancements/recipes/gneiss_relief_i.json | 32 --- .../recipes/gneiss_relief_left.json | 32 --- .../recipes/gneiss_relief_pickaxe.json | 32 --- .../recipes/gneiss_relief_plus.json | 32 --- .../recipes/gneiss_relief_right.json | 32 --- .../recipes/gneiss_relief_sword.json | 32 --- .../recipes/gneiss_relief_vertical.json | 32 --- .../advancements/recipes/gneiss_slab.json | 32 --- .../advancements/recipes/gneiss_smooth.json | 48 ---- .../recipes/gneiss_smooth_brick.json | 32 --- .../recipes/gneiss_smooth_brick_furnace.json | 32 --- .../recipes/gneiss_smooth_brick_slab.json | 32 --- .../recipes/gneiss_smooth_brick_stairs.json | 32 --- .../recipes/gneiss_smooth_brick_wall.json | 32 --- .../recipes/gneiss_smooth_furnace.json | 32 --- .../recipes/gneiss_smooth_slab.json | 32 --- .../recipes/gneiss_smooth_stairs.json | 32 --- .../recipes/gneiss_smooth_wall.json | 32 --- .../advancements/recipes/gneiss_stairs.json | 32 --- .../advancements/recipes/gneiss_to_stone.json | 32 --- .../advancements/recipes/gneiss_wall.json | 32 --- .../advancements/recipes/granite_brick.json | 32 --- .../granite_brick_block_polishing.json | 61 ------ .../recipes/granite_brick_furnace.json | 32 --- .../recipes/granite_brick_slab.json | 32 --- .../recipes/granite_brick_slab_polishing.json | 61 ------ .../granite_brick_slab_recombination.json | 32 --- .../recipes/granite_brick_stairs.json | 32 --- .../granite_brick_stairs_polishing.json | 61 ------ .../recipes/granite_brick_wall.json | 32 --- .../recipes/granite_brick_wall_polishing.json | 61 ------ .../recipes/granite_cobblestone.json | 32 --- .../advancements/recipes/granite_furnace.json | 32 --- ...ite_polished_brick_slab_recombination.json | 32 --- .../granite_polished_slab_recombination.json | 32 --- .../granite_polished_slabs_to_brick.json | 32 --- .../granite_polished_stairs_to_brick.json | 32 --- .../granite_polished_walls_to_brick.json | 32 --- .../recipes/granite_raw_slab_polishing.json | 61 ------ .../granite_raw_slab_recombination.json | 32 --- .../recipes/granite_raw_slabs_to_brick.json | 32 --- .../recipes/granite_raw_stairs_polishing.json | 61 ------ .../recipes/granite_raw_stairs_to_brick.json | 32 --- .../recipes/granite_raw_wall_polishing.json | 61 ------ .../recipes/granite_raw_walls_to_brick.json | 32 --- .../recipes/granite_relief_axe.json | 32 --- .../recipes/granite_relief_blank.json | 32 --- .../recipes/granite_relief_cross.json | 32 --- .../recipes/granite_relief_hammer.json | 32 --- .../recipes/granite_relief_hoe.json | 32 --- .../recipes/granite_relief_horizontal.json | 32 --- .../recipes/granite_relief_i.json | 32 --- .../recipes/granite_relief_left.json | 32 --- .../recipes/granite_relief_pickaxe.json | 32 --- .../recipes/granite_relief_plus.json | 32 --- .../recipes/granite_relief_right.json | 32 --- .../recipes/granite_relief_sword.json | 32 --- .../recipes/granite_relief_vertical.json | 32 --- .../advancements/recipes/granite_slab.json | 32 --- .../recipes/granite_slab_from_vanilla.json | 32 --- .../recipes/granite_slab_to_vanilla.json | 32 --- .../advancements/recipes/granite_smooth.json | 48 ---- .../recipes/granite_smooth_brick.json | 32 --- .../recipes/granite_smooth_brick_furnace.json | 32 --- .../recipes/granite_smooth_brick_slab.json | 32 --- .../recipes/granite_smooth_brick_stairs.json | 32 --- .../recipes/granite_smooth_brick_wall.json | 32 --- .../recipes/granite_smooth_furnace.json | 32 --- .../recipes/granite_smooth_slab.json | 32 --- .../granite_smooth_slab_from_vanilla.json | 32 --- .../granite_smooth_slab_to_vanilla.json | 32 --- .../recipes/granite_smooth_stairs.json | 32 --- .../recipes/granite_smooth_wall.json | 32 --- .../advancements/recipes/granite_stairs.json | 32 --- .../recipes/granite_to_stone.json | 32 --- .../advancements/recipes/granite_wall.json | 32 --- .../advancements/recipes/gravel_to_stone.json | 32 --- .../recipes/gunpowder_from_carbon_dust.json | 50 ----- .../recipes/gunpowder_from_charcoal.json | 38 ---- .../recipes/gunpowder_from_coal_dust.json | 50 ----- .../recipes/gunpowder_from_sugar.json | 38 ---- .../advancements/recipes/gypsum.json | 32 --- .../advancements/recipes/gypsum_dust.json | 32 --- .../advancements/recipes/hornfels_brick.json | 32 --- .../hornfels_brick_block_polishing.json | 61 ------ .../recipes/hornfels_brick_furnace.json | 32 --- .../recipes/hornfels_brick_slab.json | 32 --- .../hornfels_brick_slab_polishing.json | 61 ------ .../hornfels_brick_slab_recombination.json | 32 --- .../recipes/hornfels_brick_stairs.json | 32 --- .../hornfels_brick_stairs_polishing.json | 61 ------ .../recipes/hornfels_brick_wall.json | 32 --- .../hornfels_brick_wall_polishing.json | 61 ------ .../recipes/hornfels_cobblestone.json | 32 --- .../recipes/hornfels_furnace.json | 32 --- ...els_polished_brick_slab_recombination.json | 32 --- .../hornfels_polished_slab_recombination.json | 32 --- .../hornfels_polished_slabs_to_brick.json | 32 --- .../hornfels_polished_stairs_to_brick.json | 32 --- .../hornfels_polished_walls_to_brick.json | 32 --- .../recipes/hornfels_raw_slab_polishing.json | 61 ------ .../hornfels_raw_slab_recombination.json | 32 --- .../recipes/hornfels_raw_slabs_to_brick.json | 32 --- .../hornfels_raw_stairs_polishing.json | 61 ------ .../recipes/hornfels_raw_stairs_to_brick.json | 32 --- .../recipes/hornfels_raw_wall_polishing.json | 61 ------ .../recipes/hornfels_raw_walls_to_brick.json | 32 --- .../recipes/hornfels_relief_axe.json | 32 --- .../recipes/hornfels_relief_blank.json | 32 --- .../recipes/hornfels_relief_cross.json | 32 --- .../recipes/hornfels_relief_hammer.json | 32 --- .../recipes/hornfels_relief_hoe.json | 32 --- .../recipes/hornfels_relief_horizontal.json | 32 --- .../recipes/hornfels_relief_i.json | 32 --- .../recipes/hornfels_relief_left.json | 32 --- .../recipes/hornfels_relief_pickaxe.json | 32 --- .../recipes/hornfels_relief_plus.json | 32 --- .../recipes/hornfels_relief_right.json | 32 --- .../recipes/hornfels_relief_sword.json | 32 --- .../recipes/hornfels_relief_vertical.json | 32 --- .../advancements/recipes/hornfels_slab.json | 32 --- .../advancements/recipes/hornfels_smooth.json | 48 ---- .../recipes/hornfels_smooth_brick.json | 32 --- .../hornfels_smooth_brick_furnace.json | 32 --- .../recipes/hornfels_smooth_brick_slab.json | 32 --- .../recipes/hornfels_smooth_brick_stairs.json | 32 --- .../recipes/hornfels_smooth_brick_wall.json | 32 --- .../recipes/hornfels_smooth_furnace.json | 32 --- .../recipes/hornfels_smooth_slab.json | 32 --- .../recipes/hornfels_smooth_stairs.json | 32 --- .../recipes/hornfels_smooth_wall.json | 32 --- .../advancements/recipes/hornfels_stairs.json | 32 --- .../recipes/hornfels_to_stone.json | 32 --- .../advancements/recipes/hornfels_wall.json | 32 --- .../advancements/recipes/limestone_brick.json | 32 --- .../limestone_brick_block_polishing.json | 61 ------ .../recipes/limestone_brick_furnace.json | 32 --- .../recipes/limestone_brick_slab.json | 32 --- .../limestone_brick_slab_polishing.json | 61 ------ .../limestone_brick_slab_recombination.json | 32 --- .../recipes/limestone_brick_stairs.json | 32 --- .../limestone_brick_stairs_polishing.json | 61 ------ .../recipes/limestone_brick_wall.json | 32 --- .../limestone_brick_wall_polishing.json | 61 ------ .../recipes/limestone_cobblestone.json | 32 --- .../recipes/limestone_furnace.json | 32 --- ...one_polished_brick_slab_recombination.json | 32 --- ...limestone_polished_slab_recombination.json | 32 --- .../limestone_polished_slabs_to_brick.json | 32 --- .../limestone_polished_stairs_to_brick.json | 32 --- .../limestone_polished_walls_to_brick.json | 32 --- .../recipes/limestone_raw_slab_polishing.json | 61 ------ .../limestone_raw_slab_recombination.json | 32 --- .../recipes/limestone_raw_slabs_to_brick.json | 32 --- .../limestone_raw_stairs_polishing.json | 61 ------ .../limestone_raw_stairs_to_brick.json | 32 --- .../recipes/limestone_raw_wall_polishing.json | 61 ------ .../recipes/limestone_raw_walls_to_brick.json | 32 --- .../recipes/limestone_relief_axe.json | 32 --- .../recipes/limestone_relief_blank.json | 32 --- .../recipes/limestone_relief_cross.json | 32 --- .../recipes/limestone_relief_hammer.json | 32 --- .../recipes/limestone_relief_hoe.json | 32 --- .../recipes/limestone_relief_horizontal.json | 32 --- .../recipes/limestone_relief_i.json | 32 --- .../recipes/limestone_relief_left.json | 32 --- .../recipes/limestone_relief_pickaxe.json | 32 --- .../recipes/limestone_relief_plus.json | 32 --- .../recipes/limestone_relief_right.json | 32 --- .../recipes/limestone_relief_sword.json | 32 --- .../recipes/limestone_relief_vertical.json | 32 --- .../advancements/recipes/limestone_slab.json | 32 --- .../recipes/limestone_smooth.json | 48 ---- .../recipes/limestone_smooth_brick.json | 32 --- .../limestone_smooth_brick_furnace.json | 32 --- .../recipes/limestone_smooth_brick_slab.json | 32 --- .../limestone_smooth_brick_stairs.json | 32 --- .../recipes/limestone_smooth_brick_wall.json | 32 --- .../recipes/limestone_smooth_furnace.json | 32 --- .../recipes/limestone_smooth_slab.json | 32 --- .../recipes/limestone_smooth_stairs.json | 32 --- .../recipes/limestone_smooth_wall.json | 32 --- .../recipes/limestone_stairs.json | 32 --- .../recipes/limestone_to_stone.json | 32 --- .../advancements/recipes/limestone_wall.json | 32 --- .../advancements/recipes/marble_brick.json | 32 --- .../recipes/marble_brick_block_polishing.json | 61 ------ .../recipes/marble_brick_furnace.json | 32 --- .../recipes/marble_brick_slab.json | 32 --- .../recipes/marble_brick_slab_polishing.json | 61 ------ .../marble_brick_slab_recombination.json | 32 --- .../recipes/marble_brick_stairs.json | 32 --- .../marble_brick_stairs_polishing.json | 61 ------ .../recipes/marble_brick_wall.json | 32 --- .../recipes/marble_brick_wall_polishing.json | 61 ------ .../recipes/marble_cobblestone.json | 32 --- .../advancements/recipes/marble_furnace.json | 32 --- ...ble_polished_brick_slab_recombination.json | 32 --- .../marble_polished_slab_recombination.json | 32 --- .../marble_polished_slabs_to_brick.json | 32 --- .../marble_polished_stairs_to_brick.json | 32 --- .../marble_polished_walls_to_brick.json | 32 --- .../recipes/marble_raw_slab_polishing.json | 61 ------ .../marble_raw_slab_recombination.json | 32 --- .../recipes/marble_raw_slabs_to_brick.json | 32 --- .../recipes/marble_raw_stairs_polishing.json | 61 ------ .../recipes/marble_raw_stairs_to_brick.json | 32 --- .../recipes/marble_raw_wall_polishing.json | 61 ------ .../recipes/marble_raw_walls_to_brick.json | 32 --- .../recipes/marble_relief_axe.json | 32 --- .../recipes/marble_relief_blank.json | 32 --- .../recipes/marble_relief_cross.json | 32 --- .../recipes/marble_relief_hammer.json | 32 --- .../recipes/marble_relief_hoe.json | 32 --- .../recipes/marble_relief_horizontal.json | 32 --- .../advancements/recipes/marble_relief_i.json | 32 --- .../recipes/marble_relief_left.json | 32 --- .../recipes/marble_relief_pickaxe.json | 32 --- .../recipes/marble_relief_plus.json | 32 --- .../recipes/marble_relief_right.json | 32 --- .../recipes/marble_relief_sword.json | 32 --- .../recipes/marble_relief_vertical.json | 32 --- .../advancements/recipes/marble_slab.json | 32 --- .../advancements/recipes/marble_smooth.json | 48 ---- .../recipes/marble_smooth_brick.json | 32 --- .../recipes/marble_smooth_brick_furnace.json | 32 --- .../recipes/marble_smooth_brick_slab.json | 32 --- .../recipes/marble_smooth_brick_stairs.json | 32 --- .../recipes/marble_smooth_brick_wall.json | 32 --- .../recipes/marble_smooth_furnace.json | 32 --- .../recipes/marble_smooth_slab.json | 32 --- .../recipes/marble_smooth_stairs.json | 32 --- .../recipes/marble_smooth_wall.json | 32 --- .../advancements/recipes/marble_stairs.json | 32 --- .../advancements/recipes/marble_to_stone.json | 32 --- .../advancements/recipes/marble_wall.json | 32 --- .../recipes/mineralfertilizer.json | 38 ---- .../advancements/recipes/nitrate_block.json | 38 ---- .../advancements/recipes/nitrate_dust.json | 38 ---- .../recipes/novaculite_brick.json | 32 --- .../novaculite_brick_block_polishing.json | 61 ------ .../recipes/novaculite_brick_furnace.json | 32 --- .../recipes/novaculite_brick_slab.json | 32 --- .../novaculite_brick_slab_polishing.json | 61 ------ .../novaculite_brick_slab_recombination.json | 32 --- .../recipes/novaculite_brick_stairs.json | 32 --- .../novaculite_brick_stairs_polishing.json | 61 ------ .../recipes/novaculite_brick_wall.json | 32 --- .../novaculite_brick_wall_polishing.json | 61 ------ .../recipes/novaculite_cobblestone.json | 32 --- .../recipes/novaculite_furnace.json | 32 --- ...ite_polished_brick_slab_recombination.json | 32 --- ...ovaculite_polished_slab_recombination.json | 32 --- .../novaculite_polished_slabs_to_brick.json | 32 --- .../novaculite_polished_stairs_to_brick.json | 32 --- .../novaculite_polished_walls_to_brick.json | 32 --- .../novaculite_raw_slab_polishing.json | 61 ------ .../novaculite_raw_slab_recombination.json | 32 --- .../novaculite_raw_slabs_to_brick.json | 32 --- .../novaculite_raw_stairs_polishing.json | 61 ------ .../novaculite_raw_stairs_to_brick.json | 32 --- .../novaculite_raw_wall_polishing.json | 61 ------ .../novaculite_raw_walls_to_brick.json | 32 --- .../recipes/novaculite_relief_axe.json | 32 --- .../recipes/novaculite_relief_blank.json | 32 --- .../recipes/novaculite_relief_cross.json | 32 --- .../recipes/novaculite_relief_hammer.json | 32 --- .../recipes/novaculite_relief_hoe.json | 32 --- .../recipes/novaculite_relief_horizontal.json | 32 --- .../recipes/novaculite_relief_i.json | 32 --- .../recipes/novaculite_relief_left.json | 32 --- .../recipes/novaculite_relief_pickaxe.json | 32 --- .../recipes/novaculite_relief_plus.json | 32 --- .../recipes/novaculite_relief_right.json | 32 --- .../recipes/novaculite_relief_sword.json | 32 --- .../recipes/novaculite_relief_vertical.json | 32 --- .../advancements/recipes/novaculite_slab.json | 32 --- .../recipes/novaculite_smooth.json | 48 ---- .../recipes/novaculite_smooth_brick.json | 32 --- .../novaculite_smooth_brick_furnace.json | 32 --- .../recipes/novaculite_smooth_brick_slab.json | 32 --- .../novaculite_smooth_brick_stairs.json | 32 --- .../recipes/novaculite_smooth_brick_wall.json | 32 --- .../recipes/novaculite_smooth_furnace.json | 32 --- .../recipes/novaculite_smooth_slab.json | 32 --- .../recipes/novaculite_smooth_stairs.json | 32 --- .../recipes/novaculite_smooth_wall.json | 32 --- .../recipes/novaculite_stairs.json | 32 --- .../recipes/novaculite_to_stone.json | 32 --- .../advancements/recipes/novaculite_wall.json | 32 --- .../advancements/recipes/pegmatite_brick.json | 32 --- .../pegmatite_brick_block_polishing.json | 61 ------ .../recipes/pegmatite_brick_furnace.json | 32 --- .../recipes/pegmatite_brick_slab.json | 32 --- .../pegmatite_brick_slab_polishing.json | 61 ------ .../pegmatite_brick_slab_recombination.json | 32 --- .../recipes/pegmatite_brick_stairs.json | 32 --- .../pegmatite_brick_stairs_polishing.json | 61 ------ .../recipes/pegmatite_brick_wall.json | 32 --- .../pegmatite_brick_wall_polishing.json | 61 ------ .../recipes/pegmatite_cobblestone.json | 32 --- .../recipes/pegmatite_furnace.json | 32 --- ...ite_polished_brick_slab_recombination.json | 32 --- ...pegmatite_polished_slab_recombination.json | 32 --- .../pegmatite_polished_slabs_to_brick.json | 32 --- .../pegmatite_polished_stairs_to_brick.json | 32 --- .../pegmatite_polished_walls_to_brick.json | 32 --- .../recipes/pegmatite_raw_slab_polishing.json | 61 ------ .../pegmatite_raw_slab_recombination.json | 32 --- .../recipes/pegmatite_raw_slabs_to_brick.json | 32 --- .../pegmatite_raw_stairs_polishing.json | 61 ------ .../pegmatite_raw_stairs_to_brick.json | 32 --- .../recipes/pegmatite_raw_wall_polishing.json | 61 ------ .../recipes/pegmatite_raw_walls_to_brick.json | 32 --- .../recipes/pegmatite_relief_axe.json | 32 --- .../recipes/pegmatite_relief_blank.json | 32 --- .../recipes/pegmatite_relief_cross.json | 32 --- .../recipes/pegmatite_relief_hammer.json | 32 --- .../recipes/pegmatite_relief_hoe.json | 32 --- .../recipes/pegmatite_relief_horizontal.json | 32 --- .../recipes/pegmatite_relief_i.json | 32 --- .../recipes/pegmatite_relief_left.json | 32 --- .../recipes/pegmatite_relief_pickaxe.json | 32 --- .../recipes/pegmatite_relief_plus.json | 32 --- .../recipes/pegmatite_relief_right.json | 32 --- .../recipes/pegmatite_relief_sword.json | 32 --- .../recipes/pegmatite_relief_vertical.json | 32 --- .../advancements/recipes/pegmatite_slab.json | 32 --- .../recipes/pegmatite_smooth.json | 48 ---- .../recipes/pegmatite_smooth_brick.json | 32 --- .../pegmatite_smooth_brick_furnace.json | 32 --- .../recipes/pegmatite_smooth_brick_slab.json | 32 --- .../pegmatite_smooth_brick_stairs.json | 32 --- .../recipes/pegmatite_smooth_brick_wall.json | 32 --- .../recipes/pegmatite_smooth_furnace.json | 32 --- .../recipes/pegmatite_smooth_slab.json | 32 --- .../recipes/pegmatite_smooth_stairs.json | 32 --- .../recipes/pegmatite_smooth_wall.json | 32 --- .../recipes/pegmatite_stairs.json | 32 --- .../recipes/pegmatite_to_stone.json | 32 --- .../advancements/recipes/pegmatite_wall.json | 32 --- .../recipes/peridotite_brick.json | 32 --- .../peridotite_brick_block_polishing.json | 61 ------ .../recipes/peridotite_brick_furnace.json | 32 --- .../recipes/peridotite_brick_slab.json | 32 --- .../peridotite_brick_slab_polishing.json | 61 ------ .../peridotite_brick_slab_recombination.json | 32 --- .../recipes/peridotite_brick_stairs.json | 32 --- .../peridotite_brick_stairs_polishing.json | 61 ------ .../recipes/peridotite_brick_wall.json | 32 --- .../peridotite_brick_wall_polishing.json | 61 ------ .../recipes/peridotite_cobblestone.json | 32 --- .../recipes/peridotite_furnace.json | 32 --- ...ite_polished_brick_slab_recombination.json | 32 --- ...eridotite_polished_slab_recombination.json | 32 --- .../peridotite_polished_slabs_to_brick.json | 32 --- .../peridotite_polished_stairs_to_brick.json | 32 --- .../peridotite_polished_walls_to_brick.json | 32 --- .../peridotite_raw_slab_polishing.json | 61 ------ .../peridotite_raw_slab_recombination.json | 32 --- .../peridotite_raw_slabs_to_brick.json | 32 --- .../peridotite_raw_stairs_polishing.json | 61 ------ .../peridotite_raw_stairs_to_brick.json | 32 --- .../peridotite_raw_wall_polishing.json | 61 ------ .../peridotite_raw_walls_to_brick.json | 32 --- .../recipes/peridotite_relief_axe.json | 32 --- .../recipes/peridotite_relief_blank.json | 32 --- .../recipes/peridotite_relief_cross.json | 32 --- .../recipes/peridotite_relief_hammer.json | 32 --- .../recipes/peridotite_relief_hoe.json | 32 --- .../recipes/peridotite_relief_horizontal.json | 32 --- .../recipes/peridotite_relief_i.json | 32 --- .../recipes/peridotite_relief_left.json | 32 --- .../recipes/peridotite_relief_pickaxe.json | 32 --- .../recipes/peridotite_relief_plus.json | 32 --- .../recipes/peridotite_relief_right.json | 32 --- .../recipes/peridotite_relief_sword.json | 32 --- .../recipes/peridotite_relief_vertical.json | 32 --- .../advancements/recipes/peridotite_slab.json | 32 --- .../recipes/peridotite_smooth.json | 48 ---- .../recipes/peridotite_smooth_brick.json | 32 --- .../peridotite_smooth_brick_furnace.json | 32 --- .../recipes/peridotite_smooth_brick_slab.json | 32 --- .../peridotite_smooth_brick_stairs.json | 32 --- .../recipes/peridotite_smooth_brick_wall.json | 32 --- .../recipes/peridotite_smooth_furnace.json | 32 --- .../recipes/peridotite_smooth_slab.json | 32 --- .../recipes/peridotite_smooth_stairs.json | 32 --- .../recipes/peridotite_smooth_wall.json | 32 --- .../recipes/peridotite_stairs.json | 32 --- .../recipes/peridotite_to_stone.json | 32 --- .../advancements/recipes/peridotite_wall.json | 32 --- .../recipes/phosphorous_block.json | 38 ---- .../recipes/phosphorous_dust.json | 38 ---- .../advancements/recipes/phyllite_brick.json | 32 --- .../phyllite_brick_block_polishing.json | 61 ------ .../recipes/phyllite_brick_furnace.json | 32 --- .../recipes/phyllite_brick_slab.json | 32 --- .../phyllite_brick_slab_polishing.json | 61 ------ .../phyllite_brick_slab_recombination.json | 32 --- .../recipes/phyllite_brick_stairs.json | 32 --- .../phyllite_brick_stairs_polishing.json | 61 ------ .../recipes/phyllite_brick_wall.json | 32 --- .../phyllite_brick_wall_polishing.json | 61 ------ .../recipes/phyllite_cobblestone.json | 32 --- .../recipes/phyllite_furnace.json | 32 --- ...ite_polished_brick_slab_recombination.json | 32 --- .../phyllite_polished_slab_recombination.json | 32 --- .../phyllite_polished_slabs_to_brick.json | 32 --- .../phyllite_polished_stairs_to_brick.json | 32 --- .../phyllite_polished_walls_to_brick.json | 32 --- .../recipes/phyllite_raw_slab_polishing.json | 61 ------ .../phyllite_raw_slab_recombination.json | 32 --- .../recipes/phyllite_raw_slabs_to_brick.json | 32 --- .../phyllite_raw_stairs_polishing.json | 61 ------ .../recipes/phyllite_raw_stairs_to_brick.json | 32 --- .../recipes/phyllite_raw_wall_polishing.json | 61 ------ .../recipes/phyllite_raw_walls_to_brick.json | 32 --- .../recipes/phyllite_relief_axe.json | 32 --- .../recipes/phyllite_relief_blank.json | 32 --- .../recipes/phyllite_relief_cross.json | 32 --- .../recipes/phyllite_relief_hammer.json | 32 --- .../recipes/phyllite_relief_hoe.json | 32 --- .../recipes/phyllite_relief_horizontal.json | 32 --- .../recipes/phyllite_relief_i.json | 32 --- .../recipes/phyllite_relief_left.json | 32 --- .../recipes/phyllite_relief_pickaxe.json | 32 --- .../recipes/phyllite_relief_plus.json | 32 --- .../recipes/phyllite_relief_right.json | 32 --- .../recipes/phyllite_relief_sword.json | 32 --- .../recipes/phyllite_relief_vertical.json | 32 --- .../advancements/recipes/phyllite_slab.json | 32 --- .../advancements/recipes/phyllite_smooth.json | 48 ---- .../recipes/phyllite_smooth_brick.json | 32 --- .../phyllite_smooth_brick_furnace.json | 32 --- .../recipes/phyllite_smooth_brick_slab.json | 32 --- .../recipes/phyllite_smooth_brick_stairs.json | 32 --- .../recipes/phyllite_smooth_brick_wall.json | 32 --- .../recipes/phyllite_smooth_furnace.json | 32 --- .../recipes/phyllite_smooth_slab.json | 32 --- .../recipes/phyllite_smooth_stairs.json | 32 --- .../recipes/phyllite_smooth_wall.json | 32 --- .../advancements/recipes/phyllite_stairs.json | 32 --- .../recipes/phyllite_to_stone.json | 32 --- .../advancements/recipes/phyllite_wall.json | 32 --- .../advancements/recipes/quartzite_brick.json | 32 --- .../quartzite_brick_block_polishing.json | 61 ------ .../recipes/quartzite_brick_furnace.json | 32 --- .../recipes/quartzite_brick_slab.json | 32 --- .../quartzite_brick_slab_polishing.json | 61 ------ .../quartzite_brick_slab_recombination.json | 32 --- .../recipes/quartzite_brick_stairs.json | 32 --- .../quartzite_brick_stairs_polishing.json | 61 ------ .../recipes/quartzite_brick_wall.json | 32 --- .../quartzite_brick_wall_polishing.json | 61 ------ .../recipes/quartzite_cobblestone.json | 32 --- .../recipes/quartzite_furnace.json | 32 --- ...ite_polished_brick_slab_recombination.json | 32 --- ...quartzite_polished_slab_recombination.json | 32 --- .../quartzite_polished_slabs_to_brick.json | 32 --- .../quartzite_polished_stairs_to_brick.json | 32 --- .../quartzite_polished_walls_to_brick.json | 32 --- .../recipes/quartzite_raw_slab_polishing.json | 61 ------ .../quartzite_raw_slab_recombination.json | 32 --- .../recipes/quartzite_raw_slabs_to_brick.json | 32 --- .../quartzite_raw_stairs_polishing.json | 61 ------ .../quartzite_raw_stairs_to_brick.json | 32 --- .../recipes/quartzite_raw_wall_polishing.json | 61 ------ .../recipes/quartzite_raw_walls_to_brick.json | 32 --- .../recipes/quartzite_relief_axe.json | 32 --- .../recipes/quartzite_relief_blank.json | 32 --- .../recipes/quartzite_relief_cross.json | 32 --- .../recipes/quartzite_relief_hammer.json | 32 --- .../recipes/quartzite_relief_hoe.json | 32 --- .../recipes/quartzite_relief_horizontal.json | 32 --- .../recipes/quartzite_relief_i.json | 32 --- .../recipes/quartzite_relief_left.json | 32 --- .../recipes/quartzite_relief_pickaxe.json | 32 --- .../recipes/quartzite_relief_plus.json | 32 --- .../recipes/quartzite_relief_right.json | 32 --- .../recipes/quartzite_relief_sword.json | 32 --- .../recipes/quartzite_relief_vertical.json | 32 --- .../advancements/recipes/quartzite_slab.json | 32 --- .../recipes/quartzite_smooth.json | 48 ---- .../recipes/quartzite_smooth_brick.json | 32 --- .../quartzite_smooth_brick_furnace.json | 32 --- .../recipes/quartzite_smooth_brick_slab.json | 32 --- .../quartzite_smooth_brick_stairs.json | 32 --- .../recipes/quartzite_smooth_brick_wall.json | 32 --- .../recipes/quartzite_smooth_furnace.json | 32 --- .../recipes/quartzite_smooth_slab.json | 32 --- .../recipes/quartzite_smooth_stairs.json | 32 --- .../recipes/quartzite_smooth_wall.json | 32 --- .../recipes/quartzite_stairs.json | 32 --- .../recipes/quartzite_to_stone.json | 32 --- .../advancements/recipes/quartzite_wall.json | 32 --- .../advancements/recipes/rhyolite_brick.json | 32 --- .../rhyolite_brick_block_polishing.json | 61 ------ .../recipes/rhyolite_brick_furnace.json | 32 --- .../recipes/rhyolite_brick_slab.json | 32 --- .../rhyolite_brick_slab_polishing.json | 61 ------ .../rhyolite_brick_slab_recombination.json | 32 --- .../recipes/rhyolite_brick_stairs.json | 32 --- .../rhyolite_brick_stairs_polishing.json | 61 ------ .../recipes/rhyolite_brick_wall.json | 32 --- .../rhyolite_brick_wall_polishing.json | 61 ------ .../recipes/rhyolite_cobblestone.json | 32 --- .../recipes/rhyolite_furnace.json | 32 --- ...ite_polished_brick_slab_recombination.json | 32 --- .../rhyolite_polished_slab_recombination.json | 32 --- .../rhyolite_polished_slabs_to_brick.json | 32 --- .../rhyolite_polished_stairs_to_brick.json | 32 --- .../rhyolite_polished_walls_to_brick.json | 32 --- .../recipes/rhyolite_raw_slab_polishing.json | 61 ------ .../rhyolite_raw_slab_recombination.json | 32 --- .../recipes/rhyolite_raw_slabs_to_brick.json | 32 --- .../rhyolite_raw_stairs_polishing.json | 61 ------ .../recipes/rhyolite_raw_stairs_to_brick.json | 32 --- .../recipes/rhyolite_raw_wall_polishing.json | 61 ------ .../recipes/rhyolite_raw_walls_to_brick.json | 32 --- .../recipes/rhyolite_relief_axe.json | 32 --- .../recipes/rhyolite_relief_blank.json | 32 --- .../recipes/rhyolite_relief_cross.json | 32 --- .../recipes/rhyolite_relief_hammer.json | 32 --- .../recipes/rhyolite_relief_hoe.json | 32 --- .../recipes/rhyolite_relief_horizontal.json | 32 --- .../recipes/rhyolite_relief_i.json | 32 --- .../recipes/rhyolite_relief_left.json | 32 --- .../recipes/rhyolite_relief_pickaxe.json | 32 --- .../recipes/rhyolite_relief_plus.json | 32 --- .../recipes/rhyolite_relief_right.json | 32 --- .../recipes/rhyolite_relief_sword.json | 32 --- .../recipes/rhyolite_relief_vertical.json | 32 --- .../advancements/recipes/rhyolite_slab.json | 32 --- .../advancements/recipes/rhyolite_smooth.json | 48 ---- .../recipes/rhyolite_smooth_brick.json | 32 --- .../rhyolite_smooth_brick_furnace.json | 32 --- .../recipes/rhyolite_smooth_brick_slab.json | 32 --- .../recipes/rhyolite_smooth_brick_stairs.json | 32 --- .../recipes/rhyolite_smooth_brick_wall.json | 32 --- .../recipes/rhyolite_smooth_furnace.json | 32 --- .../recipes/rhyolite_smooth_slab.json | 32 --- .../recipes/rhyolite_smooth_stairs.json | 32 --- .../recipes/rhyolite_smooth_wall.json | 32 --- .../advancements/recipes/rhyolite_stairs.json | 32 --- .../recipes/rhyolite_to_stone.json | 32 --- .../advancements/recipes/rhyolite_wall.json | 32 --- .../advancements/recipes/rock_salt.json | 32 --- .../advancements/recipes/rock_salt_brick.json | 32 --- .../rock_salt_brick_block_polishing.json | 61 ------ .../recipes/rock_salt_brick_furnace.json | 32 --- .../recipes/rock_salt_brick_slab.json | 32 --- .../rock_salt_brick_slab_polishing.json | 61 ------ .../rock_salt_brick_slab_recombination.json | 32 --- .../recipes/rock_salt_brick_stairs.json | 32 --- .../rock_salt_brick_stairs_polishing.json | 61 ------ .../recipes/rock_salt_brick_wall.json | 32 --- .../rock_salt_brick_wall_polishing.json | 61 ------ .../recipes/rock_salt_cobblestone.json | 32 --- .../advancements/recipes/rock_salt_dust.json | 32 --- .../recipes/rock_salt_furnace.json | 32 --- ...alt_polished_brick_slab_recombination.json | 32 --- ...rock_salt_polished_slab_recombination.json | 32 --- .../rock_salt_polished_slabs_to_brick.json | 32 --- .../rock_salt_polished_stairs_to_brick.json | 32 --- .../rock_salt_polished_walls_to_brick.json | 32 --- .../recipes/rock_salt_raw_slab_polishing.json | 61 ------ .../rock_salt_raw_slab_recombination.json | 32 --- .../recipes/rock_salt_raw_slabs_to_brick.json | 32 --- .../rock_salt_raw_stairs_polishing.json | 61 ------ .../rock_salt_raw_stairs_to_brick.json | 32 --- .../recipes/rock_salt_raw_wall_polishing.json | 61 ------ .../recipes/rock_salt_raw_walls_to_brick.json | 32 --- .../recipes/rock_salt_relief_axe.json | 32 --- .../recipes/rock_salt_relief_blank.json | 32 --- .../recipes/rock_salt_relief_cross.json | 32 --- .../recipes/rock_salt_relief_hammer.json | 32 --- .../recipes/rock_salt_relief_hoe.json | 32 --- .../recipes/rock_salt_relief_horizontal.json | 32 --- .../recipes/rock_salt_relief_i.json | 32 --- .../recipes/rock_salt_relief_left.json | 32 --- .../recipes/rock_salt_relief_pickaxe.json | 32 --- .../recipes/rock_salt_relief_plus.json | 32 --- .../recipes/rock_salt_relief_right.json | 32 --- .../recipes/rock_salt_relief_sword.json | 32 --- .../recipes/rock_salt_relief_vertical.json | 32 --- .../advancements/recipes/rock_salt_slab.json | 32 --- .../recipes/rock_salt_smooth.json | 48 ---- .../recipes/rock_salt_smooth_brick.json | 32 --- .../rock_salt_smooth_brick_furnace.json | 32 --- .../recipes/rock_salt_smooth_brick_slab.json | 32 --- .../rock_salt_smooth_brick_stairs.json | 32 --- .../recipes/rock_salt_smooth_brick_wall.json | 32 --- .../recipes/rock_salt_smooth_furnace.json | 32 --- .../recipes/rock_salt_smooth_slab.json | 32 --- .../recipes/rock_salt_smooth_stairs.json | 32 --- .../recipes/rock_salt_smooth_wall.json | 32 --- .../recipes/rock_salt_stairs.json | 32 --- .../recipes/rock_salt_to_stone.json | 32 --- .../advancements/recipes/rock_salt_wall.json | 32 --- .../advancements/recipes/rocksaltlamp.json | 38 ---- .../recipes/rocksaltstreetlamp.json | 38 ---- .../advancements/recipes/schist_brick.json | 32 --- .../recipes/schist_brick_block_polishing.json | 61 ------ .../recipes/schist_brick_furnace.json | 32 --- .../recipes/schist_brick_slab.json | 32 --- .../recipes/schist_brick_slab_polishing.json | 61 ------ .../schist_brick_slab_recombination.json | 32 --- .../recipes/schist_brick_stairs.json | 32 --- .../schist_brick_stairs_polishing.json | 61 ------ .../recipes/schist_brick_wall.json | 32 --- .../recipes/schist_brick_wall_polishing.json | 61 ------ .../recipes/schist_cobblestone.json | 32 --- .../advancements/recipes/schist_furnace.json | 32 --- ...ist_polished_brick_slab_recombination.json | 32 --- .../schist_polished_slab_recombination.json | 32 --- .../schist_polished_slabs_to_brick.json | 32 --- .../schist_polished_stairs_to_brick.json | 32 --- .../schist_polished_walls_to_brick.json | 32 --- .../recipes/schist_raw_slab_polishing.json | 61 ------ .../schist_raw_slab_recombination.json | 32 --- .../recipes/schist_raw_slabs_to_brick.json | 32 --- .../recipes/schist_raw_stairs_polishing.json | 61 ------ .../recipes/schist_raw_stairs_to_brick.json | 32 --- .../recipes/schist_raw_wall_polishing.json | 61 ------ .../recipes/schist_raw_walls_to_brick.json | 32 --- .../recipes/schist_relief_axe.json | 32 --- .../recipes/schist_relief_blank.json | 32 --- .../recipes/schist_relief_cross.json | 32 --- .../recipes/schist_relief_hammer.json | 32 --- .../recipes/schist_relief_hoe.json | 32 --- .../recipes/schist_relief_horizontal.json | 32 --- .../advancements/recipes/schist_relief_i.json | 32 --- .../recipes/schist_relief_left.json | 32 --- .../recipes/schist_relief_pickaxe.json | 32 --- .../recipes/schist_relief_plus.json | 32 --- .../recipes/schist_relief_right.json | 32 --- .../recipes/schist_relief_sword.json | 32 --- .../recipes/schist_relief_vertical.json | 32 --- .../advancements/recipes/schist_slab.json | 32 --- .../advancements/recipes/schist_smooth.json | 48 ---- .../recipes/schist_smooth_brick.json | 32 --- .../recipes/schist_smooth_brick_furnace.json | 32 --- .../recipes/schist_smooth_brick_slab.json | 32 --- .../recipes/schist_smooth_brick_stairs.json | 32 --- .../recipes/schist_smooth_brick_wall.json | 32 --- .../recipes/schist_smooth_furnace.json | 32 --- .../recipes/schist_smooth_slab.json | 32 --- .../recipes/schist_smooth_stairs.json | 32 --- .../recipes/schist_smooth_wall.json | 32 --- .../advancements/recipes/schist_stairs.json | 32 --- .../advancements/recipes/schist_to_stone.json | 32 --- .../advancements/recipes/schist_wall.json | 32 --- .../advancements/recipes/scoria_brick.json | 32 --- .../recipes/scoria_brick_block_polishing.json | 61 ------ .../recipes/scoria_brick_furnace.json | 32 --- .../recipes/scoria_brick_slab.json | 32 --- .../recipes/scoria_brick_slab_polishing.json | 61 ------ .../scoria_brick_slab_recombination.json | 32 --- .../recipes/scoria_brick_stairs.json | 32 --- .../scoria_brick_stairs_polishing.json | 61 ------ .../recipes/scoria_brick_wall.json | 32 --- .../recipes/scoria_brick_wall_polishing.json | 61 ------ .../recipes/scoria_cobblestone.json | 32 --- .../advancements/recipes/scoria_furnace.json | 32 --- ...ria_polished_brick_slab_recombination.json | 32 --- .../scoria_polished_slab_recombination.json | 32 --- .../scoria_polished_slabs_to_brick.json | 32 --- .../scoria_polished_stairs_to_brick.json | 32 --- .../scoria_polished_walls_to_brick.json | 32 --- .../recipes/scoria_raw_slab_polishing.json | 61 ------ .../scoria_raw_slab_recombination.json | 32 --- .../recipes/scoria_raw_slabs_to_brick.json | 32 --- .../recipes/scoria_raw_stairs_polishing.json | 61 ------ .../recipes/scoria_raw_stairs_to_brick.json | 32 --- .../recipes/scoria_raw_wall_polishing.json | 61 ------ .../recipes/scoria_raw_walls_to_brick.json | 32 --- .../recipes/scoria_relief_axe.json | 32 --- .../recipes/scoria_relief_blank.json | 32 --- .../recipes/scoria_relief_cross.json | 32 --- .../recipes/scoria_relief_hammer.json | 32 --- .../recipes/scoria_relief_hoe.json | 32 --- .../recipes/scoria_relief_horizontal.json | 32 --- .../advancements/recipes/scoria_relief_i.json | 32 --- .../recipes/scoria_relief_left.json | 32 --- .../recipes/scoria_relief_pickaxe.json | 32 --- .../recipes/scoria_relief_plus.json | 32 --- .../recipes/scoria_relief_right.json | 32 --- .../recipes/scoria_relief_sword.json | 32 --- .../recipes/scoria_relief_vertical.json | 32 --- .../advancements/recipes/scoria_slab.json | 32 --- .../advancements/recipes/scoria_smooth.json | 48 ---- .../recipes/scoria_smooth_brick.json | 32 --- .../recipes/scoria_smooth_brick_furnace.json | 32 --- .../recipes/scoria_smooth_brick_slab.json | 32 --- .../recipes/scoria_smooth_brick_stairs.json | 32 --- .../recipes/scoria_smooth_brick_wall.json | 32 --- .../recipes/scoria_smooth_furnace.json | 32 --- .../recipes/scoria_smooth_slab.json | 32 --- .../recipes/scoria_smooth_stairs.json | 32 --- .../recipes/scoria_smooth_wall.json | 32 --- .../advancements/recipes/scoria_stairs.json | 32 --- .../advancements/recipes/scoria_to_stone.json | 32 --- .../advancements/recipes/scoria_wall.json | 32 --- .../advancements/recipes/shale_brick.json | 32 --- .../recipes/shale_brick_block_polishing.json | 61 ------ .../recipes/shale_brick_furnace.json | 32 --- .../recipes/shale_brick_slab.json | 32 --- .../recipes/shale_brick_slab_polishing.json | 61 ------ .../shale_brick_slab_recombination.json | 32 --- .../recipes/shale_brick_stairs.json | 32 --- .../recipes/shale_brick_stairs_polishing.json | 61 ------ .../recipes/shale_brick_wall.json | 32 --- .../recipes/shale_brick_wall_polishing.json | 61 ------ .../recipes/shale_cobblestone.json | 32 --- .../advancements/recipes/shale_furnace.json | 32 --- ...ale_polished_brick_slab_recombination.json | 32 --- .../shale_polished_slab_recombination.json | 32 --- .../shale_polished_slabs_to_brick.json | 32 --- .../shale_polished_stairs_to_brick.json | 32 --- .../shale_polished_walls_to_brick.json | 32 --- .../recipes/shale_raw_slab_polishing.json | 61 ------ .../recipes/shale_raw_slab_recombination.json | 32 --- .../recipes/shale_raw_slabs_to_brick.json | 32 --- .../recipes/shale_raw_stairs_polishing.json | 61 ------ .../recipes/shale_raw_stairs_to_brick.json | 32 --- .../recipes/shale_raw_wall_polishing.json | 61 ------ .../recipes/shale_raw_walls_to_brick.json | 32 --- .../recipes/shale_relief_axe.json | 32 --- .../recipes/shale_relief_blank.json | 32 --- .../recipes/shale_relief_cross.json | 32 --- .../recipes/shale_relief_hammer.json | 32 --- .../recipes/shale_relief_hoe.json | 32 --- .../recipes/shale_relief_horizontal.json | 32 --- .../advancements/recipes/shale_relief_i.json | 32 --- .../recipes/shale_relief_left.json | 32 --- .../recipes/shale_relief_pickaxe.json | 32 --- .../recipes/shale_relief_plus.json | 32 --- .../recipes/shale_relief_right.json | 32 --- .../recipes/shale_relief_sword.json | 32 --- .../recipes/shale_relief_vertical.json | 32 --- .../advancements/recipes/shale_slab.json | 32 --- .../advancements/recipes/shale_smooth.json | 48 ---- .../recipes/shale_smooth_brick.json | 32 --- .../recipes/shale_smooth_brick_furnace.json | 32 --- .../recipes/shale_smooth_brick_slab.json | 32 --- .../recipes/shale_smooth_brick_stairs.json | 32 --- .../recipes/shale_smooth_brick_wall.json | 32 --- .../recipes/shale_smooth_furnace.json | 32 --- .../recipes/shale_smooth_slab.json | 32 --- .../recipes/shale_smooth_stairs.json | 32 --- .../recipes/shale_smooth_wall.json | 32 --- .../advancements/recipes/shale_stairs.json | 32 --- .../advancements/recipes/shale_to_stone.json | 32 --- .../advancements/recipes/shale_wall.json | 32 --- .../advancements/recipes/siltstone_brick.json | 32 --- .../siltstone_brick_block_polishing.json | 61 ------ .../recipes/siltstone_brick_furnace.json | 32 --- .../recipes/siltstone_brick_slab.json | 32 --- .../siltstone_brick_slab_polishing.json | 61 ------ .../siltstone_brick_slab_recombination.json | 32 --- .../recipes/siltstone_brick_stairs.json | 32 --- .../siltstone_brick_stairs_polishing.json | 61 ------ .../recipes/siltstone_brick_wall.json | 32 --- .../siltstone_brick_wall_polishing.json | 61 ------ .../recipes/siltstone_cobblestone.json | 32 --- .../recipes/siltstone_furnace.json | 32 --- ...one_polished_brick_slab_recombination.json | 32 --- ...siltstone_polished_slab_recombination.json | 32 --- .../siltstone_polished_slabs_to_brick.json | 32 --- .../siltstone_polished_stairs_to_brick.json | 32 --- .../siltstone_polished_walls_to_brick.json | 32 --- .../recipes/siltstone_raw_slab_polishing.json | 61 ------ .../siltstone_raw_slab_recombination.json | 32 --- .../recipes/siltstone_raw_slabs_to_brick.json | 32 --- .../siltstone_raw_stairs_polishing.json | 61 ------ .../siltstone_raw_stairs_to_brick.json | 32 --- .../recipes/siltstone_raw_wall_polishing.json | 61 ------ .../recipes/siltstone_raw_walls_to_brick.json | 32 --- .../recipes/siltstone_relief_axe.json | 32 --- .../recipes/siltstone_relief_blank.json | 32 --- .../recipes/siltstone_relief_cross.json | 32 --- .../recipes/siltstone_relief_hammer.json | 32 --- .../recipes/siltstone_relief_hoe.json | 32 --- .../recipes/siltstone_relief_horizontal.json | 32 --- .../recipes/siltstone_relief_i.json | 32 --- .../recipes/siltstone_relief_left.json | 32 --- .../recipes/siltstone_relief_pickaxe.json | 32 --- .../recipes/siltstone_relief_plus.json | 32 --- .../recipes/siltstone_relief_right.json | 32 --- .../recipes/siltstone_relief_sword.json | 32 --- .../recipes/siltstone_relief_vertical.json | 32 --- .../advancements/recipes/siltstone_slab.json | 32 --- .../recipes/siltstone_smooth.json | 48 ---- .../recipes/siltstone_smooth_brick.json | 32 --- .../siltstone_smooth_brick_furnace.json | 32 --- .../recipes/siltstone_smooth_brick_slab.json | 32 --- .../siltstone_smooth_brick_stairs.json | 32 --- .../recipes/siltstone_smooth_brick_wall.json | 32 --- .../recipes/siltstone_smooth_furnace.json | 32 --- .../recipes/siltstone_smooth_slab.json | 32 --- .../recipes/siltstone_smooth_stairs.json | 32 --- .../recipes/siltstone_smooth_wall.json | 32 --- .../recipes/siltstone_stairs.json | 32 --- .../recipes/siltstone_to_stone.json | 32 --- .../advancements/recipes/siltstone_wall.json | 32 --- .../advancements/recipes/slate_brick.json | 32 --- .../recipes/slate_brick_block_polishing.json | 61 ------ .../recipes/slate_brick_furnace.json | 32 --- .../recipes/slate_brick_slab.json | 32 --- .../recipes/slate_brick_slab_polishing.json | 61 ------ .../slate_brick_slab_recombination.json | 32 --- .../recipes/slate_brick_stairs.json | 32 --- .../recipes/slate_brick_stairs_polishing.json | 61 ------ .../recipes/slate_brick_wall.json | 32 --- .../recipes/slate_brick_wall_polishing.json | 61 ------ .../recipes/slate_cobblestone.json | 32 --- .../advancements/recipes/slate_furnace.json | 32 --- ...ate_polished_brick_slab_recombination.json | 32 --- .../slate_polished_slab_recombination.json | 32 --- .../slate_polished_slabs_to_brick.json | 32 --- .../slate_polished_stairs_to_brick.json | 32 --- .../slate_polished_walls_to_brick.json | 32 --- .../recipes/slate_raw_slab_polishing.json | 61 ------ .../recipes/slate_raw_slab_recombination.json | 32 --- .../recipes/slate_raw_slabs_to_brick.json | 32 --- .../recipes/slate_raw_stairs_polishing.json | 61 ------ .../recipes/slate_raw_stairs_to_brick.json | 32 --- .../recipes/slate_raw_wall_polishing.json | 61 ------ .../recipes/slate_raw_walls_to_brick.json | 32 --- .../recipes/slate_relief_axe.json | 32 --- .../recipes/slate_relief_blank.json | 32 --- .../recipes/slate_relief_cross.json | 32 --- .../recipes/slate_relief_hammer.json | 32 --- .../recipes/slate_relief_hoe.json | 32 --- .../recipes/slate_relief_horizontal.json | 32 --- .../advancements/recipes/slate_relief_i.json | 32 --- .../recipes/slate_relief_left.json | 32 --- .../recipes/slate_relief_pickaxe.json | 32 --- .../recipes/slate_relief_plus.json | 32 --- .../recipes/slate_relief_right.json | 32 --- .../recipes/slate_relief_sword.json | 32 --- .../recipes/slate_relief_vertical.json | 32 --- .../advancements/recipes/slate_slab.json | 32 --- .../advancements/recipes/slate_smooth.json | 48 ---- .../recipes/slate_smooth_brick.json | 32 --- .../recipes/slate_smooth_brick_furnace.json | 32 --- .../recipes/slate_smooth_brick_slab.json | 32 --- .../recipes/slate_smooth_brick_stairs.json | 32 --- .../recipes/slate_smooth_brick_wall.json | 32 --- .../recipes/slate_smooth_furnace.json | 32 --- .../recipes/slate_smooth_slab.json | 32 --- .../recipes/slate_smooth_stairs.json | 32 --- .../recipes/slate_smooth_wall.json | 32 --- .../advancements/recipes/slate_stairs.json | 32 --- .../advancements/recipes/slate_to_stone.json | 32 --- .../advancements/recipes/slate_wall.json | 32 --- .../advancements/recipes/sulfur_block.json | 38 ---- .../advancements/recipes/sulfur_dust.json | 38 ---- .../advancements/recipes/tuff_brick.json | 32 --- .../recipes/tuff_brick_block_polishing.json | 61 ------ .../recipes/tuff_brick_furnace.json | 32 --- .../advancements/recipes/tuff_brick_slab.json | 32 --- .../recipes/tuff_brick_slab_polishing.json | 61 ------ .../tuff_brick_slab_recombination.json | 32 --- .../recipes/tuff_brick_stairs.json | 32 --- .../recipes/tuff_brick_stairs_polishing.json | 61 ------ .../advancements/recipes/tuff_brick_wall.json | 32 --- .../recipes/tuff_brick_wall_polishing.json | 61 ------ .../recipes/tuff_cobblestone.json | 32 --- .../advancements/recipes/tuff_furnace.json | 32 --- ...uff_polished_brick_slab_recombination.json | 32 --- .../tuff_polished_slab_recombination.json | 32 --- .../recipes/tuff_polished_slabs_to_brick.json | 32 --- .../tuff_polished_stairs_to_brick.json | 32 --- .../recipes/tuff_polished_walls_to_brick.json | 32 --- .../recipes/tuff_raw_slab_polishing.json | 61 ------ .../recipes/tuff_raw_slab_recombination.json | 32 --- .../recipes/tuff_raw_slabs_to_brick.json | 32 --- .../recipes/tuff_raw_stairs_polishing.json | 61 ------ .../recipes/tuff_raw_stairs_to_brick.json | 32 --- .../recipes/tuff_raw_wall_polishing.json | 61 ------ .../recipes/tuff_raw_walls_to_brick.json | 32 --- .../advancements/recipes/tuff_relief_axe.json | 32 --- .../recipes/tuff_relief_blank.json | 32 --- .../recipes/tuff_relief_cross.json | 32 --- .../recipes/tuff_relief_hammer.json | 32 --- .../advancements/recipes/tuff_relief_hoe.json | 32 --- .../recipes/tuff_relief_horizontal.json | 32 --- .../advancements/recipes/tuff_relief_i.json | 32 --- .../recipes/tuff_relief_left.json | 32 --- .../recipes/tuff_relief_pickaxe.json | 32 --- .../recipes/tuff_relief_plus.json | 32 --- .../recipes/tuff_relief_right.json | 32 --- .../recipes/tuff_relief_sword.json | 32 --- .../recipes/tuff_relief_vertical.json | 32 --- .../advancements/recipes/tuff_slab.json | 32 --- .../advancements/recipes/tuff_smooth.json | 48 ---- .../recipes/tuff_smooth_brick.json | 32 --- .../recipes/tuff_smooth_brick_furnace.json | 32 --- .../recipes/tuff_smooth_brick_slab.json | 32 --- .../recipes/tuff_smooth_brick_stairs.json | 32 --- .../recipes/tuff_smooth_brick_wall.json | 32 --- .../recipes/tuff_smooth_furnace.json | 32 --- .../recipes/tuff_smooth_slab.json | 32 --- .../recipes/tuff_smooth_stairs.json | 32 --- .../recipes/tuff_smooth_wall.json | 32 --- .../advancements/recipes/tuff_stairs.json | 32 --- .../advancements/recipes/tuff_to_stone.json | 32 --- .../advancements/recipes/tuff_wall.json | 32 --- .../blocks/amphibolite.json | 0 .../blocks/amphibolite_brick.json | 0 .../blocks/amphibolite_brick_furnace.json | 0 .../blocks/amphibolite_brick_slab.json | 0 .../blocks/amphibolite_brick_stairs.json | 0 .../blocks/amphibolite_brick_wall.json | 0 .../blocks/amphibolite_furnace.json | 0 .../blocks/amphibolite_relief_axe.json | 0 .../blocks/amphibolite_relief_blank.json | 0 .../blocks/amphibolite_relief_cross.json | 0 .../blocks/amphibolite_relief_hammer.json | 0 .../blocks/amphibolite_relief_hoe.json | 0 .../blocks/amphibolite_relief_horizontal.json | 0 .../blocks/amphibolite_relief_i.json | 0 .../blocks/amphibolite_relief_left.json | 0 .../blocks/amphibolite_relief_pickaxe.json | 0 .../blocks/amphibolite_relief_plus.json | 0 .../blocks/amphibolite_relief_right.json | 0 .../blocks/amphibolite_relief_sword.json | 0 .../blocks/amphibolite_relief_vertical.json | 0 .../blocks/amphibolite_slab.json | 0 .../blocks/amphibolite_smooth.json | 0 .../blocks/amphibolite_smooth_brick.json | 0 .../amphibolite_smooth_brick_furnace.json | 0 .../blocks/amphibolite_smooth_brick_slab.json | 0 .../amphibolite_smooth_brick_stairs.json | 0 .../blocks/amphibolite_smooth_brick_wall.json | 0 .../blocks/amphibolite_smooth_furnace.json | 0 .../blocks/amphibolite_smooth_slab.json | 0 .../blocks/amphibolite_smooth_stairs.json | 0 .../blocks/amphibolite_smooth_wall.json | 0 .../blocks/amphibolite_stairs.json | 0 .../blocks/amphibolite_wall.json | 0 .../blocks/andesite.json | 0 .../blocks/andesite_brick.json | 0 .../blocks/andesite_brick_furnace.json | 0 .../blocks/andesite_brick_slab.json | 0 .../blocks/andesite_brick_stairs.json | 0 .../blocks/andesite_brick_wall.json | 0 .../blocks/andesite_furnace.json | 0 .../blocks/andesite_relief_axe.json | 0 .../blocks/andesite_relief_blank.json | 0 .../blocks/andesite_relief_cross.json | 0 .../blocks/andesite_relief_hammer.json | 0 .../blocks/andesite_relief_hoe.json | 0 .../blocks/andesite_relief_horizontal.json | 0 .../blocks/andesite_relief_i.json | 0 .../blocks/andesite_relief_left.json | 0 .../blocks/andesite_relief_pickaxe.json | 0 .../blocks/andesite_relief_plus.json | 0 .../blocks/andesite_relief_right.json | 0 .../blocks/andesite_relief_sword.json | 0 .../blocks/andesite_relief_vertical.json | 0 .../blocks/andesite_slab.json | 0 .../blocks/andesite_smooth.json | 0 .../blocks/andesite_smooth_brick.json | 0 .../blocks/andesite_smooth_brick_furnace.json | 0 .../blocks/andesite_smooth_brick_slab.json | 0 .../blocks/andesite_smooth_brick_stairs.json | 0 .../blocks/andesite_smooth_brick_wall.json | 0 .../blocks/andesite_smooth_furnace.json | 0 .../blocks/andesite_smooth_slab.json | 0 .../blocks/andesite_smooth_stairs.json | 0 .../blocks/andesite_smooth_wall.json | 0 .../blocks/andesite_stairs.json | 0 .../blocks/andesite_wall.json | 0 .../blocks/basalt.json | 0 .../blocks/basalt_brick.json | 0 .../blocks/basalt_brick_furnace.json | 0 .../blocks/basalt_brick_slab.json | 0 .../blocks/basalt_brick_stairs.json | 0 .../blocks/basalt_brick_wall.json | 0 .../blocks/basalt_furnace.json | 0 .../blocks/basalt_relief_axe.json | 0 .../blocks/basalt_relief_blank.json | 0 .../blocks/basalt_relief_cross.json | 0 .../blocks/basalt_relief_hammer.json | 0 .../blocks/basalt_relief_hoe.json | 0 .../blocks/basalt_relief_horizontal.json | 0 .../blocks/basalt_relief_i.json | 0 .../blocks/basalt_relief_left.json | 0 .../blocks/basalt_relief_pickaxe.json | 0 .../blocks/basalt_relief_plus.json | 0 .../blocks/basalt_relief_right.json | 0 .../blocks/basalt_relief_sword.json | 0 .../blocks/basalt_relief_vertical.json | 0 .../blocks/basalt_slab.json | 0 .../blocks/basalt_smooth.json | 0 .../blocks/basalt_smooth_brick.json | 0 .../blocks/basalt_smooth_brick_furnace.json | 0 .../blocks/basalt_smooth_brick_slab.json | 0 .../blocks/basalt_smooth_brick_stairs.json | 0 .../blocks/basalt_smooth_brick_wall.json | 0 .../blocks/basalt_smooth_furnace.json | 0 .../blocks/basalt_smooth_slab.json | 0 .../blocks/basalt_smooth_stairs.json | 0 .../blocks/basalt_smooth_wall.json | 0 .../blocks/basalt_stairs.json | 0 .../blocks/basalt_wall.json | 0 .../blocks/basaltic_glass.json | 0 .../blocks/basaltic_glass_brick.json | 0 .../blocks/basaltic_glass_brick_furnace.json | 0 .../blocks/basaltic_glass_brick_slab.json | 0 .../blocks/basaltic_glass_brick_stairs.json | 0 .../blocks/basaltic_glass_brick_wall.json | 0 .../blocks/basaltic_glass_furnace.json | 0 .../blocks/basaltic_glass_relief_axe.json | 0 .../blocks/basaltic_glass_relief_blank.json | 0 .../blocks/basaltic_glass_relief_cross.json | 0 .../blocks/basaltic_glass_relief_hammer.json | 0 .../blocks/basaltic_glass_relief_hoe.json | 0 .../basaltic_glass_relief_horizontal.json | 0 .../blocks/basaltic_glass_relief_i.json | 0 .../blocks/basaltic_glass_relief_left.json | 0 .../blocks/basaltic_glass_relief_pickaxe.json | 0 .../blocks/basaltic_glass_relief_plus.json | 0 .../blocks/basaltic_glass_relief_right.json | 0 .../blocks/basaltic_glass_relief_sword.json | 0 .../basaltic_glass_relief_vertical.json | 0 .../blocks/basaltic_glass_slab.json | 0 .../blocks/basaltic_glass_smooth.json | 0 .../blocks/basaltic_glass_smooth_brick.json | 0 .../basaltic_glass_smooth_brick_furnace.json | 0 .../basaltic_glass_smooth_brick_slab.json | 0 .../basaltic_glass_smooth_brick_stairs.json | 0 .../basaltic_glass_smooth_brick_wall.json | 0 .../blocks/basaltic_glass_smooth_furnace.json | 0 .../blocks/basaltic_glass_smooth_slab.json | 0 .../blocks/basaltic_glass_smooth_stairs.json | 0 .../blocks/basaltic_glass_smooth_wall.json | 0 .../blocks/basaltic_glass_stairs.json | 0 .../blocks/basaltic_glass_wall.json | 0 .../blocks/chalk.json | 0 .../blocks/chert.json | 0 .../blocks/conglomerate.json | 0 .../blocks/conglomerate_brick.json | 0 .../blocks/conglomerate_brick_furnace.json | 0 .../blocks/conglomerate_brick_slab.json | 0 .../blocks/conglomerate_brick_stairs.json | 0 .../blocks/conglomerate_brick_wall.json | 0 .../blocks/conglomerate_furnace.json | 0 .../blocks/conglomerate_relief_axe.json | 0 .../blocks/conglomerate_relief_blank.json | 0 .../blocks/conglomerate_relief_cross.json | 0 .../blocks/conglomerate_relief_hammer.json | 0 .../blocks/conglomerate_relief_hoe.json | 0 .../conglomerate_relief_horizontal.json | 0 .../blocks/conglomerate_relief_i.json | 0 .../blocks/conglomerate_relief_left.json | 0 .../blocks/conglomerate_relief_pickaxe.json | 0 .../blocks/conglomerate_relief_plus.json | 0 .../blocks/conglomerate_relief_right.json | 0 .../blocks/conglomerate_relief_sword.json | 0 .../blocks/conglomerate_relief_vertical.json | 0 .../blocks/conglomerate_slab.json | 0 .../blocks/conglomerate_smooth.json | 0 .../blocks/conglomerate_smooth_brick.json | 0 .../conglomerate_smooth_brick_furnace.json | 0 .../conglomerate_smooth_brick_slab.json | 0 .../conglomerate_smooth_brick_stairs.json | 0 .../conglomerate_smooth_brick_wall.json | 0 .../blocks/conglomerate_smooth_furnace.json | 0 .../blocks/conglomerate_smooth_slab.json | 0 .../blocks/conglomerate_smooth_stairs.json | 0 .../blocks/conglomerate_smooth_wall.json | 0 .../blocks/conglomerate_stairs.json | 0 .../blocks/conglomerate_wall.json | 0 .../blocks/diabase.json | 0 .../blocks/diabase_brick.json | 0 .../blocks/diabase_brick_furnace.json | 0 .../blocks/diabase_brick_slab.json | 0 .../blocks/diabase_brick_stairs.json | 0 .../blocks/diabase_brick_wall.json | 0 .../blocks/diabase_furnace.json | 0 .../blocks/diabase_relief_axe.json | 0 .../blocks/diabase_relief_blank.json | 0 .../blocks/diabase_relief_cross.json | 0 .../blocks/diabase_relief_hammer.json | 0 .../blocks/diabase_relief_hoe.json | 0 .../blocks/diabase_relief_horizontal.json | 0 .../blocks/diabase_relief_i.json | 0 .../blocks/diabase_relief_left.json | 0 .../blocks/diabase_relief_pickaxe.json | 0 .../blocks/diabase_relief_plus.json | 0 .../blocks/diabase_relief_right.json | 0 .../blocks/diabase_relief_sword.json | 0 .../blocks/diabase_relief_vertical.json | 0 .../blocks/diabase_slab.json | 0 .../blocks/diabase_smooth.json | 0 .../blocks/diabase_smooth_brick.json | 0 .../blocks/diabase_smooth_brick_furnace.json | 0 .../blocks/diabase_smooth_brick_slab.json | 0 .../blocks/diabase_smooth_brick_stairs.json | 0 .../blocks/diabase_smooth_brick_wall.json | 0 .../blocks/diabase_smooth_furnace.json | 0 .../blocks/diabase_smooth_slab.json | 0 .../blocks/diabase_smooth_stairs.json | 0 .../blocks/diabase_smooth_wall.json | 0 .../blocks/diabase_stairs.json | 0 .../blocks/diabase_wall.json | 0 .../blocks/diorite.json | 0 .../blocks/diorite_brick.json | 0 .../blocks/diorite_brick_furnace.json | 0 .../blocks/diorite_brick_slab.json | 0 .../blocks/diorite_brick_stairs.json | 0 .../blocks/diorite_brick_wall.json | 0 .../blocks/diorite_furnace.json | 0 .../blocks/diorite_relief_axe.json | 0 .../blocks/diorite_relief_blank.json | 0 .../blocks/diorite_relief_cross.json | 0 .../blocks/diorite_relief_hammer.json | 0 .../blocks/diorite_relief_hoe.json | 0 .../blocks/diorite_relief_horizontal.json | 0 .../blocks/diorite_relief_i.json | 0 .../blocks/diorite_relief_left.json | 0 .../blocks/diorite_relief_pickaxe.json | 0 .../blocks/diorite_relief_plus.json | 0 .../blocks/diorite_relief_right.json | 0 .../blocks/diorite_relief_sword.json | 0 .../blocks/diorite_relief_vertical.json | 0 .../blocks/diorite_slab.json | 0 .../blocks/diorite_smooth.json | 0 .../blocks/diorite_smooth_brick.json | 0 .../blocks/diorite_smooth_brick_furnace.json | 0 .../blocks/diorite_smooth_brick_slab.json | 0 .../blocks/diorite_smooth_brick_stairs.json | 0 .../blocks/diorite_smooth_brick_wall.json | 0 .../blocks/diorite_smooth_furnace.json | 0 .../blocks/diorite_smooth_slab.json | 0 .../blocks/diorite_smooth_stairs.json | 0 .../blocks/diorite_smooth_wall.json | 0 .../blocks/diorite_stairs.json | 0 .../blocks/diorite_wall.json | 0 .../blocks/dolomite.json | 0 .../blocks/dolomite_brick.json | 0 .../blocks/dolomite_brick_furnace.json | 0 .../blocks/dolomite_brick_slab.json | 0 .../blocks/dolomite_brick_stairs.json | 0 .../blocks/dolomite_brick_wall.json | 0 .../blocks/dolomite_furnace.json | 0 .../blocks/dolomite_relief_axe.json | 0 .../blocks/dolomite_relief_blank.json | 0 .../blocks/dolomite_relief_cross.json | 0 .../blocks/dolomite_relief_hammer.json | 0 .../blocks/dolomite_relief_hoe.json | 0 .../blocks/dolomite_relief_horizontal.json | 0 .../blocks/dolomite_relief_i.json | 0 .../blocks/dolomite_relief_left.json | 0 .../blocks/dolomite_relief_pickaxe.json | 0 .../blocks/dolomite_relief_plus.json | 0 .../blocks/dolomite_relief_right.json | 0 .../blocks/dolomite_relief_sword.json | 0 .../blocks/dolomite_relief_vertical.json | 0 .../blocks/dolomite_slab.json | 0 .../blocks/dolomite_smooth.json | 0 .../blocks/dolomite_smooth_brick.json | 0 .../blocks/dolomite_smooth_brick_furnace.json | 0 .../blocks/dolomite_smooth_brick_slab.json | 0 .../blocks/dolomite_smooth_brick_stairs.json | 0 .../blocks/dolomite_smooth_brick_wall.json | 0 .../blocks/dolomite_smooth_furnace.json | 0 .../blocks/dolomite_smooth_slab.json | 0 .../blocks/dolomite_smooth_stairs.json | 0 .../blocks/dolomite_smooth_wall.json | 0 .../blocks/dolomite_stairs.json | 0 .../blocks/dolomite_wall.json | 0 .../blocks/drywall_black.json | 0 .../blocks/drywall_blue.json | 0 .../blocks/drywall_brown.json | 0 .../blocks/drywall_cyan.json | 0 .../blocks/drywall_gray.json | 0 .../blocks/drywall_green.json | 0 .../blocks/drywall_light_blue.json | 0 .../blocks/drywall_lime.json | 0 .../blocks/drywall_magenta.json | 0 .../blocks/drywall_orange.json | 0 .../blocks/drywall_pink.json | 0 .../blocks/drywall_purple.json | 0 .../blocks/drywall_red.json | 0 .../blocks/drywall_silver.json | 0 .../blocks/drywall_white.json | 0 .../blocks/drywall_yellow.json | 0 .../blocks/gabbro.json | 0 .../blocks/gabbro_brick.json | 0 .../blocks/gabbro_brick_furnace.json | 0 .../blocks/gabbro_brick_slab.json | 0 .../blocks/gabbro_brick_stairs.json | 0 .../blocks/gabbro_brick_wall.json | 0 .../blocks/gabbro_furnace.json | 0 .../blocks/gabbro_relief_axe.json | 0 .../blocks/gabbro_relief_blank.json | 0 .../blocks/gabbro_relief_cross.json | 0 .../blocks/gabbro_relief_hammer.json | 0 .../blocks/gabbro_relief_hoe.json | 0 .../blocks/gabbro_relief_horizontal.json | 0 .../blocks/gabbro_relief_i.json | 0 .../blocks/gabbro_relief_left.json | 0 .../blocks/gabbro_relief_pickaxe.json | 0 .../blocks/gabbro_relief_plus.json | 0 .../blocks/gabbro_relief_right.json | 0 .../blocks/gabbro_relief_sword.json | 0 .../blocks/gabbro_relief_vertical.json | 0 .../blocks/gabbro_slab.json | 0 .../blocks/gabbro_smooth.json | 0 .../blocks/gabbro_smooth_brick.json | 0 .../blocks/gabbro_smooth_brick_furnace.json | 0 .../blocks/gabbro_smooth_brick_slab.json | 0 .../blocks/gabbro_smooth_brick_stairs.json | 0 .../blocks/gabbro_smooth_brick_wall.json | 0 .../blocks/gabbro_smooth_furnace.json | 0 .../blocks/gabbro_smooth_slab.json | 0 .../blocks/gabbro_smooth_stairs.json | 0 .../blocks/gabbro_smooth_wall.json | 0 .../blocks/gabbro_stairs.json | 0 .../blocks/gabbro_wall.json | 0 .../blocks/gneiss.json | 0 .../blocks/gneiss_brick.json | 0 .../blocks/gneiss_brick_furnace.json | 0 .../blocks/gneiss_brick_slab.json | 0 .../blocks/gneiss_brick_stairs.json | 0 .../blocks/gneiss_brick_wall.json | 0 .../blocks/gneiss_furnace.json | 0 .../blocks/gneiss_relief_axe.json | 0 .../blocks/gneiss_relief_blank.json | 0 .../blocks/gneiss_relief_cross.json | 0 .../blocks/gneiss_relief_hammer.json | 0 .../blocks/gneiss_relief_hoe.json | 0 .../blocks/gneiss_relief_horizontal.json | 0 .../blocks/gneiss_relief_i.json | 0 .../blocks/gneiss_relief_left.json | 0 .../blocks/gneiss_relief_pickaxe.json | 0 .../blocks/gneiss_relief_plus.json | 0 .../blocks/gneiss_relief_right.json | 0 .../blocks/gneiss_relief_sword.json | 0 .../blocks/gneiss_relief_vertical.json | 0 .../blocks/gneiss_slab.json | 0 .../blocks/gneiss_smooth.json | 0 .../blocks/gneiss_smooth_brick.json | 0 .../blocks/gneiss_smooth_brick_furnace.json | 0 .../blocks/gneiss_smooth_brick_slab.json | 0 .../blocks/gneiss_smooth_brick_stairs.json | 0 .../blocks/gneiss_smooth_brick_wall.json | 0 .../blocks/gneiss_smooth_furnace.json | 0 .../blocks/gneiss_smooth_slab.json | 0 .../blocks/gneiss_smooth_stairs.json | 0 .../blocks/gneiss_smooth_wall.json | 0 .../blocks/gneiss_stairs.json | 0 .../blocks/gneiss_wall.json | 0 .../blocks/granite.json | 0 .../blocks/granite_brick.json | 0 .../blocks/granite_brick_furnace.json | 0 .../blocks/granite_brick_slab.json | 0 .../blocks/granite_brick_stairs.json | 0 .../blocks/granite_brick_wall.json | 0 .../blocks/granite_furnace.json | 0 .../blocks/granite_relief_axe.json | 0 .../blocks/granite_relief_blank.json | 0 .../blocks/granite_relief_cross.json | 0 .../blocks/granite_relief_hammer.json | 0 .../blocks/granite_relief_hoe.json | 0 .../blocks/granite_relief_horizontal.json | 0 .../blocks/granite_relief_i.json | 0 .../blocks/granite_relief_left.json | 0 .../blocks/granite_relief_pickaxe.json | 0 .../blocks/granite_relief_plus.json | 0 .../blocks/granite_relief_right.json | 0 .../blocks/granite_relief_sword.json | 0 .../blocks/granite_relief_vertical.json | 0 .../blocks/granite_slab.json | 0 .../blocks/granite_smooth.json | 0 .../blocks/granite_smooth_brick.json | 0 .../blocks/granite_smooth_brick_furnace.json | 0 .../blocks/granite_smooth_brick_slab.json | 0 .../blocks/granite_smooth_brick_stairs.json | 0 .../blocks/granite_smooth_brick_wall.json | 0 .../blocks/granite_smooth_furnace.json | 0 .../blocks/granite_smooth_slab.json | 0 .../blocks/granite_smooth_stairs.json | 0 .../blocks/granite_smooth_wall.json | 0 .../blocks/granite_stairs.json | 0 .../blocks/granite_wall.json | 0 .../blocks/gypsum.json | 0 .../blocks/hornfels.json | 0 .../blocks/hornfels_brick.json | 0 .../blocks/hornfels_brick_furnace.json | 0 .../blocks/hornfels_brick_slab.json | 0 .../blocks/hornfels_brick_stairs.json | 0 .../blocks/hornfels_brick_wall.json | 0 .../blocks/hornfels_furnace.json | 0 .../blocks/hornfels_relief_axe.json | 0 .../blocks/hornfels_relief_blank.json | 0 .../blocks/hornfels_relief_cross.json | 0 .../blocks/hornfels_relief_hammer.json | 0 .../blocks/hornfels_relief_hoe.json | 0 .../blocks/hornfels_relief_horizontal.json | 0 .../blocks/hornfels_relief_i.json | 0 .../blocks/hornfels_relief_left.json | 0 .../blocks/hornfels_relief_pickaxe.json | 0 .../blocks/hornfels_relief_plus.json | 0 .../blocks/hornfels_relief_right.json | 0 .../blocks/hornfels_relief_sword.json | 0 .../blocks/hornfels_relief_vertical.json | 0 .../blocks/hornfels_slab.json | 0 .../blocks/hornfels_smooth.json | 0 .../blocks/hornfels_smooth_brick.json | 0 .../blocks/hornfels_smooth_brick_furnace.json | 0 .../blocks/hornfels_smooth_brick_slab.json | 0 .../blocks/hornfels_smooth_brick_stairs.json | 0 .../blocks/hornfels_smooth_brick_wall.json | 0 .../blocks/hornfels_smooth_furnace.json | 0 .../blocks/hornfels_smooth_slab.json | 0 .../blocks/hornfels_smooth_stairs.json | 0 .../blocks/hornfels_smooth_wall.json | 0 .../blocks/hornfels_stairs.json | 0 .../blocks/hornfels_wall.json | 0 .../blocks/limestone.json | 0 .../blocks/limestone_brick.json | 0 .../blocks/limestone_brick_furnace.json | 0 .../blocks/limestone_brick_slab.json | 0 .../blocks/limestone_brick_stairs.json | 0 .../blocks/limestone_brick_wall.json | 0 .../blocks/limestone_furnace.json | 0 .../blocks/limestone_relief_axe.json | 0 .../blocks/limestone_relief_blank.json | 0 .../blocks/limestone_relief_cross.json | 0 .../blocks/limestone_relief_hammer.json | 0 .../blocks/limestone_relief_hoe.json | 0 .../blocks/limestone_relief_horizontal.json | 0 .../blocks/limestone_relief_i.json | 0 .../blocks/limestone_relief_left.json | 0 .../blocks/limestone_relief_pickaxe.json | 0 .../blocks/limestone_relief_plus.json | 0 .../blocks/limestone_relief_right.json | 0 .../blocks/limestone_relief_sword.json | 0 .../blocks/limestone_relief_vertical.json | 0 .../blocks/limestone_slab.json | 0 .../blocks/limestone_smooth.json | 0 .../blocks/limestone_smooth_brick.json | 0 .../limestone_smooth_brick_furnace.json | 0 .../blocks/limestone_smooth_brick_slab.json | 0 .../blocks/limestone_smooth_brick_stairs.json | 0 .../blocks/limestone_smooth_brick_wall.json | 0 .../blocks/limestone_smooth_furnace.json | 0 .../blocks/limestone_smooth_slab.json | 0 .../blocks/limestone_smooth_stairs.json | 0 .../blocks/limestone_smooth_wall.json | 0 .../blocks/limestone_stairs.json | 0 .../blocks/limestone_wall.json | 0 .../blocks/marble.json | 0 .../blocks/marble_brick.json | 0 .../blocks/marble_brick_furnace.json | 0 .../blocks/marble_brick_slab.json | 0 .../blocks/marble_brick_stairs.json | 0 .../blocks/marble_brick_wall.json | 0 .../blocks/marble_furnace.json | 0 .../blocks/marble_relief_axe.json | 0 .../blocks/marble_relief_blank.json | 0 .../blocks/marble_relief_cross.json | 0 .../blocks/marble_relief_hammer.json | 0 .../blocks/marble_relief_hoe.json | 0 .../blocks/marble_relief_horizontal.json | 0 .../blocks/marble_relief_i.json | 0 .../blocks/marble_relief_left.json | 0 .../blocks/marble_relief_pickaxe.json | 0 .../blocks/marble_relief_plus.json | 0 .../blocks/marble_relief_right.json | 0 .../blocks/marble_relief_sword.json | 0 .../blocks/marble_relief_vertical.json | 0 .../blocks/marble_slab.json | 0 .../blocks/marble_smooth.json | 0 .../blocks/marble_smooth_brick.json | 0 .../blocks/marble_smooth_brick_furnace.json | 0 .../blocks/marble_smooth_brick_slab.json | 0 .../blocks/marble_smooth_brick_stairs.json | 0 .../blocks/marble_smooth_brick_wall.json | 0 .../blocks/marble_smooth_furnace.json | 0 .../blocks/marble_smooth_slab.json | 0 .../blocks/marble_smooth_stairs.json | 0 .../blocks/marble_smooth_wall.json | 0 .../blocks/marble_stairs.json | 0 .../blocks/marble_wall.json | 0 .../blocks/nitrate_block.json | 0 .../blocks/nitrate_ore.json | 0 .../blocks/novaculite.json | 0 .../blocks/novaculite_brick.json | 0 .../blocks/novaculite_brick_furnace.json | 0 .../blocks/novaculite_brick_slab.json | 0 .../blocks/novaculite_brick_stairs.json | 0 .../blocks/novaculite_brick_wall.json | 0 .../blocks/novaculite_furnace.json | 0 .../blocks/novaculite_relief_axe.json | 0 .../blocks/novaculite_relief_blank.json | 0 .../blocks/novaculite_relief_cross.json | 0 .../blocks/novaculite_relief_hammer.json | 0 .../blocks/novaculite_relief_hoe.json | 0 .../blocks/novaculite_relief_horizontal.json | 0 .../blocks/novaculite_relief_i.json | 0 .../blocks/novaculite_relief_left.json | 0 .../blocks/novaculite_relief_pickaxe.json | 0 .../blocks/novaculite_relief_plus.json | 0 .../blocks/novaculite_relief_right.json | 0 .../blocks/novaculite_relief_sword.json | 0 .../blocks/novaculite_relief_vertical.json | 0 .../blocks/novaculite_slab.json | 0 .../blocks/novaculite_smooth.json | 0 .../blocks/novaculite_smooth_brick.json | 0 .../novaculite_smooth_brick_furnace.json | 0 .../blocks/novaculite_smooth_brick_slab.json | 0 .../novaculite_smooth_brick_stairs.json | 0 .../blocks/novaculite_smooth_brick_wall.json | 0 .../blocks/novaculite_smooth_furnace.json | 0 .../blocks/novaculite_smooth_slab.json | 0 .../blocks/novaculite_smooth_stairs.json | 0 .../blocks/novaculite_smooth_wall.json | 0 .../blocks/novaculite_stairs.json | 0 .../blocks/novaculite_wall.json | 0 .../blocks/pegmatite.json | 0 .../blocks/pegmatite_brick.json | 0 .../blocks/pegmatite_brick_furnace.json | 0 .../blocks/pegmatite_brick_slab.json | 0 .../blocks/pegmatite_brick_stairs.json | 0 .../blocks/pegmatite_brick_wall.json | 0 .../blocks/pegmatite_furnace.json | 0 .../blocks/pegmatite_relief_axe.json | 0 .../blocks/pegmatite_relief_blank.json | 0 .../blocks/pegmatite_relief_cross.json | 0 .../blocks/pegmatite_relief_hammer.json | 0 .../blocks/pegmatite_relief_hoe.json | 0 .../blocks/pegmatite_relief_horizontal.json | 0 .../blocks/pegmatite_relief_i.json | 0 .../blocks/pegmatite_relief_left.json | 0 .../blocks/pegmatite_relief_pickaxe.json | 0 .../blocks/pegmatite_relief_plus.json | 0 .../blocks/pegmatite_relief_right.json | 0 .../blocks/pegmatite_relief_sword.json | 0 .../blocks/pegmatite_relief_vertical.json | 0 .../blocks/pegmatite_slab.json | 0 .../blocks/pegmatite_smooth.json | 0 .../blocks/pegmatite_smooth_brick.json | 0 .../pegmatite_smooth_brick_furnace.json | 0 .../blocks/pegmatite_smooth_brick_slab.json | 0 .../blocks/pegmatite_smooth_brick_stairs.json | 0 .../blocks/pegmatite_smooth_brick_wall.json | 0 .../blocks/pegmatite_smooth_furnace.json | 0 .../blocks/pegmatite_smooth_slab.json | 0 .../blocks/pegmatite_smooth_stairs.json | 0 .../blocks/pegmatite_smooth_wall.json | 0 .../blocks/pegmatite_stairs.json | 0 .../blocks/pegmatite_wall.json | 0 .../blocks/peridotite.json | 0 .../blocks/peridotite_brick.json | 0 .../blocks/peridotite_brick_furnace.json | 0 .../blocks/peridotite_brick_slab.json | 0 .../blocks/peridotite_brick_stairs.json | 0 .../blocks/peridotite_brick_wall.json | 0 .../blocks/peridotite_furnace.json | 0 .../blocks/peridotite_relief_axe.json | 0 .../blocks/peridotite_relief_blank.json | 0 .../blocks/peridotite_relief_cross.json | 0 .../blocks/peridotite_relief_hammer.json | 0 .../blocks/peridotite_relief_hoe.json | 0 .../blocks/peridotite_relief_horizontal.json | 0 .../blocks/peridotite_relief_i.json | 0 .../blocks/peridotite_relief_left.json | 0 .../blocks/peridotite_relief_pickaxe.json | 0 .../blocks/peridotite_relief_plus.json | 0 .../blocks/peridotite_relief_right.json | 0 .../blocks/peridotite_relief_sword.json | 0 .../blocks/peridotite_relief_vertical.json | 0 .../blocks/peridotite_slab.json | 0 .../blocks/peridotite_smooth.json | 0 .../blocks/peridotite_smooth_brick.json | 0 .../peridotite_smooth_brick_furnace.json | 0 .../blocks/peridotite_smooth_brick_slab.json | 0 .../peridotite_smooth_brick_stairs.json | 0 .../blocks/peridotite_smooth_brick_wall.json | 0 .../blocks/peridotite_smooth_furnace.json | 0 .../blocks/peridotite_smooth_slab.json | 0 .../blocks/peridotite_smooth_stairs.json | 0 .../blocks/peridotite_smooth_wall.json | 0 .../blocks/peridotite_stairs.json | 0 .../blocks/peridotite_wall.json | 0 .../blocks/phosphorous_block.json | 0 .../blocks/phosphorous_ore.json | 0 .../blocks/phyllite.json | 0 .../blocks/phyllite_brick.json | 0 .../blocks/phyllite_brick_furnace.json | 0 .../blocks/phyllite_brick_slab.json | 0 .../blocks/phyllite_brick_stairs.json | 0 .../blocks/phyllite_brick_wall.json | 0 .../blocks/phyllite_furnace.json | 0 .../blocks/phyllite_relief_axe.json | 0 .../blocks/phyllite_relief_blank.json | 0 .../blocks/phyllite_relief_cross.json | 0 .../blocks/phyllite_relief_hammer.json | 0 .../blocks/phyllite_relief_hoe.json | 0 .../blocks/phyllite_relief_horizontal.json | 0 .../blocks/phyllite_relief_i.json | 0 .../blocks/phyllite_relief_left.json | 0 .../blocks/phyllite_relief_pickaxe.json | 0 .../blocks/phyllite_relief_plus.json | 0 .../blocks/phyllite_relief_right.json | 0 .../blocks/phyllite_relief_sword.json | 0 .../blocks/phyllite_relief_vertical.json | 0 .../blocks/phyllite_slab.json | 0 .../blocks/phyllite_smooth.json | 0 .../blocks/phyllite_smooth_brick.json | 0 .../blocks/phyllite_smooth_brick_furnace.json | 0 .../blocks/phyllite_smooth_brick_slab.json | 0 .../blocks/phyllite_smooth_brick_stairs.json | 0 .../blocks/phyllite_smooth_brick_wall.json | 0 .../blocks/phyllite_smooth_furnace.json | 0 .../blocks/phyllite_smooth_slab.json | 0 .../blocks/phyllite_smooth_stairs.json | 0 .../blocks/phyllite_smooth_wall.json | 0 .../blocks/phyllite_stairs.json | 0 .../blocks/phyllite_wall.json | 0 .../blocks/pumice.json | 0 .../blocks/quartzite.json | 0 .../blocks/quartzite_brick.json | 0 .../blocks/quartzite_brick_furnace.json | 0 .../blocks/quartzite_brick_slab.json | 0 .../blocks/quartzite_brick_stairs.json | 0 .../blocks/quartzite_brick_wall.json | 0 .../blocks/quartzite_furnace.json | 0 .../blocks/quartzite_relief_axe.json | 0 .../blocks/quartzite_relief_blank.json | 0 .../blocks/quartzite_relief_cross.json | 0 .../blocks/quartzite_relief_hammer.json | 0 .../blocks/quartzite_relief_hoe.json | 0 .../blocks/quartzite_relief_horizontal.json | 0 .../blocks/quartzite_relief_i.json | 0 .../blocks/quartzite_relief_left.json | 0 .../blocks/quartzite_relief_pickaxe.json | 0 .../blocks/quartzite_relief_plus.json | 0 .../blocks/quartzite_relief_right.json | 0 .../blocks/quartzite_relief_sword.json | 0 .../blocks/quartzite_relief_vertical.json | 0 .../blocks/quartzite_slab.json | 0 .../blocks/quartzite_smooth.json | 0 .../blocks/quartzite_smooth_brick.json | 0 .../quartzite_smooth_brick_furnace.json | 0 .../blocks/quartzite_smooth_brick_slab.json | 0 .../blocks/quartzite_smooth_brick_stairs.json | 0 .../blocks/quartzite_smooth_brick_wall.json | 0 .../blocks/quartzite_smooth_furnace.json | 0 .../blocks/quartzite_smooth_slab.json | 0 .../blocks/quartzite_smooth_stairs.json | 0 .../blocks/quartzite_smooth_wall.json | 0 .../blocks/quartzite_stairs.json | 0 .../blocks/quartzite_wall.json | 0 .../blocks/rhyolite.json | 0 .../blocks/rhyolite_brick.json | 0 .../blocks/rhyolite_brick_furnace.json | 0 .../blocks/rhyolite_brick_slab.json | 0 .../blocks/rhyolite_brick_stairs.json | 0 .../blocks/rhyolite_brick_wall.json | 0 .../blocks/rhyolite_furnace.json | 0 .../blocks/rhyolite_relief_axe.json | 0 .../blocks/rhyolite_relief_blank.json | 0 .../blocks/rhyolite_relief_cross.json | 0 .../blocks/rhyolite_relief_hammer.json | 0 .../blocks/rhyolite_relief_hoe.json | 0 .../blocks/rhyolite_relief_horizontal.json | 0 .../blocks/rhyolite_relief_i.json | 0 .../blocks/rhyolite_relief_left.json | 0 .../blocks/rhyolite_relief_pickaxe.json | 0 .../blocks/rhyolite_relief_plus.json | 0 .../blocks/rhyolite_relief_right.json | 0 .../blocks/rhyolite_relief_sword.json | 0 .../blocks/rhyolite_relief_vertical.json | 0 .../blocks/rhyolite_slab.json | 0 .../blocks/rhyolite_smooth.json | 0 .../blocks/rhyolite_smooth_brick.json | 0 .../blocks/rhyolite_smooth_brick_furnace.json | 0 .../blocks/rhyolite_smooth_brick_slab.json | 0 .../blocks/rhyolite_smooth_brick_stairs.json | 0 .../blocks/rhyolite_smooth_brick_wall.json | 0 .../blocks/rhyolite_smooth_furnace.json | 0 .../blocks/rhyolite_smooth_slab.json | 0 .../blocks/rhyolite_smooth_stairs.json | 0 .../blocks/rhyolite_smooth_wall.json | 0 .../blocks/rhyolite_stairs.json | 0 .../blocks/rhyolite_wall.json | 0 .../blocks/rock_salt.json | 0 .../blocks/rock_salt_brick.json | 0 .../blocks/rock_salt_brick_furnace.json | 0 .../blocks/rock_salt_brick_slab.json | 0 .../blocks/rock_salt_brick_stairs.json | 0 .../blocks/rock_salt_brick_wall.json | 0 .../blocks/rock_salt_furnace.json | 0 .../blocks/rock_salt_relief_axe.json | 0 .../blocks/rock_salt_relief_blank.json | 0 .../blocks/rock_salt_relief_cross.json | 0 .../blocks/rock_salt_relief_hammer.json | 0 .../blocks/rock_salt_relief_hoe.json | 0 .../blocks/rock_salt_relief_horizontal.json | 0 .../blocks/rock_salt_relief_i.json | 0 .../blocks/rock_salt_relief_left.json | 0 .../blocks/rock_salt_relief_pickaxe.json | 0 .../blocks/rock_salt_relief_plus.json | 0 .../blocks/rock_salt_relief_right.json | 0 .../blocks/rock_salt_relief_sword.json | 0 .../blocks/rock_salt_relief_vertical.json | 0 .../blocks/rock_salt_slab.json | 0 .../blocks/rock_salt_smooth.json | 0 .../blocks/rock_salt_smooth_brick.json | 0 .../rock_salt_smooth_brick_furnace.json | 0 .../blocks/rock_salt_smooth_brick_slab.json | 0 .../blocks/rock_salt_smooth_brick_stairs.json | 0 .../blocks/rock_salt_smooth_brick_wall.json | 0 .../blocks/rock_salt_smooth_furnace.json | 0 .../blocks/rock_salt_smooth_slab.json | 0 .../blocks/rock_salt_smooth_stairs.json | 0 .../blocks/rock_salt_smooth_wall.json | 0 .../blocks/rock_salt_stairs.json | 0 .../blocks/rock_salt_wall.json | 0 .../blocks/rocksaltlamp.json | 0 .../blocks/rocksaltstreetlamp.json | 0 .../blocks/schist.json | 0 .../blocks/schist_brick.json | 0 .../blocks/schist_brick_furnace.json | 0 .../blocks/schist_brick_slab.json | 0 .../blocks/schist_brick_stairs.json | 0 .../blocks/schist_brick_wall.json | 0 .../blocks/schist_furnace.json | 0 .../blocks/schist_relief_axe.json | 0 .../blocks/schist_relief_blank.json | 0 .../blocks/schist_relief_cross.json | 0 .../blocks/schist_relief_hammer.json | 0 .../blocks/schist_relief_hoe.json | 0 .../blocks/schist_relief_horizontal.json | 0 .../blocks/schist_relief_i.json | 0 .../blocks/schist_relief_left.json | 0 .../blocks/schist_relief_pickaxe.json | 0 .../blocks/schist_relief_plus.json | 0 .../blocks/schist_relief_right.json | 0 .../blocks/schist_relief_sword.json | 0 .../blocks/schist_relief_vertical.json | 0 .../blocks/schist_slab.json | 0 .../blocks/schist_smooth.json | 0 .../blocks/schist_smooth_brick.json | 0 .../blocks/schist_smooth_brick_furnace.json | 0 .../blocks/schist_smooth_brick_slab.json | 0 .../blocks/schist_smooth_brick_stairs.json | 0 .../blocks/schist_smooth_brick_wall.json | 0 .../blocks/schist_smooth_furnace.json | 0 .../blocks/schist_smooth_slab.json | 0 .../blocks/schist_smooth_stairs.json | 0 .../blocks/schist_smooth_wall.json | 0 .../blocks/schist_stairs.json | 0 .../blocks/schist_wall.json | 0 .../blocks/scoria.json | 0 .../blocks/scoria_brick.json | 0 .../blocks/scoria_brick_furnace.json | 0 .../blocks/scoria_brick_slab.json | 0 .../blocks/scoria_brick_stairs.json | 0 .../blocks/scoria_brick_wall.json | 0 .../blocks/scoria_furnace.json | 0 .../blocks/scoria_relief_axe.json | 0 .../blocks/scoria_relief_blank.json | 0 .../blocks/scoria_relief_cross.json | 0 .../blocks/scoria_relief_hammer.json | 0 .../blocks/scoria_relief_hoe.json | 0 .../blocks/scoria_relief_horizontal.json | 0 .../blocks/scoria_relief_i.json | 0 .../blocks/scoria_relief_left.json | 0 .../blocks/scoria_relief_pickaxe.json | 0 .../blocks/scoria_relief_plus.json | 0 .../blocks/scoria_relief_right.json | 0 .../blocks/scoria_relief_sword.json | 0 .../blocks/scoria_relief_vertical.json | 0 .../blocks/scoria_slab.json | 0 .../blocks/scoria_smooth.json | 0 .../blocks/scoria_smooth_brick.json | 0 .../blocks/scoria_smooth_brick_furnace.json | 0 .../blocks/scoria_smooth_brick_slab.json | 0 .../blocks/scoria_smooth_brick_stairs.json | 0 .../blocks/scoria_smooth_brick_wall.json | 0 .../blocks/scoria_smooth_furnace.json | 0 .../blocks/scoria_smooth_slab.json | 0 .../blocks/scoria_smooth_stairs.json | 0 .../blocks/scoria_smooth_wall.json | 0 .../blocks/scoria_stairs.json | 0 .../blocks/scoria_wall.json | 0 .../blocks/shale.json | 0 .../blocks/shale_brick.json | 0 .../blocks/shale_brick_furnace.json | 0 .../blocks/shale_brick_slab.json | 0 .../blocks/shale_brick_stairs.json | 0 .../blocks/shale_brick_wall.json | 0 .../blocks/shale_furnace.json | 0 .../blocks/shale_relief_axe.json | 0 .../blocks/shale_relief_blank.json | 0 .../blocks/shale_relief_cross.json | 0 .../blocks/shale_relief_hammer.json | 0 .../blocks/shale_relief_hoe.json | 0 .../blocks/shale_relief_horizontal.json | 0 .../blocks/shale_relief_i.json | 0 .../blocks/shale_relief_left.json | 0 .../blocks/shale_relief_pickaxe.json | 0 .../blocks/shale_relief_plus.json | 0 .../blocks/shale_relief_right.json | 0 .../blocks/shale_relief_sword.json | 0 .../blocks/shale_relief_vertical.json | 0 .../blocks/shale_slab.json | 0 .../blocks/shale_smooth.json | 0 .../blocks/shale_smooth_brick.json | 0 .../blocks/shale_smooth_brick_furnace.json | 0 .../blocks/shale_smooth_brick_slab.json | 0 .../blocks/shale_smooth_brick_stairs.json | 0 .../blocks/shale_smooth_brick_wall.json | 0 .../blocks/shale_smooth_furnace.json | 0 .../blocks/shale_smooth_slab.json | 0 .../blocks/shale_smooth_stairs.json | 0 .../blocks/shale_smooth_wall.json | 0 .../blocks/shale_stairs.json | 0 .../blocks/shale_wall.json | 0 .../blocks/siltstone.json | 0 .../blocks/siltstone_brick.json | 0 .../blocks/siltstone_brick_furnace.json | 0 .../blocks/siltstone_brick_slab.json | 0 .../blocks/siltstone_brick_stairs.json | 0 .../blocks/siltstone_brick_wall.json | 0 .../blocks/siltstone_furnace.json | 0 .../blocks/siltstone_relief_axe.json | 0 .../blocks/siltstone_relief_blank.json | 0 .../blocks/siltstone_relief_cross.json | 0 .../blocks/siltstone_relief_hammer.json | 0 .../blocks/siltstone_relief_hoe.json | 0 .../blocks/siltstone_relief_horizontal.json | 0 .../blocks/siltstone_relief_i.json | 0 .../blocks/siltstone_relief_left.json | 0 .../blocks/siltstone_relief_pickaxe.json | 0 .../blocks/siltstone_relief_plus.json | 0 .../blocks/siltstone_relief_right.json | 0 .../blocks/siltstone_relief_sword.json | 0 .../blocks/siltstone_relief_vertical.json | 0 .../blocks/siltstone_slab.json | 0 .../blocks/siltstone_smooth.json | 0 .../blocks/siltstone_smooth_brick.json | 0 .../siltstone_smooth_brick_furnace.json | 0 .../blocks/siltstone_smooth_brick_slab.json | 0 .../blocks/siltstone_smooth_brick_stairs.json | 0 .../blocks/siltstone_smooth_brick_wall.json | 0 .../blocks/siltstone_smooth_furnace.json | 0 .../blocks/siltstone_smooth_slab.json | 0 .../blocks/siltstone_smooth_stairs.json | 0 .../blocks/siltstone_smooth_wall.json | 0 .../blocks/siltstone_stairs.json | 0 .../blocks/siltstone_wall.json | 0 .../blocks/slate.json | 0 .../blocks/slate_brick.json | 0 .../blocks/slate_brick_furnace.json | 0 .../blocks/slate_brick_slab.json | 0 .../blocks/slate_brick_stairs.json | 0 .../blocks/slate_brick_wall.json | 0 .../blocks/slate_furnace.json | 0 .../blocks/slate_relief_axe.json | 0 .../blocks/slate_relief_blank.json | 0 .../blocks/slate_relief_cross.json | 0 .../blocks/slate_relief_hammer.json | 0 .../blocks/slate_relief_hoe.json | 0 .../blocks/slate_relief_horizontal.json | 0 .../blocks/slate_relief_i.json | 0 .../blocks/slate_relief_left.json | 0 .../blocks/slate_relief_pickaxe.json | 0 .../blocks/slate_relief_plus.json | 0 .../blocks/slate_relief_right.json | 0 .../blocks/slate_relief_sword.json | 0 .../blocks/slate_relief_vertical.json | 0 .../blocks/slate_slab.json | 0 .../blocks/slate_smooth.json | 0 .../blocks/slate_smooth_brick.json | 0 .../blocks/slate_smooth_brick_furnace.json | 0 .../blocks/slate_smooth_brick_slab.json | 0 .../blocks/slate_smooth_brick_stairs.json | 0 .../blocks/slate_smooth_brick_wall.json | 0 .../blocks/slate_smooth_furnace.json | 0 .../blocks/slate_smooth_slab.json | 0 .../blocks/slate_smooth_stairs.json | 0 .../blocks/slate_smooth_wall.json | 0 .../blocks/slate_stairs.json | 0 .../blocks/slate_wall.json | 0 .../blocks/sulfur_block.json | 0 .../blocks/sulfur_ore.json | 0 .../blocks/tuff.json | 0 .../blocks/tuff_brick.json | 0 .../blocks/tuff_brick_furnace.json | 0 .../blocks/tuff_brick_slab.json | 0 .../blocks/tuff_brick_stairs.json | 0 .../blocks/tuff_brick_wall.json | 0 .../blocks/tuff_furnace.json | 0 .../blocks/tuff_relief_axe.json | 0 .../blocks/tuff_relief_blank.json | 0 .../blocks/tuff_relief_cross.json | 0 .../blocks/tuff_relief_hammer.json | 0 .../blocks/tuff_relief_hoe.json | 0 .../blocks/tuff_relief_horizontal.json | 0 .../blocks/tuff_relief_i.json | 0 .../blocks/tuff_relief_left.json | 0 .../blocks/tuff_relief_pickaxe.json | 0 .../blocks/tuff_relief_plus.json | 0 .../blocks/tuff_relief_right.json | 0 .../blocks/tuff_relief_sword.json | 0 .../blocks/tuff_relief_vertical.json | 0 .../blocks/tuff_slab.json | 0 .../blocks/tuff_smooth.json | 0 .../blocks/tuff_smooth_brick.json | 0 .../blocks/tuff_smooth_brick_furnace.json | 0 .../blocks/tuff_smooth_brick_slab.json | 0 .../blocks/tuff_smooth_brick_stairs.json | 0 .../blocks/tuff_smooth_brick_wall.json | 0 .../blocks/tuff_smooth_furnace.json | 0 .../blocks/tuff_smooth_slab.json | 0 .../blocks/tuff_smooth_stairs.json | 0 .../blocks/tuff_smooth_wall.json | 0 .../blocks/tuff_stairs.json | 0 .../blocks/tuff_wall.json | 0 .../mineralogy/recipe/amphibolite_brick.json | 18 ++ .../amphibolite_brick_block_polishing.json | 16 ++ .../recipe/amphibolite_brick_furnace.json | 22 ++ .../recipe/amphibolite_brick_slab.json | 17 ++ .../amphibolite_brick_slab_polishing.json | 16 ++ .../amphibolite_brick_slab_recombination.json | 16 ++ .../recipe/amphibolite_brick_stairs.json | 19 ++ .../amphibolite_brick_stairs_polishing.json | 16 ++ .../recipe/amphibolite_brick_wall.json | 18 ++ .../amphibolite_brick_wall_polishing.json | 16 ++ .../recipe/amphibolite_cobblestone.json | 22 ++ .../recipe/amphibolite_furnace.json | 22 ++ ...ite_polished_brick_slab_recombination.json | 16 ++ ...phibolite_polished_slab_recombination.json | 16 ++ .../amphibolite_polished_slabs_to_brick.json | 18 ++ .../amphibolite_polished_stairs_to_brick.json | 18 ++ .../amphibolite_polished_walls_to_brick.json | 18 ++ .../amphibolite_raw_slab_polishing.json | 16 ++ .../amphibolite_raw_slab_recombination.json | 16 ++ .../amphibolite_raw_slabs_to_brick.json | 18 ++ .../amphibolite_raw_stairs_polishing.json | 16 ++ .../amphibolite_raw_stairs_to_brick.json | 18 ++ .../amphibolite_raw_wall_polishing.json | 16 ++ .../amphibolite_raw_walls_to_brick.json | 18 ++ .../recipe/amphibolite_relief_axe.json | 37 ++++ .../recipe/amphibolite_relief_blank.json | 19 ++ .../recipe/amphibolite_relief_cross.json | 19 ++ .../recipe/amphibolite_relief_hammer.json | 25 +++ .../recipe/amphibolite_relief_hoe.json | 37 ++++ .../recipe/amphibolite_relief_horizontal.json | 17 ++ .../recipe/amphibolite_relief_i.json | 19 ++ .../recipe/amphibolite_relief_left.json | 19 ++ .../recipe/amphibolite_relief_pickaxe.json | 37 ++++ .../recipe/amphibolite_relief_plus.json | 19 ++ .../recipe/amphibolite_relief_right.json | 16 ++ .../recipe/amphibolite_relief_sword.json | 37 ++++ .../recipe/amphibolite_relief_vertical.json | 19 ++ .../mineralogy/recipe/amphibolite_slab.json | 17 ++ .../mineralogy/recipe/amphibolite_smooth.json | 16 ++ .../recipe/amphibolite_smooth_brick.json | 18 ++ .../amphibolite_smooth_brick_furnace.json | 22 ++ .../recipe/amphibolite_smooth_brick_slab.json | 17 ++ .../amphibolite_smooth_brick_stairs.json | 19 ++ .../recipe/amphibolite_smooth_brick_wall.json | 18 ++ .../recipe/amphibolite_smooth_furnace.json | 22 ++ .../recipe/amphibolite_smooth_slab.json | 17 ++ .../recipe/amphibolite_smooth_stairs.json | 19 ++ .../recipe/amphibolite_smooth_wall.json | 18 ++ .../mineralogy/recipe/amphibolite_stairs.json | 19 ++ .../recipe/amphibolite_to_stone.json | 12 + .../mineralogy/recipe/amphibolite_wall.json | 18 ++ .../mineralogy/recipe/andesite_brick.json | 18 ++ .../andesite_brick_block_polishing.json | 16 ++ .../recipe/andesite_brick_furnace.json | 22 ++ .../recipe/andesite_brick_slab.json | 17 ++ .../recipe/andesite_brick_slab_polishing.json | 16 ++ .../andesite_brick_slab_recombination.json | 16 ++ .../recipe/andesite_brick_stairs.json | 19 ++ .../andesite_brick_stairs_polishing.json | 16 ++ .../recipe/andesite_brick_wall.json | 18 ++ .../recipe/andesite_brick_wall_polishing.json | 16 ++ .../recipe/andesite_cobblestone.json | 22 ++ .../mineralogy/recipe/andesite_furnace.json | 22 ++ ...ite_polished_brick_slab_recombination.json | 16 ++ .../andesite_polished_slab_recombination.json | 16 ++ .../andesite_polished_slabs_to_brick.json | 18 ++ .../andesite_polished_stairs_to_brick.json | 18 ++ .../andesite_polished_walls_to_brick.json | 18 ++ .../recipe/andesite_raw_slab_polishing.json | 16 ++ .../andesite_raw_slab_recombination.json | 16 ++ .../recipe/andesite_raw_slabs_to_brick.json | 18 ++ .../recipe/andesite_raw_stairs_polishing.json | 16 ++ .../recipe/andesite_raw_stairs_to_brick.json | 18 ++ .../recipe/andesite_raw_wall_polishing.json | 16 ++ .../recipe/andesite_raw_walls_to_brick.json | 18 ++ .../recipe/andesite_relief_axe.json | 37 ++++ .../recipe/andesite_relief_blank.json | 19 ++ .../recipe/andesite_relief_cross.json | 19 ++ .../recipe/andesite_relief_hammer.json | 25 +++ .../recipe/andesite_relief_hoe.json | 37 ++++ .../recipe/andesite_relief_horizontal.json | 17 ++ .../mineralogy/recipe/andesite_relief_i.json | 19 ++ .../recipe/andesite_relief_left.json | 19 ++ .../recipe/andesite_relief_pickaxe.json | 37 ++++ .../recipe/andesite_relief_plus.json | 19 ++ .../recipe/andesite_relief_right.json | 16 ++ .../recipe/andesite_relief_sword.json | 37 ++++ .../recipe/andesite_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/andesite_slab.json | 17 ++ .../recipe/andesite_slab_from_vanilla.json | 13 ++ .../recipe/andesite_slab_to_vanilla.json | 13 ++ .../mineralogy/recipe/andesite_smooth.json | 16 ++ .../recipe/andesite_smooth_brick.json | 18 ++ .../recipe/andesite_smooth_brick_furnace.json | 22 ++ .../recipe/andesite_smooth_brick_slab.json | 17 ++ .../recipe/andesite_smooth_brick_stairs.json | 19 ++ .../recipe/andesite_smooth_brick_wall.json | 18 ++ .../recipe/andesite_smooth_furnace.json | 22 ++ .../recipe/andesite_smooth_slab.json | 17 ++ .../andesite_smooth_slab_from_vanilla.json | 13 ++ .../andesite_smooth_slab_to_vanilla.json | 13 ++ .../recipe/andesite_smooth_stairs.json | 19 ++ .../recipe/andesite_smooth_wall.json | 18 ++ .../mineralogy/recipe/andesite_stairs.json | 19 ++ .../mineralogy/recipe/andesite_to_stone.json | 12 + .../data/mineralogy/recipe/andesite_wall.json | 18 ++ .../data/mineralogy/recipe/basalt_brick.json | 18 ++ .../recipe/basalt_brick_block_polishing.json | 16 ++ .../recipe/basalt_brick_furnace.json | 22 ++ .../mineralogy/recipe/basalt_brick_slab.json | 17 ++ .../recipe/basalt_brick_slab_polishing.json | 16 ++ .../basalt_brick_slab_recombination.json | 16 ++ .../recipe/basalt_brick_stairs.json | 19 ++ .../recipe/basalt_brick_stairs_polishing.json | 16 ++ .../mineralogy/recipe/basalt_brick_wall.json | 18 ++ .../recipe/basalt_brick_wall_polishing.json | 16 ++ .../mineralogy/recipe/basalt_cobblestone.json | 22 ++ .../mineralogy/recipe/basalt_furnace.json | 22 ++ ...alt_polished_brick_slab_recombination.json | 16 ++ .../basalt_polished_slab_recombination.json | 16 ++ .../basalt_polished_slabs_to_brick.json | 18 ++ .../basalt_polished_stairs_to_brick.json | 18 ++ .../basalt_polished_walls_to_brick.json | 18 ++ .../recipe/basalt_raw_slab_polishing.json | 16 ++ .../recipe/basalt_raw_slab_recombination.json | 16 ++ .../recipe/basalt_raw_slabs_to_brick.json | 18 ++ .../recipe/basalt_raw_stairs_polishing.json | 16 ++ .../recipe/basalt_raw_stairs_to_brick.json | 18 ++ .../recipe/basalt_raw_wall_polishing.json | 16 ++ .../recipe/basalt_raw_walls_to_brick.json | 18 ++ .../mineralogy/recipe/basalt_relief_axe.json | 37 ++++ .../recipe/basalt_relief_blank.json | 19 ++ .../recipe/basalt_relief_cross.json | 19 ++ .../recipe/basalt_relief_hammer.json | 25 +++ .../mineralogy/recipe/basalt_relief_hoe.json | 37 ++++ .../recipe/basalt_relief_horizontal.json | 17 ++ .../mineralogy/recipe/basalt_relief_i.json | 19 ++ .../mineralogy/recipe/basalt_relief_left.json | 19 ++ .../recipe/basalt_relief_pickaxe.json | 37 ++++ .../mineralogy/recipe/basalt_relief_plus.json | 19 ++ .../recipe/basalt_relief_right.json | 16 ++ .../recipe/basalt_relief_sword.json | 37 ++++ .../recipe/basalt_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/basalt_slab.json | 17 ++ .../data/mineralogy/recipe/basalt_smooth.json | 16 ++ .../recipe/basalt_smooth_brick.json | 18 ++ .../recipe/basalt_smooth_brick_furnace.json | 22 ++ .../recipe/basalt_smooth_brick_slab.json | 17 ++ .../recipe/basalt_smooth_brick_stairs.json | 19 ++ .../recipe/basalt_smooth_brick_wall.json | 18 ++ .../recipe/basalt_smooth_furnace.json | 22 ++ .../mineralogy/recipe/basalt_smooth_slab.json | 17 ++ .../recipe/basalt_smooth_stairs.json | 19 ++ .../mineralogy/recipe/basalt_smooth_wall.json | 18 ++ .../data/mineralogy/recipe/basalt_stairs.json | 19 ++ .../mineralogy/recipe/basalt_to_stone.json | 12 + .../data/mineralogy/recipe/basalt_wall.json | 18 ++ .../recipe/basaltic_glass_brick.json | 18 ++ .../basaltic_glass_brick_block_polishing.json | 16 ++ .../recipe/basaltic_glass_brick_furnace.json | 22 ++ .../recipe/basaltic_glass_brick_slab.json | 17 ++ .../basaltic_glass_brick_slab_polishing.json | 16 ++ ...saltic_glass_brick_slab_recombination.json | 16 ++ .../recipe/basaltic_glass_brick_stairs.json | 19 ++ ...basaltic_glass_brick_stairs_polishing.json | 16 ++ .../recipe/basaltic_glass_brick_wall.json | 18 ++ .../basaltic_glass_brick_wall_polishing.json | 16 ++ .../recipe/basaltic_glass_cobblestone.json | 22 ++ .../recipe/basaltic_glass_furnace.json | 22 ++ ...ass_polished_brick_slab_recombination.json | 16 ++ ...tic_glass_polished_slab_recombination.json | 16 ++ ...asaltic_glass_polished_slabs_to_brick.json | 18 ++ ...saltic_glass_polished_stairs_to_brick.json | 18 ++ ...asaltic_glass_polished_walls_to_brick.json | 18 ++ .../basaltic_glass_raw_slab_polishing.json | 16 ++ ...basaltic_glass_raw_slab_recombination.json | 16 ++ .../basaltic_glass_raw_slabs_to_brick.json | 18 ++ .../basaltic_glass_raw_stairs_polishing.json | 16 ++ .../basaltic_glass_raw_stairs_to_brick.json | 18 ++ .../basaltic_glass_raw_wall_polishing.json | 16 ++ .../basaltic_glass_raw_walls_to_brick.json | 18 ++ .../recipe/basaltic_glass_relief_axe.json | 37 ++++ .../recipe/basaltic_glass_relief_blank.json | 19 ++ .../recipe/basaltic_glass_relief_cross.json | 19 ++ .../recipe/basaltic_glass_relief_hammer.json | 25 +++ .../recipe/basaltic_glass_relief_hoe.json | 37 ++++ .../basaltic_glass_relief_horizontal.json | 17 ++ .../recipe/basaltic_glass_relief_i.json | 19 ++ .../recipe/basaltic_glass_relief_left.json | 19 ++ .../recipe/basaltic_glass_relief_pickaxe.json | 37 ++++ .../recipe/basaltic_glass_relief_plus.json | 19 ++ .../recipe/basaltic_glass_relief_right.json | 16 ++ .../recipe/basaltic_glass_relief_sword.json | 37 ++++ .../basaltic_glass_relief_vertical.json | 19 ++ .../recipe/basaltic_glass_slab.json | 17 ++ .../recipe/basaltic_glass_smooth.json | 16 ++ .../recipe/basaltic_glass_smooth_brick.json | 18 ++ .../basaltic_glass_smooth_brick_furnace.json | 22 ++ .../basaltic_glass_smooth_brick_slab.json | 17 ++ .../basaltic_glass_smooth_brick_stairs.json | 19 ++ .../basaltic_glass_smooth_brick_wall.json | 18 ++ .../recipe/basaltic_glass_smooth_furnace.json | 22 ++ .../recipe/basaltic_glass_smooth_slab.json | 17 ++ .../recipe/basaltic_glass_smooth_stairs.json | 19 ++ .../recipe/basaltic_glass_smooth_wall.json | 18 ++ .../recipe/basaltic_glass_stairs.json | 19 ++ .../recipe/basaltic_glass_to_stone.json | 12 + .../recipe/basaltic_glass_wall.json | 18 ++ .../data/mineralogy/recipe/chalk.json | 18 ++ .../data/mineralogy/recipe/chalk_dust.json | 13 ++ .../data/mineralogy/recipe/cobblestone.json | 22 ++ .../mineralogy/recipe/conglomerate_brick.json | 18 ++ .../conglomerate_brick_block_polishing.json | 16 ++ .../recipe/conglomerate_brick_furnace.json | 22 ++ .../recipe/conglomerate_brick_slab.json | 17 ++ .../conglomerate_brick_slab_polishing.json | 16 ++ ...conglomerate_brick_slab_recombination.json | 16 ++ .../recipe/conglomerate_brick_stairs.json | 19 ++ .../conglomerate_brick_stairs_polishing.json | 16 ++ .../recipe/conglomerate_brick_wall.json | 18 ++ .../conglomerate_brick_wall_polishing.json | 16 ++ .../recipe/conglomerate_cobblestone.json | 22 ++ .../recipe/conglomerate_furnace.json | 22 ++ ...ate_polished_brick_slab_recombination.json | 16 ++ ...glomerate_polished_slab_recombination.json | 16 ++ .../conglomerate_polished_slabs_to_brick.json | 18 ++ ...conglomerate_polished_stairs_to_brick.json | 18 ++ .../conglomerate_polished_walls_to_brick.json | 18 ++ .../conglomerate_raw_slab_polishing.json | 16 ++ .../conglomerate_raw_slab_recombination.json | 16 ++ .../conglomerate_raw_slabs_to_brick.json | 18 ++ .../conglomerate_raw_stairs_polishing.json | 16 ++ .../conglomerate_raw_stairs_to_brick.json | 18 ++ .../conglomerate_raw_wall_polishing.json | 16 ++ .../conglomerate_raw_walls_to_brick.json | 18 ++ .../recipe/conglomerate_relief_axe.json | 37 ++++ .../recipe/conglomerate_relief_blank.json | 19 ++ .../recipe/conglomerate_relief_cross.json | 19 ++ .../recipe/conglomerate_relief_hammer.json | 25 +++ .../recipe/conglomerate_relief_hoe.json | 37 ++++ .../conglomerate_relief_horizontal.json | 17 ++ .../recipe/conglomerate_relief_i.json | 19 ++ .../recipe/conglomerate_relief_left.json | 19 ++ .../recipe/conglomerate_relief_pickaxe.json | 37 ++++ .../recipe/conglomerate_relief_plus.json | 19 ++ .../recipe/conglomerate_relief_right.json | 16 ++ .../recipe/conglomerate_relief_sword.json | 37 ++++ .../recipe/conglomerate_relief_vertical.json | 19 ++ .../mineralogy/recipe/conglomerate_slab.json | 17 ++ .../recipe/conglomerate_smooth.json | 16 ++ .../recipe/conglomerate_smooth_brick.json | 18 ++ .../conglomerate_smooth_brick_furnace.json | 22 ++ .../conglomerate_smooth_brick_slab.json | 17 ++ .../conglomerate_smooth_brick_stairs.json | 19 ++ .../conglomerate_smooth_brick_wall.json | 18 ++ .../recipe/conglomerate_smooth_furnace.json | 22 ++ .../recipe/conglomerate_smooth_slab.json | 17 ++ .../recipe/conglomerate_smooth_stairs.json | 19 ++ .../recipe/conglomerate_smooth_wall.json | 18 ++ .../recipe/conglomerate_stairs.json | 19 ++ .../recipe/conglomerate_to_stone.json | 12 + .../mineralogy/recipe/conglomerate_wall.json | 18 ++ .../data/mineralogy/recipe/diabase_brick.json | 18 ++ .../recipe/diabase_brick_block_polishing.json | 16 ++ .../recipe/diabase_brick_furnace.json | 22 ++ .../mineralogy/recipe/diabase_brick_slab.json | 17 ++ .../recipe/diabase_brick_slab_polishing.json | 16 ++ .../diabase_brick_slab_recombination.json | 16 ++ .../recipe/diabase_brick_stairs.json | 19 ++ .../diabase_brick_stairs_polishing.json | 16 ++ .../mineralogy/recipe/diabase_brick_wall.json | 18 ++ .../recipe/diabase_brick_wall_polishing.json | 16 ++ .../recipe/diabase_cobblestone.json | 22 ++ .../mineralogy/recipe/diabase_furnace.json | 22 ++ ...ase_polished_brick_slab_recombination.json | 16 ++ .../diabase_polished_slab_recombination.json | 16 ++ .../diabase_polished_slabs_to_brick.json | 18 ++ .../diabase_polished_stairs_to_brick.json | 18 ++ .../diabase_polished_walls_to_brick.json | 18 ++ .../recipe/diabase_raw_slab_polishing.json | 16 ++ .../diabase_raw_slab_recombination.json | 16 ++ .../recipe/diabase_raw_slabs_to_brick.json | 18 ++ .../recipe/diabase_raw_stairs_polishing.json | 16 ++ .../recipe/diabase_raw_stairs_to_brick.json | 18 ++ .../recipe/diabase_raw_wall_polishing.json | 16 ++ .../recipe/diabase_raw_walls_to_brick.json | 18 ++ .../mineralogy/recipe/diabase_relief_axe.json | 37 ++++ .../recipe/diabase_relief_blank.json | 19 ++ .../recipe/diabase_relief_cross.json | 19 ++ .../recipe/diabase_relief_hammer.json | 25 +++ .../mineralogy/recipe/diabase_relief_hoe.json | 37 ++++ .../recipe/diabase_relief_horizontal.json | 17 ++ .../mineralogy/recipe/diabase_relief_i.json | 19 ++ .../recipe/diabase_relief_left.json | 19 ++ .../recipe/diabase_relief_pickaxe.json | 37 ++++ .../recipe/diabase_relief_plus.json | 19 ++ .../recipe/diabase_relief_right.json | 16 ++ .../recipe/diabase_relief_sword.json | 37 ++++ .../recipe/diabase_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/diabase_slab.json | 17 ++ .../mineralogy/recipe/diabase_smooth.json | 16 ++ .../recipe/diabase_smooth_brick.json | 18 ++ .../recipe/diabase_smooth_brick_furnace.json | 22 ++ .../recipe/diabase_smooth_brick_slab.json | 17 ++ .../recipe/diabase_smooth_brick_stairs.json | 19 ++ .../recipe/diabase_smooth_brick_wall.json | 18 ++ .../recipe/diabase_smooth_furnace.json | 22 ++ .../recipe/diabase_smooth_slab.json | 17 ++ .../recipe/diabase_smooth_stairs.json | 19 ++ .../recipe/diabase_smooth_wall.json | 18 ++ .../mineralogy/recipe/diabase_stairs.json | 19 ++ .../mineralogy/recipe/diabase_to_stone.json | 12 + .../data/mineralogy/recipe/diabase_wall.json | 18 ++ .../data/mineralogy/recipe/diorite_brick.json | 18 ++ .../recipe/diorite_brick_block_polishing.json | 16 ++ .../recipe/diorite_brick_furnace.json | 22 ++ .../mineralogy/recipe/diorite_brick_slab.json | 17 ++ .../recipe/diorite_brick_slab_polishing.json | 16 ++ .../diorite_brick_slab_recombination.json | 16 ++ .../recipe/diorite_brick_stairs.json | 19 ++ .../diorite_brick_stairs_polishing.json | 16 ++ .../mineralogy/recipe/diorite_brick_wall.json | 18 ++ .../recipe/diorite_brick_wall_polishing.json | 16 ++ .../recipe/diorite_cobblestone.json | 22 ++ .../mineralogy/recipe/diorite_furnace.json | 22 ++ ...ite_polished_brick_slab_recombination.json | 16 ++ .../diorite_polished_slab_recombination.json | 16 ++ .../diorite_polished_slabs_to_brick.json | 18 ++ .../diorite_polished_stairs_to_brick.json | 18 ++ .../diorite_polished_walls_to_brick.json | 18 ++ .../recipe/diorite_raw_slab_polishing.json | 16 ++ .../diorite_raw_slab_recombination.json | 16 ++ .../recipe/diorite_raw_slabs_to_brick.json | 18 ++ .../recipe/diorite_raw_stairs_polishing.json | 16 ++ .../recipe/diorite_raw_stairs_to_brick.json | 18 ++ .../recipe/diorite_raw_wall_polishing.json | 16 ++ .../recipe/diorite_raw_walls_to_brick.json | 18 ++ .../mineralogy/recipe/diorite_relief_axe.json | 37 ++++ .../recipe/diorite_relief_blank.json | 19 ++ .../recipe/diorite_relief_cross.json | 19 ++ .../recipe/diorite_relief_hammer.json | 25 +++ .../mineralogy/recipe/diorite_relief_hoe.json | 37 ++++ .../recipe/diorite_relief_horizontal.json | 17 ++ .../mineralogy/recipe/diorite_relief_i.json | 19 ++ .../recipe/diorite_relief_left.json | 19 ++ .../recipe/diorite_relief_pickaxe.json | 37 ++++ .../recipe/diorite_relief_plus.json | 19 ++ .../recipe/diorite_relief_right.json | 16 ++ .../recipe/diorite_relief_sword.json | 37 ++++ .../recipe/diorite_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/diorite_slab.json | 17 ++ .../recipe/diorite_slab_from_vanilla.json | 13 ++ .../recipe/diorite_slab_to_vanilla.json | 13 ++ .../mineralogy/recipe/diorite_smooth.json | 16 ++ .../recipe/diorite_smooth_brick.json | 18 ++ .../recipe/diorite_smooth_brick_furnace.json | 22 ++ .../recipe/diorite_smooth_brick_slab.json | 17 ++ .../recipe/diorite_smooth_brick_stairs.json | 19 ++ .../recipe/diorite_smooth_brick_wall.json | 18 ++ .../recipe/diorite_smooth_furnace.json | 22 ++ .../recipe/diorite_smooth_slab.json | 17 ++ .../diorite_smooth_slab_from_vanilla.json | 13 ++ .../diorite_smooth_slab_to_vanilla.json | 13 ++ .../recipe/diorite_smooth_stairs.json | 19 ++ .../recipe/diorite_smooth_wall.json | 18 ++ .../mineralogy/recipe/diorite_stairs.json | 19 ++ .../mineralogy/recipe/diorite_to_stone.json | 12 + .../data/mineralogy/recipe/diorite_wall.json | 18 ++ .../mineralogy/recipe/dolomite_brick.json | 18 ++ .../dolomite_brick_block_polishing.json | 16 ++ .../recipe/dolomite_brick_furnace.json | 22 ++ .../recipe/dolomite_brick_slab.json | 17 ++ .../recipe/dolomite_brick_slab_polishing.json | 16 ++ .../dolomite_brick_slab_recombination.json | 16 ++ .../recipe/dolomite_brick_stairs.json | 19 ++ .../dolomite_brick_stairs_polishing.json | 16 ++ .../recipe/dolomite_brick_wall.json | 18 ++ .../recipe/dolomite_brick_wall_polishing.json | 16 ++ .../recipe/dolomite_cobblestone.json | 22 ++ .../mineralogy/recipe/dolomite_furnace.json | 22 ++ ...ite_polished_brick_slab_recombination.json | 16 ++ .../dolomite_polished_slab_recombination.json | 16 ++ .../dolomite_polished_slabs_to_brick.json | 18 ++ .../dolomite_polished_stairs_to_brick.json | 18 ++ .../dolomite_polished_walls_to_brick.json | 18 ++ .../recipe/dolomite_raw_slab_polishing.json | 16 ++ .../dolomite_raw_slab_recombination.json | 16 ++ .../recipe/dolomite_raw_slabs_to_brick.json | 18 ++ .../recipe/dolomite_raw_stairs_polishing.json | 16 ++ .../recipe/dolomite_raw_stairs_to_brick.json | 18 ++ .../recipe/dolomite_raw_wall_polishing.json | 16 ++ .../recipe/dolomite_raw_walls_to_brick.json | 18 ++ .../recipe/dolomite_relief_axe.json | 37 ++++ .../recipe/dolomite_relief_blank.json | 19 ++ .../recipe/dolomite_relief_cross.json | 19 ++ .../recipe/dolomite_relief_hammer.json | 25 +++ .../recipe/dolomite_relief_hoe.json | 37 ++++ .../recipe/dolomite_relief_horizontal.json | 17 ++ .../mineralogy/recipe/dolomite_relief_i.json | 19 ++ .../recipe/dolomite_relief_left.json | 19 ++ .../recipe/dolomite_relief_pickaxe.json | 37 ++++ .../recipe/dolomite_relief_plus.json | 19 ++ .../recipe/dolomite_relief_right.json | 16 ++ .../recipe/dolomite_relief_sword.json | 37 ++++ .../recipe/dolomite_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/dolomite_slab.json | 17 ++ .../mineralogy/recipe/dolomite_smooth.json | 16 ++ .../recipe/dolomite_smooth_brick.json | 18 ++ .../recipe/dolomite_smooth_brick_furnace.json | 22 ++ .../recipe/dolomite_smooth_brick_slab.json | 17 ++ .../recipe/dolomite_smooth_brick_stairs.json | 19 ++ .../recipe/dolomite_smooth_brick_wall.json | 18 ++ .../recipe/dolomite_smooth_furnace.json | 22 ++ .../recipe/dolomite_smooth_slab.json | 17 ++ .../recipe/dolomite_smooth_stairs.json | 19 ++ .../recipe/dolomite_smooth_wall.json | 18 ++ .../mineralogy/recipe/dolomite_stairs.json | 19 ++ .../mineralogy/recipe/dolomite_to_stone.json | 12 + .../data/mineralogy/recipe/dolomite_wall.json | 18 ++ .../data/mineralogy/recipe/drywall.json | 28 +++ .../data/mineralogy/recipe/drywall_black.json | 22 ++ .../data/mineralogy/recipe/drywall_blue.json | 22 ++ .../data/mineralogy/recipe/drywall_brown.json | 22 ++ .../data/mineralogy/recipe/drywall_cyan.json | 22 ++ .../data/mineralogy/recipe/drywall_gray.json | 22 ++ .../data/mineralogy/recipe/drywall_green.json | 22 ++ .../mineralogy/recipe/drywall_light_blue.json | 22 ++ .../data/mineralogy/recipe/drywall_lime.json | 22 ++ .../mineralogy/recipe/drywall_magenta.json | 22 ++ .../mineralogy/recipe/drywall_orange.json | 22 ++ .../data/mineralogy/recipe/drywall_pink.json | 22 ++ .../mineralogy/recipe/drywall_purple.json | 22 ++ .../data/mineralogy/recipe/drywall_red.json | 22 ++ .../mineralogy/recipe/drywall_silver.json | 22 ++ .../data/mineralogy/recipe/drywall_white.json | 22 ++ .../mineralogy/recipe/drywall_yellow.json | 22 ++ .../data/mineralogy/recipe/gabbro_brick.json | 18 ++ .../recipe/gabbro_brick_block_polishing.json | 16 ++ .../recipe/gabbro_brick_furnace.json | 22 ++ .../mineralogy/recipe/gabbro_brick_slab.json | 17 ++ .../recipe/gabbro_brick_slab_polishing.json | 16 ++ .../gabbro_brick_slab_recombination.json | 16 ++ .../recipe/gabbro_brick_stairs.json | 19 ++ .../recipe/gabbro_brick_stairs_polishing.json | 16 ++ .../mineralogy/recipe/gabbro_brick_wall.json | 18 ++ .../recipe/gabbro_brick_wall_polishing.json | 16 ++ .../mineralogy/recipe/gabbro_cobblestone.json | 22 ++ .../mineralogy/recipe/gabbro_furnace.json | 22 ++ ...bro_polished_brick_slab_recombination.json | 16 ++ .../gabbro_polished_slab_recombination.json | 16 ++ .../gabbro_polished_slabs_to_brick.json | 18 ++ .../gabbro_polished_stairs_to_brick.json | 18 ++ .../gabbro_polished_walls_to_brick.json | 18 ++ .../recipe/gabbro_raw_slab_polishing.json | 16 ++ .../recipe/gabbro_raw_slab_recombination.json | 16 ++ .../recipe/gabbro_raw_slabs_to_brick.json | 18 ++ .../recipe/gabbro_raw_stairs_polishing.json | 16 ++ .../recipe/gabbro_raw_stairs_to_brick.json | 18 ++ .../recipe/gabbro_raw_wall_polishing.json | 16 ++ .../recipe/gabbro_raw_walls_to_brick.json | 18 ++ .../mineralogy/recipe/gabbro_relief_axe.json | 37 ++++ .../recipe/gabbro_relief_blank.json | 19 ++ .../recipe/gabbro_relief_cross.json | 19 ++ .../recipe/gabbro_relief_hammer.json | 25 +++ .../mineralogy/recipe/gabbro_relief_hoe.json | 37 ++++ .../recipe/gabbro_relief_horizontal.json | 17 ++ .../mineralogy/recipe/gabbro_relief_i.json | 19 ++ .../mineralogy/recipe/gabbro_relief_left.json | 19 ++ .../recipe/gabbro_relief_pickaxe.json | 37 ++++ .../mineralogy/recipe/gabbro_relief_plus.json | 19 ++ .../recipe/gabbro_relief_right.json | 16 ++ .../recipe/gabbro_relief_sword.json | 37 ++++ .../recipe/gabbro_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/gabbro_slab.json | 17 ++ .../data/mineralogy/recipe/gabbro_smooth.json | 16 ++ .../recipe/gabbro_smooth_brick.json | 18 ++ .../recipe/gabbro_smooth_brick_furnace.json | 22 ++ .../recipe/gabbro_smooth_brick_slab.json | 17 ++ .../recipe/gabbro_smooth_brick_stairs.json | 19 ++ .../recipe/gabbro_smooth_brick_wall.json | 18 ++ .../recipe/gabbro_smooth_furnace.json | 22 ++ .../mineralogy/recipe/gabbro_smooth_slab.json | 17 ++ .../recipe/gabbro_smooth_stairs.json | 19 ++ .../mineralogy/recipe/gabbro_smooth_wall.json | 18 ++ .../data/mineralogy/recipe/gabbro_stairs.json | 19 ++ .../mineralogy/recipe/gabbro_to_stone.json | 12 + .../data/mineralogy/recipe/gabbro_wall.json | 18 ++ .../data/mineralogy/recipe/gneiss_brick.json | 18 ++ .../recipe/gneiss_brick_block_polishing.json | 16 ++ .../recipe/gneiss_brick_furnace.json | 22 ++ .../mineralogy/recipe/gneiss_brick_slab.json | 17 ++ .../recipe/gneiss_brick_slab_polishing.json | 16 ++ .../gneiss_brick_slab_recombination.json | 16 ++ .../recipe/gneiss_brick_stairs.json | 19 ++ .../recipe/gneiss_brick_stairs_polishing.json | 16 ++ .../mineralogy/recipe/gneiss_brick_wall.json | 18 ++ .../recipe/gneiss_brick_wall_polishing.json | 16 ++ .../mineralogy/recipe/gneiss_cobblestone.json | 22 ++ .../mineralogy/recipe/gneiss_furnace.json | 22 ++ ...iss_polished_brick_slab_recombination.json | 16 ++ .../gneiss_polished_slab_recombination.json | 16 ++ .../gneiss_polished_slabs_to_brick.json | 18 ++ .../gneiss_polished_stairs_to_brick.json | 18 ++ .../gneiss_polished_walls_to_brick.json | 18 ++ .../recipe/gneiss_raw_slab_polishing.json | 16 ++ .../recipe/gneiss_raw_slab_recombination.json | 16 ++ .../recipe/gneiss_raw_slabs_to_brick.json | 18 ++ .../recipe/gneiss_raw_stairs_polishing.json | 16 ++ .../recipe/gneiss_raw_stairs_to_brick.json | 18 ++ .../recipe/gneiss_raw_wall_polishing.json | 16 ++ .../recipe/gneiss_raw_walls_to_brick.json | 18 ++ .../mineralogy/recipe/gneiss_relief_axe.json | 37 ++++ .../recipe/gneiss_relief_blank.json | 19 ++ .../recipe/gneiss_relief_cross.json | 19 ++ .../recipe/gneiss_relief_hammer.json | 25 +++ .../mineralogy/recipe/gneiss_relief_hoe.json | 37 ++++ .../recipe/gneiss_relief_horizontal.json | 17 ++ .../mineralogy/recipe/gneiss_relief_i.json | 19 ++ .../mineralogy/recipe/gneiss_relief_left.json | 19 ++ .../recipe/gneiss_relief_pickaxe.json | 37 ++++ .../mineralogy/recipe/gneiss_relief_plus.json | 19 ++ .../recipe/gneiss_relief_right.json | 16 ++ .../recipe/gneiss_relief_sword.json | 37 ++++ .../recipe/gneiss_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/gneiss_slab.json | 17 ++ .../data/mineralogy/recipe/gneiss_smooth.json | 16 ++ .../recipe/gneiss_smooth_brick.json | 18 ++ .../recipe/gneiss_smooth_brick_furnace.json | 22 ++ .../recipe/gneiss_smooth_brick_slab.json | 17 ++ .../recipe/gneiss_smooth_brick_stairs.json | 19 ++ .../recipe/gneiss_smooth_brick_wall.json | 18 ++ .../recipe/gneiss_smooth_furnace.json | 22 ++ .../mineralogy/recipe/gneiss_smooth_slab.json | 17 ++ .../recipe/gneiss_smooth_stairs.json | 19 ++ .../mineralogy/recipe/gneiss_smooth_wall.json | 18 ++ .../data/mineralogy/recipe/gneiss_stairs.json | 19 ++ .../mineralogy/recipe/gneiss_to_stone.json | 12 + .../data/mineralogy/recipe/gneiss_wall.json | 18 ++ .../data/mineralogy/recipe/granite_brick.json | 18 ++ .../recipe/granite_brick_block_polishing.json | 16 ++ .../recipe/granite_brick_furnace.json | 22 ++ .../mineralogy/recipe/granite_brick_slab.json | 17 ++ .../recipe/granite_brick_slab_polishing.json | 16 ++ .../granite_brick_slab_recombination.json | 16 ++ .../recipe/granite_brick_stairs.json | 19 ++ .../granite_brick_stairs_polishing.json | 16 ++ .../mineralogy/recipe/granite_brick_wall.json | 18 ++ .../recipe/granite_brick_wall_polishing.json | 16 ++ .../recipe/granite_cobblestone.json | 22 ++ .../mineralogy/recipe/granite_furnace.json | 22 ++ ...ite_polished_brick_slab_recombination.json | 16 ++ .../granite_polished_slab_recombination.json | 16 ++ .../granite_polished_slabs_to_brick.json | 18 ++ .../granite_polished_stairs_to_brick.json | 18 ++ .../granite_polished_walls_to_brick.json | 18 ++ .../recipe/granite_raw_slab_polishing.json | 16 ++ .../granite_raw_slab_recombination.json | 16 ++ .../recipe/granite_raw_slabs_to_brick.json | 18 ++ .../recipe/granite_raw_stairs_polishing.json | 16 ++ .../recipe/granite_raw_stairs_to_brick.json | 18 ++ .../recipe/granite_raw_wall_polishing.json | 16 ++ .../recipe/granite_raw_walls_to_brick.json | 18 ++ .../mineralogy/recipe/granite_relief_axe.json | 37 ++++ .../recipe/granite_relief_blank.json | 19 ++ .../recipe/granite_relief_cross.json | 19 ++ .../recipe/granite_relief_hammer.json | 25 +++ .../mineralogy/recipe/granite_relief_hoe.json | 37 ++++ .../recipe/granite_relief_horizontal.json | 17 ++ .../mineralogy/recipe/granite_relief_i.json | 19 ++ .../recipe/granite_relief_left.json | 19 ++ .../recipe/granite_relief_pickaxe.json | 37 ++++ .../recipe/granite_relief_plus.json | 19 ++ .../recipe/granite_relief_right.json | 16 ++ .../recipe/granite_relief_sword.json | 37 ++++ .../recipe/granite_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/granite_slab.json | 17 ++ .../recipe/granite_slab_from_vanilla.json | 13 ++ .../recipe/granite_slab_to_vanilla.json | 13 ++ .../mineralogy/recipe/granite_smooth.json | 16 ++ .../recipe/granite_smooth_brick.json | 18 ++ .../recipe/granite_smooth_brick_furnace.json | 22 ++ .../recipe/granite_smooth_brick_slab.json | 17 ++ .../recipe/granite_smooth_brick_stairs.json | 19 ++ .../recipe/granite_smooth_brick_wall.json | 18 ++ .../recipe/granite_smooth_furnace.json | 22 ++ .../recipe/granite_smooth_slab.json | 17 ++ .../granite_smooth_slab_from_vanilla.json | 13 ++ .../granite_smooth_slab_to_vanilla.json | 13 ++ .../recipe/granite_smooth_stairs.json | 19 ++ .../recipe/granite_smooth_wall.json | 18 ++ .../mineralogy/recipe/granite_stairs.json | 19 ++ .../mineralogy/recipe/granite_to_stone.json | 12 + .../data/mineralogy/recipe/granite_wall.json | 18 ++ .../mineralogy/recipe/gravel_to_stone.json | 18 ++ .../recipe/gunpowder_from_carbon_dust.json | 37 ++++ .../recipe/gunpowder_from_charcoal.json | 25 +++ .../recipe/gunpowder_from_coal_dust.json | 37 ++++ .../recipe/gunpowder_from_sugar.json | 25 +++ .../data/mineralogy/recipe/gypsum.json | 18 ++ .../data/mineralogy/recipe/gypsum_dust.json | 13 ++ .../mineralogy/recipe/hornfels_brick.json | 18 ++ .../hornfels_brick_block_polishing.json | 16 ++ .../recipe/hornfels_brick_furnace.json | 22 ++ .../recipe/hornfels_brick_slab.json | 17 ++ .../recipe/hornfels_brick_slab_polishing.json | 16 ++ .../hornfels_brick_slab_recombination.json | 16 ++ .../recipe/hornfels_brick_stairs.json | 19 ++ .../hornfels_brick_stairs_polishing.json | 16 ++ .../recipe/hornfels_brick_wall.json | 18 ++ .../recipe/hornfels_brick_wall_polishing.json | 16 ++ .../recipe/hornfels_cobblestone.json | 22 ++ .../mineralogy/recipe/hornfels_furnace.json | 22 ++ ...els_polished_brick_slab_recombination.json | 16 ++ .../hornfels_polished_slab_recombination.json | 16 ++ .../hornfels_polished_slabs_to_brick.json | 18 ++ .../hornfels_polished_stairs_to_brick.json | 18 ++ .../hornfels_polished_walls_to_brick.json | 18 ++ .../recipe/hornfels_raw_slab_polishing.json | 16 ++ .../hornfels_raw_slab_recombination.json | 16 ++ .../recipe/hornfels_raw_slabs_to_brick.json | 18 ++ .../recipe/hornfels_raw_stairs_polishing.json | 16 ++ .../recipe/hornfels_raw_stairs_to_brick.json | 18 ++ .../recipe/hornfels_raw_wall_polishing.json | 16 ++ .../recipe/hornfels_raw_walls_to_brick.json | 18 ++ .../recipe/hornfels_relief_axe.json | 37 ++++ .../recipe/hornfels_relief_blank.json | 19 ++ .../recipe/hornfels_relief_cross.json | 19 ++ .../recipe/hornfels_relief_hammer.json | 25 +++ .../recipe/hornfels_relief_hoe.json | 37 ++++ .../recipe/hornfels_relief_horizontal.json | 17 ++ .../mineralogy/recipe/hornfels_relief_i.json | 19 ++ .../recipe/hornfels_relief_left.json | 19 ++ .../recipe/hornfels_relief_pickaxe.json | 37 ++++ .../recipe/hornfels_relief_plus.json | 19 ++ .../recipe/hornfels_relief_right.json | 16 ++ .../recipe/hornfels_relief_sword.json | 37 ++++ .../recipe/hornfels_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/hornfels_slab.json | 17 ++ .../mineralogy/recipe/hornfels_smooth.json | 16 ++ .../recipe/hornfels_smooth_brick.json | 18 ++ .../recipe/hornfels_smooth_brick_furnace.json | 22 ++ .../recipe/hornfels_smooth_brick_slab.json | 17 ++ .../recipe/hornfels_smooth_brick_stairs.json | 19 ++ .../recipe/hornfels_smooth_brick_wall.json | 18 ++ .../recipe/hornfels_smooth_furnace.json | 22 ++ .../recipe/hornfels_smooth_slab.json | 17 ++ .../recipe/hornfels_smooth_stairs.json | 19 ++ .../recipe/hornfels_smooth_wall.json | 18 ++ .../mineralogy/recipe/hornfels_stairs.json | 19 ++ .../mineralogy/recipe/hornfels_to_stone.json | 12 + .../data/mineralogy/recipe/hornfels_wall.json | 18 ++ .../mineralogy/recipe/limestone_brick.json | 18 ++ .../limestone_brick_block_polishing.json | 16 ++ .../recipe/limestone_brick_furnace.json | 22 ++ .../recipe/limestone_brick_slab.json | 17 ++ .../limestone_brick_slab_polishing.json | 16 ++ .../limestone_brick_slab_recombination.json | 16 ++ .../recipe/limestone_brick_stairs.json | 19 ++ .../limestone_brick_stairs_polishing.json | 16 ++ .../recipe/limestone_brick_wall.json | 18 ++ .../limestone_brick_wall_polishing.json | 16 ++ .../recipe/limestone_cobblestone.json | 22 ++ .../mineralogy/recipe/limestone_furnace.json | 22 ++ ...one_polished_brick_slab_recombination.json | 16 ++ ...limestone_polished_slab_recombination.json | 16 ++ .../limestone_polished_slabs_to_brick.json | 18 ++ .../limestone_polished_stairs_to_brick.json | 18 ++ .../limestone_polished_walls_to_brick.json | 18 ++ .../recipe/limestone_raw_slab_polishing.json | 16 ++ .../limestone_raw_slab_recombination.json | 16 ++ .../recipe/limestone_raw_slabs_to_brick.json | 18 ++ .../limestone_raw_stairs_polishing.json | 16 ++ .../recipe/limestone_raw_stairs_to_brick.json | 18 ++ .../recipe/limestone_raw_wall_polishing.json | 16 ++ .../recipe/limestone_raw_walls_to_brick.json | 18 ++ .../recipe/limestone_relief_axe.json | 37 ++++ .../recipe/limestone_relief_blank.json | 19 ++ .../recipe/limestone_relief_cross.json | 19 ++ .../recipe/limestone_relief_hammer.json | 25 +++ .../recipe/limestone_relief_hoe.json | 37 ++++ .../recipe/limestone_relief_horizontal.json | 17 ++ .../mineralogy/recipe/limestone_relief_i.json | 19 ++ .../recipe/limestone_relief_left.json | 19 ++ .../recipe/limestone_relief_pickaxe.json | 37 ++++ .../recipe/limestone_relief_plus.json | 19 ++ .../recipe/limestone_relief_right.json | 16 ++ .../recipe/limestone_relief_sword.json | 37 ++++ .../recipe/limestone_relief_vertical.json | 19 ++ .../mineralogy/recipe/limestone_slab.json | 17 ++ .../mineralogy/recipe/limestone_smooth.json | 16 ++ .../recipe/limestone_smooth_brick.json | 18 ++ .../limestone_smooth_brick_furnace.json | 22 ++ .../recipe/limestone_smooth_brick_slab.json | 17 ++ .../recipe/limestone_smooth_brick_stairs.json | 19 ++ .../recipe/limestone_smooth_brick_wall.json | 18 ++ .../recipe/limestone_smooth_furnace.json | 22 ++ .../recipe/limestone_smooth_slab.json | 17 ++ .../recipe/limestone_smooth_stairs.json | 19 ++ .../recipe/limestone_smooth_wall.json | 18 ++ .../mineralogy/recipe/limestone_stairs.json | 19 ++ .../mineralogy/recipe/limestone_to_stone.json | 12 + .../mineralogy/recipe/limestone_wall.json | 18 ++ .../data/mineralogy/recipe/marble_brick.json | 18 ++ .../recipe/marble_brick_block_polishing.json | 16 ++ .../recipe/marble_brick_furnace.json | 22 ++ .../mineralogy/recipe/marble_brick_slab.json | 17 ++ .../recipe/marble_brick_slab_polishing.json | 16 ++ .../marble_brick_slab_recombination.json | 16 ++ .../recipe/marble_brick_stairs.json | 19 ++ .../recipe/marble_brick_stairs_polishing.json | 16 ++ .../mineralogy/recipe/marble_brick_wall.json | 18 ++ .../recipe/marble_brick_wall_polishing.json | 16 ++ .../mineralogy/recipe/marble_cobblestone.json | 22 ++ .../mineralogy/recipe/marble_furnace.json | 22 ++ ...ble_polished_brick_slab_recombination.json | 16 ++ .../marble_polished_slab_recombination.json | 16 ++ .../marble_polished_slabs_to_brick.json | 18 ++ .../marble_polished_stairs_to_brick.json | 18 ++ .../marble_polished_walls_to_brick.json | 18 ++ .../recipe/marble_raw_slab_polishing.json | 16 ++ .../recipe/marble_raw_slab_recombination.json | 16 ++ .../recipe/marble_raw_slabs_to_brick.json | 18 ++ .../recipe/marble_raw_stairs_polishing.json | 16 ++ .../recipe/marble_raw_stairs_to_brick.json | 18 ++ .../recipe/marble_raw_wall_polishing.json | 16 ++ .../recipe/marble_raw_walls_to_brick.json | 18 ++ .../mineralogy/recipe/marble_relief_axe.json | 37 ++++ .../recipe/marble_relief_blank.json | 19 ++ .../recipe/marble_relief_cross.json | 19 ++ .../recipe/marble_relief_hammer.json | 25 +++ .../mineralogy/recipe/marble_relief_hoe.json | 37 ++++ .../recipe/marble_relief_horizontal.json | 17 ++ .../mineralogy/recipe/marble_relief_i.json | 19 ++ .../mineralogy/recipe/marble_relief_left.json | 19 ++ .../recipe/marble_relief_pickaxe.json | 37 ++++ .../mineralogy/recipe/marble_relief_plus.json | 19 ++ .../recipe/marble_relief_right.json | 16 ++ .../recipe/marble_relief_sword.json | 37 ++++ .../recipe/marble_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/marble_slab.json | 17 ++ .../data/mineralogy/recipe/marble_smooth.json | 16 ++ .../recipe/marble_smooth_brick.json | 18 ++ .../recipe/marble_smooth_brick_furnace.json | 22 ++ .../recipe/marble_smooth_brick_slab.json | 17 ++ .../recipe/marble_smooth_brick_stairs.json | 19 ++ .../recipe/marble_smooth_brick_wall.json | 18 ++ .../recipe/marble_smooth_furnace.json | 22 ++ .../mineralogy/recipe/marble_smooth_slab.json | 17 ++ .../recipe/marble_smooth_stairs.json | 19 ++ .../mineralogy/recipe/marble_smooth_wall.json | 18 ++ .../data/mineralogy/recipe/marble_stairs.json | 19 ++ .../mineralogy/recipe/marble_to_stone.json | 12 + .../data/mineralogy/recipe/marble_wall.json | 18 ++ .../mineralogy/recipe/mineralfertilizer.json | 22 ++ .../data/mineralogy/recipe/nitrate_block.json | 25 +++ .../data/mineralogy/recipe/nitrate_dust.json | 19 ++ .../mineralogy/recipe/novaculite_brick.json | 18 ++ .../novaculite_brick_block_polishing.json | 16 ++ .../recipe/novaculite_brick_furnace.json | 22 ++ .../recipe/novaculite_brick_slab.json | 17 ++ .../novaculite_brick_slab_polishing.json | 16 ++ .../novaculite_brick_slab_recombination.json | 16 ++ .../recipe/novaculite_brick_stairs.json | 19 ++ .../novaculite_brick_stairs_polishing.json | 16 ++ .../recipe/novaculite_brick_wall.json | 18 ++ .../novaculite_brick_wall_polishing.json | 16 ++ .../recipe/novaculite_cobblestone.json | 22 ++ .../mineralogy/recipe/novaculite_furnace.json | 22 ++ ...ite_polished_brick_slab_recombination.json | 16 ++ ...ovaculite_polished_slab_recombination.json | 16 ++ .../novaculite_polished_slabs_to_brick.json | 18 ++ .../novaculite_polished_stairs_to_brick.json | 18 ++ .../novaculite_polished_walls_to_brick.json | 18 ++ .../recipe/novaculite_raw_slab_polishing.json | 16 ++ .../novaculite_raw_slab_recombination.json | 16 ++ .../recipe/novaculite_raw_slabs_to_brick.json | 18 ++ .../novaculite_raw_stairs_polishing.json | 16 ++ .../novaculite_raw_stairs_to_brick.json | 18 ++ .../recipe/novaculite_raw_wall_polishing.json | 16 ++ .../recipe/novaculite_raw_walls_to_brick.json | 18 ++ .../recipe/novaculite_relief_axe.json | 37 ++++ .../recipe/novaculite_relief_blank.json | 19 ++ .../recipe/novaculite_relief_cross.json | 19 ++ .../recipe/novaculite_relief_hammer.json | 25 +++ .../recipe/novaculite_relief_hoe.json | 37 ++++ .../recipe/novaculite_relief_horizontal.json | 17 ++ .../recipe/novaculite_relief_i.json | 19 ++ .../recipe/novaculite_relief_left.json | 19 ++ .../recipe/novaculite_relief_pickaxe.json | 37 ++++ .../recipe/novaculite_relief_plus.json | 19 ++ .../recipe/novaculite_relief_right.json | 16 ++ .../recipe/novaculite_relief_sword.json | 37 ++++ .../recipe/novaculite_relief_vertical.json | 19 ++ .../mineralogy/recipe/novaculite_slab.json | 17 ++ .../mineralogy/recipe/novaculite_smooth.json | 16 ++ .../recipe/novaculite_smooth_brick.json | 18 ++ .../novaculite_smooth_brick_furnace.json | 22 ++ .../recipe/novaculite_smooth_brick_slab.json | 17 ++ .../novaculite_smooth_brick_stairs.json | 19 ++ .../recipe/novaculite_smooth_brick_wall.json | 18 ++ .../recipe/novaculite_smooth_furnace.json | 22 ++ .../recipe/novaculite_smooth_slab.json | 17 ++ .../recipe/novaculite_smooth_stairs.json | 19 ++ .../recipe/novaculite_smooth_wall.json | 18 ++ .../mineralogy/recipe/novaculite_stairs.json | 19 ++ .../recipe/novaculite_to_stone.json | 12 + .../mineralogy/recipe/novaculite_wall.json | 18 ++ .../mineralogy/recipe/pegmatite_brick.json | 18 ++ .../pegmatite_brick_block_polishing.json | 16 ++ .../recipe/pegmatite_brick_furnace.json | 22 ++ .../recipe/pegmatite_brick_slab.json | 17 ++ .../pegmatite_brick_slab_polishing.json | 16 ++ .../pegmatite_brick_slab_recombination.json | 16 ++ .../recipe/pegmatite_brick_stairs.json | 19 ++ .../pegmatite_brick_stairs_polishing.json | 16 ++ .../recipe/pegmatite_brick_wall.json | 18 ++ .../pegmatite_brick_wall_polishing.json | 16 ++ .../recipe/pegmatite_cobblestone.json | 22 ++ .../mineralogy/recipe/pegmatite_furnace.json | 22 ++ ...ite_polished_brick_slab_recombination.json | 16 ++ ...pegmatite_polished_slab_recombination.json | 16 ++ .../pegmatite_polished_slabs_to_brick.json | 18 ++ .../pegmatite_polished_stairs_to_brick.json | 18 ++ .../pegmatite_polished_walls_to_brick.json | 18 ++ .../recipe/pegmatite_raw_slab_polishing.json | 16 ++ .../pegmatite_raw_slab_recombination.json | 16 ++ .../recipe/pegmatite_raw_slabs_to_brick.json | 18 ++ .../pegmatite_raw_stairs_polishing.json | 16 ++ .../recipe/pegmatite_raw_stairs_to_brick.json | 18 ++ .../recipe/pegmatite_raw_wall_polishing.json | 16 ++ .../recipe/pegmatite_raw_walls_to_brick.json | 18 ++ .../recipe/pegmatite_relief_axe.json | 37 ++++ .../recipe/pegmatite_relief_blank.json | 19 ++ .../recipe/pegmatite_relief_cross.json | 19 ++ .../recipe/pegmatite_relief_hammer.json | 25 +++ .../recipe/pegmatite_relief_hoe.json | 37 ++++ .../recipe/pegmatite_relief_horizontal.json | 17 ++ .../mineralogy/recipe/pegmatite_relief_i.json | 19 ++ .../recipe/pegmatite_relief_left.json | 19 ++ .../recipe/pegmatite_relief_pickaxe.json | 37 ++++ .../recipe/pegmatite_relief_plus.json | 19 ++ .../recipe/pegmatite_relief_right.json | 16 ++ .../recipe/pegmatite_relief_sword.json | 37 ++++ .../recipe/pegmatite_relief_vertical.json | 19 ++ .../mineralogy/recipe/pegmatite_slab.json | 17 ++ .../mineralogy/recipe/pegmatite_smooth.json | 16 ++ .../recipe/pegmatite_smooth_brick.json | 18 ++ .../pegmatite_smooth_brick_furnace.json | 22 ++ .../recipe/pegmatite_smooth_brick_slab.json | 17 ++ .../recipe/pegmatite_smooth_brick_stairs.json | 19 ++ .../recipe/pegmatite_smooth_brick_wall.json | 18 ++ .../recipe/pegmatite_smooth_furnace.json | 22 ++ .../recipe/pegmatite_smooth_slab.json | 17 ++ .../recipe/pegmatite_smooth_stairs.json | 19 ++ .../recipe/pegmatite_smooth_wall.json | 18 ++ .../mineralogy/recipe/pegmatite_stairs.json | 19 ++ .../mineralogy/recipe/pegmatite_to_stone.json | 12 + .../mineralogy/recipe/pegmatite_wall.json | 18 ++ .../mineralogy/recipe/peridotite_brick.json | 18 ++ .../peridotite_brick_block_polishing.json | 16 ++ .../recipe/peridotite_brick_furnace.json | 22 ++ .../recipe/peridotite_brick_slab.json | 17 ++ .../peridotite_brick_slab_polishing.json | 16 ++ .../peridotite_brick_slab_recombination.json | 16 ++ .../recipe/peridotite_brick_stairs.json | 19 ++ .../peridotite_brick_stairs_polishing.json | 16 ++ .../recipe/peridotite_brick_wall.json | 18 ++ .../peridotite_brick_wall_polishing.json | 16 ++ .../recipe/peridotite_cobblestone.json | 22 ++ .../mineralogy/recipe/peridotite_furnace.json | 22 ++ ...ite_polished_brick_slab_recombination.json | 16 ++ ...eridotite_polished_slab_recombination.json | 16 ++ .../peridotite_polished_slabs_to_brick.json | 18 ++ .../peridotite_polished_stairs_to_brick.json | 18 ++ .../peridotite_polished_walls_to_brick.json | 18 ++ .../recipe/peridotite_raw_slab_polishing.json | 16 ++ .../peridotite_raw_slab_recombination.json | 16 ++ .../recipe/peridotite_raw_slabs_to_brick.json | 18 ++ .../peridotite_raw_stairs_polishing.json | 16 ++ .../peridotite_raw_stairs_to_brick.json | 18 ++ .../recipe/peridotite_raw_wall_polishing.json | 16 ++ .../recipe/peridotite_raw_walls_to_brick.json | 18 ++ .../recipe/peridotite_relief_axe.json | 37 ++++ .../recipe/peridotite_relief_blank.json | 19 ++ .../recipe/peridotite_relief_cross.json | 19 ++ .../recipe/peridotite_relief_hammer.json | 25 +++ .../recipe/peridotite_relief_hoe.json | 37 ++++ .../recipe/peridotite_relief_horizontal.json | 17 ++ .../recipe/peridotite_relief_i.json | 19 ++ .../recipe/peridotite_relief_left.json | 19 ++ .../recipe/peridotite_relief_pickaxe.json | 37 ++++ .../recipe/peridotite_relief_plus.json | 19 ++ .../recipe/peridotite_relief_right.json | 16 ++ .../recipe/peridotite_relief_sword.json | 37 ++++ .../recipe/peridotite_relief_vertical.json | 19 ++ .../mineralogy/recipe/peridotite_slab.json | 17 ++ .../mineralogy/recipe/peridotite_smooth.json | 16 ++ .../recipe/peridotite_smooth_brick.json | 18 ++ .../peridotite_smooth_brick_furnace.json | 22 ++ .../recipe/peridotite_smooth_brick_slab.json | 17 ++ .../peridotite_smooth_brick_stairs.json | 19 ++ .../recipe/peridotite_smooth_brick_wall.json | 18 ++ .../recipe/peridotite_smooth_furnace.json | 22 ++ .../recipe/peridotite_smooth_slab.json | 17 ++ .../recipe/peridotite_smooth_stairs.json | 19 ++ .../recipe/peridotite_smooth_wall.json | 18 ++ .../mineralogy/recipe/peridotite_stairs.json | 19 ++ .../recipe/peridotite_to_stone.json | 12 + .../mineralogy/recipe/peridotite_wall.json | 18 ++ .../mineralogy/recipe/phosphorous_block.json | 25 +++ .../mineralogy/recipe/phosphorous_dust.json | 19 ++ .../mineralogy/recipe/phyllite_brick.json | 18 ++ .../phyllite_brick_block_polishing.json | 16 ++ .../recipe/phyllite_brick_furnace.json | 22 ++ .../recipe/phyllite_brick_slab.json | 17 ++ .../recipe/phyllite_brick_slab_polishing.json | 16 ++ .../phyllite_brick_slab_recombination.json | 16 ++ .../recipe/phyllite_brick_stairs.json | 19 ++ .../phyllite_brick_stairs_polishing.json | 16 ++ .../recipe/phyllite_brick_wall.json | 18 ++ .../recipe/phyllite_brick_wall_polishing.json | 16 ++ .../recipe/phyllite_cobblestone.json | 22 ++ .../mineralogy/recipe/phyllite_furnace.json | 22 ++ ...ite_polished_brick_slab_recombination.json | 16 ++ .../phyllite_polished_slab_recombination.json | 16 ++ .../phyllite_polished_slabs_to_brick.json | 18 ++ .../phyllite_polished_stairs_to_brick.json | 18 ++ .../phyllite_polished_walls_to_brick.json | 18 ++ .../recipe/phyllite_raw_slab_polishing.json | 16 ++ .../phyllite_raw_slab_recombination.json | 16 ++ .../recipe/phyllite_raw_slabs_to_brick.json | 18 ++ .../recipe/phyllite_raw_stairs_polishing.json | 16 ++ .../recipe/phyllite_raw_stairs_to_brick.json | 18 ++ .../recipe/phyllite_raw_wall_polishing.json | 16 ++ .../recipe/phyllite_raw_walls_to_brick.json | 18 ++ .../recipe/phyllite_relief_axe.json | 37 ++++ .../recipe/phyllite_relief_blank.json | 19 ++ .../recipe/phyllite_relief_cross.json | 19 ++ .../recipe/phyllite_relief_hammer.json | 25 +++ .../recipe/phyllite_relief_hoe.json | 37 ++++ .../recipe/phyllite_relief_horizontal.json | 17 ++ .../mineralogy/recipe/phyllite_relief_i.json | 19 ++ .../recipe/phyllite_relief_left.json | 19 ++ .../recipe/phyllite_relief_pickaxe.json | 37 ++++ .../recipe/phyllite_relief_plus.json | 19 ++ .../recipe/phyllite_relief_right.json | 16 ++ .../recipe/phyllite_relief_sword.json | 37 ++++ .../recipe/phyllite_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/phyllite_slab.json | 17 ++ .../mineralogy/recipe/phyllite_smooth.json | 16 ++ .../recipe/phyllite_smooth_brick.json | 18 ++ .../recipe/phyllite_smooth_brick_furnace.json | 22 ++ .../recipe/phyllite_smooth_brick_slab.json | 17 ++ .../recipe/phyllite_smooth_brick_stairs.json | 19 ++ .../recipe/phyllite_smooth_brick_wall.json | 18 ++ .../recipe/phyllite_smooth_furnace.json | 22 ++ .../recipe/phyllite_smooth_slab.json | 17 ++ .../recipe/phyllite_smooth_stairs.json | 19 ++ .../recipe/phyllite_smooth_wall.json | 18 ++ .../mineralogy/recipe/phyllite_stairs.json | 19 ++ .../mineralogy/recipe/phyllite_to_stone.json | 12 + .../data/mineralogy/recipe/phyllite_wall.json | 18 ++ .../mineralogy/recipe/quartzite_brick.json | 18 ++ .../quartzite_brick_block_polishing.json | 16 ++ .../recipe/quartzite_brick_furnace.json | 22 ++ .../recipe/quartzite_brick_slab.json | 17 ++ .../quartzite_brick_slab_polishing.json | 16 ++ .../quartzite_brick_slab_recombination.json | 16 ++ .../recipe/quartzite_brick_stairs.json | 19 ++ .../quartzite_brick_stairs_polishing.json | 16 ++ .../recipe/quartzite_brick_wall.json | 18 ++ .../quartzite_brick_wall_polishing.json | 16 ++ .../recipe/quartzite_cobblestone.json | 22 ++ .../mineralogy/recipe/quartzite_furnace.json | 22 ++ ...ite_polished_brick_slab_recombination.json | 16 ++ ...quartzite_polished_slab_recombination.json | 16 ++ .../quartzite_polished_slabs_to_brick.json | 18 ++ .../quartzite_polished_stairs_to_brick.json | 18 ++ .../quartzite_polished_walls_to_brick.json | 18 ++ .../recipe/quartzite_raw_slab_polishing.json | 16 ++ .../quartzite_raw_slab_recombination.json | 16 ++ .../recipe/quartzite_raw_slabs_to_brick.json | 18 ++ .../quartzite_raw_stairs_polishing.json | 16 ++ .../recipe/quartzite_raw_stairs_to_brick.json | 18 ++ .../recipe/quartzite_raw_wall_polishing.json | 16 ++ .../recipe/quartzite_raw_walls_to_brick.json | 18 ++ .../recipe/quartzite_relief_axe.json | 37 ++++ .../recipe/quartzite_relief_blank.json | 19 ++ .../recipe/quartzite_relief_cross.json | 19 ++ .../recipe/quartzite_relief_hammer.json | 25 +++ .../recipe/quartzite_relief_hoe.json | 37 ++++ .../recipe/quartzite_relief_horizontal.json | 17 ++ .../mineralogy/recipe/quartzite_relief_i.json | 19 ++ .../recipe/quartzite_relief_left.json | 19 ++ .../recipe/quartzite_relief_pickaxe.json | 37 ++++ .../recipe/quartzite_relief_plus.json | 19 ++ .../recipe/quartzite_relief_right.json | 16 ++ .../recipe/quartzite_relief_sword.json | 37 ++++ .../recipe/quartzite_relief_vertical.json | 19 ++ .../mineralogy/recipe/quartzite_slab.json | 17 ++ .../mineralogy/recipe/quartzite_smooth.json | 16 ++ .../recipe/quartzite_smooth_brick.json | 18 ++ .../quartzite_smooth_brick_furnace.json | 22 ++ .../recipe/quartzite_smooth_brick_slab.json | 17 ++ .../recipe/quartzite_smooth_brick_stairs.json | 19 ++ .../recipe/quartzite_smooth_brick_wall.json | 18 ++ .../recipe/quartzite_smooth_furnace.json | 22 ++ .../recipe/quartzite_smooth_slab.json | 17 ++ .../recipe/quartzite_smooth_stairs.json | 19 ++ .../recipe/quartzite_smooth_wall.json | 18 ++ .../mineralogy/recipe/quartzite_stairs.json | 19 ++ .../mineralogy/recipe/quartzite_to_stone.json | 12 + .../mineralogy/recipe/quartzite_wall.json | 18 ++ .../mineralogy/recipe/rhyolite_brick.json | 18 ++ .../rhyolite_brick_block_polishing.json | 16 ++ .../recipe/rhyolite_brick_furnace.json | 22 ++ .../recipe/rhyolite_brick_slab.json | 17 ++ .../recipe/rhyolite_brick_slab_polishing.json | 16 ++ .../rhyolite_brick_slab_recombination.json | 16 ++ .../recipe/rhyolite_brick_stairs.json | 19 ++ .../rhyolite_brick_stairs_polishing.json | 16 ++ .../recipe/rhyolite_brick_wall.json | 18 ++ .../recipe/rhyolite_brick_wall_polishing.json | 16 ++ .../recipe/rhyolite_cobblestone.json | 22 ++ .../mineralogy/recipe/rhyolite_furnace.json | 22 ++ ...ite_polished_brick_slab_recombination.json | 16 ++ .../rhyolite_polished_slab_recombination.json | 16 ++ .../rhyolite_polished_slabs_to_brick.json | 18 ++ .../rhyolite_polished_stairs_to_brick.json | 18 ++ .../rhyolite_polished_walls_to_brick.json | 18 ++ .../recipe/rhyolite_raw_slab_polishing.json | 16 ++ .../rhyolite_raw_slab_recombination.json | 16 ++ .../recipe/rhyolite_raw_slabs_to_brick.json | 18 ++ .../recipe/rhyolite_raw_stairs_polishing.json | 16 ++ .../recipe/rhyolite_raw_stairs_to_brick.json | 18 ++ .../recipe/rhyolite_raw_wall_polishing.json | 16 ++ .../recipe/rhyolite_raw_walls_to_brick.json | 18 ++ .../recipe/rhyolite_relief_axe.json | 37 ++++ .../recipe/rhyolite_relief_blank.json | 19 ++ .../recipe/rhyolite_relief_cross.json | 19 ++ .../recipe/rhyolite_relief_hammer.json | 25 +++ .../recipe/rhyolite_relief_hoe.json | 37 ++++ .../recipe/rhyolite_relief_horizontal.json | 17 ++ .../mineralogy/recipe/rhyolite_relief_i.json | 19 ++ .../recipe/rhyolite_relief_left.json | 19 ++ .../recipe/rhyolite_relief_pickaxe.json | 37 ++++ .../recipe/rhyolite_relief_plus.json | 19 ++ .../recipe/rhyolite_relief_right.json | 16 ++ .../recipe/rhyolite_relief_sword.json | 37 ++++ .../recipe/rhyolite_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/rhyolite_slab.json | 17 ++ .../mineralogy/recipe/rhyolite_smooth.json | 16 ++ .../recipe/rhyolite_smooth_brick.json | 18 ++ .../recipe/rhyolite_smooth_brick_furnace.json | 22 ++ .../recipe/rhyolite_smooth_brick_slab.json | 17 ++ .../recipe/rhyolite_smooth_brick_stairs.json | 19 ++ .../recipe/rhyolite_smooth_brick_wall.json | 18 ++ .../recipe/rhyolite_smooth_furnace.json | 22 ++ .../recipe/rhyolite_smooth_slab.json | 17 ++ .../recipe/rhyolite_smooth_stairs.json | 19 ++ .../recipe/rhyolite_smooth_wall.json | 18 ++ .../mineralogy/recipe/rhyolite_stairs.json | 19 ++ .../mineralogy/recipe/rhyolite_to_stone.json | 12 + .../data/mineralogy/recipe/rhyolite_wall.json | 18 ++ .../data/mineralogy/recipe/rock_salt.json | 18 ++ .../mineralogy/recipe/rock_salt_brick.json | 18 ++ .../rock_salt_brick_block_polishing.json | 16 ++ .../recipe/rock_salt_brick_furnace.json | 22 ++ .../recipe/rock_salt_brick_slab.json | 17 ++ .../rock_salt_brick_slab_polishing.json | 16 ++ .../rock_salt_brick_slab_recombination.json | 16 ++ .../recipe/rock_salt_brick_stairs.json | 19 ++ .../rock_salt_brick_stairs_polishing.json | 16 ++ .../recipe/rock_salt_brick_wall.json | 18 ++ .../rock_salt_brick_wall_polishing.json | 16 ++ .../recipe/rock_salt_cobblestone.json | 22 ++ .../mineralogy/recipe/rock_salt_dust.json | 13 ++ .../mineralogy/recipe/rock_salt_furnace.json | 22 ++ ...alt_polished_brick_slab_recombination.json | 16 ++ ...rock_salt_polished_slab_recombination.json | 16 ++ .../rock_salt_polished_slabs_to_brick.json | 18 ++ .../rock_salt_polished_stairs_to_brick.json | 18 ++ .../rock_salt_polished_walls_to_brick.json | 18 ++ .../recipe/rock_salt_raw_slab_polishing.json | 16 ++ .../rock_salt_raw_slab_recombination.json | 16 ++ .../recipe/rock_salt_raw_slabs_to_brick.json | 18 ++ .../rock_salt_raw_stairs_polishing.json | 16 ++ .../recipe/rock_salt_raw_stairs_to_brick.json | 18 ++ .../recipe/rock_salt_raw_wall_polishing.json | 16 ++ .../recipe/rock_salt_raw_walls_to_brick.json | 18 ++ .../recipe/rock_salt_relief_axe.json | 37 ++++ .../recipe/rock_salt_relief_blank.json | 19 ++ .../recipe/rock_salt_relief_cross.json | 19 ++ .../recipe/rock_salt_relief_hammer.json | 25 +++ .../recipe/rock_salt_relief_hoe.json | 37 ++++ .../recipe/rock_salt_relief_horizontal.json | 17 ++ .../mineralogy/recipe/rock_salt_relief_i.json | 19 ++ .../recipe/rock_salt_relief_left.json | 19 ++ .../recipe/rock_salt_relief_pickaxe.json | 37 ++++ .../recipe/rock_salt_relief_plus.json | 19 ++ .../recipe/rock_salt_relief_right.json | 16 ++ .../recipe/rock_salt_relief_sword.json | 37 ++++ .../recipe/rock_salt_relief_vertical.json | 19 ++ .../mineralogy/recipe/rock_salt_slab.json | 17 ++ .../mineralogy/recipe/rock_salt_smooth.json | 16 ++ .../recipe/rock_salt_smooth_brick.json | 18 ++ .../rock_salt_smooth_brick_furnace.json | 22 ++ .../recipe/rock_salt_smooth_brick_slab.json | 17 ++ .../recipe/rock_salt_smooth_brick_stairs.json | 19 ++ .../recipe/rock_salt_smooth_brick_wall.json | 18 ++ .../recipe/rock_salt_smooth_furnace.json | 22 ++ .../recipe/rock_salt_smooth_slab.json | 17 ++ .../recipe/rock_salt_smooth_stairs.json | 19 ++ .../recipe/rock_salt_smooth_wall.json | 18 ++ .../mineralogy/recipe/rock_salt_stairs.json | 19 ++ .../mineralogy/recipe/rock_salt_to_stone.json | 12 + .../mineralogy/recipe/rock_salt_wall.json | 18 ++ .../data/mineralogy/recipe/rocksaltlamp.json | 25 +++ .../mineralogy/recipe/rocksaltstreetlamp.json | 28 +++ .../data/mineralogy/recipe/schist_brick.json | 18 ++ .../recipe/schist_brick_block_polishing.json | 16 ++ .../recipe/schist_brick_furnace.json | 22 ++ .../mineralogy/recipe/schist_brick_slab.json | 17 ++ .../recipe/schist_brick_slab_polishing.json | 16 ++ .../schist_brick_slab_recombination.json | 16 ++ .../recipe/schist_brick_stairs.json | 19 ++ .../recipe/schist_brick_stairs_polishing.json | 16 ++ .../mineralogy/recipe/schist_brick_wall.json | 18 ++ .../recipe/schist_brick_wall_polishing.json | 16 ++ .../mineralogy/recipe/schist_cobblestone.json | 22 ++ .../mineralogy/recipe/schist_furnace.json | 22 ++ ...ist_polished_brick_slab_recombination.json | 16 ++ .../schist_polished_slab_recombination.json | 16 ++ .../schist_polished_slabs_to_brick.json | 18 ++ .../schist_polished_stairs_to_brick.json | 18 ++ .../schist_polished_walls_to_brick.json | 18 ++ .../recipe/schist_raw_slab_polishing.json | 16 ++ .../recipe/schist_raw_slab_recombination.json | 16 ++ .../recipe/schist_raw_slabs_to_brick.json | 18 ++ .../recipe/schist_raw_stairs_polishing.json | 16 ++ .../recipe/schist_raw_stairs_to_brick.json | 18 ++ .../recipe/schist_raw_wall_polishing.json | 16 ++ .../recipe/schist_raw_walls_to_brick.json | 18 ++ .../mineralogy/recipe/schist_relief_axe.json | 37 ++++ .../recipe/schist_relief_blank.json | 19 ++ .../recipe/schist_relief_cross.json | 19 ++ .../recipe/schist_relief_hammer.json | 25 +++ .../mineralogy/recipe/schist_relief_hoe.json | 37 ++++ .../recipe/schist_relief_horizontal.json | 17 ++ .../mineralogy/recipe/schist_relief_i.json | 19 ++ .../mineralogy/recipe/schist_relief_left.json | 19 ++ .../recipe/schist_relief_pickaxe.json | 37 ++++ .../mineralogy/recipe/schist_relief_plus.json | 19 ++ .../recipe/schist_relief_right.json | 16 ++ .../recipe/schist_relief_sword.json | 37 ++++ .../recipe/schist_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/schist_slab.json | 17 ++ .../data/mineralogy/recipe/schist_smooth.json | 16 ++ .../recipe/schist_smooth_brick.json | 18 ++ .../recipe/schist_smooth_brick_furnace.json | 22 ++ .../recipe/schist_smooth_brick_slab.json | 17 ++ .../recipe/schist_smooth_brick_stairs.json | 19 ++ .../recipe/schist_smooth_brick_wall.json | 18 ++ .../recipe/schist_smooth_furnace.json | 22 ++ .../mineralogy/recipe/schist_smooth_slab.json | 17 ++ .../recipe/schist_smooth_stairs.json | 19 ++ .../mineralogy/recipe/schist_smooth_wall.json | 18 ++ .../data/mineralogy/recipe/schist_stairs.json | 19 ++ .../mineralogy/recipe/schist_to_stone.json | 12 + .../data/mineralogy/recipe/schist_wall.json | 18 ++ .../data/mineralogy/recipe/scoria_brick.json | 18 ++ .../recipe/scoria_brick_block_polishing.json | 16 ++ .../recipe/scoria_brick_furnace.json | 22 ++ .../mineralogy/recipe/scoria_brick_slab.json | 17 ++ .../recipe/scoria_brick_slab_polishing.json | 16 ++ .../scoria_brick_slab_recombination.json | 16 ++ .../recipe/scoria_brick_stairs.json | 19 ++ .../recipe/scoria_brick_stairs_polishing.json | 16 ++ .../mineralogy/recipe/scoria_brick_wall.json | 18 ++ .../recipe/scoria_brick_wall_polishing.json | 16 ++ .../mineralogy/recipe/scoria_cobblestone.json | 22 ++ .../mineralogy/recipe/scoria_furnace.json | 22 ++ ...ria_polished_brick_slab_recombination.json | 16 ++ .../scoria_polished_slab_recombination.json | 16 ++ .../scoria_polished_slabs_to_brick.json | 18 ++ .../scoria_polished_stairs_to_brick.json | 18 ++ .../scoria_polished_walls_to_brick.json | 18 ++ .../recipe/scoria_raw_slab_polishing.json | 16 ++ .../recipe/scoria_raw_slab_recombination.json | 16 ++ .../recipe/scoria_raw_slabs_to_brick.json | 18 ++ .../recipe/scoria_raw_stairs_polishing.json | 16 ++ .../recipe/scoria_raw_stairs_to_brick.json | 18 ++ .../recipe/scoria_raw_wall_polishing.json | 16 ++ .../recipe/scoria_raw_walls_to_brick.json | 18 ++ .../mineralogy/recipe/scoria_relief_axe.json | 37 ++++ .../recipe/scoria_relief_blank.json | 19 ++ .../recipe/scoria_relief_cross.json | 19 ++ .../recipe/scoria_relief_hammer.json | 25 +++ .../mineralogy/recipe/scoria_relief_hoe.json | 37 ++++ .../recipe/scoria_relief_horizontal.json | 17 ++ .../mineralogy/recipe/scoria_relief_i.json | 19 ++ .../mineralogy/recipe/scoria_relief_left.json | 19 ++ .../recipe/scoria_relief_pickaxe.json | 37 ++++ .../mineralogy/recipe/scoria_relief_plus.json | 19 ++ .../recipe/scoria_relief_right.json | 16 ++ .../recipe/scoria_relief_sword.json | 37 ++++ .../recipe/scoria_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/scoria_slab.json | 17 ++ .../data/mineralogy/recipe/scoria_smooth.json | 16 ++ .../recipe/scoria_smooth_brick.json | 18 ++ .../recipe/scoria_smooth_brick_furnace.json | 22 ++ .../recipe/scoria_smooth_brick_slab.json | 17 ++ .../recipe/scoria_smooth_brick_stairs.json | 19 ++ .../recipe/scoria_smooth_brick_wall.json | 18 ++ .../recipe/scoria_smooth_furnace.json | 22 ++ .../mineralogy/recipe/scoria_smooth_slab.json | 17 ++ .../recipe/scoria_smooth_stairs.json | 19 ++ .../mineralogy/recipe/scoria_smooth_wall.json | 18 ++ .../data/mineralogy/recipe/scoria_stairs.json | 19 ++ .../mineralogy/recipe/scoria_to_stone.json | 12 + .../data/mineralogy/recipe/scoria_wall.json | 18 ++ .../data/mineralogy/recipe/shale_brick.json | 18 ++ .../recipe/shale_brick_block_polishing.json | 16 ++ .../recipe/shale_brick_furnace.json | 22 ++ .../mineralogy/recipe/shale_brick_slab.json | 17 ++ .../recipe/shale_brick_slab_polishing.json | 16 ++ .../shale_brick_slab_recombination.json | 16 ++ .../mineralogy/recipe/shale_brick_stairs.json | 19 ++ .../recipe/shale_brick_stairs_polishing.json | 16 ++ .../mineralogy/recipe/shale_brick_wall.json | 18 ++ .../recipe/shale_brick_wall_polishing.json | 16 ++ .../mineralogy/recipe/shale_cobblestone.json | 22 ++ .../data/mineralogy/recipe/shale_furnace.json | 22 ++ ...ale_polished_brick_slab_recombination.json | 16 ++ .../shale_polished_slab_recombination.json | 16 ++ .../recipe/shale_polished_slabs_to_brick.json | 18 ++ .../shale_polished_stairs_to_brick.json | 18 ++ .../recipe/shale_polished_walls_to_brick.json | 18 ++ .../recipe/shale_raw_slab_polishing.json | 16 ++ .../recipe/shale_raw_slab_recombination.json | 16 ++ .../recipe/shale_raw_slabs_to_brick.json | 18 ++ .../recipe/shale_raw_stairs_polishing.json | 16 ++ .../recipe/shale_raw_stairs_to_brick.json | 18 ++ .../recipe/shale_raw_wall_polishing.json | 16 ++ .../recipe/shale_raw_walls_to_brick.json | 18 ++ .../mineralogy/recipe/shale_relief_axe.json | 37 ++++ .../mineralogy/recipe/shale_relief_blank.json | 19 ++ .../mineralogy/recipe/shale_relief_cross.json | 19 ++ .../recipe/shale_relief_hammer.json | 25 +++ .../mineralogy/recipe/shale_relief_hoe.json | 37 ++++ .../recipe/shale_relief_horizontal.json | 17 ++ .../mineralogy/recipe/shale_relief_i.json | 19 ++ .../mineralogy/recipe/shale_relief_left.json | 19 ++ .../recipe/shale_relief_pickaxe.json | 37 ++++ .../mineralogy/recipe/shale_relief_plus.json | 19 ++ .../mineralogy/recipe/shale_relief_right.json | 16 ++ .../mineralogy/recipe/shale_relief_sword.json | 37 ++++ .../recipe/shale_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/shale_slab.json | 17 ++ .../data/mineralogy/recipe/shale_smooth.json | 16 ++ .../mineralogy/recipe/shale_smooth_brick.json | 18 ++ .../recipe/shale_smooth_brick_furnace.json | 22 ++ .../recipe/shale_smooth_brick_slab.json | 17 ++ .../recipe/shale_smooth_brick_stairs.json | 19 ++ .../recipe/shale_smooth_brick_wall.json | 18 ++ .../recipe/shale_smooth_furnace.json | 22 ++ .../mineralogy/recipe/shale_smooth_slab.json | 17 ++ .../recipe/shale_smooth_stairs.json | 19 ++ .../mineralogy/recipe/shale_smooth_wall.json | 18 ++ .../data/mineralogy/recipe/shale_stairs.json | 19 ++ .../mineralogy/recipe/shale_to_stone.json | 12 + .../data/mineralogy/recipe/shale_wall.json | 18 ++ .../mineralogy/recipe/siltstone_brick.json | 18 ++ .../siltstone_brick_block_polishing.json | 16 ++ .../recipe/siltstone_brick_furnace.json | 22 ++ .../recipe/siltstone_brick_slab.json | 17 ++ .../siltstone_brick_slab_polishing.json | 16 ++ .../siltstone_brick_slab_recombination.json | 16 ++ .../recipe/siltstone_brick_stairs.json | 19 ++ .../siltstone_brick_stairs_polishing.json | 16 ++ .../recipe/siltstone_brick_wall.json | 18 ++ .../siltstone_brick_wall_polishing.json | 16 ++ .../recipe/siltstone_cobblestone.json | 22 ++ .../mineralogy/recipe/siltstone_furnace.json | 22 ++ ...one_polished_brick_slab_recombination.json | 16 ++ ...siltstone_polished_slab_recombination.json | 16 ++ .../siltstone_polished_slabs_to_brick.json | 18 ++ .../siltstone_polished_stairs_to_brick.json | 18 ++ .../siltstone_polished_walls_to_brick.json | 18 ++ .../recipe/siltstone_raw_slab_polishing.json | 16 ++ .../siltstone_raw_slab_recombination.json | 16 ++ .../recipe/siltstone_raw_slabs_to_brick.json | 18 ++ .../siltstone_raw_stairs_polishing.json | 16 ++ .../recipe/siltstone_raw_stairs_to_brick.json | 18 ++ .../recipe/siltstone_raw_wall_polishing.json | 16 ++ .../recipe/siltstone_raw_walls_to_brick.json | 18 ++ .../recipe/siltstone_relief_axe.json | 37 ++++ .../recipe/siltstone_relief_blank.json | 19 ++ .../recipe/siltstone_relief_cross.json | 19 ++ .../recipe/siltstone_relief_hammer.json | 25 +++ .../recipe/siltstone_relief_hoe.json | 37 ++++ .../recipe/siltstone_relief_horizontal.json | 17 ++ .../mineralogy/recipe/siltstone_relief_i.json | 19 ++ .../recipe/siltstone_relief_left.json | 19 ++ .../recipe/siltstone_relief_pickaxe.json | 37 ++++ .../recipe/siltstone_relief_plus.json | 19 ++ .../recipe/siltstone_relief_right.json | 16 ++ .../recipe/siltstone_relief_sword.json | 37 ++++ .../recipe/siltstone_relief_vertical.json | 19 ++ .../mineralogy/recipe/siltstone_slab.json | 17 ++ .../mineralogy/recipe/siltstone_smooth.json | 16 ++ .../recipe/siltstone_smooth_brick.json | 18 ++ .../siltstone_smooth_brick_furnace.json | 22 ++ .../recipe/siltstone_smooth_brick_slab.json | 17 ++ .../recipe/siltstone_smooth_brick_stairs.json | 19 ++ .../recipe/siltstone_smooth_brick_wall.json | 18 ++ .../recipe/siltstone_smooth_furnace.json | 22 ++ .../recipe/siltstone_smooth_slab.json | 17 ++ .../recipe/siltstone_smooth_stairs.json | 19 ++ .../recipe/siltstone_smooth_wall.json | 18 ++ .../mineralogy/recipe/siltstone_stairs.json | 19 ++ .../mineralogy/recipe/siltstone_to_stone.json | 12 + .../mineralogy/recipe/siltstone_wall.json | 18 ++ .../data/mineralogy/recipe/slate_brick.json | 18 ++ .../recipe/slate_brick_block_polishing.json | 16 ++ .../recipe/slate_brick_furnace.json | 22 ++ .../mineralogy/recipe/slate_brick_slab.json | 17 ++ .../recipe/slate_brick_slab_polishing.json | 16 ++ .../slate_brick_slab_recombination.json | 16 ++ .../mineralogy/recipe/slate_brick_stairs.json | 19 ++ .../recipe/slate_brick_stairs_polishing.json | 16 ++ .../mineralogy/recipe/slate_brick_wall.json | 18 ++ .../recipe/slate_brick_wall_polishing.json | 16 ++ .../mineralogy/recipe/slate_cobblestone.json | 22 ++ .../data/mineralogy/recipe/slate_furnace.json | 22 ++ ...ate_polished_brick_slab_recombination.json | 16 ++ .../slate_polished_slab_recombination.json | 16 ++ .../recipe/slate_polished_slabs_to_brick.json | 18 ++ .../slate_polished_stairs_to_brick.json | 18 ++ .../recipe/slate_polished_walls_to_brick.json | 18 ++ .../recipe/slate_raw_slab_polishing.json | 16 ++ .../recipe/slate_raw_slab_recombination.json | 16 ++ .../recipe/slate_raw_slabs_to_brick.json | 18 ++ .../recipe/slate_raw_stairs_polishing.json | 16 ++ .../recipe/slate_raw_stairs_to_brick.json | 18 ++ .../recipe/slate_raw_wall_polishing.json | 16 ++ .../recipe/slate_raw_walls_to_brick.json | 18 ++ .../mineralogy/recipe/slate_relief_axe.json | 37 ++++ .../mineralogy/recipe/slate_relief_blank.json | 19 ++ .../mineralogy/recipe/slate_relief_cross.json | 19 ++ .../recipe/slate_relief_hammer.json | 25 +++ .../mineralogy/recipe/slate_relief_hoe.json | 37 ++++ .../recipe/slate_relief_horizontal.json | 17 ++ .../mineralogy/recipe/slate_relief_i.json | 19 ++ .../mineralogy/recipe/slate_relief_left.json | 19 ++ .../recipe/slate_relief_pickaxe.json | 37 ++++ .../mineralogy/recipe/slate_relief_plus.json | 19 ++ .../mineralogy/recipe/slate_relief_right.json | 16 ++ .../mineralogy/recipe/slate_relief_sword.json | 37 ++++ .../recipe/slate_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/slate_slab.json | 17 ++ .../data/mineralogy/recipe/slate_smooth.json | 16 ++ .../mineralogy/recipe/slate_smooth_brick.json | 18 ++ .../recipe/slate_smooth_brick_furnace.json | 22 ++ .../recipe/slate_smooth_brick_slab.json | 17 ++ .../recipe/slate_smooth_brick_stairs.json | 19 ++ .../recipe/slate_smooth_brick_wall.json | 18 ++ .../recipe/slate_smooth_furnace.json | 22 ++ .../mineralogy/recipe/slate_smooth_slab.json | 17 ++ .../recipe/slate_smooth_stairs.json | 19 ++ .../mineralogy/recipe/slate_smooth_wall.json | 18 ++ .../data/mineralogy/recipe/slate_stairs.json | 19 ++ .../mineralogy/recipe/slate_to_stone.json | 12 + .../data/mineralogy/recipe/slate_wall.json | 18 ++ .../data/mineralogy/recipe/sulfur_block.json | 25 +++ .../data/mineralogy/recipe/sulfur_dust.json | 19 ++ .../data/mineralogy/recipe/tuff_brick.json | 18 ++ .../recipe/tuff_brick_block_polishing.json | 16 ++ .../mineralogy/recipe/tuff_brick_furnace.json | 22 ++ .../mineralogy/recipe/tuff_brick_slab.json | 17 ++ .../recipe/tuff_brick_slab_from_vanilla.json | 13 ++ .../recipe/tuff_brick_slab_polishing.json | 16 ++ .../recipe/tuff_brick_slab_recombination.json | 16 ++ .../recipe/tuff_brick_slab_to_vanilla.json | 13 ++ .../mineralogy/recipe/tuff_brick_stairs.json | 19 ++ .../recipe/tuff_brick_stairs_polishing.json | 16 ++ .../mineralogy/recipe/tuff_brick_wall.json | 18 ++ .../recipe/tuff_brick_wall_polishing.json | 16 ++ .../mineralogy/recipe/tuff_cobblestone.json | 22 ++ .../data/mineralogy/recipe/tuff_furnace.json | 22 ++ ...uff_polished_brick_slab_recombination.json | 16 ++ .../tuff_polished_slab_recombination.json | 16 ++ .../recipe/tuff_polished_slabs_to_brick.json | 18 ++ .../recipe/tuff_polished_stairs_to_brick.json | 18 ++ .../recipe/tuff_polished_walls_to_brick.json | 18 ++ .../recipe/tuff_raw_slab_polishing.json | 16 ++ .../recipe/tuff_raw_slab_recombination.json | 16 ++ .../recipe/tuff_raw_slabs_to_brick.json | 18 ++ .../recipe/tuff_raw_stairs_polishing.json | 16 ++ .../recipe/tuff_raw_stairs_to_brick.json | 18 ++ .../recipe/tuff_raw_wall_polishing.json | 16 ++ .../recipe/tuff_raw_walls_to_brick.json | 18 ++ .../mineralogy/recipe/tuff_relief_axe.json | 37 ++++ .../mineralogy/recipe/tuff_relief_blank.json | 19 ++ .../mineralogy/recipe/tuff_relief_cross.json | 19 ++ .../mineralogy/recipe/tuff_relief_hammer.json | 25 +++ .../mineralogy/recipe/tuff_relief_hoe.json | 37 ++++ .../recipe/tuff_relief_horizontal.json | 17 ++ .../data/mineralogy/recipe/tuff_relief_i.json | 19 ++ .../mineralogy/recipe/tuff_relief_left.json | 19 ++ .../recipe/tuff_relief_pickaxe.json | 37 ++++ .../mineralogy/recipe/tuff_relief_plus.json | 19 ++ .../mineralogy/recipe/tuff_relief_right.json | 16 ++ .../mineralogy/recipe/tuff_relief_sword.json | 37 ++++ .../recipe/tuff_relief_vertical.json | 19 ++ .../data/mineralogy/recipe/tuff_slab.json | 17 ++ .../recipe/tuff_slab_from_vanilla.json | 13 ++ .../recipe/tuff_slab_to_vanilla.json | 13 ++ .../data/mineralogy/recipe/tuff_smooth.json | 16 ++ .../mineralogy/recipe/tuff_smooth_brick.json | 18 ++ .../recipe/tuff_smooth_brick_furnace.json | 22 ++ .../recipe/tuff_smooth_brick_slab.json | 17 ++ .../recipe/tuff_smooth_brick_stairs.json | 19 ++ .../recipe/tuff_smooth_brick_wall.json | 18 ++ .../recipe/tuff_smooth_furnace.json | 22 ++ .../mineralogy/recipe/tuff_smooth_slab.json | 17 ++ .../recipe/tuff_smooth_slab_from_vanilla.json | 13 ++ .../recipe/tuff_smooth_slab_to_vanilla.json | 13 ++ .../mineralogy/recipe/tuff_smooth_stairs.json | 19 ++ .../mineralogy/recipe/tuff_smooth_wall.json | 18 ++ .../data/mineralogy/recipe/tuff_stairs.json | 19 ++ .../data/mineralogy/recipe/tuff_to_stone.json | 12 + .../data/mineralogy/recipe/tuff_wall.json | 18 ++ .../mineralogy/recipes/amphibolite_brick.json | 18 -- .../amphibolite_brick_block_polishing.json | 16 -- .../recipes/amphibolite_brick_furnace.json | 22 -- .../recipes/amphibolite_brick_slab.json | 17 -- .../amphibolite_brick_slab_polishing.json | 16 -- .../amphibolite_brick_slab_recombination.json | 16 -- .../recipes/amphibolite_brick_stairs.json | 19 -- .../amphibolite_brick_stairs_polishing.json | 16 -- .../recipes/amphibolite_brick_wall.json | 18 -- .../amphibolite_brick_wall_polishing.json | 16 -- .../recipes/amphibolite_cobblestone.json | 22 -- .../recipes/amphibolite_furnace.json | 22 -- ...ite_polished_brick_slab_recombination.json | 16 -- ...phibolite_polished_slab_recombination.json | 16 -- .../amphibolite_polished_slabs_to_brick.json | 18 -- .../amphibolite_polished_stairs_to_brick.json | 18 -- .../amphibolite_polished_walls_to_brick.json | 18 -- .../amphibolite_raw_slab_polishing.json | 16 -- .../amphibolite_raw_slab_recombination.json | 16 -- .../amphibolite_raw_slabs_to_brick.json | 18 -- .../amphibolite_raw_stairs_polishing.json | 16 -- .../amphibolite_raw_stairs_to_brick.json | 18 -- .../amphibolite_raw_wall_polishing.json | 16 -- .../amphibolite_raw_walls_to_brick.json | 18 -- .../recipes/amphibolite_relief_axe.json | 37 ---- .../recipes/amphibolite_relief_blank.json | 19 -- .../recipes/amphibolite_relief_cross.json | 19 -- .../recipes/amphibolite_relief_hammer.json | 25 --- .../recipes/amphibolite_relief_hoe.json | 37 ---- .../amphibolite_relief_horizontal.json | 17 -- .../recipes/amphibolite_relief_i.json | 19 -- .../recipes/amphibolite_relief_left.json | 19 -- .../recipes/amphibolite_relief_pickaxe.json | 37 ---- .../recipes/amphibolite_relief_plus.json | 19 -- .../recipes/amphibolite_relief_right.json | 16 -- .../recipes/amphibolite_relief_sword.json | 37 ---- .../recipes/amphibolite_relief_vertical.json | 19 -- .../mineralogy/recipes/amphibolite_slab.json | 17 -- .../recipes/amphibolite_smooth.json | 16 -- .../recipes/amphibolite_smooth_brick.json | 18 -- .../amphibolite_smooth_brick_furnace.json | 22 -- .../amphibolite_smooth_brick_slab.json | 17 -- .../amphibolite_smooth_brick_stairs.json | 19 -- .../amphibolite_smooth_brick_wall.json | 18 -- .../recipes/amphibolite_smooth_furnace.json | 22 -- .../recipes/amphibolite_smooth_slab.json | 17 -- .../recipes/amphibolite_smooth_stairs.json | 19 -- .../recipes/amphibolite_smooth_wall.json | 18 -- .../recipes/amphibolite_stairs.json | 19 -- .../recipes/amphibolite_to_stone.json | 12 - .../mineralogy/recipes/amphibolite_wall.json | 18 -- .../mineralogy/recipes/andesite_brick.json | 18 -- .../andesite_brick_block_polishing.json | 16 -- .../recipes/andesite_brick_furnace.json | 22 -- .../recipes/andesite_brick_slab.json | 17 -- .../andesite_brick_slab_polishing.json | 16 -- .../andesite_brick_slab_recombination.json | 16 -- .../recipes/andesite_brick_stairs.json | 19 -- .../andesite_brick_stairs_polishing.json | 16 -- .../recipes/andesite_brick_wall.json | 18 -- .../andesite_brick_wall_polishing.json | 16 -- .../recipes/andesite_cobblestone.json | 22 -- .../mineralogy/recipes/andesite_furnace.json | 22 -- ...ite_polished_brick_slab_recombination.json | 16 -- .../andesite_polished_slab_recombination.json | 16 -- .../andesite_polished_slabs_to_brick.json | 18 -- .../andesite_polished_stairs_to_brick.json | 18 -- .../andesite_polished_walls_to_brick.json | 18 -- .../recipes/andesite_raw_slab_polishing.json | 16 -- .../andesite_raw_slab_recombination.json | 16 -- .../recipes/andesite_raw_slabs_to_brick.json | 18 -- .../andesite_raw_stairs_polishing.json | 16 -- .../recipes/andesite_raw_stairs_to_brick.json | 18 -- .../recipes/andesite_raw_wall_polishing.json | 16 -- .../recipes/andesite_raw_walls_to_brick.json | 18 -- .../recipes/andesite_relief_axe.json | 37 ---- .../recipes/andesite_relief_blank.json | 19 -- .../recipes/andesite_relief_cross.json | 19 -- .../recipes/andesite_relief_hammer.json | 25 --- .../recipes/andesite_relief_hoe.json | 37 ---- .../recipes/andesite_relief_horizontal.json | 17 -- .../mineralogy/recipes/andesite_relief_i.json | 19 -- .../recipes/andesite_relief_left.json | 19 -- .../recipes/andesite_relief_pickaxe.json | 37 ---- .../recipes/andesite_relief_plus.json | 19 -- .../recipes/andesite_relief_right.json | 16 -- .../recipes/andesite_relief_sword.json | 37 ---- .../recipes/andesite_relief_vertical.json | 19 -- .../mineralogy/recipes/andesite_slab.json | 17 -- .../recipes/andesite_slab_from_vanilla.json | 13 -- .../recipes/andesite_slab_to_vanilla.json | 13 -- .../mineralogy/recipes/andesite_smooth.json | 16 -- .../recipes/andesite_smooth_brick.json | 18 -- .../andesite_smooth_brick_furnace.json | 22 -- .../recipes/andesite_smooth_brick_slab.json | 17 -- .../recipes/andesite_smooth_brick_stairs.json | 19 -- .../recipes/andesite_smooth_brick_wall.json | 18 -- .../recipes/andesite_smooth_furnace.json | 22 -- .../recipes/andesite_smooth_slab.json | 17 -- .../andesite_smooth_slab_from_vanilla.json | 13 -- .../andesite_smooth_slab_to_vanilla.json | 13 -- .../recipes/andesite_smooth_stairs.json | 19 -- .../recipes/andesite_smooth_wall.json | 18 -- .../mineralogy/recipes/andesite_stairs.json | 19 -- .../mineralogy/recipes/andesite_to_stone.json | 12 - .../mineralogy/recipes/andesite_wall.json | 18 -- .../data/mineralogy/recipes/basalt_brick.json | 18 -- .../recipes/basalt_brick_block_polishing.json | 16 -- .../recipes/basalt_brick_furnace.json | 22 -- .../mineralogy/recipes/basalt_brick_slab.json | 17 -- .../recipes/basalt_brick_slab_polishing.json | 16 -- .../basalt_brick_slab_recombination.json | 16 -- .../recipes/basalt_brick_stairs.json | 19 -- .../basalt_brick_stairs_polishing.json | 16 -- .../mineralogy/recipes/basalt_brick_wall.json | 18 -- .../recipes/basalt_brick_wall_polishing.json | 16 -- .../recipes/basalt_cobblestone.json | 22 -- .../mineralogy/recipes/basalt_furnace.json | 22 -- ...alt_polished_brick_slab_recombination.json | 16 -- .../basalt_polished_slab_recombination.json | 16 -- .../basalt_polished_slabs_to_brick.json | 18 -- .../basalt_polished_stairs_to_brick.json | 18 -- .../basalt_polished_walls_to_brick.json | 18 -- .../recipes/basalt_raw_slab_polishing.json | 16 -- .../basalt_raw_slab_recombination.json | 16 -- .../recipes/basalt_raw_slabs_to_brick.json | 18 -- .../recipes/basalt_raw_stairs_polishing.json | 16 -- .../recipes/basalt_raw_stairs_to_brick.json | 18 -- .../recipes/basalt_raw_wall_polishing.json | 16 -- .../recipes/basalt_raw_walls_to_brick.json | 18 -- .../mineralogy/recipes/basalt_relief_axe.json | 37 ---- .../recipes/basalt_relief_blank.json | 19 -- .../recipes/basalt_relief_cross.json | 19 -- .../recipes/basalt_relief_hammer.json | 25 --- .../mineralogy/recipes/basalt_relief_hoe.json | 37 ---- .../recipes/basalt_relief_horizontal.json | 17 -- .../mineralogy/recipes/basalt_relief_i.json | 19 -- .../recipes/basalt_relief_left.json | 19 -- .../recipes/basalt_relief_pickaxe.json | 37 ---- .../recipes/basalt_relief_plus.json | 19 -- .../recipes/basalt_relief_right.json | 16 -- .../recipes/basalt_relief_sword.json | 37 ---- .../recipes/basalt_relief_vertical.json | 19 -- .../data/mineralogy/recipes/basalt_slab.json | 17 -- .../mineralogy/recipes/basalt_smooth.json | 16 -- .../recipes/basalt_smooth_brick.json | 18 -- .../recipes/basalt_smooth_brick_furnace.json | 22 -- .../recipes/basalt_smooth_brick_slab.json | 17 -- .../recipes/basalt_smooth_brick_stairs.json | 19 -- .../recipes/basalt_smooth_brick_wall.json | 18 -- .../recipes/basalt_smooth_furnace.json | 22 -- .../recipes/basalt_smooth_slab.json | 17 -- .../recipes/basalt_smooth_stairs.json | 19 -- .../recipes/basalt_smooth_wall.json | 18 -- .../mineralogy/recipes/basalt_stairs.json | 19 -- .../mineralogy/recipes/basalt_to_stone.json | 12 - .../data/mineralogy/recipes/basalt_wall.json | 18 -- .../recipes/basaltic_glass_brick.json | 18 -- .../basaltic_glass_brick_block_polishing.json | 16 -- .../recipes/basaltic_glass_brick_furnace.json | 22 -- .../recipes/basaltic_glass_brick_slab.json | 17 -- .../basaltic_glass_brick_slab_polishing.json | 16 -- ...saltic_glass_brick_slab_recombination.json | 16 -- .../recipes/basaltic_glass_brick_stairs.json | 19 -- ...basaltic_glass_brick_stairs_polishing.json | 16 -- .../recipes/basaltic_glass_brick_wall.json | 18 -- .../basaltic_glass_brick_wall_polishing.json | 16 -- .../recipes/basaltic_glass_cobblestone.json | 22 -- .../recipes/basaltic_glass_furnace.json | 22 -- ...ass_polished_brick_slab_recombination.json | 16 -- ...tic_glass_polished_slab_recombination.json | 16 -- ...asaltic_glass_polished_slabs_to_brick.json | 18 -- ...saltic_glass_polished_stairs_to_brick.json | 18 -- ...asaltic_glass_polished_walls_to_brick.json | 18 -- .../basaltic_glass_raw_slab_polishing.json | 16 -- ...basaltic_glass_raw_slab_recombination.json | 16 -- .../basaltic_glass_raw_slabs_to_brick.json | 18 -- .../basaltic_glass_raw_stairs_polishing.json | 16 -- .../basaltic_glass_raw_stairs_to_brick.json | 18 -- .../basaltic_glass_raw_wall_polishing.json | 16 -- .../basaltic_glass_raw_walls_to_brick.json | 18 -- .../recipes/basaltic_glass_relief_axe.json | 37 ---- .../recipes/basaltic_glass_relief_blank.json | 19 -- .../recipes/basaltic_glass_relief_cross.json | 19 -- .../recipes/basaltic_glass_relief_hammer.json | 25 --- .../recipes/basaltic_glass_relief_hoe.json | 37 ---- .../basaltic_glass_relief_horizontal.json | 17 -- .../recipes/basaltic_glass_relief_i.json | 19 -- .../recipes/basaltic_glass_relief_left.json | 19 -- .../basaltic_glass_relief_pickaxe.json | 37 ---- .../recipes/basaltic_glass_relief_plus.json | 19 -- .../recipes/basaltic_glass_relief_right.json | 16 -- .../recipes/basaltic_glass_relief_sword.json | 37 ---- .../basaltic_glass_relief_vertical.json | 19 -- .../recipes/basaltic_glass_slab.json | 17 -- .../recipes/basaltic_glass_smooth.json | 16 -- .../recipes/basaltic_glass_smooth_brick.json | 18 -- .../basaltic_glass_smooth_brick_furnace.json | 22 -- .../basaltic_glass_smooth_brick_slab.json | 17 -- .../basaltic_glass_smooth_brick_stairs.json | 19 -- .../basaltic_glass_smooth_brick_wall.json | 18 -- .../basaltic_glass_smooth_furnace.json | 22 -- .../recipes/basaltic_glass_smooth_slab.json | 17 -- .../recipes/basaltic_glass_smooth_stairs.json | 19 -- .../recipes/basaltic_glass_smooth_wall.json | 18 -- .../recipes/basaltic_glass_stairs.json | 19 -- .../recipes/basaltic_glass_to_stone.json | 12 - .../recipes/basaltic_glass_wall.json | 18 -- .../data/mineralogy/recipes/chalk.json | 18 -- .../data/mineralogy/recipes/chalk_dust.json | 13 -- .../data/mineralogy/recipes/cobblestone.json | 22 -- .../recipes/conglomerate_brick.json | 18 -- .../conglomerate_brick_block_polishing.json | 16 -- .../recipes/conglomerate_brick_furnace.json | 22 -- .../recipes/conglomerate_brick_slab.json | 17 -- .../conglomerate_brick_slab_polishing.json | 16 -- ...conglomerate_brick_slab_recombination.json | 16 -- .../recipes/conglomerate_brick_stairs.json | 19 -- .../conglomerate_brick_stairs_polishing.json | 16 -- .../recipes/conglomerate_brick_wall.json | 18 -- .../conglomerate_brick_wall_polishing.json | 16 -- .../recipes/conglomerate_cobblestone.json | 22 -- .../recipes/conglomerate_furnace.json | 22 -- ...ate_polished_brick_slab_recombination.json | 16 -- ...glomerate_polished_slab_recombination.json | 16 -- .../conglomerate_polished_slabs_to_brick.json | 18 -- ...conglomerate_polished_stairs_to_brick.json | 18 -- .../conglomerate_polished_walls_to_brick.json | 18 -- .../conglomerate_raw_slab_polishing.json | 16 -- .../conglomerate_raw_slab_recombination.json | 16 -- .../conglomerate_raw_slabs_to_brick.json | 18 -- .../conglomerate_raw_stairs_polishing.json | 16 -- .../conglomerate_raw_stairs_to_brick.json | 18 -- .../conglomerate_raw_wall_polishing.json | 16 -- .../conglomerate_raw_walls_to_brick.json | 18 -- .../recipes/conglomerate_relief_axe.json | 37 ---- .../recipes/conglomerate_relief_blank.json | 19 -- .../recipes/conglomerate_relief_cross.json | 19 -- .../recipes/conglomerate_relief_hammer.json | 25 --- .../recipes/conglomerate_relief_hoe.json | 37 ---- .../conglomerate_relief_horizontal.json | 17 -- .../recipes/conglomerate_relief_i.json | 19 -- .../recipes/conglomerate_relief_left.json | 19 -- .../recipes/conglomerate_relief_pickaxe.json | 37 ---- .../recipes/conglomerate_relief_plus.json | 19 -- .../recipes/conglomerate_relief_right.json | 16 -- .../recipes/conglomerate_relief_sword.json | 37 ---- .../recipes/conglomerate_relief_vertical.json | 19 -- .../mineralogy/recipes/conglomerate_slab.json | 17 -- .../recipes/conglomerate_smooth.json | 16 -- .../recipes/conglomerate_smooth_brick.json | 18 -- .../conglomerate_smooth_brick_furnace.json | 22 -- .../conglomerate_smooth_brick_slab.json | 17 -- .../conglomerate_smooth_brick_stairs.json | 19 -- .../conglomerate_smooth_brick_wall.json | 18 -- .../recipes/conglomerate_smooth_furnace.json | 22 -- .../recipes/conglomerate_smooth_slab.json | 17 -- .../recipes/conglomerate_smooth_stairs.json | 19 -- .../recipes/conglomerate_smooth_wall.json | 18 -- .../recipes/conglomerate_stairs.json | 19 -- .../recipes/conglomerate_to_stone.json | 12 - .../mineralogy/recipes/conglomerate_wall.json | 18 -- .../mineralogy/recipes/diabase_brick.json | 18 -- .../diabase_brick_block_polishing.json | 16 -- .../recipes/diabase_brick_furnace.json | 22 -- .../recipes/diabase_brick_slab.json | 17 -- .../recipes/diabase_brick_slab_polishing.json | 16 -- .../diabase_brick_slab_recombination.json | 16 -- .../recipes/diabase_brick_stairs.json | 19 -- .../diabase_brick_stairs_polishing.json | 16 -- .../recipes/diabase_brick_wall.json | 18 -- .../recipes/diabase_brick_wall_polishing.json | 16 -- .../recipes/diabase_cobblestone.json | 22 -- .../mineralogy/recipes/diabase_furnace.json | 22 -- ...ase_polished_brick_slab_recombination.json | 16 -- .../diabase_polished_slab_recombination.json | 16 -- .../diabase_polished_slabs_to_brick.json | 18 -- .../diabase_polished_stairs_to_brick.json | 18 -- .../diabase_polished_walls_to_brick.json | 18 -- .../recipes/diabase_raw_slab_polishing.json | 16 -- .../diabase_raw_slab_recombination.json | 16 -- .../recipes/diabase_raw_slabs_to_brick.json | 18 -- .../recipes/diabase_raw_stairs_polishing.json | 16 -- .../recipes/diabase_raw_stairs_to_brick.json | 18 -- .../recipes/diabase_raw_wall_polishing.json | 16 -- .../recipes/diabase_raw_walls_to_brick.json | 18 -- .../recipes/diabase_relief_axe.json | 37 ---- .../recipes/diabase_relief_blank.json | 19 -- .../recipes/diabase_relief_cross.json | 19 -- .../recipes/diabase_relief_hammer.json | 25 --- .../recipes/diabase_relief_hoe.json | 37 ---- .../recipes/diabase_relief_horizontal.json | 17 -- .../mineralogy/recipes/diabase_relief_i.json | 19 -- .../recipes/diabase_relief_left.json | 19 -- .../recipes/diabase_relief_pickaxe.json | 37 ---- .../recipes/diabase_relief_plus.json | 19 -- .../recipes/diabase_relief_right.json | 16 -- .../recipes/diabase_relief_sword.json | 37 ---- .../recipes/diabase_relief_vertical.json | 19 -- .../data/mineralogy/recipes/diabase_slab.json | 17 -- .../mineralogy/recipes/diabase_smooth.json | 16 -- .../recipes/diabase_smooth_brick.json | 18 -- .../recipes/diabase_smooth_brick_furnace.json | 22 -- .../recipes/diabase_smooth_brick_slab.json | 17 -- .../recipes/diabase_smooth_brick_stairs.json | 19 -- .../recipes/diabase_smooth_brick_wall.json | 18 -- .../recipes/diabase_smooth_furnace.json | 22 -- .../recipes/diabase_smooth_slab.json | 17 -- .../recipes/diabase_smooth_stairs.json | 19 -- .../recipes/diabase_smooth_wall.json | 18 -- .../mineralogy/recipes/diabase_stairs.json | 19 -- .../mineralogy/recipes/diabase_to_stone.json | 12 - .../data/mineralogy/recipes/diabase_wall.json | 18 -- .../mineralogy/recipes/diorite_brick.json | 18 -- .../diorite_brick_block_polishing.json | 16 -- .../recipes/diorite_brick_furnace.json | 22 -- .../recipes/diorite_brick_slab.json | 17 -- .../recipes/diorite_brick_slab_polishing.json | 16 -- .../diorite_brick_slab_recombination.json | 16 -- .../recipes/diorite_brick_stairs.json | 19 -- .../diorite_brick_stairs_polishing.json | 16 -- .../recipes/diorite_brick_wall.json | 18 -- .../recipes/diorite_brick_wall_polishing.json | 16 -- .../recipes/diorite_cobblestone.json | 22 -- .../mineralogy/recipes/diorite_furnace.json | 22 -- ...ite_polished_brick_slab_recombination.json | 16 -- .../diorite_polished_slab_recombination.json | 16 -- .../diorite_polished_slabs_to_brick.json | 18 -- .../diorite_polished_stairs_to_brick.json | 18 -- .../diorite_polished_walls_to_brick.json | 18 -- .../recipes/diorite_raw_slab_polishing.json | 16 -- .../diorite_raw_slab_recombination.json | 16 -- .../recipes/diorite_raw_slabs_to_brick.json | 18 -- .../recipes/diorite_raw_stairs_polishing.json | 16 -- .../recipes/diorite_raw_stairs_to_brick.json | 18 -- .../recipes/diorite_raw_wall_polishing.json | 16 -- .../recipes/diorite_raw_walls_to_brick.json | 18 -- .../recipes/diorite_relief_axe.json | 37 ---- .../recipes/diorite_relief_blank.json | 19 -- .../recipes/diorite_relief_cross.json | 19 -- .../recipes/diorite_relief_hammer.json | 25 --- .../recipes/diorite_relief_hoe.json | 37 ---- .../recipes/diorite_relief_horizontal.json | 17 -- .../mineralogy/recipes/diorite_relief_i.json | 19 -- .../recipes/diorite_relief_left.json | 19 -- .../recipes/diorite_relief_pickaxe.json | 37 ---- .../recipes/diorite_relief_plus.json | 19 -- .../recipes/diorite_relief_right.json | 16 -- .../recipes/diorite_relief_sword.json | 37 ---- .../recipes/diorite_relief_vertical.json | 19 -- .../data/mineralogy/recipes/diorite_slab.json | 17 -- .../recipes/diorite_slab_from_vanilla.json | 13 -- .../recipes/diorite_slab_to_vanilla.json | 13 -- .../mineralogy/recipes/diorite_smooth.json | 16 -- .../recipes/diorite_smooth_brick.json | 18 -- .../recipes/diorite_smooth_brick_furnace.json | 22 -- .../recipes/diorite_smooth_brick_slab.json | 17 -- .../recipes/diorite_smooth_brick_stairs.json | 19 -- .../recipes/diorite_smooth_brick_wall.json | 18 -- .../recipes/diorite_smooth_furnace.json | 22 -- .../recipes/diorite_smooth_slab.json | 17 -- .../diorite_smooth_slab_from_vanilla.json | 13 -- .../diorite_smooth_slab_to_vanilla.json | 13 -- .../recipes/diorite_smooth_stairs.json | 19 -- .../recipes/diorite_smooth_wall.json | 18 -- .../mineralogy/recipes/diorite_stairs.json | 19 -- .../mineralogy/recipes/diorite_to_stone.json | 12 - .../data/mineralogy/recipes/diorite_wall.json | 18 -- .../mineralogy/recipes/dolomite_brick.json | 18 -- .../dolomite_brick_block_polishing.json | 16 -- .../recipes/dolomite_brick_furnace.json | 22 -- .../recipes/dolomite_brick_slab.json | 17 -- .../dolomite_brick_slab_polishing.json | 16 -- .../dolomite_brick_slab_recombination.json | 16 -- .../recipes/dolomite_brick_stairs.json | 19 -- .../dolomite_brick_stairs_polishing.json | 16 -- .../recipes/dolomite_brick_wall.json | 18 -- .../dolomite_brick_wall_polishing.json | 16 -- .../recipes/dolomite_cobblestone.json | 22 -- .../mineralogy/recipes/dolomite_furnace.json | 22 -- ...ite_polished_brick_slab_recombination.json | 16 -- .../dolomite_polished_slab_recombination.json | 16 -- .../dolomite_polished_slabs_to_brick.json | 18 -- .../dolomite_polished_stairs_to_brick.json | 18 -- .../dolomite_polished_walls_to_brick.json | 18 -- .../recipes/dolomite_raw_slab_polishing.json | 16 -- .../dolomite_raw_slab_recombination.json | 16 -- .../recipes/dolomite_raw_slabs_to_brick.json | 18 -- .../dolomite_raw_stairs_polishing.json | 16 -- .../recipes/dolomite_raw_stairs_to_brick.json | 18 -- .../recipes/dolomite_raw_wall_polishing.json | 16 -- .../recipes/dolomite_raw_walls_to_brick.json | 18 -- .../recipes/dolomite_relief_axe.json | 37 ---- .../recipes/dolomite_relief_blank.json | 19 -- .../recipes/dolomite_relief_cross.json | 19 -- .../recipes/dolomite_relief_hammer.json | 25 --- .../recipes/dolomite_relief_hoe.json | 37 ---- .../recipes/dolomite_relief_horizontal.json | 17 -- .../mineralogy/recipes/dolomite_relief_i.json | 19 -- .../recipes/dolomite_relief_left.json | 19 -- .../recipes/dolomite_relief_pickaxe.json | 37 ---- .../recipes/dolomite_relief_plus.json | 19 -- .../recipes/dolomite_relief_right.json | 16 -- .../recipes/dolomite_relief_sword.json | 37 ---- .../recipes/dolomite_relief_vertical.json | 19 -- .../mineralogy/recipes/dolomite_slab.json | 17 -- .../mineralogy/recipes/dolomite_smooth.json | 16 -- .../recipes/dolomite_smooth_brick.json | 18 -- .../dolomite_smooth_brick_furnace.json | 22 -- .../recipes/dolomite_smooth_brick_slab.json | 17 -- .../recipes/dolomite_smooth_brick_stairs.json | 19 -- .../recipes/dolomite_smooth_brick_wall.json | 18 -- .../recipes/dolomite_smooth_furnace.json | 22 -- .../recipes/dolomite_smooth_slab.json | 17 -- .../recipes/dolomite_smooth_stairs.json | 19 -- .../recipes/dolomite_smooth_wall.json | 18 -- .../mineralogy/recipes/dolomite_stairs.json | 19 -- .../mineralogy/recipes/dolomite_to_stone.json | 12 - .../mineralogy/recipes/dolomite_wall.json | 18 -- .../data/mineralogy/recipes/drywall.json | 28 --- .../mineralogy/recipes/drywall_black.json | 22 -- .../data/mineralogy/recipes/drywall_blue.json | 22 -- .../mineralogy/recipes/drywall_brown.json | 22 -- .../data/mineralogy/recipes/drywall_cyan.json | 22 -- .../data/mineralogy/recipes/drywall_gray.json | 22 -- .../mineralogy/recipes/drywall_green.json | 22 -- .../recipes/drywall_light_blue.json | 22 -- .../data/mineralogy/recipes/drywall_lime.json | 22 -- .../mineralogy/recipes/drywall_magenta.json | 22 -- .../mineralogy/recipes/drywall_orange.json | 22 -- .../data/mineralogy/recipes/drywall_pink.json | 22 -- .../mineralogy/recipes/drywall_purple.json | 22 -- .../data/mineralogy/recipes/drywall_red.json | 22 -- .../mineralogy/recipes/drywall_silver.json | 22 -- .../mineralogy/recipes/drywall_white.json | 22 -- .../mineralogy/recipes/drywall_yellow.json | 22 -- .../data/mineralogy/recipes/gabbro_brick.json | 18 -- .../recipes/gabbro_brick_block_polishing.json | 16 -- .../recipes/gabbro_brick_furnace.json | 22 -- .../mineralogy/recipes/gabbro_brick_slab.json | 17 -- .../recipes/gabbro_brick_slab_polishing.json | 16 -- .../gabbro_brick_slab_recombination.json | 16 -- .../recipes/gabbro_brick_stairs.json | 19 -- .../gabbro_brick_stairs_polishing.json | 16 -- .../mineralogy/recipes/gabbro_brick_wall.json | 18 -- .../recipes/gabbro_brick_wall_polishing.json | 16 -- .../recipes/gabbro_cobblestone.json | 22 -- .../mineralogy/recipes/gabbro_furnace.json | 22 -- ...bro_polished_brick_slab_recombination.json | 16 -- .../gabbro_polished_slab_recombination.json | 16 -- .../gabbro_polished_slabs_to_brick.json | 18 -- .../gabbro_polished_stairs_to_brick.json | 18 -- .../gabbro_polished_walls_to_brick.json | 18 -- .../recipes/gabbro_raw_slab_polishing.json | 16 -- .../gabbro_raw_slab_recombination.json | 16 -- .../recipes/gabbro_raw_slabs_to_brick.json | 18 -- .../recipes/gabbro_raw_stairs_polishing.json | 16 -- .../recipes/gabbro_raw_stairs_to_brick.json | 18 -- .../recipes/gabbro_raw_wall_polishing.json | 16 -- .../recipes/gabbro_raw_walls_to_brick.json | 18 -- .../mineralogy/recipes/gabbro_relief_axe.json | 37 ---- .../recipes/gabbro_relief_blank.json | 19 -- .../recipes/gabbro_relief_cross.json | 19 -- .../recipes/gabbro_relief_hammer.json | 25 --- .../mineralogy/recipes/gabbro_relief_hoe.json | 37 ---- .../recipes/gabbro_relief_horizontal.json | 17 -- .../mineralogy/recipes/gabbro_relief_i.json | 19 -- .../recipes/gabbro_relief_left.json | 19 -- .../recipes/gabbro_relief_pickaxe.json | 37 ---- .../recipes/gabbro_relief_plus.json | 19 -- .../recipes/gabbro_relief_right.json | 16 -- .../recipes/gabbro_relief_sword.json | 37 ---- .../recipes/gabbro_relief_vertical.json | 19 -- .../data/mineralogy/recipes/gabbro_slab.json | 17 -- .../mineralogy/recipes/gabbro_smooth.json | 16 -- .../recipes/gabbro_smooth_brick.json | 18 -- .../recipes/gabbro_smooth_brick_furnace.json | 22 -- .../recipes/gabbro_smooth_brick_slab.json | 17 -- .../recipes/gabbro_smooth_brick_stairs.json | 19 -- .../recipes/gabbro_smooth_brick_wall.json | 18 -- .../recipes/gabbro_smooth_furnace.json | 22 -- .../recipes/gabbro_smooth_slab.json | 17 -- .../recipes/gabbro_smooth_stairs.json | 19 -- .../recipes/gabbro_smooth_wall.json | 18 -- .../mineralogy/recipes/gabbro_stairs.json | 19 -- .../mineralogy/recipes/gabbro_to_stone.json | 12 - .../data/mineralogy/recipes/gabbro_wall.json | 18 -- .../data/mineralogy/recipes/gneiss_brick.json | 18 -- .../recipes/gneiss_brick_block_polishing.json | 16 -- .../recipes/gneiss_brick_furnace.json | 22 -- .../mineralogy/recipes/gneiss_brick_slab.json | 17 -- .../recipes/gneiss_brick_slab_polishing.json | 16 -- .../gneiss_brick_slab_recombination.json | 16 -- .../recipes/gneiss_brick_stairs.json | 19 -- .../gneiss_brick_stairs_polishing.json | 16 -- .../mineralogy/recipes/gneiss_brick_wall.json | 18 -- .../recipes/gneiss_brick_wall_polishing.json | 16 -- .../recipes/gneiss_cobblestone.json | 22 -- .../mineralogy/recipes/gneiss_furnace.json | 22 -- ...iss_polished_brick_slab_recombination.json | 16 -- .../gneiss_polished_slab_recombination.json | 16 -- .../gneiss_polished_slabs_to_brick.json | 18 -- .../gneiss_polished_stairs_to_brick.json | 18 -- .../gneiss_polished_walls_to_brick.json | 18 -- .../recipes/gneiss_raw_slab_polishing.json | 16 -- .../gneiss_raw_slab_recombination.json | 16 -- .../recipes/gneiss_raw_slabs_to_brick.json | 18 -- .../recipes/gneiss_raw_stairs_polishing.json | 16 -- .../recipes/gneiss_raw_stairs_to_brick.json | 18 -- .../recipes/gneiss_raw_wall_polishing.json | 16 -- .../recipes/gneiss_raw_walls_to_brick.json | 18 -- .../mineralogy/recipes/gneiss_relief_axe.json | 37 ---- .../recipes/gneiss_relief_blank.json | 19 -- .../recipes/gneiss_relief_cross.json | 19 -- .../recipes/gneiss_relief_hammer.json | 25 --- .../mineralogy/recipes/gneiss_relief_hoe.json | 37 ---- .../recipes/gneiss_relief_horizontal.json | 17 -- .../mineralogy/recipes/gneiss_relief_i.json | 19 -- .../recipes/gneiss_relief_left.json | 19 -- .../recipes/gneiss_relief_pickaxe.json | 37 ---- .../recipes/gneiss_relief_plus.json | 19 -- .../recipes/gneiss_relief_right.json | 16 -- .../recipes/gneiss_relief_sword.json | 37 ---- .../recipes/gneiss_relief_vertical.json | 19 -- .../data/mineralogy/recipes/gneiss_slab.json | 17 -- .../mineralogy/recipes/gneiss_smooth.json | 16 -- .../recipes/gneiss_smooth_brick.json | 18 -- .../recipes/gneiss_smooth_brick_furnace.json | 22 -- .../recipes/gneiss_smooth_brick_slab.json | 17 -- .../recipes/gneiss_smooth_brick_stairs.json | 19 -- .../recipes/gneiss_smooth_brick_wall.json | 18 -- .../recipes/gneiss_smooth_furnace.json | 22 -- .../recipes/gneiss_smooth_slab.json | 17 -- .../recipes/gneiss_smooth_stairs.json | 19 -- .../recipes/gneiss_smooth_wall.json | 18 -- .../mineralogy/recipes/gneiss_stairs.json | 19 -- .../mineralogy/recipes/gneiss_to_stone.json | 12 - .../data/mineralogy/recipes/gneiss_wall.json | 18 -- .../mineralogy/recipes/granite_brick.json | 18 -- .../granite_brick_block_polishing.json | 16 -- .../recipes/granite_brick_furnace.json | 22 -- .../recipes/granite_brick_slab.json | 17 -- .../recipes/granite_brick_slab_polishing.json | 16 -- .../granite_brick_slab_recombination.json | 16 -- .../recipes/granite_brick_stairs.json | 19 -- .../granite_brick_stairs_polishing.json | 16 -- .../recipes/granite_brick_wall.json | 18 -- .../recipes/granite_brick_wall_polishing.json | 16 -- .../recipes/granite_cobblestone.json | 22 -- .../mineralogy/recipes/granite_furnace.json | 22 -- ...ite_polished_brick_slab_recombination.json | 16 -- .../granite_polished_slab_recombination.json | 16 -- .../granite_polished_slabs_to_brick.json | 18 -- .../granite_polished_stairs_to_brick.json | 18 -- .../granite_polished_walls_to_brick.json | 18 -- .../recipes/granite_raw_slab_polishing.json | 16 -- .../granite_raw_slab_recombination.json | 16 -- .../recipes/granite_raw_slabs_to_brick.json | 18 -- .../recipes/granite_raw_stairs_polishing.json | 16 -- .../recipes/granite_raw_stairs_to_brick.json | 18 -- .../recipes/granite_raw_wall_polishing.json | 16 -- .../recipes/granite_raw_walls_to_brick.json | 18 -- .../recipes/granite_relief_axe.json | 37 ---- .../recipes/granite_relief_blank.json | 19 -- .../recipes/granite_relief_cross.json | 19 -- .../recipes/granite_relief_hammer.json | 25 --- .../recipes/granite_relief_hoe.json | 37 ---- .../recipes/granite_relief_horizontal.json | 17 -- .../mineralogy/recipes/granite_relief_i.json | 19 -- .../recipes/granite_relief_left.json | 19 -- .../recipes/granite_relief_pickaxe.json | 37 ---- .../recipes/granite_relief_plus.json | 19 -- .../recipes/granite_relief_right.json | 16 -- .../recipes/granite_relief_sword.json | 37 ---- .../recipes/granite_relief_vertical.json | 19 -- .../data/mineralogy/recipes/granite_slab.json | 17 -- .../recipes/granite_slab_from_vanilla.json | 13 -- .../recipes/granite_slab_to_vanilla.json | 13 -- .../mineralogy/recipes/granite_smooth.json | 16 -- .../recipes/granite_smooth_brick.json | 18 -- .../recipes/granite_smooth_brick_furnace.json | 22 -- .../recipes/granite_smooth_brick_slab.json | 17 -- .../recipes/granite_smooth_brick_stairs.json | 19 -- .../recipes/granite_smooth_brick_wall.json | 18 -- .../recipes/granite_smooth_furnace.json | 22 -- .../recipes/granite_smooth_slab.json | 17 -- .../granite_smooth_slab_from_vanilla.json | 13 -- .../granite_smooth_slab_to_vanilla.json | 13 -- .../recipes/granite_smooth_stairs.json | 19 -- .../recipes/granite_smooth_wall.json | 18 -- .../mineralogy/recipes/granite_stairs.json | 19 -- .../mineralogy/recipes/granite_to_stone.json | 12 - .../data/mineralogy/recipes/granite_wall.json | 18 -- .../mineralogy/recipes/gravel_to_stone.json | 18 -- .../recipes/gunpowder_from_carbon_dust.json | 37 ---- .../recipes/gunpowder_from_charcoal.json | 25 --- .../recipes/gunpowder_from_coal_dust.json | 37 ---- .../recipes/gunpowder_from_sugar.json | 25 --- .../data/mineralogy/recipes/gypsum.json | 18 -- .../data/mineralogy/recipes/gypsum_dust.json | 13 -- .../mineralogy/recipes/hornfels_brick.json | 18 -- .../hornfels_brick_block_polishing.json | 16 -- .../recipes/hornfels_brick_furnace.json | 22 -- .../recipes/hornfels_brick_slab.json | 17 -- .../hornfels_brick_slab_polishing.json | 16 -- .../hornfels_brick_slab_recombination.json | 16 -- .../recipes/hornfels_brick_stairs.json | 19 -- .../hornfels_brick_stairs_polishing.json | 16 -- .../recipes/hornfels_brick_wall.json | 18 -- .../hornfels_brick_wall_polishing.json | 16 -- .../recipes/hornfels_cobblestone.json | 22 -- .../mineralogy/recipes/hornfels_furnace.json | 22 -- ...els_polished_brick_slab_recombination.json | 16 -- .../hornfels_polished_slab_recombination.json | 16 -- .../hornfels_polished_slabs_to_brick.json | 18 -- .../hornfels_polished_stairs_to_brick.json | 18 -- .../hornfels_polished_walls_to_brick.json | 18 -- .../recipes/hornfels_raw_slab_polishing.json | 16 -- .../hornfels_raw_slab_recombination.json | 16 -- .../recipes/hornfels_raw_slabs_to_brick.json | 18 -- .../hornfels_raw_stairs_polishing.json | 16 -- .../recipes/hornfels_raw_stairs_to_brick.json | 18 -- .../recipes/hornfels_raw_wall_polishing.json | 16 -- .../recipes/hornfels_raw_walls_to_brick.json | 18 -- .../recipes/hornfels_relief_axe.json | 37 ---- .../recipes/hornfels_relief_blank.json | 19 -- .../recipes/hornfels_relief_cross.json | 19 -- .../recipes/hornfels_relief_hammer.json | 25 --- .../recipes/hornfels_relief_hoe.json | 37 ---- .../recipes/hornfels_relief_horizontal.json | 17 -- .../mineralogy/recipes/hornfels_relief_i.json | 19 -- .../recipes/hornfels_relief_left.json | 19 -- .../recipes/hornfels_relief_pickaxe.json | 37 ---- .../recipes/hornfels_relief_plus.json | 19 -- .../recipes/hornfels_relief_right.json | 16 -- .../recipes/hornfels_relief_sword.json | 37 ---- .../recipes/hornfels_relief_vertical.json | 19 -- .../mineralogy/recipes/hornfels_slab.json | 17 -- .../mineralogy/recipes/hornfels_smooth.json | 16 -- .../recipes/hornfels_smooth_brick.json | 18 -- .../hornfels_smooth_brick_furnace.json | 22 -- .../recipes/hornfels_smooth_brick_slab.json | 17 -- .../recipes/hornfels_smooth_brick_stairs.json | 19 -- .../recipes/hornfels_smooth_brick_wall.json | 18 -- .../recipes/hornfels_smooth_furnace.json | 22 -- .../recipes/hornfels_smooth_slab.json | 17 -- .../recipes/hornfels_smooth_stairs.json | 19 -- .../recipes/hornfels_smooth_wall.json | 18 -- .../mineralogy/recipes/hornfels_stairs.json | 19 -- .../mineralogy/recipes/hornfels_to_stone.json | 12 - .../mineralogy/recipes/hornfels_wall.json | 18 -- .../mineralogy/recipes/limestone_brick.json | 18 -- .../limestone_brick_block_polishing.json | 16 -- .../recipes/limestone_brick_furnace.json | 22 -- .../recipes/limestone_brick_slab.json | 17 -- .../limestone_brick_slab_polishing.json | 16 -- .../limestone_brick_slab_recombination.json | 16 -- .../recipes/limestone_brick_stairs.json | 19 -- .../limestone_brick_stairs_polishing.json | 16 -- .../recipes/limestone_brick_wall.json | 18 -- .../limestone_brick_wall_polishing.json | 16 -- .../recipes/limestone_cobblestone.json | 22 -- .../mineralogy/recipes/limestone_furnace.json | 22 -- ...one_polished_brick_slab_recombination.json | 16 -- ...limestone_polished_slab_recombination.json | 16 -- .../limestone_polished_slabs_to_brick.json | 18 -- .../limestone_polished_stairs_to_brick.json | 18 -- .../limestone_polished_walls_to_brick.json | 18 -- .../recipes/limestone_raw_slab_polishing.json | 16 -- .../limestone_raw_slab_recombination.json | 16 -- .../recipes/limestone_raw_slabs_to_brick.json | 18 -- .../limestone_raw_stairs_polishing.json | 16 -- .../limestone_raw_stairs_to_brick.json | 18 -- .../recipes/limestone_raw_wall_polishing.json | 16 -- .../recipes/limestone_raw_walls_to_brick.json | 18 -- .../recipes/limestone_relief_axe.json | 37 ---- .../recipes/limestone_relief_blank.json | 19 -- .../recipes/limestone_relief_cross.json | 19 -- .../recipes/limestone_relief_hammer.json | 25 --- .../recipes/limestone_relief_hoe.json | 37 ---- .../recipes/limestone_relief_horizontal.json | 17 -- .../recipes/limestone_relief_i.json | 19 -- .../recipes/limestone_relief_left.json | 19 -- .../recipes/limestone_relief_pickaxe.json | 37 ---- .../recipes/limestone_relief_plus.json | 19 -- .../recipes/limestone_relief_right.json | 16 -- .../recipes/limestone_relief_sword.json | 37 ---- .../recipes/limestone_relief_vertical.json | 19 -- .../mineralogy/recipes/limestone_slab.json | 17 -- .../mineralogy/recipes/limestone_smooth.json | 16 -- .../recipes/limestone_smooth_brick.json | 18 -- .../limestone_smooth_brick_furnace.json | 22 -- .../recipes/limestone_smooth_brick_slab.json | 17 -- .../limestone_smooth_brick_stairs.json | 19 -- .../recipes/limestone_smooth_brick_wall.json | 18 -- .../recipes/limestone_smooth_furnace.json | 22 -- .../recipes/limestone_smooth_slab.json | 17 -- .../recipes/limestone_smooth_stairs.json | 19 -- .../recipes/limestone_smooth_wall.json | 18 -- .../mineralogy/recipes/limestone_stairs.json | 19 -- .../recipes/limestone_to_stone.json | 12 - .../mineralogy/recipes/limestone_wall.json | 18 -- .../data/mineralogy/recipes/marble_brick.json | 18 -- .../recipes/marble_brick_block_polishing.json | 16 -- .../recipes/marble_brick_furnace.json | 22 -- .../mineralogy/recipes/marble_brick_slab.json | 17 -- .../recipes/marble_brick_slab_polishing.json | 16 -- .../marble_brick_slab_recombination.json | 16 -- .../recipes/marble_brick_stairs.json | 19 -- .../marble_brick_stairs_polishing.json | 16 -- .../mineralogy/recipes/marble_brick_wall.json | 18 -- .../recipes/marble_brick_wall_polishing.json | 16 -- .../recipes/marble_cobblestone.json | 22 -- .../mineralogy/recipes/marble_furnace.json | 22 -- ...ble_polished_brick_slab_recombination.json | 16 -- .../marble_polished_slab_recombination.json | 16 -- .../marble_polished_slabs_to_brick.json | 18 -- .../marble_polished_stairs_to_brick.json | 18 -- .../marble_polished_walls_to_brick.json | 18 -- .../recipes/marble_raw_slab_polishing.json | 16 -- .../marble_raw_slab_recombination.json | 16 -- .../recipes/marble_raw_slabs_to_brick.json | 18 -- .../recipes/marble_raw_stairs_polishing.json | 16 -- .../recipes/marble_raw_stairs_to_brick.json | 18 -- .../recipes/marble_raw_wall_polishing.json | 16 -- .../recipes/marble_raw_walls_to_brick.json | 18 -- .../mineralogy/recipes/marble_relief_axe.json | 37 ---- .../recipes/marble_relief_blank.json | 19 -- .../recipes/marble_relief_cross.json | 19 -- .../recipes/marble_relief_hammer.json | 25 --- .../mineralogy/recipes/marble_relief_hoe.json | 37 ---- .../recipes/marble_relief_horizontal.json | 17 -- .../mineralogy/recipes/marble_relief_i.json | 19 -- .../recipes/marble_relief_left.json | 19 -- .../recipes/marble_relief_pickaxe.json | 37 ---- .../recipes/marble_relief_plus.json | 19 -- .../recipes/marble_relief_right.json | 16 -- .../recipes/marble_relief_sword.json | 37 ---- .../recipes/marble_relief_vertical.json | 19 -- .../data/mineralogy/recipes/marble_slab.json | 17 -- .../mineralogy/recipes/marble_smooth.json | 16 -- .../recipes/marble_smooth_brick.json | 18 -- .../recipes/marble_smooth_brick_furnace.json | 22 -- .../recipes/marble_smooth_brick_slab.json | 17 -- .../recipes/marble_smooth_brick_stairs.json | 19 -- .../recipes/marble_smooth_brick_wall.json | 18 -- .../recipes/marble_smooth_furnace.json | 22 -- .../recipes/marble_smooth_slab.json | 17 -- .../recipes/marble_smooth_stairs.json | 19 -- .../recipes/marble_smooth_wall.json | 18 -- .../mineralogy/recipes/marble_stairs.json | 19 -- .../mineralogy/recipes/marble_to_stone.json | 12 - .../data/mineralogy/recipes/marble_wall.json | 18 -- .../mineralogy/recipes/mineralfertilizer.json | 22 -- .../mineralogy/recipes/nitrate_block.json | 25 --- .../data/mineralogy/recipes/nitrate_dust.json | 19 -- .../mineralogy/recipes/novaculite_brick.json | 18 -- .../novaculite_brick_block_polishing.json | 16 -- .../recipes/novaculite_brick_furnace.json | 22 -- .../recipes/novaculite_brick_slab.json | 17 -- .../novaculite_brick_slab_polishing.json | 16 -- .../novaculite_brick_slab_recombination.json | 16 -- .../recipes/novaculite_brick_stairs.json | 19 -- .../novaculite_brick_stairs_polishing.json | 16 -- .../recipes/novaculite_brick_wall.json | 18 -- .../novaculite_brick_wall_polishing.json | 16 -- .../recipes/novaculite_cobblestone.json | 22 -- .../recipes/novaculite_furnace.json | 22 -- ...ite_polished_brick_slab_recombination.json | 16 -- ...ovaculite_polished_slab_recombination.json | 16 -- .../novaculite_polished_slabs_to_brick.json | 18 -- .../novaculite_polished_stairs_to_brick.json | 18 -- .../novaculite_polished_walls_to_brick.json | 18 -- .../novaculite_raw_slab_polishing.json | 16 -- .../novaculite_raw_slab_recombination.json | 16 -- .../novaculite_raw_slabs_to_brick.json | 18 -- .../novaculite_raw_stairs_polishing.json | 16 -- .../novaculite_raw_stairs_to_brick.json | 18 -- .../novaculite_raw_wall_polishing.json | 16 -- .../novaculite_raw_walls_to_brick.json | 18 -- .../recipes/novaculite_relief_axe.json | 37 ---- .../recipes/novaculite_relief_blank.json | 19 -- .../recipes/novaculite_relief_cross.json | 19 -- .../recipes/novaculite_relief_hammer.json | 25 --- .../recipes/novaculite_relief_hoe.json | 37 ---- .../recipes/novaculite_relief_horizontal.json | 17 -- .../recipes/novaculite_relief_i.json | 19 -- .../recipes/novaculite_relief_left.json | 19 -- .../recipes/novaculite_relief_pickaxe.json | 37 ---- .../recipes/novaculite_relief_plus.json | 19 -- .../recipes/novaculite_relief_right.json | 16 -- .../recipes/novaculite_relief_sword.json | 37 ---- .../recipes/novaculite_relief_vertical.json | 19 -- .../mineralogy/recipes/novaculite_slab.json | 17 -- .../mineralogy/recipes/novaculite_smooth.json | 16 -- .../recipes/novaculite_smooth_brick.json | 18 -- .../novaculite_smooth_brick_furnace.json | 22 -- .../recipes/novaculite_smooth_brick_slab.json | 17 -- .../novaculite_smooth_brick_stairs.json | 19 -- .../recipes/novaculite_smooth_brick_wall.json | 18 -- .../recipes/novaculite_smooth_furnace.json | 22 -- .../recipes/novaculite_smooth_slab.json | 17 -- .../recipes/novaculite_smooth_stairs.json | 19 -- .../recipes/novaculite_smooth_wall.json | 18 -- .../mineralogy/recipes/novaculite_stairs.json | 19 -- .../recipes/novaculite_to_stone.json | 12 - .../mineralogy/recipes/novaculite_wall.json | 18 -- .../mineralogy/recipes/pegmatite_brick.json | 18 -- .../pegmatite_brick_block_polishing.json | 16 -- .../recipes/pegmatite_brick_furnace.json | 22 -- .../recipes/pegmatite_brick_slab.json | 17 -- .../pegmatite_brick_slab_polishing.json | 16 -- .../pegmatite_brick_slab_recombination.json | 16 -- .../recipes/pegmatite_brick_stairs.json | 19 -- .../pegmatite_brick_stairs_polishing.json | 16 -- .../recipes/pegmatite_brick_wall.json | 18 -- .../pegmatite_brick_wall_polishing.json | 16 -- .../recipes/pegmatite_cobblestone.json | 22 -- .../mineralogy/recipes/pegmatite_furnace.json | 22 -- ...ite_polished_brick_slab_recombination.json | 16 -- ...pegmatite_polished_slab_recombination.json | 16 -- .../pegmatite_polished_slabs_to_brick.json | 18 -- .../pegmatite_polished_stairs_to_brick.json | 18 -- .../pegmatite_polished_walls_to_brick.json | 18 -- .../recipes/pegmatite_raw_slab_polishing.json | 16 -- .../pegmatite_raw_slab_recombination.json | 16 -- .../recipes/pegmatite_raw_slabs_to_brick.json | 18 -- .../pegmatite_raw_stairs_polishing.json | 16 -- .../pegmatite_raw_stairs_to_brick.json | 18 -- .../recipes/pegmatite_raw_wall_polishing.json | 16 -- .../recipes/pegmatite_raw_walls_to_brick.json | 18 -- .../recipes/pegmatite_relief_axe.json | 37 ---- .../recipes/pegmatite_relief_blank.json | 19 -- .../recipes/pegmatite_relief_cross.json | 19 -- .../recipes/pegmatite_relief_hammer.json | 25 --- .../recipes/pegmatite_relief_hoe.json | 37 ---- .../recipes/pegmatite_relief_horizontal.json | 17 -- .../recipes/pegmatite_relief_i.json | 19 -- .../recipes/pegmatite_relief_left.json | 19 -- .../recipes/pegmatite_relief_pickaxe.json | 37 ---- .../recipes/pegmatite_relief_plus.json | 19 -- .../recipes/pegmatite_relief_right.json | 16 -- .../recipes/pegmatite_relief_sword.json | 37 ---- .../recipes/pegmatite_relief_vertical.json | 19 -- .../mineralogy/recipes/pegmatite_slab.json | 17 -- .../mineralogy/recipes/pegmatite_smooth.json | 16 -- .../recipes/pegmatite_smooth_brick.json | 18 -- .../pegmatite_smooth_brick_furnace.json | 22 -- .../recipes/pegmatite_smooth_brick_slab.json | 17 -- .../pegmatite_smooth_brick_stairs.json | 19 -- .../recipes/pegmatite_smooth_brick_wall.json | 18 -- .../recipes/pegmatite_smooth_furnace.json | 22 -- .../recipes/pegmatite_smooth_slab.json | 17 -- .../recipes/pegmatite_smooth_stairs.json | 19 -- .../recipes/pegmatite_smooth_wall.json | 18 -- .../mineralogy/recipes/pegmatite_stairs.json | 19 -- .../recipes/pegmatite_to_stone.json | 12 - .../mineralogy/recipes/pegmatite_wall.json | 18 -- .../mineralogy/recipes/peridotite_brick.json | 18 -- .../peridotite_brick_block_polishing.json | 16 -- .../recipes/peridotite_brick_furnace.json | 22 -- .../recipes/peridotite_brick_slab.json | 17 -- .../peridotite_brick_slab_polishing.json | 16 -- .../peridotite_brick_slab_recombination.json | 16 -- .../recipes/peridotite_brick_stairs.json | 19 -- .../peridotite_brick_stairs_polishing.json | 16 -- .../recipes/peridotite_brick_wall.json | 18 -- .../peridotite_brick_wall_polishing.json | 16 -- .../recipes/peridotite_cobblestone.json | 22 -- .../recipes/peridotite_furnace.json | 22 -- ...ite_polished_brick_slab_recombination.json | 16 -- ...eridotite_polished_slab_recombination.json | 16 -- .../peridotite_polished_slabs_to_brick.json | 18 -- .../peridotite_polished_stairs_to_brick.json | 18 -- .../peridotite_polished_walls_to_brick.json | 18 -- .../peridotite_raw_slab_polishing.json | 16 -- .../peridotite_raw_slab_recombination.json | 16 -- .../peridotite_raw_slabs_to_brick.json | 18 -- .../peridotite_raw_stairs_polishing.json | 16 -- .../peridotite_raw_stairs_to_brick.json | 18 -- .../peridotite_raw_wall_polishing.json | 16 -- .../peridotite_raw_walls_to_brick.json | 18 -- .../recipes/peridotite_relief_axe.json | 37 ---- .../recipes/peridotite_relief_blank.json | 19 -- .../recipes/peridotite_relief_cross.json | 19 -- .../recipes/peridotite_relief_hammer.json | 25 --- .../recipes/peridotite_relief_hoe.json | 37 ---- .../recipes/peridotite_relief_horizontal.json | 17 -- .../recipes/peridotite_relief_i.json | 19 -- .../recipes/peridotite_relief_left.json | 19 -- .../recipes/peridotite_relief_pickaxe.json | 37 ---- .../recipes/peridotite_relief_plus.json | 19 -- .../recipes/peridotite_relief_right.json | 16 -- .../recipes/peridotite_relief_sword.json | 37 ---- .../recipes/peridotite_relief_vertical.json | 19 -- .../mineralogy/recipes/peridotite_slab.json | 17 -- .../mineralogy/recipes/peridotite_smooth.json | 16 -- .../recipes/peridotite_smooth_brick.json | 18 -- .../peridotite_smooth_brick_furnace.json | 22 -- .../recipes/peridotite_smooth_brick_slab.json | 17 -- .../peridotite_smooth_brick_stairs.json | 19 -- .../recipes/peridotite_smooth_brick_wall.json | 18 -- .../recipes/peridotite_smooth_furnace.json | 22 -- .../recipes/peridotite_smooth_slab.json | 17 -- .../recipes/peridotite_smooth_stairs.json | 19 -- .../recipes/peridotite_smooth_wall.json | 18 -- .../mineralogy/recipes/peridotite_stairs.json | 19 -- .../recipes/peridotite_to_stone.json | 12 - .../mineralogy/recipes/peridotite_wall.json | 18 -- .../mineralogy/recipes/phosphorous_block.json | 25 --- .../mineralogy/recipes/phosphorous_dust.json | 19 -- .../mineralogy/recipes/phyllite_brick.json | 18 -- .../phyllite_brick_block_polishing.json | 16 -- .../recipes/phyllite_brick_furnace.json | 22 -- .../recipes/phyllite_brick_slab.json | 17 -- .../phyllite_brick_slab_polishing.json | 16 -- .../phyllite_brick_slab_recombination.json | 16 -- .../recipes/phyllite_brick_stairs.json | 19 -- .../phyllite_brick_stairs_polishing.json | 16 -- .../recipes/phyllite_brick_wall.json | 18 -- .../phyllite_brick_wall_polishing.json | 16 -- .../recipes/phyllite_cobblestone.json | 22 -- .../mineralogy/recipes/phyllite_furnace.json | 22 -- ...ite_polished_brick_slab_recombination.json | 16 -- .../phyllite_polished_slab_recombination.json | 16 -- .../phyllite_polished_slabs_to_brick.json | 18 -- .../phyllite_polished_stairs_to_brick.json | 18 -- .../phyllite_polished_walls_to_brick.json | 18 -- .../recipes/phyllite_raw_slab_polishing.json | 16 -- .../phyllite_raw_slab_recombination.json | 16 -- .../recipes/phyllite_raw_slabs_to_brick.json | 18 -- .../phyllite_raw_stairs_polishing.json | 16 -- .../recipes/phyllite_raw_stairs_to_brick.json | 18 -- .../recipes/phyllite_raw_wall_polishing.json | 16 -- .../recipes/phyllite_raw_walls_to_brick.json | 18 -- .../recipes/phyllite_relief_axe.json | 37 ---- .../recipes/phyllite_relief_blank.json | 19 -- .../recipes/phyllite_relief_cross.json | 19 -- .../recipes/phyllite_relief_hammer.json | 25 --- .../recipes/phyllite_relief_hoe.json | 37 ---- .../recipes/phyllite_relief_horizontal.json | 17 -- .../mineralogy/recipes/phyllite_relief_i.json | 19 -- .../recipes/phyllite_relief_left.json | 19 -- .../recipes/phyllite_relief_pickaxe.json | 37 ---- .../recipes/phyllite_relief_plus.json | 19 -- .../recipes/phyllite_relief_right.json | 16 -- .../recipes/phyllite_relief_sword.json | 37 ---- .../recipes/phyllite_relief_vertical.json | 19 -- .../mineralogy/recipes/phyllite_slab.json | 17 -- .../mineralogy/recipes/phyllite_smooth.json | 16 -- .../recipes/phyllite_smooth_brick.json | 18 -- .../phyllite_smooth_brick_furnace.json | 22 -- .../recipes/phyllite_smooth_brick_slab.json | 17 -- .../recipes/phyllite_smooth_brick_stairs.json | 19 -- .../recipes/phyllite_smooth_brick_wall.json | 18 -- .../recipes/phyllite_smooth_furnace.json | 22 -- .../recipes/phyllite_smooth_slab.json | 17 -- .../recipes/phyllite_smooth_stairs.json | 19 -- .../recipes/phyllite_smooth_wall.json | 18 -- .../mineralogy/recipes/phyllite_stairs.json | 19 -- .../mineralogy/recipes/phyllite_to_stone.json | 12 - .../mineralogy/recipes/phyllite_wall.json | 18 -- .../mineralogy/recipes/quartzite_brick.json | 18 -- .../quartzite_brick_block_polishing.json | 16 -- .../recipes/quartzite_brick_furnace.json | 22 -- .../recipes/quartzite_brick_slab.json | 17 -- .../quartzite_brick_slab_polishing.json | 16 -- .../quartzite_brick_slab_recombination.json | 16 -- .../recipes/quartzite_brick_stairs.json | 19 -- .../quartzite_brick_stairs_polishing.json | 16 -- .../recipes/quartzite_brick_wall.json | 18 -- .../quartzite_brick_wall_polishing.json | 16 -- .../recipes/quartzite_cobblestone.json | 22 -- .../mineralogy/recipes/quartzite_furnace.json | 22 -- ...ite_polished_brick_slab_recombination.json | 16 -- ...quartzite_polished_slab_recombination.json | 16 -- .../quartzite_polished_slabs_to_brick.json | 18 -- .../quartzite_polished_stairs_to_brick.json | 18 -- .../quartzite_polished_walls_to_brick.json | 18 -- .../recipes/quartzite_raw_slab_polishing.json | 16 -- .../quartzite_raw_slab_recombination.json | 16 -- .../recipes/quartzite_raw_slabs_to_brick.json | 18 -- .../quartzite_raw_stairs_polishing.json | 16 -- .../quartzite_raw_stairs_to_brick.json | 18 -- .../recipes/quartzite_raw_wall_polishing.json | 16 -- .../recipes/quartzite_raw_walls_to_brick.json | 18 -- .../recipes/quartzite_relief_axe.json | 37 ---- .../recipes/quartzite_relief_blank.json | 19 -- .../recipes/quartzite_relief_cross.json | 19 -- .../recipes/quartzite_relief_hammer.json | 25 --- .../recipes/quartzite_relief_hoe.json | 37 ---- .../recipes/quartzite_relief_horizontal.json | 17 -- .../recipes/quartzite_relief_i.json | 19 -- .../recipes/quartzite_relief_left.json | 19 -- .../recipes/quartzite_relief_pickaxe.json | 37 ---- .../recipes/quartzite_relief_plus.json | 19 -- .../recipes/quartzite_relief_right.json | 16 -- .../recipes/quartzite_relief_sword.json | 37 ---- .../recipes/quartzite_relief_vertical.json | 19 -- .../mineralogy/recipes/quartzite_slab.json | 17 -- .../mineralogy/recipes/quartzite_smooth.json | 16 -- .../recipes/quartzite_smooth_brick.json | 18 -- .../quartzite_smooth_brick_furnace.json | 22 -- .../recipes/quartzite_smooth_brick_slab.json | 17 -- .../quartzite_smooth_brick_stairs.json | 19 -- .../recipes/quartzite_smooth_brick_wall.json | 18 -- .../recipes/quartzite_smooth_furnace.json | 22 -- .../recipes/quartzite_smooth_slab.json | 17 -- .../recipes/quartzite_smooth_stairs.json | 19 -- .../recipes/quartzite_smooth_wall.json | 18 -- .../mineralogy/recipes/quartzite_stairs.json | 19 -- .../recipes/quartzite_to_stone.json | 12 - .../mineralogy/recipes/quartzite_wall.json | 18 -- .../mineralogy/recipes/rhyolite_brick.json | 18 -- .../rhyolite_brick_block_polishing.json | 16 -- .../recipes/rhyolite_brick_furnace.json | 22 -- .../recipes/rhyolite_brick_slab.json | 17 -- .../rhyolite_brick_slab_polishing.json | 16 -- .../rhyolite_brick_slab_recombination.json | 16 -- .../recipes/rhyolite_brick_stairs.json | 19 -- .../rhyolite_brick_stairs_polishing.json | 16 -- .../recipes/rhyolite_brick_wall.json | 18 -- .../rhyolite_brick_wall_polishing.json | 16 -- .../recipes/rhyolite_cobblestone.json | 22 -- .../mineralogy/recipes/rhyolite_furnace.json | 22 -- ...ite_polished_brick_slab_recombination.json | 16 -- .../rhyolite_polished_slab_recombination.json | 16 -- .../rhyolite_polished_slabs_to_brick.json | 18 -- .../rhyolite_polished_stairs_to_brick.json | 18 -- .../rhyolite_polished_walls_to_brick.json | 18 -- .../recipes/rhyolite_raw_slab_polishing.json | 16 -- .../rhyolite_raw_slab_recombination.json | 16 -- .../recipes/rhyolite_raw_slabs_to_brick.json | 18 -- .../rhyolite_raw_stairs_polishing.json | 16 -- .../recipes/rhyolite_raw_stairs_to_brick.json | 18 -- .../recipes/rhyolite_raw_wall_polishing.json | 16 -- .../recipes/rhyolite_raw_walls_to_brick.json | 18 -- .../recipes/rhyolite_relief_axe.json | 37 ---- .../recipes/rhyolite_relief_blank.json | 19 -- .../recipes/rhyolite_relief_cross.json | 19 -- .../recipes/rhyolite_relief_hammer.json | 25 --- .../recipes/rhyolite_relief_hoe.json | 37 ---- .../recipes/rhyolite_relief_horizontal.json | 17 -- .../mineralogy/recipes/rhyolite_relief_i.json | 19 -- .../recipes/rhyolite_relief_left.json | 19 -- .../recipes/rhyolite_relief_pickaxe.json | 37 ---- .../recipes/rhyolite_relief_plus.json | 19 -- .../recipes/rhyolite_relief_right.json | 16 -- .../recipes/rhyolite_relief_sword.json | 37 ---- .../recipes/rhyolite_relief_vertical.json | 19 -- .../mineralogy/recipes/rhyolite_slab.json | 17 -- .../mineralogy/recipes/rhyolite_smooth.json | 16 -- .../recipes/rhyolite_smooth_brick.json | 18 -- .../rhyolite_smooth_brick_furnace.json | 22 -- .../recipes/rhyolite_smooth_brick_slab.json | 17 -- .../recipes/rhyolite_smooth_brick_stairs.json | 19 -- .../recipes/rhyolite_smooth_brick_wall.json | 18 -- .../recipes/rhyolite_smooth_furnace.json | 22 -- .../recipes/rhyolite_smooth_slab.json | 17 -- .../recipes/rhyolite_smooth_stairs.json | 19 -- .../recipes/rhyolite_smooth_wall.json | 18 -- .../mineralogy/recipes/rhyolite_stairs.json | 19 -- .../mineralogy/recipes/rhyolite_to_stone.json | 12 - .../mineralogy/recipes/rhyolite_wall.json | 18 -- .../data/mineralogy/recipes/rock_salt.json | 18 -- .../mineralogy/recipes/rock_salt_brick.json | 18 -- .../rock_salt_brick_block_polishing.json | 16 -- .../recipes/rock_salt_brick_furnace.json | 22 -- .../recipes/rock_salt_brick_slab.json | 17 -- .../rock_salt_brick_slab_polishing.json | 16 -- .../rock_salt_brick_slab_recombination.json | 16 -- .../recipes/rock_salt_brick_stairs.json | 19 -- .../rock_salt_brick_stairs_polishing.json | 16 -- .../recipes/rock_salt_brick_wall.json | 18 -- .../rock_salt_brick_wall_polishing.json | 16 -- .../recipes/rock_salt_cobblestone.json | 22 -- .../mineralogy/recipes/rock_salt_dust.json | 13 -- .../mineralogy/recipes/rock_salt_furnace.json | 22 -- ...alt_polished_brick_slab_recombination.json | 16 -- ...rock_salt_polished_slab_recombination.json | 16 -- .../rock_salt_polished_slabs_to_brick.json | 18 -- .../rock_salt_polished_stairs_to_brick.json | 18 -- .../rock_salt_polished_walls_to_brick.json | 18 -- .../recipes/rock_salt_raw_slab_polishing.json | 16 -- .../rock_salt_raw_slab_recombination.json | 16 -- .../recipes/rock_salt_raw_slabs_to_brick.json | 18 -- .../rock_salt_raw_stairs_polishing.json | 16 -- .../rock_salt_raw_stairs_to_brick.json | 18 -- .../recipes/rock_salt_raw_wall_polishing.json | 16 -- .../recipes/rock_salt_raw_walls_to_brick.json | 18 -- .../recipes/rock_salt_relief_axe.json | 37 ---- .../recipes/rock_salt_relief_blank.json | 19 -- .../recipes/rock_salt_relief_cross.json | 19 -- .../recipes/rock_salt_relief_hammer.json | 25 --- .../recipes/rock_salt_relief_hoe.json | 37 ---- .../recipes/rock_salt_relief_horizontal.json | 17 -- .../recipes/rock_salt_relief_i.json | 19 -- .../recipes/rock_salt_relief_left.json | 19 -- .../recipes/rock_salt_relief_pickaxe.json | 37 ---- .../recipes/rock_salt_relief_plus.json | 19 -- .../recipes/rock_salt_relief_right.json | 16 -- .../recipes/rock_salt_relief_sword.json | 37 ---- .../recipes/rock_salt_relief_vertical.json | 19 -- .../mineralogy/recipes/rock_salt_slab.json | 17 -- .../mineralogy/recipes/rock_salt_smooth.json | 16 -- .../recipes/rock_salt_smooth_brick.json | 18 -- .../rock_salt_smooth_brick_furnace.json | 22 -- .../recipes/rock_salt_smooth_brick_slab.json | 17 -- .../rock_salt_smooth_brick_stairs.json | 19 -- .../recipes/rock_salt_smooth_brick_wall.json | 18 -- .../recipes/rock_salt_smooth_furnace.json | 22 -- .../recipes/rock_salt_smooth_slab.json | 17 -- .../recipes/rock_salt_smooth_stairs.json | 19 -- .../recipes/rock_salt_smooth_wall.json | 18 -- .../mineralogy/recipes/rock_salt_stairs.json | 19 -- .../recipes/rock_salt_to_stone.json | 12 - .../mineralogy/recipes/rock_salt_wall.json | 18 -- .../data/mineralogy/recipes/rocksaltlamp.json | 25 --- .../recipes/rocksaltstreetlamp.json | 28 --- .../data/mineralogy/recipes/schist_brick.json | 18 -- .../recipes/schist_brick_block_polishing.json | 16 -- .../recipes/schist_brick_furnace.json | 22 -- .../mineralogy/recipes/schist_brick_slab.json | 17 -- .../recipes/schist_brick_slab_polishing.json | 16 -- .../schist_brick_slab_recombination.json | 16 -- .../recipes/schist_brick_stairs.json | 19 -- .../schist_brick_stairs_polishing.json | 16 -- .../mineralogy/recipes/schist_brick_wall.json | 18 -- .../recipes/schist_brick_wall_polishing.json | 16 -- .../recipes/schist_cobblestone.json | 22 -- .../mineralogy/recipes/schist_furnace.json | 22 -- ...ist_polished_brick_slab_recombination.json | 16 -- .../schist_polished_slab_recombination.json | 16 -- .../schist_polished_slabs_to_brick.json | 18 -- .../schist_polished_stairs_to_brick.json | 18 -- .../schist_polished_walls_to_brick.json | 18 -- .../recipes/schist_raw_slab_polishing.json | 16 -- .../schist_raw_slab_recombination.json | 16 -- .../recipes/schist_raw_slabs_to_brick.json | 18 -- .../recipes/schist_raw_stairs_polishing.json | 16 -- .../recipes/schist_raw_stairs_to_brick.json | 18 -- .../recipes/schist_raw_wall_polishing.json | 16 -- .../recipes/schist_raw_walls_to_brick.json | 18 -- .../mineralogy/recipes/schist_relief_axe.json | 37 ---- .../recipes/schist_relief_blank.json | 19 -- .../recipes/schist_relief_cross.json | 19 -- .../recipes/schist_relief_hammer.json | 25 --- .../mineralogy/recipes/schist_relief_hoe.json | 37 ---- .../recipes/schist_relief_horizontal.json | 17 -- .../mineralogy/recipes/schist_relief_i.json | 19 -- .../recipes/schist_relief_left.json | 19 -- .../recipes/schist_relief_pickaxe.json | 37 ---- .../recipes/schist_relief_plus.json | 19 -- .../recipes/schist_relief_right.json | 16 -- .../recipes/schist_relief_sword.json | 37 ---- .../recipes/schist_relief_vertical.json | 19 -- .../data/mineralogy/recipes/schist_slab.json | 17 -- .../mineralogy/recipes/schist_smooth.json | 16 -- .../recipes/schist_smooth_brick.json | 18 -- .../recipes/schist_smooth_brick_furnace.json | 22 -- .../recipes/schist_smooth_brick_slab.json | 17 -- .../recipes/schist_smooth_brick_stairs.json | 19 -- .../recipes/schist_smooth_brick_wall.json | 18 -- .../recipes/schist_smooth_furnace.json | 22 -- .../recipes/schist_smooth_slab.json | 17 -- .../recipes/schist_smooth_stairs.json | 19 -- .../recipes/schist_smooth_wall.json | 18 -- .../mineralogy/recipes/schist_stairs.json | 19 -- .../mineralogy/recipes/schist_to_stone.json | 12 - .../data/mineralogy/recipes/schist_wall.json | 18 -- .../data/mineralogy/recipes/scoria_brick.json | 18 -- .../recipes/scoria_brick_block_polishing.json | 16 -- .../recipes/scoria_brick_furnace.json | 22 -- .../mineralogy/recipes/scoria_brick_slab.json | 17 -- .../recipes/scoria_brick_slab_polishing.json | 16 -- .../scoria_brick_slab_recombination.json | 16 -- .../recipes/scoria_brick_stairs.json | 19 -- .../scoria_brick_stairs_polishing.json | 16 -- .../mineralogy/recipes/scoria_brick_wall.json | 18 -- .../recipes/scoria_brick_wall_polishing.json | 16 -- .../recipes/scoria_cobblestone.json | 22 -- .../mineralogy/recipes/scoria_furnace.json | 22 -- ...ria_polished_brick_slab_recombination.json | 16 -- .../scoria_polished_slab_recombination.json | 16 -- .../scoria_polished_slabs_to_brick.json | 18 -- .../scoria_polished_stairs_to_brick.json | 18 -- .../scoria_polished_walls_to_brick.json | 18 -- .../recipes/scoria_raw_slab_polishing.json | 16 -- .../scoria_raw_slab_recombination.json | 16 -- .../recipes/scoria_raw_slabs_to_brick.json | 18 -- .../recipes/scoria_raw_stairs_polishing.json | 16 -- .../recipes/scoria_raw_stairs_to_brick.json | 18 -- .../recipes/scoria_raw_wall_polishing.json | 16 -- .../recipes/scoria_raw_walls_to_brick.json | 18 -- .../mineralogy/recipes/scoria_relief_axe.json | 37 ---- .../recipes/scoria_relief_blank.json | 19 -- .../recipes/scoria_relief_cross.json | 19 -- .../recipes/scoria_relief_hammer.json | 25 --- .../mineralogy/recipes/scoria_relief_hoe.json | 37 ---- .../recipes/scoria_relief_horizontal.json | 17 -- .../mineralogy/recipes/scoria_relief_i.json | 19 -- .../recipes/scoria_relief_left.json | 19 -- .../recipes/scoria_relief_pickaxe.json | 37 ---- .../recipes/scoria_relief_plus.json | 19 -- .../recipes/scoria_relief_right.json | 16 -- .../recipes/scoria_relief_sword.json | 37 ---- .../recipes/scoria_relief_vertical.json | 19 -- .../data/mineralogy/recipes/scoria_slab.json | 17 -- .../mineralogy/recipes/scoria_smooth.json | 16 -- .../recipes/scoria_smooth_brick.json | 18 -- .../recipes/scoria_smooth_brick_furnace.json | 22 -- .../recipes/scoria_smooth_brick_slab.json | 17 -- .../recipes/scoria_smooth_brick_stairs.json | 19 -- .../recipes/scoria_smooth_brick_wall.json | 18 -- .../recipes/scoria_smooth_furnace.json | 22 -- .../recipes/scoria_smooth_slab.json | 17 -- .../recipes/scoria_smooth_stairs.json | 19 -- .../recipes/scoria_smooth_wall.json | 18 -- .../mineralogy/recipes/scoria_stairs.json | 19 -- .../mineralogy/recipes/scoria_to_stone.json | 12 - .../data/mineralogy/recipes/scoria_wall.json | 18 -- .../data/mineralogy/recipes/shale_brick.json | 18 -- .../recipes/shale_brick_block_polishing.json | 16 -- .../recipes/shale_brick_furnace.json | 22 -- .../mineralogy/recipes/shale_brick_slab.json | 17 -- .../recipes/shale_brick_slab_polishing.json | 16 -- .../shale_brick_slab_recombination.json | 16 -- .../recipes/shale_brick_stairs.json | 19 -- .../recipes/shale_brick_stairs_polishing.json | 16 -- .../mineralogy/recipes/shale_brick_wall.json | 18 -- .../recipes/shale_brick_wall_polishing.json | 16 -- .../mineralogy/recipes/shale_cobblestone.json | 22 -- .../mineralogy/recipes/shale_furnace.json | 22 -- ...ale_polished_brick_slab_recombination.json | 16 -- .../shale_polished_slab_recombination.json | 16 -- .../shale_polished_slabs_to_brick.json | 18 -- .../shale_polished_stairs_to_brick.json | 18 -- .../shale_polished_walls_to_brick.json | 18 -- .../recipes/shale_raw_slab_polishing.json | 16 -- .../recipes/shale_raw_slab_recombination.json | 16 -- .../recipes/shale_raw_slabs_to_brick.json | 18 -- .../recipes/shale_raw_stairs_polishing.json | 16 -- .../recipes/shale_raw_stairs_to_brick.json | 18 -- .../recipes/shale_raw_wall_polishing.json | 16 -- .../recipes/shale_raw_walls_to_brick.json | 18 -- .../mineralogy/recipes/shale_relief_axe.json | 37 ---- .../recipes/shale_relief_blank.json | 19 -- .../recipes/shale_relief_cross.json | 19 -- .../recipes/shale_relief_hammer.json | 25 --- .../mineralogy/recipes/shale_relief_hoe.json | 37 ---- .../recipes/shale_relief_horizontal.json | 17 -- .../mineralogy/recipes/shale_relief_i.json | 19 -- .../mineralogy/recipes/shale_relief_left.json | 19 -- .../recipes/shale_relief_pickaxe.json | 37 ---- .../mineralogy/recipes/shale_relief_plus.json | 19 -- .../recipes/shale_relief_right.json | 16 -- .../recipes/shale_relief_sword.json | 37 ---- .../recipes/shale_relief_vertical.json | 19 -- .../data/mineralogy/recipes/shale_slab.json | 17 -- .../data/mineralogy/recipes/shale_smooth.json | 16 -- .../recipes/shale_smooth_brick.json | 18 -- .../recipes/shale_smooth_brick_furnace.json | 22 -- .../recipes/shale_smooth_brick_slab.json | 17 -- .../recipes/shale_smooth_brick_stairs.json | 19 -- .../recipes/shale_smooth_brick_wall.json | 18 -- .../recipes/shale_smooth_furnace.json | 22 -- .../mineralogy/recipes/shale_smooth_slab.json | 17 -- .../recipes/shale_smooth_stairs.json | 19 -- .../mineralogy/recipes/shale_smooth_wall.json | 18 -- .../data/mineralogy/recipes/shale_stairs.json | 19 -- .../mineralogy/recipes/shale_to_stone.json | 12 - .../data/mineralogy/recipes/shale_wall.json | 18 -- .../mineralogy/recipes/siltstone_brick.json | 18 -- .../siltstone_brick_block_polishing.json | 16 -- .../recipes/siltstone_brick_furnace.json | 22 -- .../recipes/siltstone_brick_slab.json | 17 -- .../siltstone_brick_slab_polishing.json | 16 -- .../siltstone_brick_slab_recombination.json | 16 -- .../recipes/siltstone_brick_stairs.json | 19 -- .../siltstone_brick_stairs_polishing.json | 16 -- .../recipes/siltstone_brick_wall.json | 18 -- .../siltstone_brick_wall_polishing.json | 16 -- .../recipes/siltstone_cobblestone.json | 22 -- .../mineralogy/recipes/siltstone_furnace.json | 22 -- ...one_polished_brick_slab_recombination.json | 16 -- ...siltstone_polished_slab_recombination.json | 16 -- .../siltstone_polished_slabs_to_brick.json | 18 -- .../siltstone_polished_stairs_to_brick.json | 18 -- .../siltstone_polished_walls_to_brick.json | 18 -- .../recipes/siltstone_raw_slab_polishing.json | 16 -- .../siltstone_raw_slab_recombination.json | 16 -- .../recipes/siltstone_raw_slabs_to_brick.json | 18 -- .../siltstone_raw_stairs_polishing.json | 16 -- .../siltstone_raw_stairs_to_brick.json | 18 -- .../recipes/siltstone_raw_wall_polishing.json | 16 -- .../recipes/siltstone_raw_walls_to_brick.json | 18 -- .../recipes/siltstone_relief_axe.json | 37 ---- .../recipes/siltstone_relief_blank.json | 19 -- .../recipes/siltstone_relief_cross.json | 19 -- .../recipes/siltstone_relief_hammer.json | 25 --- .../recipes/siltstone_relief_hoe.json | 37 ---- .../recipes/siltstone_relief_horizontal.json | 17 -- .../recipes/siltstone_relief_i.json | 19 -- .../recipes/siltstone_relief_left.json | 19 -- .../recipes/siltstone_relief_pickaxe.json | 37 ---- .../recipes/siltstone_relief_plus.json | 19 -- .../recipes/siltstone_relief_right.json | 16 -- .../recipes/siltstone_relief_sword.json | 37 ---- .../recipes/siltstone_relief_vertical.json | 19 -- .../mineralogy/recipes/siltstone_slab.json | 17 -- .../mineralogy/recipes/siltstone_smooth.json | 16 -- .../recipes/siltstone_smooth_brick.json | 18 -- .../siltstone_smooth_brick_furnace.json | 22 -- .../recipes/siltstone_smooth_brick_slab.json | 17 -- .../siltstone_smooth_brick_stairs.json | 19 -- .../recipes/siltstone_smooth_brick_wall.json | 18 -- .../recipes/siltstone_smooth_furnace.json | 22 -- .../recipes/siltstone_smooth_slab.json | 17 -- .../recipes/siltstone_smooth_stairs.json | 19 -- .../recipes/siltstone_smooth_wall.json | 18 -- .../mineralogy/recipes/siltstone_stairs.json | 19 -- .../recipes/siltstone_to_stone.json | 12 - .../mineralogy/recipes/siltstone_wall.json | 18 -- .../data/mineralogy/recipes/slate_brick.json | 18 -- .../recipes/slate_brick_block_polishing.json | 16 -- .../recipes/slate_brick_furnace.json | 22 -- .../mineralogy/recipes/slate_brick_slab.json | 17 -- .../recipes/slate_brick_slab_polishing.json | 16 -- .../slate_brick_slab_recombination.json | 16 -- .../recipes/slate_brick_stairs.json | 19 -- .../recipes/slate_brick_stairs_polishing.json | 16 -- .../mineralogy/recipes/slate_brick_wall.json | 18 -- .../recipes/slate_brick_wall_polishing.json | 16 -- .../mineralogy/recipes/slate_cobblestone.json | 22 -- .../mineralogy/recipes/slate_furnace.json | 22 -- ...ate_polished_brick_slab_recombination.json | 16 -- .../slate_polished_slab_recombination.json | 16 -- .../slate_polished_slabs_to_brick.json | 18 -- .../slate_polished_stairs_to_brick.json | 18 -- .../slate_polished_walls_to_brick.json | 18 -- .../recipes/slate_raw_slab_polishing.json | 16 -- .../recipes/slate_raw_slab_recombination.json | 16 -- .../recipes/slate_raw_slabs_to_brick.json | 18 -- .../recipes/slate_raw_stairs_polishing.json | 16 -- .../recipes/slate_raw_stairs_to_brick.json | 18 -- .../recipes/slate_raw_wall_polishing.json | 16 -- .../recipes/slate_raw_walls_to_brick.json | 18 -- .../mineralogy/recipes/slate_relief_axe.json | 37 ---- .../recipes/slate_relief_blank.json | 19 -- .../recipes/slate_relief_cross.json | 19 -- .../recipes/slate_relief_hammer.json | 25 --- .../mineralogy/recipes/slate_relief_hoe.json | 37 ---- .../recipes/slate_relief_horizontal.json | 17 -- .../mineralogy/recipes/slate_relief_i.json | 19 -- .../mineralogy/recipes/slate_relief_left.json | 19 -- .../recipes/slate_relief_pickaxe.json | 37 ---- .../mineralogy/recipes/slate_relief_plus.json | 19 -- .../recipes/slate_relief_right.json | 16 -- .../recipes/slate_relief_sword.json | 37 ---- .../recipes/slate_relief_vertical.json | 19 -- .../data/mineralogy/recipes/slate_slab.json | 17 -- .../data/mineralogy/recipes/slate_smooth.json | 16 -- .../recipes/slate_smooth_brick.json | 18 -- .../recipes/slate_smooth_brick_furnace.json | 22 -- .../recipes/slate_smooth_brick_slab.json | 17 -- .../recipes/slate_smooth_brick_stairs.json | 19 -- .../recipes/slate_smooth_brick_wall.json | 18 -- .../recipes/slate_smooth_furnace.json | 22 -- .../mineralogy/recipes/slate_smooth_slab.json | 17 -- .../recipes/slate_smooth_stairs.json | 19 -- .../mineralogy/recipes/slate_smooth_wall.json | 18 -- .../data/mineralogy/recipes/slate_stairs.json | 19 -- .../mineralogy/recipes/slate_to_stone.json | 12 - .../data/mineralogy/recipes/slate_wall.json | 18 -- .../data/mineralogy/recipes/sulfur_block.json | 25 --- .../data/mineralogy/recipes/sulfur_dust.json | 19 -- .../data/mineralogy/recipes/tuff_brick.json | 18 -- .../recipes/tuff_brick_block_polishing.json | 16 -- .../recipes/tuff_brick_furnace.json | 22 -- .../mineralogy/recipes/tuff_brick_slab.json | 17 -- .../recipes/tuff_brick_slab_polishing.json | 16 -- .../tuff_brick_slab_recombination.json | 16 -- .../mineralogy/recipes/tuff_brick_stairs.json | 19 -- .../recipes/tuff_brick_stairs_polishing.json | 16 -- .../mineralogy/recipes/tuff_brick_wall.json | 18 -- .../recipes/tuff_brick_wall_polishing.json | 16 -- .../mineralogy/recipes/tuff_cobblestone.json | 22 -- .../data/mineralogy/recipes/tuff_furnace.json | 22 -- ...uff_polished_brick_slab_recombination.json | 16 -- .../tuff_polished_slab_recombination.json | 16 -- .../recipes/tuff_polished_slabs_to_brick.json | 18 -- .../tuff_polished_stairs_to_brick.json | 18 -- .../recipes/tuff_polished_walls_to_brick.json | 18 -- .../recipes/tuff_raw_slab_polishing.json | 16 -- .../recipes/tuff_raw_slab_recombination.json | 16 -- .../recipes/tuff_raw_slabs_to_brick.json | 18 -- .../recipes/tuff_raw_stairs_polishing.json | 16 -- .../recipes/tuff_raw_stairs_to_brick.json | 18 -- .../recipes/tuff_raw_wall_polishing.json | 16 -- .../recipes/tuff_raw_walls_to_brick.json | 18 -- .../mineralogy/recipes/tuff_relief_axe.json | 37 ---- .../mineralogy/recipes/tuff_relief_blank.json | 19 -- .../mineralogy/recipes/tuff_relief_cross.json | 19 -- .../recipes/tuff_relief_hammer.json | 25 --- .../mineralogy/recipes/tuff_relief_hoe.json | 37 ---- .../recipes/tuff_relief_horizontal.json | 17 -- .../mineralogy/recipes/tuff_relief_i.json | 19 -- .../mineralogy/recipes/tuff_relief_left.json | 19 -- .../recipes/tuff_relief_pickaxe.json | 37 ---- .../mineralogy/recipes/tuff_relief_plus.json | 19 -- .../mineralogy/recipes/tuff_relief_right.json | 16 -- .../mineralogy/recipes/tuff_relief_sword.json | 37 ---- .../recipes/tuff_relief_vertical.json | 19 -- .../data/mineralogy/recipes/tuff_slab.json | 17 -- .../data/mineralogy/recipes/tuff_smooth.json | 16 -- .../mineralogy/recipes/tuff_smooth_brick.json | 18 -- .../recipes/tuff_smooth_brick_furnace.json | 22 -- .../recipes/tuff_smooth_brick_slab.json | 17 -- .../recipes/tuff_smooth_brick_stairs.json | 19 -- .../recipes/tuff_smooth_brick_wall.json | 18 -- .../recipes/tuff_smooth_furnace.json | 22 -- .../mineralogy/recipes/tuff_smooth_slab.json | 17 -- .../recipes/tuff_smooth_stairs.json | 19 -- .../mineralogy/recipes/tuff_smooth_wall.json | 18 -- .../data/mineralogy/recipes/tuff_stairs.json | 19 -- .../mineralogy/recipes/tuff_to_stone.json | 12 - .../data/mineralogy/recipes/tuff_wall.json | 18 -- .../tags/{blocks => block}/rocks.json | 0 .../tags/{blocks => block}/rocks/igneous.json | 0 .../{blocks => block}/rocks/metamorphic.json | 0 .../{blocks => block}/rocks/sedimentary.json | 0 .../{blocks => block}/standard_rocks.json | 0 .../tags/block/stones/amphibolite.json | 6 + .../tags/block/stones/andesite.json | 7 + .../mineralogy/tags/block/stones/basalt.json | 7 + .../tags/block/stones/basaltic_glass.json | 6 + .../tags/block/stones/conglomerate.json | 6 + .../mineralogy/tags/block/stones/diabase.json | 6 + .../mineralogy/tags/block/stones/diorite.json | 7 + .../tags/block/stones/dolomite.json | 6 + .../mineralogy/tags/block/stones/gabbro.json | 6 + .../mineralogy/tags/block/stones/gneiss.json | 6 + .../mineralogy/tags/block/stones/granite.json | 7 + .../tags/block/stones/hornfels.json | 6 + .../tags/block/stones/limestone.json | 6 + .../mineralogy/tags/block/stones/marble.json | 6 + .../tags/block/stones/novaculite.json | 6 + .../tags/block/stones/pegmatite.json | 6 + .../tags/block/stones/peridotite.json | 6 + .../tags/block/stones/phyllite.json | 6 + .../tags/block/stones/quartzite.json | 6 + .../tags/block/stones/rhyolite.json | 6 + .../tags/block/stones/rock_salt.json | 6 + .../mineralogy/tags/block/stones/schist.json | 6 + .../mineralogy/tags/block/stones/scoria.json | 6 + .../mineralogy/tags/block/stones/shale.json | 6 + .../tags/block/stones/siltstone.json | 6 + .../mineralogy/tags/block/stones/slate.json | 6 + .../mineralogy/tags/block/stones/tuff.json | 7 + .../tags/item/cobblestone_equivalents.json | 33 +++ .../crafting_materials}/amphibolite.json | 0 .../crafting_materials}/andesite.json | 0 .../crafting_materials}/basalt.json | 0 .../crafting_materials}/basaltic_glass.json | 0 .../crafting_materials}/conglomerate.json | 0 .../crafting_materials}/diabase.json | 0 .../crafting_materials}/diorite.json | 0 .../crafting_materials}/dolomite.json | 0 .../crafting_materials}/gabbro.json | 0 .../crafting_materials}/gneiss.json | 0 .../crafting_materials}/granite.json | 0 .../crafting_materials}/hornfels.json | 0 .../crafting_materials}/limestone.json | 0 .../crafting_materials}/marble.json | 0 .../crafting_materials}/novaculite.json | 0 .../crafting_materials}/pegmatite.json | 0 .../crafting_materials}/peridotite.json | 0 .../crafting_materials}/phyllite.json | 0 .../crafting_materials}/quartzite.json | 0 .../crafting_materials}/rhyolite.json | 0 .../crafting_materials}/rock_salt.json | 0 .../crafting_materials}/schist.json | 0 .../crafting_materials}/scoria.json | 0 .../crafting_materials}/shale.json | 0 .../crafting_materials}/siltstone.json | 0 .../crafting_materials}/slate.json | 0 .../crafting_materials}/tuff.json | 0 .../tags/{items => item}/drywall/white.json | 0 .../tags/{items => item}/rocks.json | 0 .../tags/{items => item}/rocks/igneous.json | 0 .../{items => item}/rocks/metamorphic.json | 0 .../{items => item}/rocks/sedimentary.json | 0 .../tags/item/slabs/amphibolite.json | 6 + .../tags/item/slabs/amphibolite/brick.json | 6 + .../tags/item/slabs/amphibolite/smooth.json | 6 + .../item/slabs/amphibolite/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/andesite.json | 7 + .../tags/item/slabs/andesite/brick.json | 6 + .../tags/item/slabs/andesite/smooth.json | 7 + .../item/slabs/andesite/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/basalt.json | 6 + .../tags/item/slabs/basalt/brick.json | 6 + .../tags/item/slabs/basalt/smooth.json | 6 + .../tags/item/slabs/basalt/smooth_brick.json | 6 + .../tags/item/slabs/basaltic_glass.json | 6 + .../tags/item/slabs/basaltic_glass/brick.json | 6 + .../item/slabs/basaltic_glass/smooth.json | 6 + .../slabs/basaltic_glass/smooth_brick.json | 6 + .../tags/item/slabs/conglomerate.json | 6 + .../tags/item/slabs/conglomerate/brick.json | 6 + .../tags/item/slabs/conglomerate/smooth.json | 6 + .../item/slabs/conglomerate/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/diabase.json | 6 + .../tags/item/slabs/diabase/brick.json | 6 + .../tags/item/slabs/diabase/smooth.json | 6 + .../tags/item/slabs/diabase/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/diorite.json | 7 + .../tags/item/slabs/diorite/brick.json | 6 + .../tags/item/slabs/diorite/smooth.json | 7 + .../tags/item/slabs/diorite/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/dolomite.json | 6 + .../tags/item/slabs/dolomite/brick.json | 6 + .../tags/item/slabs/dolomite/smooth.json | 6 + .../item/slabs/dolomite/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/gabbro.json | 6 + .../tags/item/slabs/gabbro/brick.json | 6 + .../tags/item/slabs/gabbro/smooth.json | 6 + .../tags/item/slabs/gabbro/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/gneiss.json | 6 + .../tags/item/slabs/gneiss/brick.json | 6 + .../tags/item/slabs/gneiss/smooth.json | 6 + .../tags/item/slabs/gneiss/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/granite.json | 7 + .../tags/item/slabs/granite/brick.json | 6 + .../tags/item/slabs/granite/smooth.json | 7 + .../tags/item/slabs/granite/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/hornfels.json | 6 + .../tags/item/slabs/hornfels/brick.json | 6 + .../tags/item/slabs/hornfels/smooth.json | 6 + .../item/slabs/hornfels/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/limestone.json | 6 + .../tags/item/slabs/limestone/brick.json | 6 + .../tags/item/slabs/limestone/smooth.json | 6 + .../item/slabs/limestone/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/marble.json | 6 + .../tags/item/slabs/marble/brick.json | 6 + .../tags/item/slabs/marble/smooth.json | 6 + .../tags/item/slabs/marble/smooth_brick.json | 6 + .../tags/item/slabs/novaculite.json | 6 + .../tags/item/slabs/novaculite/brick.json | 6 + .../tags/item/slabs/novaculite/smooth.json | 6 + .../item/slabs/novaculite/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/pegmatite.json | 6 + .../tags/item/slabs/pegmatite/brick.json | 6 + .../tags/item/slabs/pegmatite/smooth.json | 6 + .../item/slabs/pegmatite/smooth_brick.json | 6 + .../tags/item/slabs/peridotite.json | 6 + .../tags/item/slabs/peridotite/brick.json | 6 + .../tags/item/slabs/peridotite/smooth.json | 6 + .../item/slabs/peridotite/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/phyllite.json | 6 + .../tags/item/slabs/phyllite/brick.json | 6 + .../tags/item/slabs/phyllite/smooth.json | 6 + .../item/slabs/phyllite/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/quartzite.json | 6 + .../tags/item/slabs/quartzite/brick.json | 6 + .../tags/item/slabs/quartzite/smooth.json | 6 + .../item/slabs/quartzite/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/rhyolite.json | 6 + .../tags/item/slabs/rhyolite/brick.json | 6 + .../tags/item/slabs/rhyolite/smooth.json | 6 + .../item/slabs/rhyolite/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/rock_salt.json | 6 + .../tags/item/slabs/rock_salt/brick.json | 6 + .../tags/item/slabs/rock_salt/smooth.json | 6 + .../item/slabs/rock_salt/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/schist.json | 6 + .../tags/item/slabs/schist/brick.json | 6 + .../tags/item/slabs/schist/smooth.json | 6 + .../tags/item/slabs/schist/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/scoria.json | 6 + .../tags/item/slabs/scoria/brick.json | 6 + .../tags/item/slabs/scoria/smooth.json | 6 + .../tags/item/slabs/scoria/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/shale.json | 6 + .../tags/item/slabs/shale/brick.json | 6 + .../tags/item/slabs/shale/smooth.json | 6 + .../tags/item/slabs/shale/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/siltstone.json | 6 + .../tags/item/slabs/siltstone/brick.json | 6 + .../tags/item/slabs/siltstone/smooth.json | 6 + .../item/slabs/siltstone/smooth_brick.json | 6 + .../mineralogy/tags/item/slabs/slate.json | 6 + .../tags/item/slabs/slate/brick.json | 6 + .../tags/item/slabs/slate/smooth.json | 6 + .../tags/item/slabs/slate/smooth_brick.json | 6 + .../data/mineralogy/tags/item/slabs/tuff.json | 7 + .../tags/item/slabs/tuff/brick.json | 7 + .../tags/item/slabs/tuff/smooth.json | 7 + .../tags/item/slabs/tuff/smooth_brick.json | 6 + .../tags/{items => item}/standard_rocks.json | 0 .../tags/item/stone_crafting_materials.json | 33 +++ .../tags/item/stone_tool_materials.json | 33 +++ .../tags/item/stones/amphibolite.json | 6 + .../tags/item/stones/amphibolite/brick.json | 6 + .../tags/item/stones/amphibolite/smooth.json | 6 + .../item/stones/amphibolite/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/andesite.json | 7 + .../tags/item/stones/andesite/brick.json | 6 + .../tags/item/stones/andesite/smooth.json | 7 + .../item/stones/andesite/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/basalt.json | 7 + .../tags/item/stones/basalt/brick.json | 6 + .../tags/item/stones/basalt/smooth.json | 8 + .../tags/item/stones/basalt/smooth_brick.json | 6 + .../tags/item/stones/basaltic_glass.json | 6 + .../item/stones/basaltic_glass/brick.json | 6 + .../item/stones/basaltic_glass/smooth.json | 6 + .../stones/basaltic_glass/smooth_brick.json | 6 + .../tags/item/stones/conglomerate.json | 6 + .../tags/item/stones/conglomerate/brick.json | 6 + .../tags/item/stones/conglomerate/smooth.json | 6 + .../stones/conglomerate/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/diabase.json | 6 + .../tags/item/stones/diabase/brick.json | 6 + .../tags/item/stones/diabase/smooth.json | 6 + .../item/stones/diabase/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/diorite.json | 7 + .../tags/item/stones/diorite/brick.json | 6 + .../tags/item/stones/diorite/smooth.json | 7 + .../item/stones/diorite/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/dolomite.json | 6 + .../tags/item/stones/dolomite/brick.json | 6 + .../tags/item/stones/dolomite/smooth.json | 6 + .../item/stones/dolomite/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/gabbro.json | 6 + .../tags/item/stones/gabbro/brick.json | 6 + .../tags/item/stones/gabbro/smooth.json | 6 + .../tags/item/stones/gabbro/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/gneiss.json | 6 + .../tags/item/stones/gneiss/brick.json | 6 + .../tags/item/stones/gneiss/smooth.json | 6 + .../tags/item/stones/gneiss/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/granite.json | 7 + .../tags/item/stones/granite/brick.json | 6 + .../tags/item/stones/granite/smooth.json | 7 + .../item/stones/granite/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/hornfels.json | 6 + .../tags/item/stones/hornfels/brick.json | 6 + .../tags/item/stones/hornfels/smooth.json | 6 + .../item/stones/hornfels/smooth_brick.json | 6 + .../tags/item/stones/limestone.json | 6 + .../tags/item/stones/limestone/brick.json | 6 + .../tags/item/stones/limestone/smooth.json | 6 + .../item/stones/limestone/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/marble.json | 6 + .../tags/item/stones/marble/brick.json | 6 + .../tags/item/stones/marble/smooth.json | 6 + .../tags/item/stones/marble/smooth_brick.json | 6 + .../tags/item/stones/novaculite.json | 6 + .../tags/item/stones/novaculite/brick.json | 6 + .../tags/item/stones/novaculite/smooth.json | 6 + .../item/stones/novaculite/smooth_brick.json | 6 + .../tags/item/stones/pegmatite.json | 6 + .../tags/item/stones/pegmatite/brick.json | 6 + .../tags/item/stones/pegmatite/smooth.json | 6 + .../item/stones/pegmatite/smooth_brick.json | 6 + .../tags/item/stones/peridotite.json | 6 + .../tags/item/stones/peridotite/brick.json | 6 + .../tags/item/stones/peridotite/smooth.json | 6 + .../item/stones/peridotite/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/phyllite.json | 6 + .../tags/item/stones/phyllite/brick.json | 6 + .../tags/item/stones/phyllite/smooth.json | 6 + .../item/stones/phyllite/smooth_brick.json | 6 + .../tags/item/stones/quartzite.json | 6 + .../tags/item/stones/quartzite/brick.json | 6 + .../tags/item/stones/quartzite/smooth.json | 6 + .../item/stones/quartzite/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/rhyolite.json | 6 + .../tags/item/stones/rhyolite/brick.json | 6 + .../tags/item/stones/rhyolite/smooth.json | 6 + .../item/stones/rhyolite/smooth_brick.json | 6 + .../tags/item/stones/rock_salt.json | 6 + .../tags/item/stones/rock_salt/brick.json | 6 + .../tags/item/stones/rock_salt/smooth.json | 6 + .../item/stones/rock_salt/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/schist.json | 6 + .../tags/item/stones/schist/brick.json | 6 + .../tags/item/stones/schist/smooth.json | 6 + .../tags/item/stones/schist/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/scoria.json | 6 + .../tags/item/stones/scoria/brick.json | 6 + .../tags/item/stones/scoria/smooth.json | 6 + .../tags/item/stones/scoria/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/shale.json | 6 + .../tags/item/stones/shale/brick.json | 6 + .../tags/item/stones/shale/smooth.json | 6 + .../tags/item/stones/shale/smooth_brick.json | 6 + .../tags/item/stones/siltstone.json | 6 + .../tags/item/stones/siltstone/brick.json | 6 + .../tags/item/stones/siltstone/smooth.json | 6 + .../item/stones/siltstone/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/slate.json | 6 + .../tags/item/stones/slate/brick.json | 6 + .../tags/item/stones/slate/smooth.json | 6 + .../tags/item/stones/slate/smooth_brick.json | 6 + .../mineralogy/tags/item/stones/tuff.json | 7 + .../tags/item/stones/tuff/brick.json | 7 + .../tags/item/stones/tuff/smooth.json | 7 + .../tags/item/stones/tuff/smooth_brick.json | 6 + .../tags/items/cobblestone_equivalents.json | 33 --- .../items/crafting_materials/amphibolite.json | 6 - .../items/crafting_materials/andesite.json | 7 - .../tags/items/crafting_materials/basalt.json | 7 - .../crafting_materials/basaltic_glass.json | 6 - .../crafting_materials/conglomerate.json | 6 - .../items/crafting_materials/diabase.json | 6 - .../items/crafting_materials/diorite.json | 7 - .../items/crafting_materials/dolomite.json | 6 - .../tags/items/crafting_materials/gabbro.json | 6 - .../tags/items/crafting_materials/gneiss.json | 6 - .../items/crafting_materials/granite.json | 7 - .../items/crafting_materials/hornfels.json | 6 - .../items/crafting_materials/limestone.json | 6 - .../tags/items/crafting_materials/marble.json | 6 - .../items/crafting_materials/novaculite.json | 6 - .../items/crafting_materials/pegmatite.json | 6 - .../items/crafting_materials/peridotite.json | 6 - .../items/crafting_materials/phyllite.json | 6 - .../items/crafting_materials/quartzite.json | 6 - .../items/crafting_materials/rhyolite.json | 6 - .../items/crafting_materials/rock_salt.json | 6 - .../tags/items/crafting_materials/schist.json | 6 - .../tags/items/crafting_materials/scoria.json | 6 - .../tags/items/crafting_materials/shale.json | 6 - .../items/crafting_materials/siltstone.json | 6 - .../tags/items/crafting_materials/slate.json | 6 - .../tags/items/crafting_materials/tuff.json | 7 - .../tags/items/slabs/amphibolite.json | 6 - .../tags/items/slabs/amphibolite/brick.json | 6 - .../tags/items/slabs/amphibolite/smooth.json | 6 - .../items/slabs/amphibolite/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/andesite.json | 7 - .../tags/items/slabs/andesite/brick.json | 6 - .../tags/items/slabs/andesite/smooth.json | 7 - .../items/slabs/andesite/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/basalt.json | 6 - .../tags/items/slabs/basalt/brick.json | 6 - .../tags/items/slabs/basalt/smooth.json | 6 - .../tags/items/slabs/basalt/smooth_brick.json | 6 - .../tags/items/slabs/basaltic_glass.json | 6 - .../items/slabs/basaltic_glass/brick.json | 6 - .../items/slabs/basaltic_glass/smooth.json | 6 - .../slabs/basaltic_glass/smooth_brick.json | 6 - .../tags/items/slabs/conglomerate.json | 6 - .../tags/items/slabs/conglomerate/brick.json | 6 - .../tags/items/slabs/conglomerate/smooth.json | 6 - .../slabs/conglomerate/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/diabase.json | 6 - .../tags/items/slabs/diabase/brick.json | 6 - .../tags/items/slabs/diabase/smooth.json | 6 - .../items/slabs/diabase/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/diorite.json | 7 - .../tags/items/slabs/diorite/brick.json | 6 - .../tags/items/slabs/diorite/smooth.json | 7 - .../items/slabs/diorite/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/dolomite.json | 6 - .../tags/items/slabs/dolomite/brick.json | 6 - .../tags/items/slabs/dolomite/smooth.json | 6 - .../items/slabs/dolomite/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/gabbro.json | 6 - .../tags/items/slabs/gabbro/brick.json | 6 - .../tags/items/slabs/gabbro/smooth.json | 6 - .../tags/items/slabs/gabbro/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/gneiss.json | 6 - .../tags/items/slabs/gneiss/brick.json | 6 - .../tags/items/slabs/gneiss/smooth.json | 6 - .../tags/items/slabs/gneiss/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/granite.json | 7 - .../tags/items/slabs/granite/brick.json | 6 - .../tags/items/slabs/granite/smooth.json | 7 - .../items/slabs/granite/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/hornfels.json | 6 - .../tags/items/slabs/hornfels/brick.json | 6 - .../tags/items/slabs/hornfels/smooth.json | 6 - .../items/slabs/hornfels/smooth_brick.json | 6 - .../tags/items/slabs/limestone.json | 6 - .../tags/items/slabs/limestone/brick.json | 6 - .../tags/items/slabs/limestone/smooth.json | 6 - .../items/slabs/limestone/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/marble.json | 6 - .../tags/items/slabs/marble/brick.json | 6 - .../tags/items/slabs/marble/smooth.json | 6 - .../tags/items/slabs/marble/smooth_brick.json | 6 - .../tags/items/slabs/novaculite.json | 6 - .../tags/items/slabs/novaculite/brick.json | 6 - .../tags/items/slabs/novaculite/smooth.json | 6 - .../items/slabs/novaculite/smooth_brick.json | 6 - .../tags/items/slabs/pegmatite.json | 6 - .../tags/items/slabs/pegmatite/brick.json | 6 - .../tags/items/slabs/pegmatite/smooth.json | 6 - .../items/slabs/pegmatite/smooth_brick.json | 6 - .../tags/items/slabs/peridotite.json | 6 - .../tags/items/slabs/peridotite/brick.json | 6 - .../tags/items/slabs/peridotite/smooth.json | 6 - .../items/slabs/peridotite/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/phyllite.json | 6 - .../tags/items/slabs/phyllite/brick.json | 6 - .../tags/items/slabs/phyllite/smooth.json | 6 - .../items/slabs/phyllite/smooth_brick.json | 6 - .../tags/items/slabs/quartzite.json | 6 - .../tags/items/slabs/quartzite/brick.json | 6 - .../tags/items/slabs/quartzite/smooth.json | 6 - .../items/slabs/quartzite/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/rhyolite.json | 6 - .../tags/items/slabs/rhyolite/brick.json | 6 - .../tags/items/slabs/rhyolite/smooth.json | 6 - .../items/slabs/rhyolite/smooth_brick.json | 6 - .../tags/items/slabs/rock_salt.json | 6 - .../tags/items/slabs/rock_salt/brick.json | 6 - .../tags/items/slabs/rock_salt/smooth.json | 6 - .../items/slabs/rock_salt/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/schist.json | 6 - .../tags/items/slabs/schist/brick.json | 6 - .../tags/items/slabs/schist/smooth.json | 6 - .../tags/items/slabs/schist/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/scoria.json | 6 - .../tags/items/slabs/scoria/brick.json | 6 - .../tags/items/slabs/scoria/smooth.json | 6 - .../tags/items/slabs/scoria/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/shale.json | 6 - .../tags/items/slabs/shale/brick.json | 6 - .../tags/items/slabs/shale/smooth.json | 6 - .../tags/items/slabs/shale/smooth_brick.json | 6 - .../tags/items/slabs/siltstone.json | 6 - .../tags/items/slabs/siltstone/brick.json | 6 - .../tags/items/slabs/siltstone/smooth.json | 6 - .../items/slabs/siltstone/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/slate.json | 6 - .../tags/items/slabs/slate/brick.json | 6 - .../tags/items/slabs/slate/smooth.json | 6 - .../tags/items/slabs/slate/smooth_brick.json | 6 - .../mineralogy/tags/items/slabs/tuff.json | 6 - .../tags/items/slabs/tuff/brick.json | 6 - .../tags/items/slabs/tuff/smooth.json | 6 - .../tags/items/slabs/tuff/smooth_brick.json | 6 - .../tags/items/stone_crafting_materials.json | 33 --- .../tags/items/stone_tool_materials.json | 33 --- .../tags/items/stones/amphibolite.json | 6 - .../tags/items/stones/amphibolite/brick.json | 6 - .../tags/items/stones/amphibolite/smooth.json | 6 - .../stones/amphibolite/smooth_brick.json | 6 - .../tags/items/stones/andesite.json | 7 - .../tags/items/stones/andesite/brick.json | 6 - .../tags/items/stones/andesite/smooth.json | 7 - .../items/stones/andesite/smooth_brick.json | 6 - .../mineralogy/tags/items/stones/basalt.json | 7 - .../tags/items/stones/basalt/brick.json | 6 - .../tags/items/stones/basalt/smooth.json | 8 - .../items/stones/basalt/smooth_brick.json | 6 - .../tags/items/stones/basaltic_glass.json | 6 - .../items/stones/basaltic_glass/brick.json | 6 - .../items/stones/basaltic_glass/smooth.json | 6 - .../stones/basaltic_glass/smooth_brick.json | 6 - .../tags/items/stones/conglomerate.json | 6 - .../tags/items/stones/conglomerate/brick.json | 6 - .../items/stones/conglomerate/smooth.json | 6 - .../stones/conglomerate/smooth_brick.json | 6 - .../mineralogy/tags/items/stones/diabase.json | 6 - .../tags/items/stones/diabase/brick.json | 6 - .../tags/items/stones/diabase/smooth.json | 6 - .../items/stones/diabase/smooth_brick.json | 6 - .../mineralogy/tags/items/stones/diorite.json | 7 - .../tags/items/stones/diorite/brick.json | 6 - .../tags/items/stones/diorite/smooth.json | 7 - .../items/stones/diorite/smooth_brick.json | 6 - .../tags/items/stones/dolomite.json | 6 - .../tags/items/stones/dolomite/brick.json | 6 - .../tags/items/stones/dolomite/smooth.json | 6 - .../items/stones/dolomite/smooth_brick.json | 6 - .../mineralogy/tags/items/stones/gabbro.json | 6 - .../tags/items/stones/gabbro/brick.json | 6 - .../tags/items/stones/gabbro/smooth.json | 6 - .../items/stones/gabbro/smooth_brick.json | 6 - .../mineralogy/tags/items/stones/gneiss.json | 6 - .../tags/items/stones/gneiss/brick.json | 6 - .../tags/items/stones/gneiss/smooth.json | 6 - .../items/stones/gneiss/smooth_brick.json | 6 - .../mineralogy/tags/items/stones/granite.json | 7 - .../tags/items/stones/granite/brick.json | 6 - .../tags/items/stones/granite/smooth.json | 7 - .../items/stones/granite/smooth_brick.json | 6 - .../tags/items/stones/hornfels.json | 6 - .../tags/items/stones/hornfels/brick.json | 6 - .../tags/items/stones/hornfels/smooth.json | 6 - .../items/stones/hornfels/smooth_brick.json | 6 - .../tags/items/stones/limestone.json | 6 - .../tags/items/stones/limestone/brick.json | 6 - .../tags/items/stones/limestone/smooth.json | 6 - .../items/stones/limestone/smooth_brick.json | 6 - .../mineralogy/tags/items/stones/marble.json | 6 - .../tags/items/stones/marble/brick.json | 6 - .../tags/items/stones/marble/smooth.json | 6 - .../items/stones/marble/smooth_brick.json | 6 - .../tags/items/stones/novaculite.json | 6 - .../tags/items/stones/novaculite/brick.json | 6 - .../tags/items/stones/novaculite/smooth.json | 6 - .../items/stones/novaculite/smooth_brick.json | 6 - .../tags/items/stones/pegmatite.json | 6 - .../tags/items/stones/pegmatite/brick.json | 6 - .../tags/items/stones/pegmatite/smooth.json | 6 - .../items/stones/pegmatite/smooth_brick.json | 6 - .../tags/items/stones/peridotite.json | 6 - .../tags/items/stones/peridotite/brick.json | 6 - .../tags/items/stones/peridotite/smooth.json | 6 - .../items/stones/peridotite/smooth_brick.json | 6 - .../tags/items/stones/phyllite.json | 6 - .../tags/items/stones/phyllite/brick.json | 6 - .../tags/items/stones/phyllite/smooth.json | 6 - .../items/stones/phyllite/smooth_brick.json | 6 - .../tags/items/stones/quartzite.json | 6 - .../tags/items/stones/quartzite/brick.json | 6 - .../tags/items/stones/quartzite/smooth.json | 6 - .../items/stones/quartzite/smooth_brick.json | 6 - .../tags/items/stones/rhyolite.json | 6 - .../tags/items/stones/rhyolite/brick.json | 6 - .../tags/items/stones/rhyolite/smooth.json | 6 - .../items/stones/rhyolite/smooth_brick.json | 6 - .../tags/items/stones/rock_salt.json | 6 - .../tags/items/stones/rock_salt/brick.json | 6 - .../tags/items/stones/rock_salt/smooth.json | 6 - .../items/stones/rock_salt/smooth_brick.json | 6 - .../mineralogy/tags/items/stones/schist.json | 6 - .../tags/items/stones/schist/brick.json | 6 - .../tags/items/stones/schist/smooth.json | 6 - .../items/stones/schist/smooth_brick.json | 6 - .../mineralogy/tags/items/stones/scoria.json | 6 - .../tags/items/stones/scoria/brick.json | 6 - .../tags/items/stones/scoria/smooth.json | 6 - .../items/stones/scoria/smooth_brick.json | 6 - .../mineralogy/tags/items/stones/shale.json | 6 - .../tags/items/stones/shale/brick.json | 6 - .../tags/items/stones/shale/smooth.json | 6 - .../tags/items/stones/shale/smooth_brick.json | 6 - .../tags/items/stones/siltstone.json | 6 - .../tags/items/stones/siltstone/brick.json | 6 - .../tags/items/stones/siltstone/smooth.json | 6 - .../items/stones/siltstone/smooth_brick.json | 6 - .../mineralogy/tags/items/stones/slate.json | 6 - .../tags/items/stones/slate/brick.json | 6 - .../tags/items/stones/slate/smooth.json | 6 - .../tags/items/stones/slate/smooth_brick.json | 6 - .../mineralogy/tags/items/stones/tuff.json | 7 - .../tags/items/stones/tuff/brick.json | 6 - .../tags/items/stones/tuff/smooth.json | 6 - .../tags/items/stones/tuff/smooth_brick.json | 6 - .../crusher_inputs/rocks.json | 0 .../{items => item}/crusher_inputs/rocks.json | 0 src/main/resources/pack.mcmeta | 2 +- .../HistoricalOilCompatibilityProbe.java | 13 +- .../resources/META-INF/neoforge.mods.toml | 6 +- .../c/tags/{fluids => fluid}/crude_oil.json | 0 .../{items => item}/buckets/crude_oil.json | 0 .../data/forge/tags/fluid}/crude_oil.json | 0 .../data/forge/tags/fluids/crude_oil.json | 6 - .../forge/tags/item}/buckets/crude_oil.json | 0 .../forge/tags/items/buckets/crude_oil.json | 6 - .../resources/pack.mcmeta | 2 +- .../fixture/RecipeIntegrationProbe.java | 207 ++++++++++++------ .../resources/META-INF/neoforge.mods.toml | 6 +- .../resources/pack.mcmeta | 2 +- .../mineralogy/LocalizationQualityTest.java | 2 +- .../mineralogy/NativeRecipeManagerTest.java | 22 +- .../mc/mineralogy/ResourceContractTest.java | 160 +++++++++----- .../mc/mineralogy/WorkflowContractTest.java | 12 +- .../compat/CobblestoneTagPolicyTest.java | 9 +- 7492 files changed, 83901 insertions(+), 83270 deletions(-) create mode 100644 src/main/resources/data/c/tags/block/cobblestones.json rename src/main/resources/data/c/tags/{blocks => block}/ores/nitrate.json (100%) rename src/main/resources/data/c/tags/{blocks => block}/ores/phosphorous.json (100%) rename src/main/resources/data/c/tags/{blocks => block}/ores/sulfur.json (100%) rename src/main/resources/data/c/tags/{blocks => block}/storage_blocks/chalk.json (100%) rename src/main/resources/data/c/tags/{blocks => block}/storage_blocks/gypsum.json (100%) rename src/main/resources/data/c/tags/{blocks => block}/storage_blocks/nitrate.json (100%) rename src/main/resources/data/c/tags/{blocks => block}/storage_blocks/phosphorous.json (100%) rename src/main/resources/data/c/tags/{blocks => block}/storage_blocks/rock_salt.json (100%) rename src/main/resources/data/c/tags/{blocks => block}/storage_blocks/sulfur.json (100%) delete mode 100644 src/main/resources/data/c/tags/blocks/cobblestones.json create mode 100644 src/main/resources/data/c/tags/fluid/crude_oil.json delete mode 100644 src/main/resources/data/c/tags/fluids/crude_oil.json create mode 100644 src/main/resources/data/c/tags/item/buckets/crude_oil.json create mode 100644 src/main/resources/data/c/tags/item/cobblestones.json create mode 100644 src/main/resources/data/c/tags/item/dusts/carbon.json rename src/main/resources/data/c/tags/{items => item}/dusts/chalk.json (100%) create mode 100644 src/main/resources/data/c/tags/item/dusts/coal.json rename src/main/resources/data/c/tags/{items => item}/dusts/gypsum.json (100%) rename src/main/resources/data/c/tags/{items => item}/dusts/nitrate.json (100%) rename src/main/resources/data/c/tags/{items => item}/dusts/phosphorous.json (100%) rename src/main/resources/data/c/tags/{items => item}/dusts/rock_salt.json (100%) rename src/main/resources/data/c/tags/{items => item}/dusts/sulfur.json (100%) rename src/main/resources/data/c/tags/{items => item}/ores/nitrate.json (100%) rename src/main/resources/data/c/tags/{items => item}/ores/phosphorous.json (100%) rename src/main/resources/data/c/tags/{items => item}/ores/sulfur.json (100%) rename src/main/resources/data/c/tags/{items => item}/storage_blocks/chalk.json (100%) rename src/main/resources/data/c/tags/{items => item}/storage_blocks/gypsum.json (100%) rename src/main/resources/data/c/tags/{items => item}/storage_blocks/nitrate.json (100%) rename src/main/resources/data/c/tags/{items => item}/storage_blocks/phosphorous.json (100%) rename src/main/resources/data/c/tags/{items => item}/storage_blocks/rock_salt.json (100%) rename src/main/resources/data/c/tags/{items => item}/storage_blocks/sulfur.json (100%) delete mode 100644 src/main/resources/data/c/tags/items/buckets/crude_oil.json delete mode 100644 src/main/resources/data/c/tags/items/cobblestones.json delete mode 100644 src/main/resources/data/c/tags/items/dusts/carbon.json delete mode 100644 src/main/resources/data/c/tags/items/dusts/coal.json rename src/main/resources/data/{minecraft/tags/items/stone_crafting_materials.json => forge/tags/block/cobblestone.json} (100%) create mode 100644 src/main/resources/data/forge/tags/block/ores/nitrate.json create mode 100644 src/main/resources/data/forge/tags/block/ores/phosphorous.json create mode 100644 src/main/resources/data/forge/tags/block/ores/sulfur.json create mode 100644 src/main/resources/data/forge/tags/block/storage_blocks/chalk.json create mode 100644 src/main/resources/data/forge/tags/block/storage_blocks/gypsum.json create mode 100644 src/main/resources/data/forge/tags/block/storage_blocks/nitrate.json create mode 100644 src/main/resources/data/forge/tags/block/storage_blocks/phosphorous.json create mode 100644 src/main/resources/data/forge/tags/block/storage_blocks/rock_salt.json create mode 100644 src/main/resources/data/forge/tags/block/storage_blocks/sulfur.json delete mode 100644 src/main/resources/data/forge/tags/blocks/cobblestone.json delete mode 100644 src/main/resources/data/forge/tags/blocks/ores/nitrate.json delete mode 100644 src/main/resources/data/forge/tags/blocks/ores/phosphorous.json delete mode 100644 src/main/resources/data/forge/tags/blocks/ores/sulfur.json delete mode 100644 src/main/resources/data/forge/tags/blocks/storage_blocks/chalk.json delete mode 100644 src/main/resources/data/forge/tags/blocks/storage_blocks/gypsum.json delete mode 100644 src/main/resources/data/forge/tags/blocks/storage_blocks/nitrate.json delete mode 100644 src/main/resources/data/forge/tags/blocks/storage_blocks/phosphorous.json delete mode 100644 src/main/resources/data/forge/tags/blocks/storage_blocks/rock_salt.json delete mode 100644 src/main/resources/data/forge/tags/blocks/storage_blocks/sulfur.json create mode 100644 src/main/resources/data/forge/tags/fluid/crude_oil.json create mode 100644 src/main/resources/data/forge/tags/item/buckets/crude_oil.json rename src/main/resources/data/{minecraft/tags/items/stone_tool_materials.json => forge/tags/item/cobblestone.json} (100%) create mode 100644 src/main/resources/data/forge/tags/item/dusts/carbon.json create mode 100644 src/main/resources/data/forge/tags/item/dusts/chalk.json create mode 100644 src/main/resources/data/forge/tags/item/dusts/coal.json create mode 100644 src/main/resources/data/forge/tags/item/dusts/gypsum.json create mode 100644 src/main/resources/data/forge/tags/item/dusts/nitrate.json create mode 100644 src/main/resources/data/forge/tags/item/dusts/phosphorous.json create mode 100644 src/main/resources/data/forge/tags/item/dusts/rock_salt.json create mode 100644 src/main/resources/data/forge/tags/item/dusts/sulfur.json rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/black.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/blue.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/brown.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/cyan.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/gray.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/green.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/light_blue.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/light_gray.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/lime.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/magenta.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/orange.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/pink.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/purple.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/red.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/white.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/dyes/yellow.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/lamps/rock_salt.json (100%) rename src/main/resources/data/{c/tags/items => forge/tags/item}/lamps/rock_salt_street.json (100%) create mode 100644 src/main/resources/data/forge/tags/item/ores/nitrate.json create mode 100644 src/main/resources/data/forge/tags/item/ores/phosphorous.json create mode 100644 src/main/resources/data/forge/tags/item/ores/sulfur.json rename src/main/resources/data/{c/tags/items => forge/tags/item}/paper.json (100%) rename src/main/resources/data/{c/tags/items/sands.json => forge/tags/item/sand.json} (100%) create mode 100644 src/main/resources/data/forge/tags/item/storage_blocks/chalk.json create mode 100644 src/main/resources/data/forge/tags/item/storage_blocks/gypsum.json create mode 100644 src/main/resources/data/forge/tags/item/storage_blocks/nitrate.json create mode 100644 src/main/resources/data/forge/tags/item/storage_blocks/phosphorous.json create mode 100644 src/main/resources/data/forge/tags/item/storage_blocks/rock_salt.json create mode 100644 src/main/resources/data/forge/tags/item/storage_blocks/sulfur.json delete mode 100644 src/main/resources/data/forge/tags/items/cobblestone.json delete mode 100644 src/main/resources/data/forge/tags/items/dusts/carbon.json delete mode 100644 src/main/resources/data/forge/tags/items/dusts/chalk.json delete mode 100644 src/main/resources/data/forge/tags/items/dusts/coal.json delete mode 100644 src/main/resources/data/forge/tags/items/dusts/gypsum.json delete mode 100644 src/main/resources/data/forge/tags/items/dusts/nitrate.json delete mode 100644 src/main/resources/data/forge/tags/items/dusts/phosphorous.json delete mode 100644 src/main/resources/data/forge/tags/items/dusts/rock_salt.json delete mode 100644 src/main/resources/data/forge/tags/items/dusts/sulfur.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/black.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/blue.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/brown.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/cyan.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/gray.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/green.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/light_blue.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/light_gray.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/lime.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/magenta.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/orange.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/pink.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/purple.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/red.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/white.json delete mode 100644 src/main/resources/data/forge/tags/items/dyes/yellow.json delete mode 100644 src/main/resources/data/forge/tags/items/lamps/rock_salt.json delete mode 100644 src/main/resources/data/forge/tags/items/lamps/rock_salt_street.json delete mode 100644 src/main/resources/data/forge/tags/items/ores/nitrate.json delete mode 100644 src/main/resources/data/forge/tags/items/ores/phosphorous.json delete mode 100644 src/main/resources/data/forge/tags/items/ores/sulfur.json delete mode 100644 src/main/resources/data/forge/tags/items/paper.json delete mode 100644 src/main/resources/data/forge/tags/items/sand.json delete mode 100644 src/main/resources/data/forge/tags/items/storage_blocks/chalk.json delete mode 100644 src/main/resources/data/forge/tags/items/storage_blocks/gypsum.json delete mode 100644 src/main/resources/data/forge/tags/items/storage_blocks/nitrate.json delete mode 100644 src/main/resources/data/forge/tags/items/storage_blocks/phosphorous.json delete mode 100644 src/main/resources/data/forge/tags/items/storage_blocks/rock_salt.json delete mode 100644 src/main/resources/data/forge/tags/items/storage_blocks/sulfur.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/brewing/brewing_stand.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/building_blocks/andesite.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/building_blocks/diorite.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/building_blocks/mossy_cobblestone_from_moss_block.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/building_blocks/mossy_cobblestone_from_vine.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_andesite.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_basalt.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_diorite.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_granite.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_tuff.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/combat/stone_sword.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/decorations/furnace.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/redstone/dispenser.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/redstone/dropper.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/redstone/lever.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/redstone/observer.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/redstone/piston.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/tools/stone_axe.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/tools/stone_hoe.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/tools/stone_pickaxe.json create mode 100644 src/main/resources/data/minecraft/advancement/recipes/tools/stone_shovel.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/brewing/brewing_stand.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/building_blocks/andesite.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/building_blocks/diorite.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/building_blocks/mossy_cobblestone_from_moss_block.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/building_blocks/mossy_cobblestone_from_vine.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_andesite.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_basalt.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_diorite.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_granite.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/combat/stone_sword.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/decorations/furnace.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/redstone/dispenser.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/redstone/dropper.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/redstone/lever.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/redstone/observer.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/redstone/piston.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/tools/stone_axe.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/tools/stone_hoe.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/tools/stone_pickaxe.json delete mode 100644 src/main/resources/data/minecraft/advancements/recipes/tools/stone_shovel.json create mode 100644 src/main/resources/data/minecraft/recipe/andesite.json create mode 100644 src/main/resources/data/minecraft/recipe/andesite_slab.json create mode 100644 src/main/resources/data/minecraft/recipe/andesite_slab_from_andesite_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/brewing_stand.json create mode 100644 src/main/resources/data/minecraft/recipe/coast_armor_trim_smithing_template.json create mode 100644 src/main/resources/data/minecraft/recipe/diorite.json create mode 100644 src/main/resources/data/minecraft/recipe/diorite_slab.json create mode 100644 src/main/resources/data/minecraft/recipe/diorite_slab_from_diorite_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/dispenser.json create mode 100644 src/main/resources/data/minecraft/recipe/dropper.json create mode 100644 src/main/resources/data/minecraft/recipe/furnace.json create mode 100644 src/main/resources/data/minecraft/recipe/granite_slab.json create mode 100644 src/main/resources/data/minecraft/recipe/granite_slab_from_granite_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/lever.json create mode 100644 src/main/resources/data/minecraft/recipe/mossy_cobblestone_from_moss_block.json create mode 100644 src/main/resources/data/minecraft/recipe/mossy_cobblestone_from_vine.json create mode 100644 src/main/resources/data/minecraft/recipe/observer.json create mode 100644 src/main/resources/data/minecraft/recipe/piston.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_andesite.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_andesite_slab.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_andesite_slab_from_andesite_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_andesite_slab_from_polished_andesite_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_basalt.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_diorite.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_diorite_slab.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_diorite_slab_from_diorite_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_diorite_slab_from_polished_diorite_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_granite.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_granite_slab.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_granite_slab_from_granite_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_granite_slab_from_polished_granite_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_tuff.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_tuff_slab.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_tuff_slab_from_polished_tuff_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/polished_tuff_slab_from_tuff_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/sentry_armor_trim_smithing_template.json create mode 100644 src/main/resources/data/minecraft/recipe/stone_axe.json create mode 100644 src/main/resources/data/minecraft/recipe/stone_hoe.json create mode 100644 src/main/resources/data/minecraft/recipe/stone_pickaxe.json create mode 100644 src/main/resources/data/minecraft/recipe/stone_shovel.json create mode 100644 src/main/resources/data/minecraft/recipe/stone_sword.json create mode 100644 src/main/resources/data/minecraft/recipe/tuff_brick_slab.json create mode 100644 src/main/resources/data/minecraft/recipe/tuff_brick_slab_from_polished_tuff_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/tuff_brick_slab_from_tuff_bricks_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/tuff_brick_slab_from_tuff_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/tuff_slab.json create mode 100644 src/main/resources/data/minecraft/recipe/tuff_slab_from_tuff_stonecutting.json create mode 100644 src/main/resources/data/minecraft/recipe/vex_armor_trim_smithing_template.json delete mode 100644 src/main/resources/data/minecraft/recipes/andesite.json delete mode 100644 src/main/resources/data/minecraft/recipes/andesite_slab.json delete mode 100644 src/main/resources/data/minecraft/recipes/andesite_slab_from_andesite_stonecutting.json delete mode 100644 src/main/resources/data/minecraft/recipes/brewing_stand.json delete mode 100644 src/main/resources/data/minecraft/recipes/coast_armor_trim_smithing_template.json delete mode 100644 src/main/resources/data/minecraft/recipes/diorite.json delete mode 100644 src/main/resources/data/minecraft/recipes/diorite_slab.json delete mode 100644 src/main/resources/data/minecraft/recipes/diorite_slab_from_diorite_stonecutting.json delete mode 100644 src/main/resources/data/minecraft/recipes/dispenser.json delete mode 100644 src/main/resources/data/minecraft/recipes/dropper.json delete mode 100644 src/main/resources/data/minecraft/recipes/furnace.json delete mode 100644 src/main/resources/data/minecraft/recipes/granite_slab.json delete mode 100644 src/main/resources/data/minecraft/recipes/granite_slab_from_granite_stonecutting.json delete mode 100644 src/main/resources/data/minecraft/recipes/lever.json delete mode 100644 src/main/resources/data/minecraft/recipes/mossy_cobblestone_from_moss_block.json delete mode 100644 src/main/resources/data/minecraft/recipes/mossy_cobblestone_from_vine.json delete mode 100644 src/main/resources/data/minecraft/recipes/observer.json delete mode 100644 src/main/resources/data/minecraft/recipes/piston.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_andesite.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_andesite_slab.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_andesite_slab_from_andesite_stonecutting.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_andesite_slab_from_polished_andesite_stonecutting.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_basalt.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_diorite.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_diorite_slab.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_diorite_slab_from_diorite_stonecutting.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_diorite_slab_from_polished_diorite_stonecutting.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_granite.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_granite_slab.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_granite_slab_from_granite_stonecutting.json delete mode 100644 src/main/resources/data/minecraft/recipes/polished_granite_slab_from_polished_granite_stonecutting.json delete mode 100644 src/main/resources/data/minecraft/recipes/sentry_armor_trim_smithing_template.json delete mode 100644 src/main/resources/data/minecraft/recipes/stone_axe.json delete mode 100644 src/main/resources/data/minecraft/recipes/stone_hoe.json delete mode 100644 src/main/resources/data/minecraft/recipes/stone_pickaxe.json delete mode 100644 src/main/resources/data/minecraft/recipes/stone_shovel.json delete mode 100644 src/main/resources/data/minecraft/recipes/stone_sword.json delete mode 100644 src/main/resources/data/minecraft/recipes/vex_armor_trim_smithing_template.json rename src/main/resources/data/minecraft/tags/{blocks => block}/mineable/pickaxe.json (100%) rename src/main/resources/data/minecraft/tags/{blocks => block}/needs_iron_tool.json (100%) rename src/main/resources/data/minecraft/tags/{blocks => block}/needs_stone_tool.json (100%) rename src/main/resources/data/minecraft/tags/{blocks => block}/walls.json (100%) create mode 100644 src/main/resources/data/minecraft/tags/item/stone_crafting_materials.json create mode 100644 src/main/resources/data/minecraft/tags/item/stone_tool_materials.json rename src/main/resources/data/minecraft/tags/{items => item}/walls.json (100%) rename src/main/resources/data/mineralogy/{advancements => advancement}/mineralogy/all_the_rocks.json (100%) create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/amphibolite_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/andesite_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basalt_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/chalk.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/chalk_dust.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/conglomerate_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diabase_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/diorite_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/dolomite_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_black.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_blue.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_brown.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_cyan.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_gray.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_green.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_light_blue.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_lime.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_magenta.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_orange.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_pink.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_purple.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_red.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_silver.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_white.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/drywall_yellow.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gabbro_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gneiss_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/granite_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gravel_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_carbon_dust.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_charcoal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_coal_dust.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_sugar.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gypsum.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/gypsum_dust.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/hornfels_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/limestone_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/marble_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/mineralfertilizer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/nitrate_block.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/nitrate_dust.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/novaculite_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/pegmatite_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/peridotite_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phosphorous_block.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phosphorous_dust.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/phyllite_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/quartzite_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rhyolite_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_dust.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rock_salt_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rocksaltlamp.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/rocksaltstreetlamp.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/schist_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/scoria_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/shale_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/siltstone_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/slate_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/sulfur_block.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/sulfur_dust.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_i.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_left.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_right.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_stairs.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_to_stone.json create mode 100644 src/main/resources/data/mineralogy/advancement/recipes/tuff_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/amphibolite_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_slab_from_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_slab_to_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_slab_from_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_slab_to_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/andesite_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basalt_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/chalk.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/chalk_dust.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/conglomerate_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diabase_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_slab_from_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_slab_to_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_slab_from_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_slab_to_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/diorite_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/dolomite_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_black.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_blue.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_brown.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_cyan.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_gray.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_green.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_light_blue.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_lime.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_magenta.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_orange.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_pink.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_purple.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_red.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_silver.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_white.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/drywall_yellow.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gabbro_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gneiss_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_slab_from_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_slab_to_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_slab_from_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_slab_to_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/granite_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gravel_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_carbon_dust.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_charcoal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_coal_dust.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_sugar.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gypsum.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/gypsum_dust.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/hornfels_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/limestone_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/marble_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/mineralfertilizer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/nitrate_block.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/nitrate_dust.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/novaculite_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/pegmatite_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/peridotite_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phosphorous_block.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phosphorous_dust.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/phyllite_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/quartzite_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rhyolite_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_dust.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rock_salt_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rocksaltlamp.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/rocksaltstreetlamp.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/schist_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/scoria_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/shale_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/siltstone_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/slate_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/sulfur_block.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/sulfur_dust.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_stairs.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/advancements/recipes/tuff_wall.json rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/amphibolite_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/andesite_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basalt_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/basaltic_glass_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/chalk.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/chert.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/conglomerate_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diabase_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/diorite_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/dolomite_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_black.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_blue.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_brown.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_cyan.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_gray.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_green.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_light_blue.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_lime.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_magenta.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_orange.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_pink.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_purple.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_red.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_silver.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_white.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/drywall_yellow.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gabbro_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gneiss_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/granite_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/gypsum.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/hornfels_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/limestone_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/marble_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/nitrate_block.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/nitrate_ore.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/novaculite_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pegmatite_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/peridotite_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phosphorous_block.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phosphorous_ore.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/phyllite_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/pumice.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/quartzite_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rhyolite_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rock_salt_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rocksaltlamp.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/rocksaltstreetlamp.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/schist_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/scoria_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/shale_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/siltstone_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/slate_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/sulfur_block.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/sulfur_ore.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_axe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_blank.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_cross.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_hammer.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_hoe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_horizontal.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_i.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_left.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_pickaxe.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_plus.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_right.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_sword.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_relief_vertical.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_smooth.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_smooth_brick.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_smooth_brick_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_smooth_brick_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_smooth_brick_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_smooth_brick_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_smooth_furnace.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_smooth_slab.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_smooth_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_smooth_wall.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_stairs.json (100%) rename src/main/resources/data/mineralogy/{loot_tables => loot_table}/blocks/tuff_wall.json (100%) create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/amphibolite_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_smooth_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_smooth_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/andesite_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/basalt_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/basaltic_glass_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/chalk.json create mode 100644 src/main/resources/data/mineralogy/recipe/chalk_dust.json create mode 100644 src/main/resources/data/mineralogy/recipe/cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/conglomerate_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/diabase_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_smooth_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_smooth_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/diorite_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/dolomite_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_black.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_blue.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_brown.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_cyan.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_gray.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_green.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_light_blue.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_lime.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_magenta.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_orange.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_pink.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_purple.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_red.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_silver.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_white.json create mode 100644 src/main/resources/data/mineralogy/recipe/drywall_yellow.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/gabbro_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/gneiss_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_smooth_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_smooth_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/granite_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/gravel_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/gunpowder_from_carbon_dust.json create mode 100644 src/main/resources/data/mineralogy/recipe/gunpowder_from_charcoal.json create mode 100644 src/main/resources/data/mineralogy/recipe/gunpowder_from_coal_dust.json create mode 100644 src/main/resources/data/mineralogy/recipe/gunpowder_from_sugar.json create mode 100644 src/main/resources/data/mineralogy/recipe/gypsum.json create mode 100644 src/main/resources/data/mineralogy/recipe/gypsum_dust.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/hornfels_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/limestone_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/marble_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/mineralfertilizer.json create mode 100644 src/main/resources/data/mineralogy/recipe/nitrate_block.json create mode 100644 src/main/resources/data/mineralogy/recipe/nitrate_dust.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/novaculite_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/pegmatite_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/peridotite_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/phosphorous_block.json create mode 100644 src/main/resources/data/mineralogy/recipe/phosphorous_dust.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/phyllite_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/quartzite_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/rhyolite_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_dust.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/rock_salt_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/rocksaltlamp.json create mode 100644 src/main/resources/data/mineralogy/recipe/rocksaltstreetlamp.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/schist_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/scoria_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/shale_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/siltstone_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/slate_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/sulfur_block.json create mode 100644 src/main/resources/data/mineralogy/recipe/sulfur_dust.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_brick_block_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_brick_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_brick_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_brick_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_brick_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_brick_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_cobblestone.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_polished_brick_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_polished_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_polished_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_polished_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_polished_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_raw_slab_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_raw_slab_recombination.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_raw_slabs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_raw_stairs_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_raw_stairs_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_raw_wall_polishing.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_raw_walls_to_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_axe.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_blank.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_cross.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_hammer.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_hoe.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_horizontal.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_i.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_left.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_pickaxe.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_plus.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_right.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_sword.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_relief_vertical.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_smooth.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_smooth_furnace.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_smooth_slab.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_smooth_slab_from_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_smooth_slab_to_vanilla.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_smooth_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_smooth_wall.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_stairs.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_to_stone.json create mode 100644 src/main/resources/data/mineralogy/recipe/tuff_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/amphibolite_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_slab_from_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_slab_to_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_smooth_slab_from_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_smooth_slab_to_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/andesite_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basalt_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/basaltic_glass_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/chalk.json delete mode 100644 src/main/resources/data/mineralogy/recipes/chalk_dust.json delete mode 100644 src/main/resources/data/mineralogy/recipes/cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/conglomerate_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diabase_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_slab_from_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_slab_to_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_smooth_slab_from_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_smooth_slab_to_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/diorite_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/dolomite_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_black.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_blue.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_brown.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_cyan.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_gray.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_green.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_light_blue.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_lime.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_magenta.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_orange.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_pink.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_purple.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_red.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_silver.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_white.json delete mode 100644 src/main/resources/data/mineralogy/recipes/drywall_yellow.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gabbro_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gneiss_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_slab_from_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_slab_to_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_smooth_slab_from_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_smooth_slab_to_vanilla.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/granite_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gravel_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gunpowder_from_carbon_dust.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gunpowder_from_charcoal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gunpowder_from_coal_dust.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gunpowder_from_sugar.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gypsum.json delete mode 100644 src/main/resources/data/mineralogy/recipes/gypsum_dust.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/hornfels_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/limestone_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/marble_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/mineralfertilizer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/nitrate_block.json delete mode 100644 src/main/resources/data/mineralogy/recipes/nitrate_dust.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/novaculite_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/pegmatite_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/peridotite_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phosphorous_block.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phosphorous_dust.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/phyllite_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/quartzite_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rhyolite_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_dust.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rock_salt_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rocksaltlamp.json delete mode 100644 src/main/resources/data/mineralogy/recipes/rocksaltstreetlamp.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/schist_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/scoria_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/shale_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/siltstone_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/slate_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/sulfur_block.json delete mode 100644 src/main/resources/data/mineralogy/recipes/sulfur_dust.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_brick_block_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_brick_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_brick_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_brick_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_cobblestone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_polished_brick_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_polished_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_polished_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_polished_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_polished_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_raw_slab_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_raw_slab_recombination.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_raw_slabs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_raw_stairs_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_raw_stairs_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_raw_wall_polishing.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_raw_walls_to_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_axe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_blank.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_cross.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_hammer.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_hoe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_horizontal.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_i.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_left.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_pickaxe.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_plus.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_right.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_sword.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_relief_vertical.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_smooth.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_smooth_furnace.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_smooth_slab.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_smooth_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_smooth_wall.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_stairs.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_to_stone.json delete mode 100644 src/main/resources/data/mineralogy/recipes/tuff_wall.json rename src/main/resources/data/mineralogy/tags/{blocks => block}/rocks.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks => block}/rocks/igneous.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks => block}/rocks/metamorphic.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks => block}/rocks/sedimentary.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks => block}/standard_rocks.json (100%) create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/amphibolite.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/andesite.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/basalt.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/basaltic_glass.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/conglomerate.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/diabase.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/diorite.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/dolomite.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/gabbro.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/gneiss.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/granite.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/hornfels.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/limestone.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/marble.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/novaculite.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/pegmatite.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/peridotite.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/phyllite.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/quartzite.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/rhyolite.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/rock_salt.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/schist.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/scoria.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/shale.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/siltstone.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/slate.json create mode 100644 src/main/resources/data/mineralogy/tags/block/stones/tuff.json create mode 100644 src/main/resources/data/mineralogy/tags/item/cobblestone_equivalents.json rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/amphibolite.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/andesite.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/basalt.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/basaltic_glass.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/conglomerate.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/diabase.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/diorite.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/dolomite.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/gabbro.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/gneiss.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/granite.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/hornfels.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/limestone.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/marble.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/novaculite.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/pegmatite.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/peridotite.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/phyllite.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/quartzite.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/rhyolite.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/rock_salt.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/schist.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/scoria.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/shale.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/siltstone.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/slate.json (100%) rename src/main/resources/data/mineralogy/tags/{blocks/stones => item/crafting_materials}/tuff.json (100%) rename src/main/resources/data/mineralogy/tags/{items => item}/drywall/white.json (100%) rename src/main/resources/data/mineralogy/tags/{items => item}/rocks.json (100%) rename src/main/resources/data/mineralogy/tags/{items => item}/rocks/igneous.json (100%) rename src/main/resources/data/mineralogy/tags/{items => item}/rocks/metamorphic.json (100%) rename src/main/resources/data/mineralogy/tags/{items => item}/rocks/sedimentary.json (100%) create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/amphibolite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/amphibolite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/amphibolite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/amphibolite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/andesite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/andesite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/andesite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/andesite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/basalt.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/basalt/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/basalt/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/basalt/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/conglomerate.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/conglomerate/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/conglomerate/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/conglomerate/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/diabase.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/diabase/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/diabase/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/diabase/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/diorite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/diorite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/diorite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/diorite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/dolomite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/dolomite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/dolomite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/dolomite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/gabbro.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/gabbro/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/gabbro/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/gabbro/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/gneiss.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/gneiss/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/gneiss/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/gneiss/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/granite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/granite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/granite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/granite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/hornfels.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/hornfels/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/hornfels/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/hornfels/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/limestone.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/limestone/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/limestone/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/limestone/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/marble.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/marble/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/marble/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/marble/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/novaculite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/novaculite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/novaculite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/novaculite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/pegmatite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/pegmatite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/pegmatite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/pegmatite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/peridotite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/peridotite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/peridotite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/peridotite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/phyllite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/phyllite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/phyllite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/phyllite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/quartzite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/quartzite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/quartzite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/quartzite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/rhyolite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/rhyolite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/rhyolite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/rhyolite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/rock_salt.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/rock_salt/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/rock_salt/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/rock_salt/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/schist.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/schist/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/schist/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/schist/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/scoria.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/scoria/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/scoria/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/scoria/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/shale.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/shale/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/shale/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/shale/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/siltstone.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/siltstone/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/siltstone/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/siltstone/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/slate.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/slate/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/slate/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/slate/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/tuff.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/tuff/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/tuff/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/slabs/tuff/smooth_brick.json rename src/main/resources/data/mineralogy/tags/{items => item}/standard_rocks.json (100%) create mode 100644 src/main/resources/data/mineralogy/tags/item/stone_crafting_materials.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stone_tool_materials.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/amphibolite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/amphibolite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/amphibolite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/amphibolite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/andesite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/andesite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/andesite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/andesite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/basalt.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/basalt/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/basalt/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/basalt/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/conglomerate.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/conglomerate/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/conglomerate/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/conglomerate/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/diabase.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/diabase/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/diabase/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/diabase/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/diorite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/diorite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/diorite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/diorite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/dolomite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/dolomite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/dolomite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/dolomite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/gabbro.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/gabbro/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/gabbro/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/gabbro/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/gneiss.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/gneiss/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/gneiss/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/gneiss/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/granite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/granite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/granite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/granite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/hornfels.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/hornfels/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/hornfels/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/hornfels/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/limestone.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/limestone/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/limestone/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/limestone/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/marble.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/marble/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/marble/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/marble/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/novaculite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/novaculite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/novaculite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/novaculite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/pegmatite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/pegmatite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/pegmatite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/pegmatite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/peridotite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/peridotite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/peridotite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/peridotite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/phyllite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/phyllite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/phyllite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/phyllite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/quartzite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/quartzite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/quartzite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/quartzite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/rhyolite.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/rhyolite/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/rhyolite/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/rhyolite/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/rock_salt.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/rock_salt/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/rock_salt/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/rock_salt/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/schist.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/schist/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/schist/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/schist/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/scoria.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/scoria/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/scoria/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/scoria/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/shale.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/shale/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/shale/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/shale/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/siltstone.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/siltstone/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/siltstone/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/siltstone/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/slate.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/slate/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/slate/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/slate/smooth_brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/tuff.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/tuff/brick.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/tuff/smooth.json create mode 100644 src/main/resources/data/mineralogy/tags/item/stones/tuff/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/cobblestone_equivalents.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/amphibolite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/andesite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/basalt.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/basaltic_glass.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/conglomerate.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/diabase.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/diorite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/dolomite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/gabbro.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/gneiss.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/granite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/hornfels.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/limestone.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/marble.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/novaculite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/pegmatite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/peridotite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/phyllite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/quartzite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/rhyolite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/rock_salt.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/schist.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/scoria.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/shale.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/siltstone.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/slate.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/crafting_materials/tuff.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/amphibolite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/amphibolite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/amphibolite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/amphibolite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/andesite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/andesite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/andesite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/andesite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/basalt.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/basalt/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/basalt/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/basalt/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/conglomerate.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/conglomerate/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/conglomerate/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/conglomerate/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/diabase.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/diabase/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/diabase/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/diabase/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/diorite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/diorite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/diorite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/diorite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/dolomite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/dolomite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/dolomite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/dolomite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/gabbro.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/gabbro/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/gabbro/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/gabbro/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/gneiss.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/gneiss/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/gneiss/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/gneiss/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/granite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/granite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/granite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/granite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/hornfels.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/hornfels/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/hornfels/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/hornfels/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/limestone.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/limestone/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/limestone/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/limestone/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/marble.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/marble/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/marble/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/marble/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/novaculite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/novaculite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/novaculite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/novaculite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/pegmatite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/pegmatite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/pegmatite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/pegmatite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/peridotite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/peridotite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/peridotite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/peridotite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/phyllite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/phyllite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/phyllite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/phyllite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/quartzite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/quartzite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/quartzite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/quartzite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/rhyolite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/rhyolite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/rhyolite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/rhyolite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/rock_salt.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/rock_salt/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/rock_salt/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/rock_salt/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/schist.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/schist/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/schist/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/schist/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/scoria.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/scoria/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/scoria/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/scoria/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/shale.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/shale/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/shale/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/shale/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/siltstone.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/siltstone/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/siltstone/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/siltstone/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/slate.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/slate/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/slate/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/slate/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/tuff.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/tuff/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/tuff/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/slabs/tuff/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stone_crafting_materials.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stone_tool_materials.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/amphibolite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/amphibolite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/amphibolite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/amphibolite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/andesite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/andesite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/andesite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/andesite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/basalt.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/basalt/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/basalt/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/basalt/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/conglomerate.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/conglomerate/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/conglomerate/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/conglomerate/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/diabase.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/diabase/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/diabase/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/diabase/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/diorite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/diorite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/diorite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/diorite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/dolomite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/dolomite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/dolomite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/dolomite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/gabbro.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/gabbro/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/gabbro/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/gabbro/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/gneiss.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/gneiss/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/gneiss/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/gneiss/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/granite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/granite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/granite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/granite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/hornfels.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/hornfels/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/hornfels/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/hornfels/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/limestone.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/limestone/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/limestone/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/limestone/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/marble.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/marble/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/marble/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/marble/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/novaculite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/novaculite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/novaculite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/novaculite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/pegmatite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/pegmatite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/pegmatite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/pegmatite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/peridotite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/peridotite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/peridotite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/peridotite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/phyllite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/phyllite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/phyllite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/phyllite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/quartzite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/quartzite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/quartzite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/quartzite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/rhyolite.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/rhyolite/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/rhyolite/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/rhyolite/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/rock_salt.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/rock_salt/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/rock_salt/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/rock_salt/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/schist.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/schist/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/schist/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/schist/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/scoria.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/scoria/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/scoria/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/scoria/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/shale.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/shale/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/shale/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/shale/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/siltstone.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/siltstone/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/siltstone/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/siltstone/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/slate.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/slate/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/slate/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/slate/smooth_brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/tuff.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/tuff/brick.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/tuff/smooth.json delete mode 100644 src/main/resources/data/mineralogy/tags/items/stones/tuff/smooth_brick.json rename src/main/resources/data/poweradvantage/tags/{blocks => block}/crusher_inputs/rocks.json (100%) rename src/main/resources/data/poweradvantage/tags/{items => item}/crusher_inputs/rocks.json (100%) rename src/oilCompatibilityTest/resources/data/c/tags/{fluids => fluid}/crude_oil.json (100%) rename src/oilCompatibilityTest/resources/data/c/tags/{items => item}/buckets/crude_oil.json (100%) rename src/{main/resources/data/forge/tags/fluids => oilCompatibilityTest/resources/data/forge/tags/fluid}/crude_oil.json (100%) delete mode 100644 src/oilCompatibilityTest/resources/data/forge/tags/fluids/crude_oil.json rename src/{main/resources/data/forge/tags/items => oilCompatibilityTest/resources/data/forge/tags/item}/buckets/crude_oil.json (100%) delete mode 100644 src/oilCompatibilityTest/resources/data/forge/tags/items/buckets/crude_oil.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e8e51f36..319cdec59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,19 +1,19 @@ -name: Mineralogy 1.20.6 NeoForge CI +name: Mineralogy 1.21.1 NeoForge CI on: push: branches: - - master-1.20.6-neo + - master-1.21.1-neo - 'feature/**' pull_request: branches: - - master-1.20.6-neo + - master-1.21.1-neo permissions: contents: read concurrency: - group: mineralogy-1.20.6-neo-${{ github.workflow }}-${{ github.ref }} + group: mineralogy-1.21.1-neo-${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: @@ -91,20 +91,20 @@ jobs: - name: Upload audited release candidate uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: - name: Mineralogy-1.20.6-neoforge-${{ github.sha }} + name: Mineralogy-1.21.1-neoforge-${{ github.sha }} if-no-files-found: error retention-days: 30 path: | - build/libs/Mineralogy-6.1.2.120062.jar - build/libs/Mineralogy-6.1.2.120062-sources.jar - build/libs/Mineralogy-6.1.2.120062-javadoc.jar + build/libs/Mineralogy-6.1.2.121012.jar + build/libs/Mineralogy-6.1.2.121012-sources.jar + build/libs/Mineralogy-6.1.2.121012-javadoc.jar build/release/SHA256SUMS CHANGELOG.txt - name: Upload diagnostics on failure if: failure() uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: - name: Mineralogy-1.20.6-neoforge-diagnostics-${{ github.sha }} + name: Mineralogy-1.21.1-neoforge-diagnostics-${{ github.sha }} if-no-files-found: ignore retention-days: 14 path: | diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5254ebfb9..d1972d7d9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -3,11 +3,11 @@ name: CodeQL on: push: branches: - - master-1.20.6-neo + - master-1.21.1-neo - 'feature/**' pull_request: branches: - - master-1.20.6-neo + - master-1.21.1-neo schedule: - cron: '43 7 * * 4' diff --git a/.github/workflows/validate-gradle-build.yml b/.github/workflows/validate-gradle-build.yml index 8097929a3..270142893 100644 --- a/.github/workflows/validate-gradle-build.yml +++ b/.github/workflows/validate-gradle-build.yml @@ -3,11 +3,11 @@ name: Validate Gradle Wrapper on: push: branches: - - master-1.20.6-neo + - master-1.21.1-neo - 'feature/**' pull_request: branches: - - master-1.20.6-neo + - master-1.21.1-neo permissions: contents: read diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3c0946133..2429098b4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,25 @@ +Mineralogy 6.1.2.121012 for Minecraft 1.21.1 NeoForge + +- Ported the accepted NeoForge feature and compatibility contract to Minecraft + 1.21.1 and NeoForge 21.1.247 while preserving every registry, NBT, provider, + configuration, migration, crude-oil, recipe, locale, guide, relief, mining, + furnace, and legacy-world identity. +- Converted server data to Minecraft 1.21.1's singular recipe, advancement, + loot-table, and tag directories, retaining NeoForge conditions and dynamic + cobblestone-tag rebinding without any Forge condition serializer. +- Reconciled Minecraft 1.21.1's complete native tuff family. Mineralogy's + upright-capable slabs win three crafting and six stonecutting routes; six + new exact bridge recipes preserve access to native raw, polished, and brick + tuff slabs; native stairs, walls, bricks, polished, and chiseled forms remain + available through their non-conflicting vanilla recipes. +- Increased the generated contract to 1,433 Mineralogy recipe/advancement + pairs, 18 slab bridges, 48 Minecraft recipe overrides, and 21 Minecraft + advancement overrides. Tuff plus sand produces vanilla polished tuff while + 2x2 raw tuff remains Mineralogy's brick route. +- Updated the build, metadata, CI, documentation, and exact OreSpawn pin for + Minecraft 1.21.1, NeoForge 21.1.247, OreSpawn 4.0.16.121012, Java 21, and + pack format 34. Mineralogy still registers no world generator. + Mineralogy 6.1.2.120062 for Minecraft 1.20.6 NeoForge - Added the first NeoForge Mineralogy baseline while retaining gameplay, diff --git a/README.md b/README.md index 73164b758..172518fba 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ [![Discord](https://img.shields.io/badge/Discord-MMD-green.svg?style=flat&logo=Discord)](https://discord.moddev.zone) [![CurseForge downloads](https://cf.way2muchnoise.eu/full_minecraft-mineralogy_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/minecraft-mineralogy) [![Supported Minecraft versions](https://cf.way2muchnoise.eu/versions/Minecraft_minecraft-mineralogy_all.svg)](https://www.curseforge.com/minecraft/mc-mods/minecraft-mineralogy) -[![Build, test, and audit](https://github.com/MinecraftModDevelopmentMods/MinecraftMineralogy/actions/workflows/ci.yml/badge.svg?branch=master-1.20.6-neo)](https://github.com/MinecraftModDevelopmentMods/MinecraftMineralogy/actions/workflows/ci.yml?query=branch%3Amaster-1.20.6-neo) +[![Build, test, and audit](https://github.com/MinecraftModDevelopmentMods/MinecraftMineralogy/actions/workflows/ci.yml/badge.svg?branch=master-1.21.1-neo)](https://github.com/MinecraftModDevelopmentMods/MinecraftMineralogy/actions/workflows/ci.yml?query=branch%3Amaster-1.21.1-neo) -# Mineralogy 6 for Minecraft 1.20.6 +# Mineralogy 6 for Minecraft 1.21.1 Mineralogy adds real-world rock families, matching construction blocks, mineral ores and dusts, rock furnaces, drywall, rock-salt lighting, fertilizer, and crude oil. OreSpawn 4 is the sole terrain, strata, ore, and deposit engine; Mineralogy no longer installs a parallel world generator. -This branch builds Mineralogy `6.1.2.120062` for NeoForge `20.6.139` and is built -and tested against OreSpawn `4.0.16.120062`. Its declared compatibility range is +This branch builds Mineralogy `6.1.2.121012` for NeoForge `21.1.247` and is built +and tested against OreSpawn `4.0.16.121012`. Its declared compatibility range is OreSpawn `[4.0.6,5.0.0)`. Install both mods on clients and servers. This is the NeoForge build. It is intentionally maintained separately from the -Forge 1.20.6 branch; use the jar that matches the loader in your modpack. +Forge 1.21.1 branch; use the jar that matches the loader in your modpack. ## Configuration and help diff --git a/build.gradle b/build.gradle index af7832cbb..43fb5d679 100644 --- a/build.gradle +++ b/build.gradle @@ -44,8 +44,8 @@ def versionParts = project.mod_version.toString().tokenize('.') if (versionParts.size() != 4 || !versionParts.every { it ==~ /\d+/ }) { throw new GradleException("mod_version must use Major.Minor.Bug.Target numeric form: ${project.mod_version}") } -if (versionParts[3] != '120062') { - throw new GradleException("Mineralogy 1.20.6 NeoForge releases must use target 120062: ${project.mod_version}") +if (versionParts[3] != '121012') { + throw new GradleException("Mineralogy 1.21.1 NeoForge releases must use target 121012: ${project.mod_version}") } java { @@ -162,7 +162,7 @@ configurations { dependencies { implementation "net.neoforged:neoforge:${project.neo_version}" - // NeoForge 20.6 uses official names in both development and production, so the + // NeoForge 21.1 uses official names in both development and production, so the // exact released OreSpawn artifact is suitable for ordinary runtime use. runtimeOnly "curse.maven:mmd-orespawn-${project.orespawn_curse_project_id}:${project.orespawn_curse_file_id}" orespawnRelease "curse.maven:mmd-orespawn-${project.orespawn_curse_project_id}:${project.orespawn_curse_file_id}" @@ -431,13 +431,13 @@ tasks.register('verifyMavenCoordinates') { tasks.register('verifyReleaseConfiguration') { group = 'verification' - description = 'Verifies the exact Mineralogy 1.20.6 NeoForge release identity.' + description = 'Verifies the exact Mineralogy 1.21.1 NeoForge release identity.' doLast { - if (project.mod_version != '6.1.2.120062' + if (project.mod_version != '6.1.2.121012' || project.mod_group != expectedMavenGroup - || project.minecraft_version != '1.20.6' - || project.neo_version != '20.6.139') { - throw new GradleException('Unexpected Mineralogy 1.20.6 NeoForge release identity') + || project.minecraft_version != '1.21.1' + || project.neo_version != '21.1.247') { + throw new GradleException('Unexpected Mineralogy 1.21.1 NeoForge release identity') } } } @@ -446,9 +446,9 @@ tasks.register('verifyReleaseDependencies') { group = 'verification' description = 'Resolves and verifies the exact released OreSpawn dependency.' doLast { - if (project.mod_version != '6.1.2.120062' + if (project.mod_version != '6.1.2.121012' || project.minecraft_version != project.mc_version - || project.mc_version != '1.20.6' + || project.mc_version != '1.21.1' || project.loader_name != 'neoforge' || project.loader_code != '2' || project.java_version != '21' @@ -457,9 +457,9 @@ tasks.register('verifyReleaseDependencies') { || project.curseforge_project_id != '240974') { throw new GradleException('Unexpected generic release dispatcher metadata') } - if (project.orespawn_version != '4.0.16.120062' || + if (project.orespawn_version != '4.0.16.121012' || project.orespawn_curse_project_id != '245586' || - project.orespawn_curse_file_id != '8800065') { + project.orespawn_curse_file_id != '8807135') { throw new GradleException('Unexpected OreSpawn release coordinates') } File artifact = configurations.orespawnRelease.resolvedConfiguration.resolvedArtifacts @@ -543,10 +543,16 @@ tasks.register('verifyReleaseArtifacts') { it == 'AGENTS.md' || it.contains('/agent-notes/') }) { throw new GradleException('Release jar contains a retired, test, probe, or agent-only path') } + if (names.any { name -> + name.matches('data/[^/]+/(recipes|advancements|loot_tables)/.*') || + name.matches('data/[^/]+/tags/(items|blocks|fluids)/.*') + }) { + throw new GradleException('Release jar contains a stale pre-1.21 plural data directory') + } def miningTagContracts = [ - 'data/minecraft/tags/blocks/mineable/pickaxe.json': [1133, 1080], - 'data/minecraft/tags/blocks/needs_iron_tool.json': [123, 120], - 'data/minecraft/tags/blocks/needs_stone_tool.json': [329, 320] + 'data/minecraft/tags/block/mineable/pickaxe.json': [1133, 1080], + 'data/minecraft/tags/block/needs_iron_tool.json': [123, 120], + 'data/minecraft/tags/block/needs_stone_tool.json': [329, 320] ] miningTagContracts.each { tagName, contract -> def entry = zip.getEntry(tagName) @@ -589,7 +595,7 @@ tasks.register('verifyReleaseArtifacts') { ?.dimensions?.get('minecraft:overworld') if (!provider.rocks.values().every { it.min_y == -64 && it.max_y == 319 } || oil?.min_y != -48 || oil?.max_y != 48) { - throw new GradleException('Packaged provider does not use Minecraft 1.20.6 world heights') + throw new GradleException('Packaged provider does not use Minecraft 1.21.1 world heights') } if (provider.rocks['mineralogy:rock/minecraft/basalt']?.block != 'minecraft:basalt' || provider.rocks['mineralogy:rock/minecraft/tuff']?.block != 'minecraft:tuff' || @@ -605,7 +611,7 @@ tasks.register('verifyReleaseArtifacts') { ore.dimensions?.get('minecraft:overworld')?.host_tags == ['minecraft:stone_ore_replaceables', 'minecraft:deepslate_ore_replaceables'] }) { - throw new GradleException('Packaged provider does not use the Minecraft 1.20.6 native-rock and deepslate contract') + throw new GradleException('Packaged provider does not use the Minecraft 1.21.1 native-rock and deepslate contract') } byte[] providerBytes = zip.getInputStream( zip.getEntry('data/mineralogy/orespawn/provider.json')).bytes @@ -614,20 +620,20 @@ tasks.register('verifyReleaseArtifacts') { if (!java.util.Arrays.equals(providerBytes, exampleBytes)) { throw new GradleException('Packaged provider example differs from the authoritative provider') } - String recipePrefix = 'data/mineralogy/recipes/' - String advancementPrefix = 'data/mineralogy/advancements/recipes/' + String recipePrefix = 'data/mineralogy/recipe/' + String advancementPrefix = 'data/mineralogy/advancement/recipes/' def recipes = names.findAll { it.startsWith(recipePrefix) && it.endsWith('.json') && !it.substring(recipePrefix.length()).contains('/') } def advancements = names.findAll { it.startsWith(advancementPrefix) && it.endsWith('.json') && !it.substring(advancementPrefix.length()).contains('/') } - if (recipes.size() != 1427 || advancements.size() != 1427) { - throw new GradleException("Release jar must contain 1427 recipes and advancements, found ${recipes.size()} and ${advancements.size()}") + if (recipes.size() != 1433 || advancements.size() != 1433) { + throw new GradleException("Release jar must contain 1433 recipes and advancements, found ${recipes.size()} and ${advancements.size()}") } def allTheRocks = new JsonSlurper().parse(zip.getInputStream(zip.getEntry( - 'data/mineralogy/advancements/mineralogy/all_the_rocks.json'))) + 'data/mineralogy/advancement/mineralogy/all_the_rocks.json'))) if (allTheRocks.display?.icon?.id != 'mineralogy:basalt' || allTheRocks.display.icon.containsKey('item')) { - throw new GradleException('Custom advancement icon must use the Minecraft 1.20.6 item-stack id field') + throw new GradleException('Custom advancement icon must use the Minecraft 1.21.1 item-stack id field') } def verifyAdvancementPredicates = { advancement, String source -> advancement.criteria?.each { criterionName, criterion -> @@ -640,18 +646,18 @@ tasks.register('verifyReleaseArtifacts') { ? holderSet.isEmpty() || holderSet.any { !(it instanceof String) || it.isEmpty() } : !(holderSet instanceof String) || holderSet.isEmpty() }) { - throw new GradleException("Invalid Minecraft 1.20.6 item predicate in ${source}: ${criterionName}") + throw new GradleException("Invalid Minecraft 1.21.1 item predicate in ${source}: ${criterionName}") } } } } names.findAll { - it.startsWith('data/mineralogy/advancements/recipes/') && it.endsWith('.json') && + it.startsWith('data/mineralogy/advancement/recipes/') && it.endsWith('.json') && !it.endsWith('/_factories.json') }.each { entryName -> def advancement = new JsonSlurper().parse(zip.getInputStream(zip.getEntry(entryName))) if (advancement.sends_telemetry_event != false) { - throw new GradleException("Minecraft 1.20.6 recipe advancement must disable telemetry: ${entryName}") + throw new GradleException("Minecraft 1.21.1 recipe advancement must disable telemetry: ${entryName}") } if (advancement.criteria != null) verifyAdvancementPredicates(advancement, entryName) } @@ -663,11 +669,19 @@ tasks.register('verifyReleaseArtifacts') { [name: "${family}_smooth_slab_from_vanilla", source: "minecraft:polished_${family}_slab", result: "mineralogy:${family}_smooth_slab"] ] } + slabBridges.addAll([ + [name: 'tuff_slab_to_vanilla', source: 'mineralogy:tuff_slab', result: 'minecraft:tuff_slab'], + [name: 'tuff_slab_from_vanilla', source: 'minecraft:tuff_slab', result: 'mineralogy:tuff_slab'], + [name: 'tuff_smooth_slab_to_vanilla', source: 'mineralogy:tuff_smooth_slab', result: 'minecraft:polished_tuff_slab'], + [name: 'tuff_smooth_slab_from_vanilla', source: 'minecraft:polished_tuff_slab', result: 'mineralogy:tuff_smooth_slab'], + [name: 'tuff_brick_slab_to_vanilla', source: 'mineralogy:tuff_brick_slab', result: 'minecraft:tuff_brick_slab'], + [name: 'tuff_brick_slab_from_vanilla', source: 'minecraft:tuff_brick_slab', result: 'mineralogy:tuff_brick_slab'] + ]) slabBridges.each { bridge -> def recipe = new JsonSlurper().parse(zip.getInputStream(zip.getEntry( - "data/mineralogy/recipes/${bridge.name}.json"))) + "data/mineralogy/recipe/${bridge.name}.json"))) def advancement = new JsonSlurper().parse(zip.getInputStream(zip.getEntry( - "data/mineralogy/advancements/recipes/${bridge.name}.json"))) + "data/mineralogy/advancement/recipes/${bridge.name}.json"))) if (recipe.type != 'minecraft:crafting_shapeless' || recipe.ingredients?.size() != 1 || recipe.ingredients[0].item != bridge.source || recipe.result?.id != bridge.result || recipe.result?.count != 1 || recipe.containsKey('neoforge:conditions') || @@ -676,7 +690,7 @@ tasks.register('verifyReleaseArtifacts') { throw new GradleException("Invalid native/Mineralogy slab conversion: ${bridge.name}") } } - def minecraftRecipes = names.findAll { it.startsWith('data/minecraft/recipes/') && it.endsWith('.json') } + def minecraftRecipes = names.findAll { it.startsWith('data/minecraft/recipe/') && it.endsWith('.json') } def cobblestoneOverrides = ['furnace', 'brewing_stand', 'lever', 'piston', 'dispenser', 'dropper', 'observer', 'mossy_cobblestone_from_vine', 'mossy_cobblestone_from_moss_block', 'andesite', 'diorite', 'stone_axe', @@ -689,18 +703,24 @@ tasks.register('verifyReleaseArtifacts') { "${family}_slab_from_${family}_stonecutting", "polished_${family}_slab_from_${family}_stonecutting", "polished_${family}_slab_from_polished_${family}_stonecutting"] - } - def polishedOverrides = ['andesite', 'basalt', 'diorite', 'granite'].collect { + } + ['tuff_slab', 'polished_tuff_slab', 'tuff_brick_slab', + 'tuff_slab_from_tuff_stonecutting', + 'polished_tuff_slab_from_tuff_stonecutting', + 'polished_tuff_slab_from_polished_tuff_stonecutting', + 'tuff_brick_slab_from_tuff_stonecutting', + 'tuff_brick_slab_from_polished_tuff_stonecutting', + 'tuff_brick_slab_from_tuff_bricks_stonecutting'] + def polishedOverrides = ['andesite', 'basalt', 'diorite', 'granite', 'tuff'].collect { "polished_${it}" } def expectedMinecraftRecipes = (cobblestoneOverrides + slabOverrides + polishedOverrides).collect { - "data/minecraft/recipes/${it}.json" + "data/minecraft/recipe/${it}.json" } as Set - if ((minecraftRecipes as Set) != expectedMinecraftRecipes || minecraftRecipes.size() != 38) { - throw new GradleException('Release jar must contain exactly 19 cobblestone, 15 slab, and four polished-block recipe overrides') + if ((minecraftRecipes as Set) != expectedMinecraftRecipes || minecraftRecipes.size() != 48) { + throw new GradleException('Release jar must contain exactly 19 cobblestone, 24 slab, and five polished-block recipe overrides') } cobblestoneOverrides.each { recipe -> - def data = new JsonSlurper().parse(zip.getInputStream(zip.getEntry("data/minecraft/recipes/${recipe}.json"))) + def data = new JsonSlurper().parse(zip.getInputStream(zip.getEntry("data/minecraft/recipe/${recipe}.json"))) if (data.containsKey('neoforge:conditions') || data.type == null) { throw new GradleException("Invalid dynamic-tag cobblestone override: ${recipe}") } @@ -712,7 +732,7 @@ tasks.register('verifyReleaseArtifacts') { ['coast', 'sentry', 'vex'].each { template -> String recipeName = "${template}_armor_trim_smithing_template" def data = new JsonSlurper().parse(zip.getInputStream(zip.getEntry( - "data/minecraft/recipes/${recipeName}.json"))) + "data/minecraft/recipe/${recipeName}.json"))) String result = "minecraft:${recipeName}" if (data.key?.C?.tag != 'mineralogy:cobblestone_equivalents' || data.pattern != ['#S#', '#C#', '###'] @@ -726,17 +746,17 @@ tasks.register('verifyReleaseArtifacts') { } } slabOverrides.each { recipe -> - def data = new JsonSlurper().parse(zip.getInputStream(zip.getEntry("data/minecraft/recipes/${recipe}.json"))) + def data = new JsonSlurper().parse(zip.getInputStream(zip.getEntry("data/minecraft/recipe/${recipe}.json"))) if (data.containsKey('neoforge:conditions')) { throw new GradleException("Guaranteed Mineralogy slab override must be unconditional: ${recipe}") } if (recipe.endsWith('_stonecutting')) { if (!(data.result instanceof Map) || data.result.id == null || data.result.count != 2 || data.containsKey('count')) { - throw new GradleException("Invalid Minecraft 1.20.6 stonecutting result: ${recipe}") + throw new GradleException("Invalid Minecraft 1.21.1 stonecutting result: ${recipe}") } } else if (data.result?.id == null) { - throw new GradleException("Invalid Minecraft 1.20.6 slab result: ${recipe}") + throw new GradleException("Invalid Minecraft 1.21.1 slab result: ${recipe}") } } def families = ['andesite', 'basalt', 'diorite', 'granite', 'rhyolite', @@ -750,12 +770,12 @@ tasks.register('verifyReleaseArtifacts') { stone_tool_materials: '#minecraft:stone_tool_materials' ] unionTags.each { tag, base -> - def entry = zip.getEntry("data/mineralogy/tags/items/${tag}.json") + def entry = zip.getEntry("data/mineralogy/tags/item/${tag}.json") def values = entry == null ? [] : new JsonSlurper().parse(zip.getInputStream(entry)).values def expected = [base] + families.collect { "#mineralogy:stones/${it}" } if (values != expected) throw new GradleException("Invalid Mineralogy recipe union tag: ${tag}") } - if (!families.every { names.contains("data/mineralogy/tags/blocks/stones/${it}.json".toString()) }) { + if (!families.every { names.contains("data/mineralogy/tags/block/stones/${it}.json".toString()) }) { throw new GradleException('Release jar must contain all 27 raw-rock family block tags') } def advancementCategories = [ @@ -768,27 +788,27 @@ tasks.register('verifyReleaseArtifacts') { stone_shovel: 'tools', stone_sword: 'combat' ] def expectedMinecraftAdvancements = advancementCategories.collect { recipe, category -> - "data/minecraft/advancements/recipes/${category}/${recipe}.json" + "data/minecraft/advancement/recipes/${category}/${recipe}.json" } as Set - expectedMinecraftAdvancements.addAll(['andesite', 'basalt', 'diorite', 'granite'].collect { - "data/minecraft/advancements/recipes/building_blocks/polished_${it}.json" + expectedMinecraftAdvancements.addAll(['andesite', 'basalt', 'diorite', 'granite', 'tuff'].collect { + "data/minecraft/advancement/recipes/building_blocks/polished_${it}.json" }) def minecraftAdvancements = names.findAll { - it.startsWith('data/minecraft/advancements/recipes/') && it.endsWith('.json') + it.startsWith('data/minecraft/advancement/recipes/') && it.endsWith('.json') } as Set if (minecraftAdvancements != expectedMinecraftAdvancements) { - throw new GradleException('Release jar must contain exactly 16 cobblestone and four polished-block advancement overrides') + throw new GradleException('Release jar must contain exactly 16 cobblestone and five polished-block advancement overrides') } advancementCategories.each { recipe, category -> def data = new JsonSlurper().parse(zip.getInputStream(zip.getEntry( - "data/minecraft/advancements/recipes/${category}/${recipe}.json"))) + "data/minecraft/advancement/recipes/${category}/${recipe}.json"))) if (data.containsKey('neoforge:conditions') || data.sends_telemetry_event != false) { throw new GradleException("Stable dynamic-tag advancement must disable telemetry: ${recipe}") } verifyAdvancementPredicates(data, "minecraft:${category}/${recipe}") } - ['andesite', 'basalt', 'diorite', 'granite'].each { family -> - String entryName = "data/minecraft/advancements/recipes/building_blocks/polished_${family}.json" + ['andesite', 'basalt', 'diorite', 'granite', 'tuff'].each { family -> + String entryName = "data/minecraft/advancement/recipes/building_blocks/polished_${family}.json" def advancement = new JsonSlurper().parse(zip.getInputStream(zip.getEntry(entryName))) if (advancement.sends_telemetry_event != false) { throw new GradleException("Polished-block advancement must disable telemetry: ${entryName}") @@ -798,7 +818,7 @@ tasks.register('verifyReleaseArtifacts') { def wallBlockstates = names.findAll { it ==~ /assets\/mineralogy\/blockstates\/.+_wall\.json/ } def tallWallModels = names.findAll { it ==~ /assets\/mineralogy\/models\/block\/.+_wall_side_tall\.json/ } if (wallBlockstates.size() != 108 || tallWallModels.size() != 108) { - throw new GradleException("Release jar must contain all 108 NeoForge 20.6 wall blockstates and tall-side models") + throw new GradleException("Release jar must contain all 108 NeoForge 21.1 wall blockstates and tall-side models") } } finally { diff --git a/docs/CONTENT_CONFIG.md b/docs/CONTENT_CONFIG.md index fd8caa269..735d108fb 100644 --- a/docs/CONTENT_CONFIG.md +++ b/docs/CONTENT_CONFIG.md @@ -71,13 +71,14 @@ as levers, pistons, dispensers, droppers, and brewing stands. Setting it to and stone-crafting recipes while restoring their target-native ingredients. Rocks remain `stone`, retain their material-specific tags, and use exact Mineralogy slab, stair, and wall recipes. Chert and pumice remain historical -unconditional cobblestone equivalents in tag-backed recipes. The three 1.20.6 +unconditional cobblestone equivalents in tag-backed recipes. The three 1.21.1 armor-trim template duplication recipes restore exact vanilla cobblestone when the option is disabled, matching their native definitions. The configurable cobblestone identity does not affect the exact 1:1 conversion -between Mineralogy and vanilla andesite, diorite, granite, and matching polished -slabs. These reversible recipes preserve modpack compatibility with recipes that +between Mineralogy and vanilla andesite, diorite, granite, tuff, polished tuff, +tuff brick, and matching polished slabs. These reversible recipes preserve +modpack compatibility with recipes that require either registry identity. ## Disabling Mineralogy ores diff --git a/docs/DEVELOPER_GUIDE.md b/docs/DEVELOPER_GUIDE.md index 40cb55e29..75f2d71e7 100644 --- a/docs/DEVELOPER_GUIDE.md +++ b/docs/DEVELOPER_GUIDE.md @@ -40,7 +40,7 @@ families additionally use `cobblestone`; chert and pumice always retain that identity. Gypsum, chalk, rock salt, and both rock salt lamps retain their specialty aliases. -Minecraft 1.20.6's `minecraft:stone_crafting_materials` and +Minecraft 1.21.1's `minecraft:stone_crafting_materials` and `minecraft:stone_tool_materials` item tags include Mineralogy's dynamic union, so enabled Mineralogy rocks work in native tool recipes. NeoForge itself also uses `c:cobblestones/normal` in several higher-priority vanilla recipe @@ -59,39 +59,45 @@ native aliases. The access transformer exposes only Minecraft's two private `Ingredient` cache fields needed to invalidate those caches after rebinding; it changes no game identity or recipe behavior by itself. -Minecraft 1.20.6 retains three additional configurable recipes: coast, sentry, and vex +Minecraft 1.21.1 retains three additional configurable recipes: coast, sentry, and vex armor-trim template duplication. They use the same dynamically rebound Mineralogy cobblestone union. Their vanilla advancements are intentionally untouched because those recipes unlock from owning the template, not from cobblestone. -Minecraft 1.20.6 also owns andesite, basalt, diorite, granite, tuff, and several +Minecraft 1.21.1 also owns andesite, basalt, diorite, granite, tuff, and several matching finishes. Mineralogy's family tags include both native and retained -legacy identities. Four `data/minecraft/recipes/polished_*.json` overrides move +legacy identities. Five `data/minecraft/recipe/polished_*.json` overrides move the native polished-block route from 2x2 crafting to one exact native block plus sand. That leaves 2x2 matching raw blocks available for Mineralogy bricks. The matching vanilla advancements are overridden too, so native polishing is revealed only after the player has both the exact native rock and sand. -Native `minecraft:tuff` is the raw tuff-family input; Mineralogy supplies all -of its construction and polished forms. `minecraft:smooth_basalt` joins the -smooth-basalt family and can unlock and craft Mineralogy smooth-basalt forms, +Native `minecraft:tuff`, `minecraft:polished_tuff`, and +`minecraft:tuff_bricks` join the matching family tags only where no competing +vanilla output exists. Tuff plus sand produces vanilla polished tuff, while a +2x2 of raw tuff remains Mineralogy's brick route. Vanilla polished-tuff brick, +stair, wall, and chiseled recipes remain authoritative. +`minecraft:smooth_basalt` joins the smooth-basalt family and can unlock and +craft Mineralogy smooth-basalt forms, while Minecraft's basalt-to-smooth-basalt smelting recipe remains intact. Deepslate is deliberately only an OreSpawn terrain and ore host, not a Mineralogy construction family. Do not broaden vanilla slab, stair, or wall recipes. Where Minecraft already owns a matching form (raw and polished andesite/diorite/granite slabs and -stairs, plus their raw walls), the Mineralogy-output recipe keeps an exact -legacy Mineralogy input except for the deliberate slab overrides below. Basalt -and tuff have no native construction forms in 1.20.6, so their safe family tags -feed Mineralogy slabs, stairs, and walls. Polished andesite/diorite/granite have +stairs, plus their raw walls and the native tuff construction family), the +Mineralogy-output recipe keeps an exact legacy Mineralogy input except for the +deliberate slab overrides below. Basalt has no native construction forms, so +its safe family tags feed Mineralogy slabs, stairs, and walls. Polished +andesite/diorite/granite have no native walls, so those three Mineralogy wall recipes may also accept the matching family tag. -The six shared raw/polished slab crafting recipes and nine corresponding -stonecutting routes deliberately output Mineralogy's upright-capable slabs. -Twelve exact shapeless recipes provide reversible 1:1 conversion between those -Mineralogy slabs and their retained vanilla counterparts. This preserves exact +The nine shared raw/polished/tuff slab crafting recipes and fifteen +corresponding stonecutting routes deliberately output Mineralogy's +upright-capable slabs. Eighteen exact shapeless recipes provide reversible 1:1 +conversion between those Mineralogy slabs and their retained vanilla +counterparts. This preserves exact item compatibility for other mods without allowing a normal crafting or stonecutting route to prefer the less capable slab. @@ -101,17 +107,17 @@ material and finish so basalt cannot produce a different rock's slab or wall. ## Crafting Data -All Mineralogy recipes are native Minecraft/NeoForge 1.20.6 JSON under -`data/mineralogy/recipes/`. Run `scripts/generate-recipes.ps1` after changing +All Mineralogy recipes are native Minecraft/NeoForge 1.21.1 JSON under +`data/mineralogy/recipe/`. Run `scripts/generate-recipes.ps1` after changing the recipe matrix; it generates the 27 stone families and global recipes, the -native slab/stonecutting overrides and compatibility conversions, and the four +native slab/stonecutting overrides and compatibility conversions, and the five target-native polished-block recipe/advancement overrides, then retains the target-native smelting data. Every Mineralogy recipe has a matching unlock advancement with the same NeoForge conditions and the same exact-item or family-tag material predicate as the recipe. Unlocks use direct inventory ingredients instead of listening to other recipe unlocks, which would recursively reveal an entire construction tree. Polishing uses Minecraft -1.20.6's advancement requirements matrix to require the matching source plus +1.21.1's advancement requirements matrix to require the matching source plus accepted sand; manually crafting a recipe is the target-native fallback for Forge's delayed crafting-output inventory trigger. Rock-furnace advancements use the matching slab-family tag as their sole material criterion. They @@ -138,7 +144,7 @@ The legacy `GENERATE_*` flags can remove registrations on the next start. The new issue-121 switches only change creative visibility and Mineralogy-owned recipes, so existing content remains loadable. -NeoForge 20.6 converts pre-flattening chunks lazily. The coremod expands Minecraft's +NeoForge 21.1 converts pre-flattening chunks lazily. The coremod expands Minecraft's fixed legacy state tables before conversion, and the selected-world hook installs the complete saved block mapping before Mojang's data fixer. It reinstalls that mapping after the client enumerates other old saves, normalizes @@ -167,5 +173,5 @@ OreSpawn in a launcher-like NeoForge installation. The normal jar packages this guide under `META-INF/mineralogy/docs/`. The complete release version is `Major.Minor.Bug.Target`; see -[Mineralogy Versioning](VERSIONS.md). This branch validates target `120062` -for Minecraft 1.20.6 NeoForge and does not append CI build numbers. +[Mineralogy Versioning](VERSIONS.md). This branch validates target `121012` +for Minecraft 1.21.1 NeoForge and does not append CI build numbers. diff --git a/docs/PLAYER_GUIDE.md b/docs/PLAYER_GUIDE.md index 4c94328d4..6270ccca6 100644 --- a/docs/PLAYER_GUIDE.md +++ b/docs/PLAYER_GUIDE.md @@ -2,8 +2,8 @@ ## Installing -Mineralogy 6 needs Minecraft 1.20.6, NeoForge 20.6.139, and OreSpawn -4.0.16.120062. Do not mix this NeoForge jar with the separate Forge build. +Mineralogy 6 needs Minecraft 1.21.1, NeoForge 21.1.247, and OreSpawn +4.0.16.121012. Do not mix this NeoForge jar with the separate Forge build. Install matching Mineralogy and OreSpawn jars on both clients and servers. Do not open a world containing Mineralogy blocks without Mineralogy installed. @@ -19,7 +19,7 @@ Cyano/`LEGACY` engine with their established family order and layer settings. It does not silently convert old terrain to Stable Layers. Back up an important world before changing its profile or upgrading mods. -On the first 1.20.6 start, Mineralogy recognizes the old saved registry and +On the first 1.21.1 start, Mineralogy recognizes the old saved registry and protects existing Overworld chunks while Minecraft converts them to flattened block states. Rock furnaces are converted when their chunk is first loaded; their inventory and cooking progress are retained. Old vanilla tile IDs are @@ -45,8 +45,9 @@ Raw Mineralogy rocks work in broad stone recipes. With Exact Mineralogy rocks still make their matching Mineralogy slabs, stairs, and walls. -Minecraft also has its own andesite, diorite, granite, polished-andesite, -polished-diorite, and polished-granite slabs. Normal crafting and stonecutting +Minecraft also has its own andesite, diorite, granite, tuff, polished tuff, +tuff brick, polished-andesite, polished-diorite, and polished-granite slabs. +Normal crafting and stonecutting produce Mineralogy's upright-capable versions. If another mod requires the exact Minecraft slab item, place one matching Mineralogy slab by itself in a crafting grid to convert it 1:1; placing the vanilla slab by itself converts it @@ -84,7 +85,7 @@ Its **Rock Settings** screen provides four altitude controls: - **Minimum Y** (`min_y`) and **Maximum Y** (`max_y`) are inclusive hard limits. The rock cannot replace terrain outside them. -Minecraft 1.20.6 accepts Y `-64` through `319`; Depth Spread accepts `1` through +Minecraft 1.21.1 accepts Y `-64` through `319`; Depth Spread accepts `1` through `512`. The saved fields are independent of the rock's geological family, overall weight, and geome weights, which also affect where it is selected. @@ -112,7 +113,7 @@ terrain replacement through each dimension's `host_blocks` and `host_tags`. The packaged Mineralogy profile initially uses `minecraft:stone` and `minecraft:deepslate` in the Overworld. -The terrain-host list is not exposed by OreSpawn's 1.20.6 graphical editor. Stop +The terrain-host list is not exposed by OreSpawn's 1.21.1 graphical editor. Stop Minecraft or the server before editing the JSON. For defaults inherited by worlds created afterward, edit: @@ -146,11 +147,11 @@ each natural terrain block that Mineralogy rock may replace: ``` Use `host_tags` when an OreSpawn/pack-provided group is more appropriate; on -Minecraft 1.20.6 these resolve through target-native block tags. Exact +Minecraft 1.21.1 these resolve through target-native block tags. Exact `host_blocks` entries are the clearest choice for one modded stone. -Minecraft 1.20.6 matches a `host_blocks` entry by flattened block registry +Minecraft 1.21.1 matches a `host_blocks` entry by flattened block registry identity. Add only natural base-terrain blocks, not machines, containers, or construction blocks. Restart after editing. The change affects only chunks generated afterward; @@ -159,11 +160,11 @@ OreSpawn never retro-generates Mineralogy rock strata into existing chunks. ### Enabling Mineralogy Geology In Another Dimension OreSpawn can apply Mineralogy rocks to a stone-based mod dimension without a -separate Mineralogy dimension option. Minecraft 1.20.6 uses the dimension +separate Mineralogy dimension option. Minecraft 1.21.1 uses the dimension type's registered ID. For example, use `examplemod:moon` when that is the ID documented by the installed dimension mod. -The 1.20.6 graphical editor does not expose terrain-dimension or rock-membership +The 1.21.1 graphical editor does not expose terrain-dimension or rock-membership fields. Stop Minecraft or the server and edit the appropriate OreSpawn JSON: `config/orespawn-worldgen.json` for defaults inherited by future worlds, or `/serverconfig/orespawn-worldgen.json` for an established world. diff --git a/docs/PROVIDER.md b/docs/PROVIDER.md index 12643089b..74a466a14 100644 --- a/docs/PROVIDER.md +++ b/docs/PROVIDER.md @@ -14,7 +14,7 @@ The exact bytes from the installed build are exported as - Provider schema 4, mod ID `mineralogy`, and provider revision 3. - 32 enabled rock rules across the four geological families. - Sulfur, phosphorous, and nitrate ore rules. -- Minecraft 1.20.6 heights `-64` through `319` and Overworld-only terrain defaults. +- Minecraft 1.21.1 heights `-64` through `319` and Overworld-only terrain defaults. - Minecraft blocks for granite, diorite, andesite, basalt, and tuff. Worldgen aliases map the five matching historical Mineralogy rock IDs to their native outputs, while all historical Mineralogy blocks remain registered for old @@ -82,7 +82,7 @@ that same dimension ID to each desired rock rule's `dimensions` array. A rock without `dimensions` is Overworld-only. A configured custom dimension is disabled during baking when no valid rock rules include it. -Minecraft 1.20.6 uses the registered dimension-type ID, such as +Minecraft 1.21.1 uses the registered dimension-type ID, such as `examplemod:moon`; consult the dimension mod's documentation for its exact ID. Rock membership makes different stone sets possible per dimension. To use different altitude settings for the same output block, define unique rock rule @@ -90,7 +90,7 @@ IDs with different `depth_peak`, `depth_spread`, `min_y`, or `max_y` values and non-overlapping dimension lists. Duplicate output states within one dimension are rejected. -The 1.20.6 editor does not expose terrain-dimension or rock-membership fields, so +The 1.21.1 editor does not expose terrain-dimension or rock-membership fields, so players edit the stopped world's saved profile and pack authors may provide global defaults or a complete provider override. Changes affect newly generated chunks only. @@ -112,6 +112,6 @@ intends to replace the whole packaged Mineralogy provider; it is unnecessary for an ordinary per-world host-list change and does not rewrite established world profiles. -On Minecraft 1.20.6, terrain hosts are baked as flattened block identities. +On Minecraft 1.21.1, terrain hosts are baked as flattened block identities. Changes affect only newly generated chunks because Mineralogy strata are never retro-generated. diff --git a/docs/README.md b/docs/README.md index e7f8fe248..7a5a86fd2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # Mineralogy Guide -Mineralogy 6 for Minecraft 1.20.6 supplies rock, mineral, construction, and +Mineralogy 6 for Minecraft 1.21.1 supplies rock, mineral, construction, and crude-oil content to OreSpawn 4. OreSpawn is the only terrain and deposit engine. diff --git a/docs/VERSIONS.md b/docs/VERSIONS.md index d1576b74c..f38d33a5c 100644 --- a/docs/VERSIONS.md +++ b/docs/VERSIONS.md @@ -13,10 +13,10 @@ The first three components are the **functional version**. Mineralogy `6.1.2` means major generation 6, minor release 1, and bug revision 2. The fourth component identifies the target build. The complete version for -this Minecraft 1.20.6 NeoForge release is therefore: +this Minecraft 1.21.1 NeoForge release is therefore: ```text -6.1.2.120062 +6.1.2.121012 ``` This expanded numeric form is compatible with Maven version ordering, but it @@ -25,7 +25,7 @@ components. The release tag is exactly the complete four-component version, with no redundant Minecraft-version prefix. For this branch the tag is therefore -`6.1.2.120062`, not `1.20.6-6.1.2.120062`. The Target already makes tags unique +`6.1.2.121012`, not `1.21.1-6.1.2.121012`. The Target already makes tags unique across Minecraft versions and loaders. ## Reading the target component @@ -57,11 +57,13 @@ minor digits, and all remaining digits for the Minecraft major version. | 1.20.1 | Forge | `120011` | `6.1.2.120011` | | 1.20.6 | Forge | `120061` | `6.1.2.120061` | | 1.20.6 | NeoForge | `120062` | `6.1.2.120062` | +| 1.21.1 | Forge | `121011` | `6.1.2.121011` | +| 1.21.1 | NeoForge | `121012` | `6.1.2.121012` | | 1.21.11 | Forge | `121111` | `6.1.2.121111` | | 26.2 | Forge | `2602001` | `6.0.0.2602001` | | 26.2 | NeoForge | `2602002` | `6.0.0.2602002` | -The 1.20.6 NeoForge row records this branch's current release. The other rows illustrate +The 1.21.1 NeoForge row records this branch's current release. The other rows illustrate target encoding or earlier releases; they do not claim that later Minecraft targets already contain the same functional changes. @@ -93,8 +95,8 @@ When Major changes, Minor and Bug reset to zero. When Minor changes, Bug resets to zero. The target for the actual build is then appended: ```text -6.1.2.120062 -> 6.2.0.120062 -6.2.4.120062 -> 7.0.0.120062 +6.1.2.121012 -> 6.2.0.121012 +6.2.4.121012 -> 7.0.0.121012 ``` ## Bug version @@ -122,8 +124,8 @@ Minecraft 1.17.1 / Forge / Mineralogy 6.1.0.117011 Minecraft 1.18.2 / Forge / Mineralogy 6.1.2.118021 Minecraft 1.19.4 / Forge / Mineralogy 6.1.2.119041 Minecraft 1.20.1 / Forge / Mineralogy 6.1.2.120011 -Minecraft 1.20.6 / Forge / Mineralogy 6.1.2.120061 -Minecraft 1.20.6 / NeoForge / Mineralogy 6.1.2.120062 +Minecraft 1.21.1 / Forge / Mineralogy 6.1.2.120061 +Minecraft 1.21.1 / NeoForge / Mineralogy 6.1.2.121012 ``` Minecraft and loader APIs may require different internal code without changing @@ -155,8 +157,8 @@ excluding Mineralogy 7. Minecraft and loader metadata still decide whether a particular jar can load on the current game. Mineralogy 6 also requires OreSpawn `[4.0.6,5.0.0)`. OreSpawn uses the same -target calculation, so the matching Minecraft 1.20.6 NeoForge release used for -this candidate is `4.0.16.120062`. The dependency range deliberately describes the supported +target calculation, so the matching Minecraft 1.21.1 NeoForge release used for +this candidate is `4.0.16.121012`. The dependency range deliberately describes the supported functional OreSpawn generation; NeoForge still prevents jars for another Minecraft target from loading together. @@ -169,7 +171,7 @@ feature generation, not the exact jar. The Gradle build reads the complete version from `mod_version`, verifies that it has four numeric components, and checks that its Target matches the declared Minecraft version and NeoForge loader. CI build numbers are not appended. For this -branch, published metadata and artifacts therefore use `6.1.2.120062`. +branch, published metadata and artifacts therefore use `6.1.2.121012`. Every release note should state: diff --git a/gradle.properties b/gradle.properties index 0dbfd43fa..e2346fb7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.configuration-cache=false org.gradle.caching=true org.gradle.parallel=false -mod_version=6.1.2.120062 +mod_version=6.1.2.121012 mod_group=zone.moddev.mc.mineralogy mod_group_id=zone.moddev.mc.mineralogy mod_id=mineralogy @@ -16,21 +16,21 @@ mod_authors=Cyanobacterium, SkyBlade1978, JRIwanek mod_description=Fills the world with real-world rocks. # Release metadata consumed by the generic dispatcher. -minecraft_version=1.20.6 -mc_version=1.20.6 -minecraft_version_range=[1.20.6,1.21) +minecraft_version=1.21.1 +mc_version=1.21.1 +minecraft_version_range=[1.21.1,1.22) loader_name=neoforge loader_code=2 -neo_version=20.6.139 -neo_version_range=[20.6.139,20.7) -loader_version_range=[2,) +neo_version=21.1.247 +neo_version_range=[21.1.247,21.2) +loader_version_range=[3,) java_version=21 java_toolchain_version=21.0.7+6 java_setup_version=21.0.7+6.0.LTS gradle_java_version=21 curseforge_project_id=240974 -orespawn_version=4.0.16.120062 +orespawn_version=4.0.16.121012 orespawn_curse_project_id=245586 -orespawn_curse_file_id=8800065 -orespawn_sha256=C3642CE69BE10E140BCE12345FBA1AF22C06E8A1D92F34B4C1E1356027D692F0 +orespawn_curse_file_id=8807135 +orespawn_sha256=B0659E071633D9EC42A96D9759895DE2F5126C205A4BDBFEE0EB8E3F226D158B diff --git a/scripts/generate-locales.ps1 b/scripts/generate-locales.ps1 index 895182a60..23689fb5f 100644 --- a/scripts/generate-locales.ps1 +++ b/scripts/generate-locales.ps1 @@ -53,4 +53,4 @@ $actual = @(Get-ChildItem -LiteralPath $targetRoot -Filter '*.json' | Sort-Objec if ($actual.Count -ne 17) { throw "Expected exactly 17 generated locale files, found $($actual.Count)" } -Write-Output 'Generated 17 reviewed Mineralogy 1.20.6 JSON locales with 938 ordered keys each.' +Write-Output 'Generated 17 reviewed Mineralogy 1.21.1 JSON locales with 938 ordered keys each.' diff --git a/scripts/generate-recipes.ps1 b/scripts/generate-recipes.ps1 index b54c87726..20e474944 100644 --- a/scripts/generate-recipes.ps1 +++ b/scripts/generate-recipes.ps1 @@ -4,12 +4,12 @@ param() $ErrorActionPreference = 'Stop' $projectRoot = Split-Path -Parent $PSScriptRoot -$recipeRoot = Join-Path $projectRoot 'src\main\resources\data\mineralogy\recipes' -$advancementRoot = Join-Path $projectRoot 'src\main\resources\data\mineralogy\advancements\recipes' -$minecraftRecipeRoot = Join-Path $projectRoot 'src\main\resources\data\minecraft\recipes' -$minecraftAdvancementRoot = Join-Path $projectRoot 'src\main\resources\data\minecraft\advancements\recipes' -$itemTagRoot = Join-Path $projectRoot 'src\main\resources\data\mineralogy\tags\items' -$blockTagRoot = Join-Path $projectRoot 'src\main\resources\data\mineralogy\tags\blocks' +$recipeRoot = Join-Path $projectRoot 'src\main\resources\data\mineralogy\recipe' +$advancementRoot = Join-Path $projectRoot 'src\main\resources\data\mineralogy\advancement\recipes' +$minecraftRecipeRoot = Join-Path $projectRoot 'src\main\resources\data\minecraft\recipe' +$minecraftAdvancementRoot = Join-Path $projectRoot 'src\main\resources\data\minecraft\advancement\recipes' +$itemTagRoot = Join-Path $projectRoot 'src\main\resources\data\mineralogy\tags\item' +$blockTagRoot = Join-Path $projectRoot 'src\main\resources\data\mineralogy\tags\block' $utf8NoBom = New-Object System.Text.UTF8Encoding($false) $generatedNames = New-Object 'System.Collections.Generic.HashSet[string]' $unlockSources = @{} @@ -27,7 +27,7 @@ $colors = @( 'gray', 'pink', 'lime', 'yellow', 'light_blue', 'magenta', 'orange', 'white' ) -# Minecraft owns these full-block identities in 1.20.6. Mineralogy keeps its +# Minecraft owns these full-block identities in 1.21.1. Mineralogy keeps its # legacy blocks registered, but recipes may accept either identity where doing # so cannot compete with a native recipe. $nativeFullBlocks = @{ @@ -35,13 +35,22 @@ $nativeFullBlocks = @{ basalt = @{ raw = 'minecraft:basalt'; smooth = 'minecraft:polished_basalt' } diorite = @{ raw = 'minecraft:diorite'; smooth = 'minecraft:polished_diorite' } granite = @{ raw = 'minecraft:granite'; smooth = 'minecraft:polished_granite' } - tuff = @{ raw = 'minecraft:tuff' } + tuff = @{ + raw = 'minecraft:tuff' + smooth = 'minecraft:polished_tuff' + brick = 'minecraft:tuff_bricks' + } } $nativeConstructionForms = @{ andesite = @{ raw = @('stairs', 'slab', 'wall'); smooth = @('stairs', 'slab') } diorite = @{ raw = @('stairs', 'slab', 'wall'); smooth = @('stairs', 'slab') } granite = @{ raw = @('stairs', 'slab', 'wall'); smooth = @('stairs', 'slab') } + tuff = @{ + raw = @('stairs', 'slab', 'wall') + smooth = @('stairs', 'slab', 'wall') + brick = @('stairs', 'slab', 'wall') + } } $nativeExactRecipeInputs = @{ @@ -51,6 +60,13 @@ $nativeExactRecipeInputs = @{ basalt = @{ raw = @('smooth') } diorite = @{ raw = @('smooth', 'stairs', 'slab', 'wall'); smooth = @('stairs', 'slab') } granite = @{ raw = @('smooth', 'stairs', 'slab', 'wall'); smooth = @('stairs', 'slab') } + # Native tuff owns every corresponding construction route. Keep those + # inputs exact while allowing safe raw-to-brick and brick polishing routes. + tuff = @{ + raw = @('smooth', 'stairs', 'slab', 'wall') + smooth = @('brick', 'stairs', 'slab', 'wall') + brick = @('stairs', 'slab', 'wall') + } } function ItemId([string] $path) { @@ -58,10 +74,7 @@ function ItemId([string] $path) { } function ItemCondition([string] $item) { - # Every Mineralogy item referenced by this target's generated recipes is - # registered unconditionally. The old Forge generator guarded those - # guaranteed entries with item-exists wrappers; NeoForge does not need - # those wrappers and loads the native recipe object directly. + # Mineralogy registers every referenced item unconditionally on this target. return $null } @@ -128,7 +141,7 @@ function AdvancementPredicate([object] $ingredient) { if ($null -ne $ingredient.PSObject.Properties['items']) { return [ordered]@{ items = $ingredient.items } } - throw "Cannot convert recipe ingredient into a Minecraft 1.20.6 advancement predicate" + throw "Cannot convert recipe ingredient into a Minecraft 1.21.1 advancement predicate" } function OreIngredient([string] $ore) { @@ -154,7 +167,7 @@ function OreIngredient([string] $ore) { $finish = if ($Matches[2]) { '/' + (Convert-CamelToSnake $Matches[2]) } else { '' } return [ordered]@{ tag = "mineralogy:slabs/$family$finish" } } - throw "No Minecraft 1.20.6 tag mapping for legacy OreDictionary key $ore" + throw "No Minecraft 1.21.1 tag mapping for legacy OreDictionary key $ore" } function Convert-CamelToSnake([string] $value) { @@ -266,9 +279,8 @@ function Write-ConditionalMinecraftRecipe( [System.Collections.IDictionary] $enabledRecipe, [System.Collections.IDictionary] $fallbackRecipe ) { - # The NeoForge port changes the union tags in place when the option changes, - # so one stable recipe ID works in both modes and recipe-book predicates can - # use exactly the same tag. + # NeoForge changes the union tags in place when the option changes, so one + # stable recipe ID serves both modes and its advancement uses the same tag. Write-Json (Join-Path $minecraftRecipeRoot "$name.json") $enabledRecipe } @@ -411,7 +423,7 @@ function NativeTagAliases( return @() } $nativeFinish = if ([string]::IsNullOrWhiteSpace($finish)) { 'raw' } else { $finish } - if ($nativeFinish -notin @('raw', 'smooth')) { + if ($nativeFinish -notin @('raw', 'smooth', 'brick')) { return @() } if (-not $nativeFullBlocks[$family].ContainsKey($nativeFinish)) { @@ -425,6 +437,9 @@ function NativeTagAliases( } if ($kind -eq 'slabs' -and (Matrix-Contains $nativeConstructionForms $family $nativeFinish 'slab')) { + if ($family -eq 'tuff' -and $nativeFinish -eq 'brick') { + return @('minecraft:tuff_brick_slab') + } $prefix = if ($nativeFinish -eq 'smooth') { 'polished_' } else { '' } return @("minecraft:${prefix}${family}_slab") } @@ -514,7 +529,8 @@ function Write-BaseFamilyRecipes([string] $family) { ([ordered]@{ x = ConstructionFormIngredient $family 'raw' 'brick' $raw $rawOre }) ` $brick 4 (ConditionsFor $brick) Write-ShapedRecipe "${family}_brick_stairs" 'mineralogy:ore_shaped' @('x ', 'xx ', 'xxx') ` - ([ordered]@{ x = OreIngredient $brickOre }) (ItemId "${family}_brick_stairs") 4 ` + ([ordered]@{ x = ConstructionFormIngredient $family 'brick' 'stairs' $brick $brickOre }) ` + (ItemId "${family}_brick_stairs") 4 ` (ConditionsFor (ItemId "${family}_brick_stairs")) Write-ShapedRecipe "${family}_brick_slab" 'minecraft:crafting_shaped' @('xxx') ` ([ordered]@{ x = ItemIngredient $brick }) (ItemId "${family}_brick_slab") 6 ` @@ -523,7 +539,8 @@ function Write-BaseFamilyRecipes([string] $family) { ([ordered]@{ x = OreIngredient (FamilyOreName 'slab' $family 'Brick'); y = ItemIngredient 'minecraft:furnace' }) ` (ItemId "${family}_brick_furnace") 1 (ConditionsFor (ItemId "${family}_brick_furnace")) Write-ShapedRecipe "${family}_brick_wall" 'mineralogy:ore_shaped' @('xxx', 'xxx') ` - ([ordered]@{ x = OreIngredient $brickOre }) (ItemId "${family}_brick_wall") 6 ` + ([ordered]@{ x = ConstructionFormIngredient $family 'brick' 'wall' $brick $brickOre }) ` + (ItemId "${family}_brick_wall") 6 ` (ConditionsFor (ItemId "${family}_brick_wall")) Write-ShapelessRecipe "${family}_smooth" 'mineralogy:ore_shapeless' @( @@ -547,7 +564,8 @@ function Write-BaseFamilyRecipes([string] $family) { (ConditionsFor (ItemId "${family}_smooth_wall")) Write-ShapedRecipe "${family}_smooth_brick" 'mineralogy:ore_shaped' @('xx', 'xx') ` - ([ordered]@{ x = OreIngredient $smoothOre }) $smoothBrick 4 (ConditionsFor $smoothBrick) + ([ordered]@{ x = ConstructionFormIngredient $family 'smooth' 'brick' $smooth $smoothOre }) ` + $smoothBrick 4 (ConditionsFor $smoothBrick) Write-ShapedRecipe "${family}_smooth_brick_stairs" 'mineralogy:ore_shaped' @('x ', 'xx ', 'xxx') ` ([ordered]@{ x = OreIngredient $smoothBrickOre }) (ItemId "${family}_smooth_brick_stairs") 4 ` (ConditionsFor (ItemId "${family}_smooth_brick_stairs")) @@ -658,8 +676,14 @@ function Write-ConstructionRecipes([string] $family) { } } + $brickBlockIngredient = if ($family -eq 'tuff') { + OreIngredient (FamilyOreName 'stone' $family 'Brick') + } + else { + ItemIngredient $forms.brick.block + } Write-ShapelessRecipe "${family}_brick_block_polishing" 'mineralogy:ore_shapeless' ` - @((ItemIngredient $forms.brick.block), (OreIngredient 'sand')) $forms.polished_brick.block 1 ` + @($brickBlockIngredient, (OreIngredient 'sand')) $forms.polished_brick.block 1 ` @((ItemCondition $forms.brick.block), (ItemCondition $forms.polished_brick.block)) Register-UnlockSource "${family}_brick_block_polishing" $forms.brick.block } @@ -936,6 +960,56 @@ function Write-TargetTags() { } } +function Write-DualCommonTag( + [string] $kind, + [string] $canonicalPath, + [string] $legacyPath, + [object[]] $values +) { + $canonical = Join-Path $projectRoot "src\main\resources\data\c\tags\$kind\$canonicalPath.json" + $legacy = Join-Path $projectRoot "src\main\resources\data\forge\tags\$kind\$legacyPath.json" + New-Item -ItemType Directory -Force -Path (Split-Path -Parent $canonical) | Out-Null + New-Item -ItemType Directory -Force -Path (Split-Path -Parent $legacy) | Out-Null + Write-Json $canonical ([ordered]@{ replace = $false; values = $values }) + Write-Json $legacy ([ordered]@{ replace = $false; values = @("#c:$canonicalPath") }) +} + +function Write-CommonCompatibilityTags() { + Write-DualCommonTag 'block' 'cobblestones' 'cobblestone' @( + 'mineralogy:chert', 'mineralogy:pumice' + ) + Write-DualCommonTag 'item' 'cobblestones' 'cobblestone' @( + 'mineralogy:chert', 'mineralogy:pumice' + ) + + foreach ($ore in @('nitrate', 'phosphorous', 'sulfur')) { + Write-DualCommonTag 'block' "ores/$ore" "ores/$ore" @("mineralogy:${ore}_ore") + Write-DualCommonTag 'item' "ores/$ore" "ores/$ore" @("mineralogy:${ore}_ore") + } + foreach ($storage in @('chalk', 'gypsum', 'nitrate', 'phosphorous', 'rock_salt', 'sulfur')) { + $item = if ($storage -in @('chalk', 'gypsum', 'rock_salt')) { + "mineralogy:$storage" + } + else { + "mineralogy:${storage}_block" + } + Write-DualCommonTag 'block' "storage_blocks/$storage" "storage_blocks/$storage" @($item) + Write-DualCommonTag 'item' "storage_blocks/$storage" "storage_blocks/$storage" @($item) + } + foreach ($dust in @('carbon', 'coal')) { + Write-DualCommonTag 'item' "dusts/$dust" "dusts/$dust" @() + } + foreach ($dust in @('chalk', 'gypsum', 'nitrate', 'phosphorous', 'rock_salt', 'sulfur')) { + Write-DualCommonTag 'item' "dusts/$dust" "dusts/$dust" @("mineralogy:${dust}_dust") + } + Write-DualCommonTag 'item' 'buckets/crude_oil' 'buckets/crude_oil' @( + 'mineralogy:crude_oil_bucket' + ) + Write-DualCommonTag 'fluid' 'crude_oil' 'crude_oil' @( + 'mineralogy:crude_oil', 'mineralogy:flowing_crude_oil' + ) +} + function Write-CobblestoneRecipeTags() { $familyTags = @($families | ForEach-Object { "#mineralogy:stones/$_" }) Write-Json (Join-Path $itemTagRoot 'cobblestone_equivalents.json') ([ordered]@{ @@ -1147,6 +1221,33 @@ function Write-NativeSlabOverrides() { (VanillaStonecuttingRecipe (ItemIngredient $route.source) $route.vanilla 2) } } + + $tuffCrafting = @( + @{ recipe = 'tuff_slab'; source = 'minecraft:tuff'; mineralogy = 'mineralogy:tuff_slab'; vanilla = 'minecraft:tuff_slab' }, + @{ recipe = 'polished_tuff_slab'; source = 'minecraft:polished_tuff'; mineralogy = 'mineralogy:tuff_smooth_slab'; vanilla = 'minecraft:polished_tuff_slab' }, + @{ recipe = 'tuff_brick_slab'; source = 'minecraft:tuff_bricks'; mineralogy = 'mineralogy:tuff_brick_slab'; vanilla = 'minecraft:tuff_brick_slab' } + ) + foreach ($finish in $tuffCrafting) { + $condition = ItemCondition $finish.mineralogy + Write-ConditionalMinecraftRecipe $finish.recipe $condition ` + (VanillaShapedRecipe @('###') ([ordered]@{ '#' = ItemIngredient $finish.source }) $finish.mineralogy 6) ` + (VanillaShapedRecipe @('###') ([ordered]@{ '#' = ItemIngredient $finish.source }) $finish.vanilla 6) + } + + $tuffStonecutting = @( + @{ recipe = 'tuff_slab_from_tuff_stonecutting'; source = 'minecraft:tuff'; mineralogy = 'mineralogy:tuff_slab'; vanilla = 'minecraft:tuff_slab' }, + @{ recipe = 'polished_tuff_slab_from_tuff_stonecutting'; source = 'minecraft:tuff'; mineralogy = 'mineralogy:tuff_smooth_slab'; vanilla = 'minecraft:polished_tuff_slab' }, + @{ recipe = 'polished_tuff_slab_from_polished_tuff_stonecutting'; source = 'minecraft:polished_tuff'; mineralogy = 'mineralogy:tuff_smooth_slab'; vanilla = 'minecraft:polished_tuff_slab' }, + @{ recipe = 'tuff_brick_slab_from_tuff_stonecutting'; source = 'minecraft:tuff'; mineralogy = 'mineralogy:tuff_brick_slab'; vanilla = 'minecraft:tuff_brick_slab' }, + @{ recipe = 'tuff_brick_slab_from_polished_tuff_stonecutting'; source = 'minecraft:polished_tuff'; mineralogy = 'mineralogy:tuff_brick_slab'; vanilla = 'minecraft:tuff_brick_slab' }, + @{ recipe = 'tuff_brick_slab_from_tuff_bricks_stonecutting'; source = 'minecraft:tuff_bricks'; mineralogy = 'mineralogy:tuff_brick_slab'; vanilla = 'minecraft:tuff_brick_slab' } + ) + foreach ($route in $tuffStonecutting) { + $condition = ItemCondition $route.mineralogy + Write-ConditionalMinecraftRecipe $route.recipe $condition ` + (VanillaStonecuttingRecipe (ItemIngredient $route.source) $route.mineralogy 2) ` + (VanillaStonecuttingRecipe (ItemIngredient $route.source) $route.vanilla 2) + } } function Write-NativeSlabConversions() { @@ -1167,6 +1268,23 @@ function Write-NativeSlabConversions() { Register-UnlockSource "${prefix}_from_vanilla" $finish.vanilla } } + + foreach ($finish in @( + @{ name = 'raw'; mineralogy = 'mineralogy:tuff_slab'; vanilla = 'minecraft:tuff_slab' }, + @{ name = 'smooth'; mineralogy = 'mineralogy:tuff_smooth_slab'; vanilla = 'minecraft:polished_tuff_slab' }, + @{ name = 'brick'; mineralogy = 'mineralogy:tuff_brick_slab'; vanilla = 'minecraft:tuff_brick_slab' } + )) { + $prefix = if ($finish.name -eq 'raw') { 'tuff_slab' } else { "tuff_$($finish.name)_slab" } + $conditions = @((ItemCondition $finish.mineralogy), (ItemCondition $finish.vanilla)) + + Write-ShapelessRecipe "${prefix}_to_vanilla" 'minecraft:crafting_shapeless' ` + @((ItemIngredient $finish.mineralogy)) $finish.vanilla 1 $conditions + Register-UnlockSource "${prefix}_to_vanilla" $finish.mineralogy + + Write-ShapelessRecipe "${prefix}_from_vanilla" 'minecraft:crafting_shapeless' ` + @((ItemIngredient $finish.vanilla)) $finish.mineralogy 1 $conditions + Register-UnlockSource "${prefix}_from_vanilla" $finish.vanilla + } } function Write-NativePolishedOverrides() { @@ -1210,6 +1328,7 @@ function Write-NativePolishedOverrides() { } Prepare-TargetDirectories +Write-CommonCompatibilityTags Write-TargetTags Write-CobblestoneRecipeTags Write-CobblestoneRecipeOverrides @@ -1225,7 +1344,7 @@ foreach ($family in $families) { Write-NativeSlabConversions Write-GlobalRecipes -$expectedRecipeCount = ($families.Count * 50) + 49 +$expectedRecipeCount = ($families.Count * 50) + 55 if ($generatedNames.Count -ne $expectedRecipeCount) { throw "Expected $expectedRecipeCount generated recipes, produced $($generatedNames.Count)" } @@ -1242,4 +1361,4 @@ $advancementCount = Synchronize-AdvancementConditions if ($advancementCount -ne $expectedTargetRecipeCount) { throw "Expected $expectedTargetRecipeCount recipe advancements, found $advancementCount" } -Write-Output "Generated $expectedRecipeCount crafting recipe JSON files, retained 28 target-native smelting recipes, created $createdAdvancements missing recipe advancements, and conditioned $advancementCount Minecraft 1.20.6 recipe advancements." +Write-Output "Generated $expectedRecipeCount crafting recipe JSON files, retained 28 target-native smelting recipes, created $createdAdvancements missing recipe advancements, and conditioned $advancementCount Minecraft 1.21.1 recipe advancements." diff --git a/src/main/java/zone/moddev/mc/mineralogy/MineralogyConfig.java b/src/main/java/zone/moddev/mc/mineralogy/MineralogyConfig.java index 2b010f5e8..fa36ab5d6 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/MineralogyConfig.java +++ b/src/main/java/zone/moddev/mc/mineralogy/MineralogyConfig.java @@ -35,7 +35,7 @@ public final class MineralogyConfig { public static final String FILE_NAME = "mineralogy-common.toml"; private static final ResourceLocation CONFIG_CONDITION_ID = - new ResourceLocation(Mineralogy.MODID, "config"); + ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "config"); private static DeferredRegister> conditionCodecs; private static boolean smeltableGravel = true; diff --git a/src/main/java/zone/moddev/mc/mineralogy/blocks/Chalk.java b/src/main/java/zone/moddev/mc/mineralogy/blocks/Chalk.java index b7e3a7c1c..af1bb8c89 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/blocks/Chalk.java +++ b/src/main/java/zone/moddev/mc/mineralogy/blocks/Chalk.java @@ -24,7 +24,7 @@ public List getDrops(BlockState state, Builder builder) { return Collections.singletonList(new ItemStack(this)); } - Item dust = BuiltInRegistries.ITEM.get(new ResourceLocation(Mineralogy.MODID, "chalk_dust")); + Item dust = BuiltInRegistries.ITEM.get(ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "chalk_dust")); if (dust != null) { return Collections.singletonList(new ItemStack(dust, 4)); } diff --git a/src/main/java/zone/moddev/mc/mineralogy/blocks/DoubleSlab.java b/src/main/java/zone/moddev/mc/mineralogy/blocks/DoubleSlab.java index 0c06c872f..08d0c2e19 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/blocks/DoubleSlab.java +++ b/src/main/java/zone/moddev/mc/mineralogy/blocks/DoubleSlab.java @@ -9,12 +9,9 @@ import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.enchantment.EnchantmentHelper; -import net.minecraft.world.item.enchantment.Enchantments; import net.minecraft.core.BlockPos; import net.minecraft.world.level.LevelReader; import net.minecraft.world.level.storage.loot.LootParams.Builder; -import net.minecraft.world.level.storage.loot.parameters.LootContextParams; import net.minecraft.world.phys.HitResult; public class DoubleSlab extends Block implements NamedMineralogyBlock { @@ -50,9 +47,7 @@ public ItemStack getCloneItemStack(BlockState state, HitResult target, LevelRead } public List getDrops(BlockState state, Builder builder) { - ItemStack tool = builder.getOptionalParameter(LootContextParams.TOOL); - if (tool != null && !tool.isEmpty() - && EnchantmentHelper.getItemEnchantmentLevel(Enchantments.SILK_TOUCH, tool) > 0) { + if (Rock.hasSilkTouch(builder)) { return Collections.singletonList(new ItemStack(fullBlock)); } return Collections.singletonList(new ItemStack(drops, 2)); diff --git a/src/main/java/zone/moddev/mc/mineralogy/blocks/Gypsum.java b/src/main/java/zone/moddev/mc/mineralogy/blocks/Gypsum.java index 187146840..f9044cd65 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/blocks/Gypsum.java +++ b/src/main/java/zone/moddev/mc/mineralogy/blocks/Gypsum.java @@ -27,7 +27,7 @@ public List getDrops(BlockState state, Builder builder) { return Collections.singletonList(new ItemStack(this)); } - Item dust = BuiltInRegistries.ITEM.get(new ResourceLocation(Mineralogy.MODID, "gypsum_dust")); + Item dust = BuiltInRegistries.ITEM.get(ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "gypsum_dust")); if (dust != null) { return Collections.singletonList(new ItemStack(dust, prng.nextInt(3) + 1)); } diff --git a/src/main/java/zone/moddev/mc/mineralogy/blocks/Ore.java b/src/main/java/zone/moddev/mc/mineralogy/blocks/Ore.java index b3cb93cfd..07008c934 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/blocks/Ore.java +++ b/src/main/java/zone/moddev/mc/mineralogy/blocks/Ore.java @@ -13,9 +13,6 @@ import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.ItemLike; import net.minecraft.resources.ResourceLocation; -import net.minecraft.core.BlockPos; -import net.minecraft.util.RandomSource; -import net.minecraft.world.level.LevelReader; import net.minecraft.world.level.storage.loot.LootParams.Builder; import net.minecraft.core.registries.BuiltInRegistries; @@ -41,14 +38,8 @@ public String mineralogyRegistryPath() { return registryPath; } - @Override - public int getExpDrop(BlockState state, LevelReader world, RandomSource random, BlockPos pos, - int fortune, int silktouch) { - return 0; - } - public ItemLike getItemDropped() { - Item item = BuiltInRegistries.ITEM.get(new ResourceLocation(Mineralogy.MODID, dropItemName)); + Item item = BuiltInRegistries.ITEM.get(ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, dropItemName)); return item == null ? this : item; } diff --git a/src/main/java/zone/moddev/mc/mineralogy/blocks/Rock.java b/src/main/java/zone/moddev/mc/mineralogy/blocks/Rock.java index e1079ba14..c86037b9d 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/blocks/Rock.java +++ b/src/main/java/zone/moddev/mc/mineralogy/blocks/Rock.java @@ -15,6 +15,7 @@ import net.minecraft.world.item.enchantment.Enchantments; import net.minecraft.world.item.ItemStack; import net.minecraft.core.BlockPos; +import net.minecraft.core.registries.Registries; import net.minecraft.world.level.LevelReader; import net.minecraft.world.level.storage.loot.LootParams.Builder; import net.minecraft.world.level.storage.loot.parameters.LootContextParams; @@ -55,11 +56,14 @@ public List getDrops(BlockState state, Builder builder) { protected static boolean hasSilkTouch(Builder builder) { ItemStack tool = builder.getOptionalParameter(LootContextParams.TOOL); return tool != null && !tool.isEmpty() - && EnchantmentHelper.getItemEnchantmentLevel(Enchantments.SILK_TOUCH, tool) > 0; + && EnchantmentHelper.getItemEnchantmentLevel(builder.getLevel().registryAccess() + .registryOrThrow(Registries.ENCHANTMENT).getHolderOrThrow(Enchantments.SILK_TOUCH), tool) > 0; } protected static int getFortuneLevel(Builder builder) { ItemStack tool = builder.getOptionalParameter(LootContextParams.TOOL); - return tool == null || tool.isEmpty() ? 0 : EnchantmentHelper.getItemEnchantmentLevel(Enchantments.FORTUNE, tool); + return tool == null || tool.isEmpty() ? 0 : EnchantmentHelper.getItemEnchantmentLevel( + builder.getLevel().registryAccess().registryOrThrow(Registries.ENCHANTMENT) + .getHolderOrThrow(Enchantments.FORTUNE), tool); } } diff --git a/src/main/java/zone/moddev/mc/mineralogy/blocks/RockFurnace.java b/src/main/java/zone/moddev/mc/mineralogy/blocks/RockFurnace.java index f6a94619b..1d3a192ca 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/blocks/RockFurnace.java +++ b/src/main/java/zone/moddev/mc/mineralogy/blocks/RockFurnace.java @@ -254,7 +254,7 @@ private static Block getStateBlock(Block block, boolean active) { path = path.substring(4); } - Block stateBlock = BuiltInRegistries.BLOCK.get(new ResourceLocation(Mineralogy.MODID, path)); + Block stateBlock = BuiltInRegistries.BLOCK.get(ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, path)); return stateBlock == null ? block : stateBlock; } diff --git a/src/main/java/zone/moddev/mc/mineralogy/blocks/RockSalt.java b/src/main/java/zone/moddev/mc/mineralogy/blocks/RockSalt.java index 279e61479..328a67b6d 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/blocks/RockSalt.java +++ b/src/main/java/zone/moddev/mc/mineralogy/blocks/RockSalt.java @@ -24,7 +24,7 @@ public List getDrops(BlockState state, Builder builder) { return Collections.singletonList(new ItemStack(this)); } - Item dust = BuiltInRegistries.ITEM.get(new ResourceLocation(Mineralogy.MODID, "rock_salt_dust")); + Item dust = BuiltInRegistries.ITEM.get(ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "rock_salt_dust")); if (dust != null) { return Collections.singletonList(new ItemStack(dust, 4)); } diff --git a/src/main/java/zone/moddev/mc/mineralogy/blocks/RockSlab.java b/src/main/java/zone/moddev/mc/mineralogy/blocks/RockSlab.java index 3f6b087fe..18615fa9e 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/blocks/RockSlab.java +++ b/src/main/java/zone/moddev/mc/mineralogy/blocks/RockSlab.java @@ -110,7 +110,7 @@ protected ItemInteractionResult useItemOn(ItemStack held, BlockState state, Leve } Block doubleSlab = BuiltInRegistries.BLOCK.get( - new ResourceLocation(Mineralogy.MODID, this.doubleSlabName)); + ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, this.doubleSlabName)); if (!(doubleSlab instanceof DoubleSlab)) { return ItemInteractionResult.PASS_TO_DEFAULT_BLOCK_INTERACTION; } diff --git a/src/main/java/zone/moddev/mc/mineralogy/client/ClientSetup.java b/src/main/java/zone/moddev/mc/mineralogy/client/ClientSetup.java index 86a3f7200..e15afb7c7 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/client/ClientSetup.java +++ b/src/main/java/zone/moddev/mc/mineralogy/client/ClientSetup.java @@ -17,7 +17,7 @@ private ClientSetup() { @SubscribeEvent public static void clientSetup(FMLClientSetupEvent event) { - // Block render types are declared by their model JSON on NeoForge 20.6. + // Block render types are declared by their model JSON on NeoForge 21.1. // Fluid render layers still use the target-native client registration API. ItemBlockRenderTypes.setRenderLayer(MineralogyFluids.CRUDE_OIL.get(), RenderType.translucent()); ItemBlockRenderTypes.setRenderLayer(MineralogyFluids.FLOWING_CRUDE_OIL.get(), RenderType.translucent()); diff --git a/src/main/java/zone/moddev/mc/mineralogy/compat/CobblestoneTagPolicy.java b/src/main/java/zone/moddev/mc/mineralogy/compat/CobblestoneTagPolicy.java index d3087c71d..a9ed7a8e6 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/compat/CobblestoneTagPolicy.java +++ b/src/main/java/zone/moddev/mc/mineralogy/compat/CobblestoneTagPolicy.java @@ -28,22 +28,22 @@ import zone.moddev.mc.mineralogy.data.Material; import zone.moddev.mc.mineralogy.data.MaterialData; -/** Applies the legacy cobblestone option to NeoForge 20.6 block and item tags. */ +/** Applies the legacy cobblestone option to NeoForge 21.1 block and item tags. */ public final class CobblestoneTagPolicy { - private static final ResourceLocation COMMON_COBBLESTONES = new ResourceLocation("c", "cobblestones"); + private static final ResourceLocation COMMON_COBBLESTONES = ResourceLocation.fromNamespaceAndPath("c", "cobblestones"); private static final ResourceLocation COMMON_NORMAL_COBBLESTONES = - new ResourceLocation("c", "cobblestones/normal"); - private static final ResourceLocation FORGE_COBBLESTONE = new ResourceLocation("forge", "cobblestone"); + ResourceLocation.fromNamespaceAndPath("c", "cobblestones/normal"); + private static final ResourceLocation FORGE_COBBLESTONE = ResourceLocation.fromNamespaceAndPath("forge", "cobblestone"); private static final ResourceLocation MINERALOGY_COBBLESTONE = - new ResourceLocation(Mineralogy.MODID, "cobblestone_equivalents"); + ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "cobblestone_equivalents"); private static final ResourceLocation MINERALOGY_STONE_CRAFTING = - new ResourceLocation(Mineralogy.MODID, "stone_crafting_materials"); + ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "stone_crafting_materials"); private static final ResourceLocation MINERALOGY_STONE_TOOLS = - new ResourceLocation(Mineralogy.MODID, "stone_tool_materials"); + ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "stone_tool_materials"); private static final ResourceLocation STONE_CRAFTING_MATERIALS = - new ResourceLocation("minecraft", "stone_crafting_materials"); + ResourceLocation.fromNamespaceAndPath("minecraft", "stone_crafting_materials"); private static final ResourceLocation STONE_TOOL_MATERIALS = - new ResourceLocation("minecraft", "stone_tool_materials"); + ResourceLocation.fromNamespaceAndPath("minecraft", "stone_tool_materials"); private CobblestoneTagPolicy() { } @@ -97,7 +97,7 @@ static void apply(RegistryAccess access) { configuredItems, enabled, "chert", "pumice"); itemRegistry.bindTags(itemTags); - Mineralogy.LOGGER.debug("Applied NeoForge 20.6 cobblestone policy: enabled={}, rocks={}, " + Mineralogy.LOGGER.debug("Applied NeoForge 21.1 cobblestone policy: enabled={}, rocks={}, " + "unionItems={}, commonItems={}, craftingItems={}, toolItems={}", enabled, configuredItems.size(), size(itemRegistry, Registries.ITEM, MINERALOGY_COBBLESTONE), size(itemRegistry, Registries.ITEM, COMMON_COBBLESTONES), @@ -137,7 +137,7 @@ private static Set> rawRockHolders(Registry registry, Set> values = new LinkedHashSet<>(); for (Material material : MaterialData.allIncludingRockSalt()) { TagKey tag = TagKey.create(registryKey, - new ResourceLocation(Mineralogy.MODID, "stones/" + material.id())); + ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "stones/" + material.id())); registry.getTag(tag).ifPresent(named -> named.forEach(values::add)); } return values; @@ -154,7 +154,7 @@ static void updateTag(Map, List>> tags, Registry regi } for (String name : unconditionalNames) { ResourceKey valueKey = ResourceKey.create(registryKey, - new ResourceLocation(Mineralogy.MODID, name)); + ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, name)); registry.getHolder(valueKey).ifPresent(values::add); } tags.put(key, new ArrayList<>(values)); diff --git a/src/main/java/zone/moddev/mc/mineralogy/init/Blocks.java b/src/main/java/zone/moddev/mc/mineralogy/init/Blocks.java index f290bf5cc..e804e9755 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/init/Blocks.java +++ b/src/main/java/zone/moddev/mc/mineralogy/init/Blocks.java @@ -452,7 +452,7 @@ private static T register(RegisterHelper registry, T bl if (path == null || path.isEmpty()) { throw new IllegalArgumentException("Mineralogy block has an empty registry path: " + block.getClass()); } - registry.register(new ResourceLocation(Mineralogy.MODID, path), block); + registry.register(ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, path), block); bindLegacyBlockField(path, block); return block; } diff --git a/src/main/java/zone/moddev/mc/mineralogy/init/Items.java b/src/main/java/zone/moddev/mc/mineralogy/init/Items.java index f7f413ab6..0d01a2a63 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/init/Items.java +++ b/src/main/java/zone/moddev/mc/mineralogy/init/Items.java @@ -117,7 +117,7 @@ private static Item createFertilizer() { } private static T register(RegisterHelper registry, String path, T item) { - registry.register(new ResourceLocation(Mineralogy.MODID, path), item); + registry.register(ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, path), item); return item; } diff --git a/src/main/java/zone/moddev/mc/mineralogy/init/MineralogyFluids.java b/src/main/java/zone/moddev/mc/mineralogy/init/MineralogyFluids.java index 5b08a11e6..2af90948c 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/init/MineralogyFluids.java +++ b/src/main/java/zone/moddev/mc/mineralogy/init/MineralogyFluids.java @@ -36,10 +36,8 @@ public final class MineralogyFluids { private static final DeferredRegister ITEMS = DeferredRegister.create(BuiltInRegistries.ITEM, Mineralogy.MODID); - private static final ResourceLocation CRUDE_OIL_STILL = new ResourceLocation(Mineralogy.MODID, - "blocks/crude_oil_still"); - private static final ResourceLocation CRUDE_OIL_FLOW = new ResourceLocation(Mineralogy.MODID, - "blocks/crude_oil_flow"); + private static final ResourceLocation CRUDE_OIL_STILL = ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "blocks/crude_oil_still"); + private static final ResourceLocation CRUDE_OIL_FLOW = ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "blocks/crude_oil_flow"); public static final DeferredHolder CRUDE_OIL_TYPE = FLUID_TYPES.register("crude_oil", () -> new FluidType(FluidType.Properties.create() diff --git a/src/main/java/zone/moddev/mc/mineralogy/init/MineralogyItemGroups.java b/src/main/java/zone/moddev/mc/mineralogy/init/MineralogyItemGroups.java index 58aad133a..34fe11464 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/init/MineralogyItemGroups.java +++ b/src/main/java/zone/moddev/mc/mineralogy/init/MineralogyItemGroups.java @@ -111,12 +111,12 @@ private static CreativeModeTab register(RegisterEvent.RegisterHelper icon(iconItemName)) .withSearchBar() .build(); - helper.register(new ResourceLocation(Mineralogy.MODID, name), tab); + helper.register(ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, name), tab); return tab; } private static ItemStack icon(String itemName) { - Item item = BuiltInRegistries.ITEM.get(new ResourceLocation(Mineralogy.MODID, itemName)); + Item item = BuiltInRegistries.ITEM.get(ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, itemName)); return new ItemStack(item == null ? net.minecraft.world.item.Items.IRON_PICKAXE : item); } } diff --git a/src/main/java/zone/moddev/mc/mineralogy/init/TileEntities.java b/src/main/java/zone/moddev/mc/mineralogy/init/TileEntities.java index 01e6c6d06..32d093f9a 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/init/TileEntities.java +++ b/src/main/java/zone/moddev/mc/mineralogy/init/TileEntities.java @@ -38,7 +38,7 @@ public static void registerTileEntities(RegisterEvent event) { .of(TileEntityRockFurnace::new, furnaceBlocks.toArray(new Block[furnaceBlocks.size()])) .build(null); event.register(Registries.BLOCK_ENTITY_TYPE, - new ResourceLocation(Mineralogy.MODID, "rock_furnace"), + ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "rock_furnace"), () -> rock_furnace); } diff --git a/src/main/java/zone/moddev/mc/mineralogy/patching/LegacyWorldDataHook.java b/src/main/java/zone/moddev/mc/mineralogy/patching/LegacyWorldDataHook.java index 1b82bb192..274341f2c 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/patching/LegacyWorldDataHook.java +++ b/src/main/java/zone/moddev/mc/mineralogy/patching/LegacyWorldDataHook.java @@ -62,10 +62,10 @@ public final class LegacyWorldDataHook { private static volatile boolean legacyWorldActive; static { - BLOCK_ALIASES.put(new ResourceLocation(Mineralogy.MODID, "pummice"), - new ResourceLocation(Mineralogy.MODID, "pumice")); - BLOCK_ALIASES.put(new ResourceLocation(Mineralogy.MODID, "saprolite"), - new ResourceLocation(Mineralogy.MODID, "limestone")); + BLOCK_ALIASES.put(ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "pummice"), + ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "pumice")); + BLOCK_ALIASES.put(ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "saprolite"), + ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, "limestone")); } private LegacyWorldDataHook() { @@ -282,7 +282,7 @@ private static int installLegacyBlockStates(CompoundTag blockSnapshot) { if (!key.startsWith(Mineralogy.MODID + ":")) { continue; } - ResourceLocation id = new ResourceLocation(key); + ResourceLocation id = ResourceLocation.parse(key); int numericId = savedId.getInt("V"); mineralogyIds.put(id, numericId); highestStateId = Math.max(highestStateId, (numericId << 4) | 15); @@ -310,7 +310,7 @@ private static int installLegacyBlockStates(CompoundTag blockSnapshot) { } /** - * Minecraft 1.20.6 still fixes the pre-flattening state table at 4,096 entries, + * Minecraft 1.21.1 still fixes the pre-flattening state table at 4,096 entries, * while Forge 1.12 worlds commonly assign mod blocks higher numeric IDs. * Replace that exact static-final array before writing any recovered states. */ diff --git a/src/main/java/zone/moddev/mc/mineralogy/patching/PatchHandler.java b/src/main/java/zone/moddev/mc/mineralogy/patching/PatchHandler.java index 00ffd94b0..7b0895bb3 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/patching/PatchHandler.java +++ b/src/main/java/zone/moddev/mc/mineralogy/patching/PatchHandler.java @@ -49,10 +49,10 @@ public static void registerAliases(IEventBus modBus) { } private static ResourceLocation mineralogyId(String path) { - return new ResourceLocation(Mineralogy.MODID, path); + return ResourceLocation.fromNamespaceAndPath(Mineralogy.MODID, path); } private static ResourceLocation minecraftId(String path) { - return new ResourceLocation("minecraft", path); + return ResourceLocation.fromNamespaceAndPath("minecraft", path); } } diff --git a/src/main/java/zone/moddev/mc/mineralogy/tileentity/TileEntityRockFurnace.java b/src/main/java/zone/moddev/mc/mineralogy/tileentity/TileEntityRockFurnace.java index b415c2cb3..153e7a272 100644 --- a/src/main/java/zone/moddev/mc/mineralogy/tileentity/TileEntityRockFurnace.java +++ b/src/main/java/zone/moddev/mc/mineralogy/tileentity/TileEntityRockFurnace.java @@ -37,6 +37,7 @@ import net.minecraft.world.item.crafting.Recipe; import net.minecraft.world.item.crafting.RecipeHolder; import net.minecraft.world.item.crafting.RecipeType; +import net.minecraft.world.item.crafting.SingleRecipeInput; import net.minecraft.world.item.crafting.SmeltingRecipe; import net.minecraft.world.level.GameRules; import net.minecraft.world.level.Level; @@ -255,7 +256,8 @@ private int getCookTime(@Nullable RecipeHolder recipe) { @Nullable private RecipeHolder getSmeltingRecipe() { return level == null ? null - : level.getRecipeManager().getRecipeFor(RecipeType.SMELTING, this, level).orElse(null); + : level.getRecipeManager().getRecipeFor(RecipeType.SMELTING, + new SingleRecipeInput(furnaceItemStacks.get(0)), level).orElse(null); } private boolean canSmelt(@Nullable RecipeHolder> recipe) { diff --git a/src/main/resources/data/c/tags/block/cobblestones.json b/src/main/resources/data/c/tags/block/cobblestones.json new file mode 100644 index 000000000..6d067113d --- /dev/null +++ b/src/main/resources/data/c/tags/block/cobblestones.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:chert", + "mineralogy:pumice" + ] +} diff --git a/src/main/resources/data/c/tags/blocks/ores/nitrate.json b/src/main/resources/data/c/tags/block/ores/nitrate.json similarity index 100% rename from src/main/resources/data/c/tags/blocks/ores/nitrate.json rename to src/main/resources/data/c/tags/block/ores/nitrate.json diff --git a/src/main/resources/data/c/tags/blocks/ores/phosphorous.json b/src/main/resources/data/c/tags/block/ores/phosphorous.json similarity index 100% rename from src/main/resources/data/c/tags/blocks/ores/phosphorous.json rename to src/main/resources/data/c/tags/block/ores/phosphorous.json diff --git a/src/main/resources/data/c/tags/blocks/ores/sulfur.json b/src/main/resources/data/c/tags/block/ores/sulfur.json similarity index 100% rename from src/main/resources/data/c/tags/blocks/ores/sulfur.json rename to src/main/resources/data/c/tags/block/ores/sulfur.json diff --git a/src/main/resources/data/c/tags/blocks/storage_blocks/chalk.json b/src/main/resources/data/c/tags/block/storage_blocks/chalk.json similarity index 100% rename from src/main/resources/data/c/tags/blocks/storage_blocks/chalk.json rename to src/main/resources/data/c/tags/block/storage_blocks/chalk.json diff --git a/src/main/resources/data/c/tags/blocks/storage_blocks/gypsum.json b/src/main/resources/data/c/tags/block/storage_blocks/gypsum.json similarity index 100% rename from src/main/resources/data/c/tags/blocks/storage_blocks/gypsum.json rename to src/main/resources/data/c/tags/block/storage_blocks/gypsum.json diff --git a/src/main/resources/data/c/tags/blocks/storage_blocks/nitrate.json b/src/main/resources/data/c/tags/block/storage_blocks/nitrate.json similarity index 100% rename from src/main/resources/data/c/tags/blocks/storage_blocks/nitrate.json rename to src/main/resources/data/c/tags/block/storage_blocks/nitrate.json diff --git a/src/main/resources/data/c/tags/blocks/storage_blocks/phosphorous.json b/src/main/resources/data/c/tags/block/storage_blocks/phosphorous.json similarity index 100% rename from src/main/resources/data/c/tags/blocks/storage_blocks/phosphorous.json rename to src/main/resources/data/c/tags/block/storage_blocks/phosphorous.json diff --git a/src/main/resources/data/c/tags/blocks/storage_blocks/rock_salt.json b/src/main/resources/data/c/tags/block/storage_blocks/rock_salt.json similarity index 100% rename from src/main/resources/data/c/tags/blocks/storage_blocks/rock_salt.json rename to src/main/resources/data/c/tags/block/storage_blocks/rock_salt.json diff --git a/src/main/resources/data/c/tags/blocks/storage_blocks/sulfur.json b/src/main/resources/data/c/tags/block/storage_blocks/sulfur.json similarity index 100% rename from src/main/resources/data/c/tags/blocks/storage_blocks/sulfur.json rename to src/main/resources/data/c/tags/block/storage_blocks/sulfur.json diff --git a/src/main/resources/data/c/tags/blocks/cobblestones.json b/src/main/resources/data/c/tags/blocks/cobblestones.json deleted file mode 100644 index 4a747bf9a..000000000 --- a/src/main/resources/data/c/tags/blocks/cobblestones.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:chert", - "mineralogy:pumice" - ] -} diff --git a/src/main/resources/data/c/tags/fluid/crude_oil.json b/src/main/resources/data/c/tags/fluid/crude_oil.json new file mode 100644 index 000000000..9b9312a8d --- /dev/null +++ b/src/main/resources/data/c/tags/fluid/crude_oil.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:crude_oil", + "mineralogy:flowing_crude_oil" + ] +} diff --git a/src/main/resources/data/c/tags/fluids/crude_oil.json b/src/main/resources/data/c/tags/fluids/crude_oil.json deleted file mode 100644 index e80854f75..000000000 --- a/src/main/resources/data/c/tags/fluids/crude_oil.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:crude_oil", - "mineralogy:flowing_crude_oil" - ] -} diff --git a/src/main/resources/data/c/tags/item/buckets/crude_oil.json b/src/main/resources/data/c/tags/item/buckets/crude_oil.json new file mode 100644 index 000000000..6e6cbbb3f --- /dev/null +++ b/src/main/resources/data/c/tags/item/buckets/crude_oil.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:crude_oil_bucket" + ] +} diff --git a/src/main/resources/data/c/tags/item/cobblestones.json b/src/main/resources/data/c/tags/item/cobblestones.json new file mode 100644 index 000000000..6d067113d --- /dev/null +++ b/src/main/resources/data/c/tags/item/cobblestones.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:chert", + "mineralogy:pumice" + ] +} diff --git a/src/main/resources/data/c/tags/item/dusts/carbon.json b/src/main/resources/data/c/tags/item/dusts/carbon.json new file mode 100644 index 000000000..7c1899e51 --- /dev/null +++ b/src/main/resources/data/c/tags/item/dusts/carbon.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + + ] +} diff --git a/src/main/resources/data/c/tags/items/dusts/chalk.json b/src/main/resources/data/c/tags/item/dusts/chalk.json similarity index 100% rename from src/main/resources/data/c/tags/items/dusts/chalk.json rename to src/main/resources/data/c/tags/item/dusts/chalk.json diff --git a/src/main/resources/data/c/tags/item/dusts/coal.json b/src/main/resources/data/c/tags/item/dusts/coal.json new file mode 100644 index 000000000..7c1899e51 --- /dev/null +++ b/src/main/resources/data/c/tags/item/dusts/coal.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + + ] +} diff --git a/src/main/resources/data/c/tags/items/dusts/gypsum.json b/src/main/resources/data/c/tags/item/dusts/gypsum.json similarity index 100% rename from src/main/resources/data/c/tags/items/dusts/gypsum.json rename to src/main/resources/data/c/tags/item/dusts/gypsum.json diff --git a/src/main/resources/data/c/tags/items/dusts/nitrate.json b/src/main/resources/data/c/tags/item/dusts/nitrate.json similarity index 100% rename from src/main/resources/data/c/tags/items/dusts/nitrate.json rename to src/main/resources/data/c/tags/item/dusts/nitrate.json diff --git a/src/main/resources/data/c/tags/items/dusts/phosphorous.json b/src/main/resources/data/c/tags/item/dusts/phosphorous.json similarity index 100% rename from src/main/resources/data/c/tags/items/dusts/phosphorous.json rename to src/main/resources/data/c/tags/item/dusts/phosphorous.json diff --git a/src/main/resources/data/c/tags/items/dusts/rock_salt.json b/src/main/resources/data/c/tags/item/dusts/rock_salt.json similarity index 100% rename from src/main/resources/data/c/tags/items/dusts/rock_salt.json rename to src/main/resources/data/c/tags/item/dusts/rock_salt.json diff --git a/src/main/resources/data/c/tags/items/dusts/sulfur.json b/src/main/resources/data/c/tags/item/dusts/sulfur.json similarity index 100% rename from src/main/resources/data/c/tags/items/dusts/sulfur.json rename to src/main/resources/data/c/tags/item/dusts/sulfur.json diff --git a/src/main/resources/data/c/tags/items/ores/nitrate.json b/src/main/resources/data/c/tags/item/ores/nitrate.json similarity index 100% rename from src/main/resources/data/c/tags/items/ores/nitrate.json rename to src/main/resources/data/c/tags/item/ores/nitrate.json diff --git a/src/main/resources/data/c/tags/items/ores/phosphorous.json b/src/main/resources/data/c/tags/item/ores/phosphorous.json similarity index 100% rename from src/main/resources/data/c/tags/items/ores/phosphorous.json rename to src/main/resources/data/c/tags/item/ores/phosphorous.json diff --git a/src/main/resources/data/c/tags/items/ores/sulfur.json b/src/main/resources/data/c/tags/item/ores/sulfur.json similarity index 100% rename from src/main/resources/data/c/tags/items/ores/sulfur.json rename to src/main/resources/data/c/tags/item/ores/sulfur.json diff --git a/src/main/resources/data/c/tags/items/storage_blocks/chalk.json b/src/main/resources/data/c/tags/item/storage_blocks/chalk.json similarity index 100% rename from src/main/resources/data/c/tags/items/storage_blocks/chalk.json rename to src/main/resources/data/c/tags/item/storage_blocks/chalk.json diff --git a/src/main/resources/data/c/tags/items/storage_blocks/gypsum.json b/src/main/resources/data/c/tags/item/storage_blocks/gypsum.json similarity index 100% rename from src/main/resources/data/c/tags/items/storage_blocks/gypsum.json rename to src/main/resources/data/c/tags/item/storage_blocks/gypsum.json diff --git a/src/main/resources/data/c/tags/items/storage_blocks/nitrate.json b/src/main/resources/data/c/tags/item/storage_blocks/nitrate.json similarity index 100% rename from src/main/resources/data/c/tags/items/storage_blocks/nitrate.json rename to src/main/resources/data/c/tags/item/storage_blocks/nitrate.json diff --git a/src/main/resources/data/c/tags/items/storage_blocks/phosphorous.json b/src/main/resources/data/c/tags/item/storage_blocks/phosphorous.json similarity index 100% rename from src/main/resources/data/c/tags/items/storage_blocks/phosphorous.json rename to src/main/resources/data/c/tags/item/storage_blocks/phosphorous.json diff --git a/src/main/resources/data/c/tags/items/storage_blocks/rock_salt.json b/src/main/resources/data/c/tags/item/storage_blocks/rock_salt.json similarity index 100% rename from src/main/resources/data/c/tags/items/storage_blocks/rock_salt.json rename to src/main/resources/data/c/tags/item/storage_blocks/rock_salt.json diff --git a/src/main/resources/data/c/tags/items/storage_blocks/sulfur.json b/src/main/resources/data/c/tags/item/storage_blocks/sulfur.json similarity index 100% rename from src/main/resources/data/c/tags/items/storage_blocks/sulfur.json rename to src/main/resources/data/c/tags/item/storage_blocks/sulfur.json diff --git a/src/main/resources/data/c/tags/items/buckets/crude_oil.json b/src/main/resources/data/c/tags/items/buckets/crude_oil.json deleted file mode 100644 index 8dd22b7c7..000000000 --- a/src/main/resources/data/c/tags/items/buckets/crude_oil.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:crude_oil_bucket" - ] -} diff --git a/src/main/resources/data/c/tags/items/cobblestones.json b/src/main/resources/data/c/tags/items/cobblestones.json deleted file mode 100644 index 4a747bf9a..000000000 --- a/src/main/resources/data/c/tags/items/cobblestones.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:chert", - "mineralogy:pumice" - ] -} diff --git a/src/main/resources/data/c/tags/items/dusts/carbon.json b/src/main/resources/data/c/tags/items/dusts/carbon.json deleted file mode 100644 index 5d341ba24..000000000 --- a/src/main/resources/data/c/tags/items/dusts/carbon.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "replace": false, - "values": [] -} diff --git a/src/main/resources/data/c/tags/items/dusts/coal.json b/src/main/resources/data/c/tags/items/dusts/coal.json deleted file mode 100644 index 5d341ba24..000000000 --- a/src/main/resources/data/c/tags/items/dusts/coal.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "replace": false, - "values": [] -} diff --git a/src/main/resources/data/minecraft/tags/items/stone_crafting_materials.json b/src/main/resources/data/forge/tags/block/cobblestone.json similarity index 100% rename from src/main/resources/data/minecraft/tags/items/stone_crafting_materials.json rename to src/main/resources/data/forge/tags/block/cobblestone.json diff --git a/src/main/resources/data/forge/tags/block/ores/nitrate.json b/src/main/resources/data/forge/tags/block/ores/nitrate.json new file mode 100644 index 000000000..9ffbe8662 --- /dev/null +++ b/src/main/resources/data/forge/tags/block/ores/nitrate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:ores/nitrate" + ] +} diff --git a/src/main/resources/data/forge/tags/block/ores/phosphorous.json b/src/main/resources/data/forge/tags/block/ores/phosphorous.json new file mode 100644 index 000000000..7b1f65ebd --- /dev/null +++ b/src/main/resources/data/forge/tags/block/ores/phosphorous.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:ores/phosphorous" + ] +} diff --git a/src/main/resources/data/forge/tags/block/ores/sulfur.json b/src/main/resources/data/forge/tags/block/ores/sulfur.json new file mode 100644 index 000000000..92eeb3714 --- /dev/null +++ b/src/main/resources/data/forge/tags/block/ores/sulfur.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:ores/sulfur" + ] +} diff --git a/src/main/resources/data/forge/tags/block/storage_blocks/chalk.json b/src/main/resources/data/forge/tags/block/storage_blocks/chalk.json new file mode 100644 index 000000000..5e0742c26 --- /dev/null +++ b/src/main/resources/data/forge/tags/block/storage_blocks/chalk.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:storage_blocks/chalk" + ] +} diff --git a/src/main/resources/data/forge/tags/block/storage_blocks/gypsum.json b/src/main/resources/data/forge/tags/block/storage_blocks/gypsum.json new file mode 100644 index 000000000..dfa4e0d58 --- /dev/null +++ b/src/main/resources/data/forge/tags/block/storage_blocks/gypsum.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:storage_blocks/gypsum" + ] +} diff --git a/src/main/resources/data/forge/tags/block/storage_blocks/nitrate.json b/src/main/resources/data/forge/tags/block/storage_blocks/nitrate.json new file mode 100644 index 000000000..786110679 --- /dev/null +++ b/src/main/resources/data/forge/tags/block/storage_blocks/nitrate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:storage_blocks/nitrate" + ] +} diff --git a/src/main/resources/data/forge/tags/block/storage_blocks/phosphorous.json b/src/main/resources/data/forge/tags/block/storage_blocks/phosphorous.json new file mode 100644 index 000000000..76986440b --- /dev/null +++ b/src/main/resources/data/forge/tags/block/storage_blocks/phosphorous.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:storage_blocks/phosphorous" + ] +} diff --git a/src/main/resources/data/forge/tags/block/storage_blocks/rock_salt.json b/src/main/resources/data/forge/tags/block/storage_blocks/rock_salt.json new file mode 100644 index 000000000..27355c21d --- /dev/null +++ b/src/main/resources/data/forge/tags/block/storage_blocks/rock_salt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:storage_blocks/rock_salt" + ] +} diff --git a/src/main/resources/data/forge/tags/block/storage_blocks/sulfur.json b/src/main/resources/data/forge/tags/block/storage_blocks/sulfur.json new file mode 100644 index 000000000..c8f602257 --- /dev/null +++ b/src/main/resources/data/forge/tags/block/storage_blocks/sulfur.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:storage_blocks/sulfur" + ] +} diff --git a/src/main/resources/data/forge/tags/blocks/cobblestone.json b/src/main/resources/data/forge/tags/blocks/cobblestone.json deleted file mode 100644 index 0f1e722bb..000000000 --- a/src/main/resources/data/forge/tags/blocks/cobblestone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:cobblestones" - ] -} diff --git a/src/main/resources/data/forge/tags/blocks/ores/nitrate.json b/src/main/resources/data/forge/tags/blocks/ores/nitrate.json deleted file mode 100644 index eef2e2a8b..000000000 --- a/src/main/resources/data/forge/tags/blocks/ores/nitrate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:ores/nitrate" - ] -} diff --git a/src/main/resources/data/forge/tags/blocks/ores/phosphorous.json b/src/main/resources/data/forge/tags/blocks/ores/phosphorous.json deleted file mode 100644 index 1bf1b600f..000000000 --- a/src/main/resources/data/forge/tags/blocks/ores/phosphorous.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:ores/phosphorous" - ] -} diff --git a/src/main/resources/data/forge/tags/blocks/ores/sulfur.json b/src/main/resources/data/forge/tags/blocks/ores/sulfur.json deleted file mode 100644 index 5bad0ec9b..000000000 --- a/src/main/resources/data/forge/tags/blocks/ores/sulfur.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:ores/sulfur" - ] -} diff --git a/src/main/resources/data/forge/tags/blocks/storage_blocks/chalk.json b/src/main/resources/data/forge/tags/blocks/storage_blocks/chalk.json deleted file mode 100644 index d3bc43eed..000000000 --- a/src/main/resources/data/forge/tags/blocks/storage_blocks/chalk.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:storage_blocks/chalk" - ] -} diff --git a/src/main/resources/data/forge/tags/blocks/storage_blocks/gypsum.json b/src/main/resources/data/forge/tags/blocks/storage_blocks/gypsum.json deleted file mode 100644 index 6b0462623..000000000 --- a/src/main/resources/data/forge/tags/blocks/storage_blocks/gypsum.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:storage_blocks/gypsum" - ] -} diff --git a/src/main/resources/data/forge/tags/blocks/storage_blocks/nitrate.json b/src/main/resources/data/forge/tags/blocks/storage_blocks/nitrate.json deleted file mode 100644 index 577dd7cbd..000000000 --- a/src/main/resources/data/forge/tags/blocks/storage_blocks/nitrate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:storage_blocks/nitrate" - ] -} diff --git a/src/main/resources/data/forge/tags/blocks/storage_blocks/phosphorous.json b/src/main/resources/data/forge/tags/blocks/storage_blocks/phosphorous.json deleted file mode 100644 index fa2a942df..000000000 --- a/src/main/resources/data/forge/tags/blocks/storage_blocks/phosphorous.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:storage_blocks/phosphorous" - ] -} diff --git a/src/main/resources/data/forge/tags/blocks/storage_blocks/rock_salt.json b/src/main/resources/data/forge/tags/blocks/storage_blocks/rock_salt.json deleted file mode 100644 index b8777a991..000000000 --- a/src/main/resources/data/forge/tags/blocks/storage_blocks/rock_salt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:storage_blocks/rock_salt" - ] -} diff --git a/src/main/resources/data/forge/tags/blocks/storage_blocks/sulfur.json b/src/main/resources/data/forge/tags/blocks/storage_blocks/sulfur.json deleted file mode 100644 index 4d7814580..000000000 --- a/src/main/resources/data/forge/tags/blocks/storage_blocks/sulfur.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:storage_blocks/sulfur" - ] -} diff --git a/src/main/resources/data/forge/tags/fluid/crude_oil.json b/src/main/resources/data/forge/tags/fluid/crude_oil.json new file mode 100644 index 000000000..dc38eb051 --- /dev/null +++ b/src/main/resources/data/forge/tags/fluid/crude_oil.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:crude_oil" + ] +} diff --git a/src/main/resources/data/forge/tags/item/buckets/crude_oil.json b/src/main/resources/data/forge/tags/item/buckets/crude_oil.json new file mode 100644 index 000000000..913d2b5b1 --- /dev/null +++ b/src/main/resources/data/forge/tags/item/buckets/crude_oil.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:buckets/crude_oil" + ] +} diff --git a/src/main/resources/data/minecraft/tags/items/stone_tool_materials.json b/src/main/resources/data/forge/tags/item/cobblestone.json similarity index 100% rename from src/main/resources/data/minecraft/tags/items/stone_tool_materials.json rename to src/main/resources/data/forge/tags/item/cobblestone.json diff --git a/src/main/resources/data/forge/tags/item/dusts/carbon.json b/src/main/resources/data/forge/tags/item/dusts/carbon.json new file mode 100644 index 000000000..8fdd55fb3 --- /dev/null +++ b/src/main/resources/data/forge/tags/item/dusts/carbon.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:dusts/carbon" + ] +} diff --git a/src/main/resources/data/forge/tags/item/dusts/chalk.json b/src/main/resources/data/forge/tags/item/dusts/chalk.json new file mode 100644 index 000000000..8136800e4 --- /dev/null +++ b/src/main/resources/data/forge/tags/item/dusts/chalk.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:dusts/chalk" + ] +} diff --git a/src/main/resources/data/forge/tags/item/dusts/coal.json b/src/main/resources/data/forge/tags/item/dusts/coal.json new file mode 100644 index 000000000..f07d1be4a --- /dev/null +++ b/src/main/resources/data/forge/tags/item/dusts/coal.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:dusts/coal" + ] +} diff --git a/src/main/resources/data/forge/tags/item/dusts/gypsum.json b/src/main/resources/data/forge/tags/item/dusts/gypsum.json new file mode 100644 index 000000000..85f46d90d --- /dev/null +++ b/src/main/resources/data/forge/tags/item/dusts/gypsum.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:dusts/gypsum" + ] +} diff --git a/src/main/resources/data/forge/tags/item/dusts/nitrate.json b/src/main/resources/data/forge/tags/item/dusts/nitrate.json new file mode 100644 index 000000000..4c842c7c3 --- /dev/null +++ b/src/main/resources/data/forge/tags/item/dusts/nitrate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:dusts/nitrate" + ] +} diff --git a/src/main/resources/data/forge/tags/item/dusts/phosphorous.json b/src/main/resources/data/forge/tags/item/dusts/phosphorous.json new file mode 100644 index 000000000..7fe933a17 --- /dev/null +++ b/src/main/resources/data/forge/tags/item/dusts/phosphorous.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:dusts/phosphorous" + ] +} diff --git a/src/main/resources/data/forge/tags/item/dusts/rock_salt.json b/src/main/resources/data/forge/tags/item/dusts/rock_salt.json new file mode 100644 index 000000000..f1024cd3c --- /dev/null +++ b/src/main/resources/data/forge/tags/item/dusts/rock_salt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:dusts/rock_salt" + ] +} diff --git a/src/main/resources/data/forge/tags/item/dusts/sulfur.json b/src/main/resources/data/forge/tags/item/dusts/sulfur.json new file mode 100644 index 000000000..bc7a156ae --- /dev/null +++ b/src/main/resources/data/forge/tags/item/dusts/sulfur.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:dusts/sulfur" + ] +} diff --git a/src/main/resources/data/c/tags/items/dyes/black.json b/src/main/resources/data/forge/tags/item/dyes/black.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/black.json rename to src/main/resources/data/forge/tags/item/dyes/black.json diff --git a/src/main/resources/data/c/tags/items/dyes/blue.json b/src/main/resources/data/forge/tags/item/dyes/blue.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/blue.json rename to src/main/resources/data/forge/tags/item/dyes/blue.json diff --git a/src/main/resources/data/c/tags/items/dyes/brown.json b/src/main/resources/data/forge/tags/item/dyes/brown.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/brown.json rename to src/main/resources/data/forge/tags/item/dyes/brown.json diff --git a/src/main/resources/data/c/tags/items/dyes/cyan.json b/src/main/resources/data/forge/tags/item/dyes/cyan.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/cyan.json rename to src/main/resources/data/forge/tags/item/dyes/cyan.json diff --git a/src/main/resources/data/c/tags/items/dyes/gray.json b/src/main/resources/data/forge/tags/item/dyes/gray.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/gray.json rename to src/main/resources/data/forge/tags/item/dyes/gray.json diff --git a/src/main/resources/data/c/tags/items/dyes/green.json b/src/main/resources/data/forge/tags/item/dyes/green.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/green.json rename to src/main/resources/data/forge/tags/item/dyes/green.json diff --git a/src/main/resources/data/c/tags/items/dyes/light_blue.json b/src/main/resources/data/forge/tags/item/dyes/light_blue.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/light_blue.json rename to src/main/resources/data/forge/tags/item/dyes/light_blue.json diff --git a/src/main/resources/data/c/tags/items/dyes/light_gray.json b/src/main/resources/data/forge/tags/item/dyes/light_gray.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/light_gray.json rename to src/main/resources/data/forge/tags/item/dyes/light_gray.json diff --git a/src/main/resources/data/c/tags/items/dyes/lime.json b/src/main/resources/data/forge/tags/item/dyes/lime.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/lime.json rename to src/main/resources/data/forge/tags/item/dyes/lime.json diff --git a/src/main/resources/data/c/tags/items/dyes/magenta.json b/src/main/resources/data/forge/tags/item/dyes/magenta.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/magenta.json rename to src/main/resources/data/forge/tags/item/dyes/magenta.json diff --git a/src/main/resources/data/c/tags/items/dyes/orange.json b/src/main/resources/data/forge/tags/item/dyes/orange.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/orange.json rename to src/main/resources/data/forge/tags/item/dyes/orange.json diff --git a/src/main/resources/data/c/tags/items/dyes/pink.json b/src/main/resources/data/forge/tags/item/dyes/pink.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/pink.json rename to src/main/resources/data/forge/tags/item/dyes/pink.json diff --git a/src/main/resources/data/c/tags/items/dyes/purple.json b/src/main/resources/data/forge/tags/item/dyes/purple.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/purple.json rename to src/main/resources/data/forge/tags/item/dyes/purple.json diff --git a/src/main/resources/data/c/tags/items/dyes/red.json b/src/main/resources/data/forge/tags/item/dyes/red.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/red.json rename to src/main/resources/data/forge/tags/item/dyes/red.json diff --git a/src/main/resources/data/c/tags/items/dyes/white.json b/src/main/resources/data/forge/tags/item/dyes/white.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/white.json rename to src/main/resources/data/forge/tags/item/dyes/white.json diff --git a/src/main/resources/data/c/tags/items/dyes/yellow.json b/src/main/resources/data/forge/tags/item/dyes/yellow.json similarity index 100% rename from src/main/resources/data/c/tags/items/dyes/yellow.json rename to src/main/resources/data/forge/tags/item/dyes/yellow.json diff --git a/src/main/resources/data/c/tags/items/lamps/rock_salt.json b/src/main/resources/data/forge/tags/item/lamps/rock_salt.json similarity index 100% rename from src/main/resources/data/c/tags/items/lamps/rock_salt.json rename to src/main/resources/data/forge/tags/item/lamps/rock_salt.json diff --git a/src/main/resources/data/c/tags/items/lamps/rock_salt_street.json b/src/main/resources/data/forge/tags/item/lamps/rock_salt_street.json similarity index 100% rename from src/main/resources/data/c/tags/items/lamps/rock_salt_street.json rename to src/main/resources/data/forge/tags/item/lamps/rock_salt_street.json diff --git a/src/main/resources/data/forge/tags/item/ores/nitrate.json b/src/main/resources/data/forge/tags/item/ores/nitrate.json new file mode 100644 index 000000000..9ffbe8662 --- /dev/null +++ b/src/main/resources/data/forge/tags/item/ores/nitrate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:ores/nitrate" + ] +} diff --git a/src/main/resources/data/forge/tags/item/ores/phosphorous.json b/src/main/resources/data/forge/tags/item/ores/phosphorous.json new file mode 100644 index 000000000..7b1f65ebd --- /dev/null +++ b/src/main/resources/data/forge/tags/item/ores/phosphorous.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:ores/phosphorous" + ] +} diff --git a/src/main/resources/data/forge/tags/item/ores/sulfur.json b/src/main/resources/data/forge/tags/item/ores/sulfur.json new file mode 100644 index 000000000..92eeb3714 --- /dev/null +++ b/src/main/resources/data/forge/tags/item/ores/sulfur.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:ores/sulfur" + ] +} diff --git a/src/main/resources/data/c/tags/items/paper.json b/src/main/resources/data/forge/tags/item/paper.json similarity index 100% rename from src/main/resources/data/c/tags/items/paper.json rename to src/main/resources/data/forge/tags/item/paper.json diff --git a/src/main/resources/data/c/tags/items/sands.json b/src/main/resources/data/forge/tags/item/sand.json similarity index 100% rename from src/main/resources/data/c/tags/items/sands.json rename to src/main/resources/data/forge/tags/item/sand.json diff --git a/src/main/resources/data/forge/tags/item/storage_blocks/chalk.json b/src/main/resources/data/forge/tags/item/storage_blocks/chalk.json new file mode 100644 index 000000000..5e0742c26 --- /dev/null +++ b/src/main/resources/data/forge/tags/item/storage_blocks/chalk.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:storage_blocks/chalk" + ] +} diff --git a/src/main/resources/data/forge/tags/item/storage_blocks/gypsum.json b/src/main/resources/data/forge/tags/item/storage_blocks/gypsum.json new file mode 100644 index 000000000..dfa4e0d58 --- /dev/null +++ b/src/main/resources/data/forge/tags/item/storage_blocks/gypsum.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:storage_blocks/gypsum" + ] +} diff --git a/src/main/resources/data/forge/tags/item/storage_blocks/nitrate.json b/src/main/resources/data/forge/tags/item/storage_blocks/nitrate.json new file mode 100644 index 000000000..786110679 --- /dev/null +++ b/src/main/resources/data/forge/tags/item/storage_blocks/nitrate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:storage_blocks/nitrate" + ] +} diff --git a/src/main/resources/data/forge/tags/item/storage_blocks/phosphorous.json b/src/main/resources/data/forge/tags/item/storage_blocks/phosphorous.json new file mode 100644 index 000000000..76986440b --- /dev/null +++ b/src/main/resources/data/forge/tags/item/storage_blocks/phosphorous.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:storage_blocks/phosphorous" + ] +} diff --git a/src/main/resources/data/forge/tags/item/storage_blocks/rock_salt.json b/src/main/resources/data/forge/tags/item/storage_blocks/rock_salt.json new file mode 100644 index 000000000..27355c21d --- /dev/null +++ b/src/main/resources/data/forge/tags/item/storage_blocks/rock_salt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:storage_blocks/rock_salt" + ] +} diff --git a/src/main/resources/data/forge/tags/item/storage_blocks/sulfur.json b/src/main/resources/data/forge/tags/item/storage_blocks/sulfur.json new file mode 100644 index 000000000..c8f602257 --- /dev/null +++ b/src/main/resources/data/forge/tags/item/storage_blocks/sulfur.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:storage_blocks/sulfur" + ] +} diff --git a/src/main/resources/data/forge/tags/items/cobblestone.json b/src/main/resources/data/forge/tags/items/cobblestone.json deleted file mode 100644 index 0f1e722bb..000000000 --- a/src/main/resources/data/forge/tags/items/cobblestone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:cobblestones" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dusts/carbon.json b/src/main/resources/data/forge/tags/items/dusts/carbon.json deleted file mode 100644 index 5826da2f1..000000000 --- a/src/main/resources/data/forge/tags/items/dusts/carbon.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dusts/carbon" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dusts/chalk.json b/src/main/resources/data/forge/tags/items/dusts/chalk.json deleted file mode 100644 index 27dd048db..000000000 --- a/src/main/resources/data/forge/tags/items/dusts/chalk.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dusts/chalk" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dusts/coal.json b/src/main/resources/data/forge/tags/items/dusts/coal.json deleted file mode 100644 index 19606dd54..000000000 --- a/src/main/resources/data/forge/tags/items/dusts/coal.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dusts/coal" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dusts/gypsum.json b/src/main/resources/data/forge/tags/items/dusts/gypsum.json deleted file mode 100644 index c23b9ecad..000000000 --- a/src/main/resources/data/forge/tags/items/dusts/gypsum.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dusts/gypsum" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dusts/nitrate.json b/src/main/resources/data/forge/tags/items/dusts/nitrate.json deleted file mode 100644 index 3b1bbb36b..000000000 --- a/src/main/resources/data/forge/tags/items/dusts/nitrate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dusts/nitrate" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dusts/phosphorous.json b/src/main/resources/data/forge/tags/items/dusts/phosphorous.json deleted file mode 100644 index d1409fdb9..000000000 --- a/src/main/resources/data/forge/tags/items/dusts/phosphorous.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dusts/phosphorous" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dusts/rock_salt.json b/src/main/resources/data/forge/tags/items/dusts/rock_salt.json deleted file mode 100644 index 0fa964563..000000000 --- a/src/main/resources/data/forge/tags/items/dusts/rock_salt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dusts/rock_salt" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dusts/sulfur.json b/src/main/resources/data/forge/tags/items/dusts/sulfur.json deleted file mode 100644 index d0e287ba6..000000000 --- a/src/main/resources/data/forge/tags/items/dusts/sulfur.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dusts/sulfur" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/black.json b/src/main/resources/data/forge/tags/items/dyes/black.json deleted file mode 100644 index a13dd6cfd..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/black.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/black" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/blue.json b/src/main/resources/data/forge/tags/items/dyes/blue.json deleted file mode 100644 index b8cd58b2a..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/blue.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/blue" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/brown.json b/src/main/resources/data/forge/tags/items/dyes/brown.json deleted file mode 100644 index c74b31809..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/brown.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/brown" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/cyan.json b/src/main/resources/data/forge/tags/items/dyes/cyan.json deleted file mode 100644 index a8280bf49..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/cyan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/cyan" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/gray.json b/src/main/resources/data/forge/tags/items/dyes/gray.json deleted file mode 100644 index 0de32192f..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/gray.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/gray" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/green.json b/src/main/resources/data/forge/tags/items/dyes/green.json deleted file mode 100644 index 0d12fe40e..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/green.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/green" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/light_blue.json b/src/main/resources/data/forge/tags/items/dyes/light_blue.json deleted file mode 100644 index 97f20152b..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/light_blue.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/light_blue" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/light_gray.json b/src/main/resources/data/forge/tags/items/dyes/light_gray.json deleted file mode 100644 index 2c54ab75d..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/light_gray.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/light_gray" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/lime.json b/src/main/resources/data/forge/tags/items/dyes/lime.json deleted file mode 100644 index cf7969f50..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/lime.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/lime" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/magenta.json b/src/main/resources/data/forge/tags/items/dyes/magenta.json deleted file mode 100644 index fa94ebd16..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/magenta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/magenta" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/orange.json b/src/main/resources/data/forge/tags/items/dyes/orange.json deleted file mode 100644 index 56624590d..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/orange.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/orange" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/pink.json b/src/main/resources/data/forge/tags/items/dyes/pink.json deleted file mode 100644 index 6bc9bda4a..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/pink.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/pink" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/purple.json b/src/main/resources/data/forge/tags/items/dyes/purple.json deleted file mode 100644 index 93a54257f..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/purple.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/purple" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/red.json b/src/main/resources/data/forge/tags/items/dyes/red.json deleted file mode 100644 index 969f33cd1..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/red.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/red" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/white.json b/src/main/resources/data/forge/tags/items/dyes/white.json deleted file mode 100644 index ad8e9ef0a..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/white.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/white" - ] -} diff --git a/src/main/resources/data/forge/tags/items/dyes/yellow.json b/src/main/resources/data/forge/tags/items/dyes/yellow.json deleted file mode 100644 index b6f98d24a..000000000 --- a/src/main/resources/data/forge/tags/items/dyes/yellow.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:dyes/yellow" - ] -} diff --git a/src/main/resources/data/forge/tags/items/lamps/rock_salt.json b/src/main/resources/data/forge/tags/items/lamps/rock_salt.json deleted file mode 100644 index 0ec079adf..000000000 --- a/src/main/resources/data/forge/tags/items/lamps/rock_salt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:lamps/rock_salt" - ] -} diff --git a/src/main/resources/data/forge/tags/items/lamps/rock_salt_street.json b/src/main/resources/data/forge/tags/items/lamps/rock_salt_street.json deleted file mode 100644 index d8b5c5773..000000000 --- a/src/main/resources/data/forge/tags/items/lamps/rock_salt_street.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:lamps/rock_salt_street" - ] -} diff --git a/src/main/resources/data/forge/tags/items/ores/nitrate.json b/src/main/resources/data/forge/tags/items/ores/nitrate.json deleted file mode 100644 index eef2e2a8b..000000000 --- a/src/main/resources/data/forge/tags/items/ores/nitrate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:ores/nitrate" - ] -} diff --git a/src/main/resources/data/forge/tags/items/ores/phosphorous.json b/src/main/resources/data/forge/tags/items/ores/phosphorous.json deleted file mode 100644 index 1bf1b600f..000000000 --- a/src/main/resources/data/forge/tags/items/ores/phosphorous.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:ores/phosphorous" - ] -} diff --git a/src/main/resources/data/forge/tags/items/ores/sulfur.json b/src/main/resources/data/forge/tags/items/ores/sulfur.json deleted file mode 100644 index 5bad0ec9b..000000000 --- a/src/main/resources/data/forge/tags/items/ores/sulfur.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:ores/sulfur" - ] -} diff --git a/src/main/resources/data/forge/tags/items/paper.json b/src/main/resources/data/forge/tags/items/paper.json deleted file mode 100644 index edad32885..000000000 --- a/src/main/resources/data/forge/tags/items/paper.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:paper" - ] -} diff --git a/src/main/resources/data/forge/tags/items/sand.json b/src/main/resources/data/forge/tags/items/sand.json deleted file mode 100644 index f78582896..000000000 --- a/src/main/resources/data/forge/tags/items/sand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:sands" - ] -} diff --git a/src/main/resources/data/forge/tags/items/storage_blocks/chalk.json b/src/main/resources/data/forge/tags/items/storage_blocks/chalk.json deleted file mode 100644 index d3bc43eed..000000000 --- a/src/main/resources/data/forge/tags/items/storage_blocks/chalk.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:storage_blocks/chalk" - ] -} diff --git a/src/main/resources/data/forge/tags/items/storage_blocks/gypsum.json b/src/main/resources/data/forge/tags/items/storage_blocks/gypsum.json deleted file mode 100644 index 6b0462623..000000000 --- a/src/main/resources/data/forge/tags/items/storage_blocks/gypsum.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:storage_blocks/gypsum" - ] -} diff --git a/src/main/resources/data/forge/tags/items/storage_blocks/nitrate.json b/src/main/resources/data/forge/tags/items/storage_blocks/nitrate.json deleted file mode 100644 index 577dd7cbd..000000000 --- a/src/main/resources/data/forge/tags/items/storage_blocks/nitrate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:storage_blocks/nitrate" - ] -} diff --git a/src/main/resources/data/forge/tags/items/storage_blocks/phosphorous.json b/src/main/resources/data/forge/tags/items/storage_blocks/phosphorous.json deleted file mode 100644 index fa2a942df..000000000 --- a/src/main/resources/data/forge/tags/items/storage_blocks/phosphorous.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:storage_blocks/phosphorous" - ] -} diff --git a/src/main/resources/data/forge/tags/items/storage_blocks/rock_salt.json b/src/main/resources/data/forge/tags/items/storage_blocks/rock_salt.json deleted file mode 100644 index b8777a991..000000000 --- a/src/main/resources/data/forge/tags/items/storage_blocks/rock_salt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:storage_blocks/rock_salt" - ] -} diff --git a/src/main/resources/data/forge/tags/items/storage_blocks/sulfur.json b/src/main/resources/data/forge/tags/items/storage_blocks/sulfur.json deleted file mode 100644 index 4d7814580..000000000 --- a/src/main/resources/data/forge/tags/items/storage_blocks/sulfur.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:storage_blocks/sulfur" - ] -} diff --git a/src/main/resources/data/minecraft/advancement/recipes/brewing/brewing_stand.json b/src/main/resources/data/minecraft/advancement/recipes/brewing/brewing_stand.json new file mode 100644 index 000000000..54e6af3d4 --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/brewing/brewing_stand.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brewing_stand" + ] + }, + "criteria": { + "has_blaze_rod": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:blaze_rod" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:brewing_stand" + } + } + }, + "requirements": [ + [ + "has_blaze_rod", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/building_blocks/andesite.json b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/andesite.json new file mode 100644 index 000000000..741cc524a --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/andesite.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:andesite" + ] + }, + "criteria": { + "has_stone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:andesite" + } + } + }, + "requirements": [ + [ + "has_stone", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/building_blocks/diorite.json b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/diorite.json new file mode 100644 index 000000000..0fa1b8598 --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/diorite.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diorite" + ] + }, + "criteria": { + "has_quartz": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:quartz" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:diorite" + } + } + }, + "requirements": [ + [ + "has_quartz", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/building_blocks/mossy_cobblestone_from_moss_block.json b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/mossy_cobblestone_from_moss_block.json new file mode 100644 index 000000000..206f0727d --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/mossy_cobblestone_from_moss_block.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:mossy_cobblestone_from_moss_block" + ] + }, + "criteria": { + "has_moss_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:moss_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:mossy_cobblestone_from_moss_block" + } + } + }, + "requirements": [ + [ + "has_moss_block", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/building_blocks/mossy_cobblestone_from_vine.json b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/mossy_cobblestone_from_vine.json new file mode 100644 index 000000000..4960b4d7f --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/mossy_cobblestone_from_vine.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:mossy_cobblestone_from_vine" + ] + }, + "criteria": { + "has_vine": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:vine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:mossy_cobblestone_from_vine" + } + } + }, + "requirements": [ + [ + "has_vine", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_andesite.json b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_andesite.json new file mode 100644 index 000000000..545f0dbd8 --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_andesite.json @@ -0,0 +1,47 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:polished_andesite" + ] + }, + "criteria": { + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:andesite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:sand" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:polished_andesite" + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_basalt.json b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_basalt.json new file mode 100644 index 000000000..79ee3f1c9 --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_basalt.json @@ -0,0 +1,47 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:polished_basalt" + ] + }, + "criteria": { + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:basalt" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:sand" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:polished_basalt" + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_diorite.json b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_diorite.json new file mode 100644 index 000000000..1da463c15 --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_diorite.json @@ -0,0 +1,47 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:polished_diorite" + ] + }, + "criteria": { + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:diorite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:sand" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:polished_diorite" + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_granite.json b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_granite.json new file mode 100644 index 000000000..d76a05e94 --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_granite.json @@ -0,0 +1,47 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:polished_granite" + ] + }, + "criteria": { + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:granite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:sand" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:polished_granite" + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_tuff.json b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_tuff.json new file mode 100644 index 000000000..9c6497e1d --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/building_blocks/polished_tuff.json @@ -0,0 +1,47 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:polished_tuff" + ] + }, + "criteria": { + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:tuff" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:sand" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:polished_tuff" + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/combat/stone_sword.json b/src/main/resources/data/minecraft/advancement/recipes/combat/stone_sword.json new file mode 100644 index 000000000..b1e9d44cd --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/combat/stone_sword.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_sword" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stone_tool_materials" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:stone_sword" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/decorations/furnace.json b/src/main/resources/data/minecraft/advancement/recipes/decorations/furnace.json new file mode 100644 index 000000000..0d7dcaa45 --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/decorations/furnace.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:furnace" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stone_crafting_materials" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:furnace" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/redstone/dispenser.json b/src/main/resources/data/minecraft/advancement/recipes/redstone/dispenser.json new file mode 100644 index 000000000..253a2588b --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/redstone/dispenser.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:dispenser" + ] + }, + "criteria": { + "has_bow": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:bow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:dispenser" + } + } + }, + "requirements": [ + [ + "has_bow", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/redstone/dropper.json b/src/main/resources/data/minecraft/advancement/recipes/redstone/dropper.json new file mode 100644 index 000000000..27c4c48b5 --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/redstone/dropper.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:dropper" + ] + }, + "criteria": { + "has_redstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:redstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:dropper" + } + } + }, + "requirements": [ + [ + "has_redstone", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/redstone/lever.json b/src/main/resources/data/minecraft/advancement/recipes/redstone/lever.json new file mode 100644 index 000000000..be85d9605 --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/redstone/lever.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lever" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:cobblestone_equivalents" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:lever" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/redstone/observer.json b/src/main/resources/data/minecraft/advancement/recipes/redstone/observer.json new file mode 100644 index 000000000..ed7782757 --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/redstone/observer.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:observer" + ] + }, + "criteria": { + "has_quartz": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:quartz" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:observer" + } + } + }, + "requirements": [ + [ + "has_quartz", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/redstone/piston.json b/src/main/resources/data/minecraft/advancement/recipes/redstone/piston.json new file mode 100644 index 000000000..0cba16c1c --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/redstone/piston.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:piston" + ] + }, + "criteria": { + "has_redstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:redstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:piston" + } + } + }, + "requirements": [ + [ + "has_redstone", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/tools/stone_axe.json b/src/main/resources/data/minecraft/advancement/recipes/tools/stone_axe.json new file mode 100644 index 000000000..12a6aab0a --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/tools/stone_axe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_axe" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stone_tool_materials" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:stone_axe" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/tools/stone_hoe.json b/src/main/resources/data/minecraft/advancement/recipes/tools/stone_hoe.json new file mode 100644 index 000000000..9d1cc4817 --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/tools/stone_hoe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_hoe" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stone_tool_materials" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:stone_hoe" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/tools/stone_pickaxe.json b/src/main/resources/data/minecraft/advancement/recipes/tools/stone_pickaxe.json new file mode 100644 index 000000000..b9b9d01cb --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/tools/stone_pickaxe.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_pickaxe" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stone_tool_materials" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:stone_pickaxe" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancement/recipes/tools/stone_shovel.json b/src/main/resources/data/minecraft/advancement/recipes/tools/stone_shovel.json new file mode 100644 index 000000000..8b5a22cc7 --- /dev/null +++ b/src/main/resources/data/minecraft/advancement/recipes/tools/stone_shovel.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_shovel" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stone_tool_materials" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecraft:stone_shovel" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/minecraft/advancements/recipes/brewing/brewing_stand.json b/src/main/resources/data/minecraft/advancements/recipes/brewing/brewing_stand.json deleted file mode 100644 index 92b3a35f9..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/brewing/brewing_stand.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:brewing_stand" - ] - }, - "criteria": { - "has_blaze_rod": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:blaze_rod" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:brewing_stand" - } - } - }, - "requirements": [ - [ - "has_blaze_rod", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/andesite.json b/src/main/resources/data/minecraft/advancements/recipes/building_blocks/andesite.json deleted file mode 100644 index f332a418d..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/andesite.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:andesite" - ] - }, - "criteria": { - "has_stone": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:diorite" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:andesite" - } - } - }, - "requirements": [ - [ - "has_stone", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/diorite.json b/src/main/resources/data/minecraft/advancements/recipes/building_blocks/diorite.json deleted file mode 100644 index f7bc464fd..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/diorite.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:diorite" - ] - }, - "criteria": { - "has_quartz": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:quartz" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:diorite" - } - } - }, - "requirements": [ - [ - "has_quartz", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/mossy_cobblestone_from_moss_block.json b/src/main/resources/data/minecraft/advancements/recipes/building_blocks/mossy_cobblestone_from_moss_block.json deleted file mode 100644 index 246e232f1..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/mossy_cobblestone_from_moss_block.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:mossy_cobblestone_from_moss_block" - ] - }, - "criteria": { - "has_moss_block": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:moss_block" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:mossy_cobblestone_from_moss_block" - } - } - }, - "requirements": [ - [ - "has_moss_block", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/mossy_cobblestone_from_vine.json b/src/main/resources/data/minecraft/advancements/recipes/building_blocks/mossy_cobblestone_from_vine.json deleted file mode 100644 index a2dd29e51..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/mossy_cobblestone_from_vine.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:mossy_cobblestone_from_vine" - ] - }, - "criteria": { - "has_vine": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:vine" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:mossy_cobblestone_from_vine" - } - } - }, - "requirements": [ - [ - "has_vine", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_andesite.json b/src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_andesite.json deleted file mode 100644 index 283446818..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_andesite.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:polished_andesite" - ] - }, - "criteria": { - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:andesite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:sand" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:polished_andesite" - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_basalt.json b/src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_basalt.json deleted file mode 100644 index 23fbad195..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_basalt.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:polished_basalt" - ] - }, - "criteria": { - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:basalt" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:sand" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:polished_basalt" - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_diorite.json b/src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_diorite.json deleted file mode 100644 index 3b309308d..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_diorite.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:polished_diorite" - ] - }, - "criteria": { - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:diorite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:sand" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:polished_diorite" - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_granite.json b/src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_granite.json deleted file mode 100644 index 185b5c1e0..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/building_blocks/polished_granite.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:polished_granite" - ] - }, - "criteria": { - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:granite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:sand" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:polished_granite" - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/combat/stone_sword.json b/src/main/resources/data/minecraft/advancements/recipes/combat/stone_sword.json deleted file mode 100644 index 6314fbe0a..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/combat/stone_sword.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:stone_sword" - ] - }, - "criteria": { - "has_cobblestone": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stone_tool_materials" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:stone_sword" - } - } - }, - "requirements": [ - [ - "has_cobblestone", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/decorations/furnace.json b/src/main/resources/data/minecraft/advancements/recipes/decorations/furnace.json deleted file mode 100644 index 57e91a699..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/decorations/furnace.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:furnace" - ] - }, - "criteria": { - "has_cobblestone": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stone_crafting_materials" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:furnace" - } - } - }, - "requirements": [ - [ - "has_cobblestone", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/redstone/dispenser.json b/src/main/resources/data/minecraft/advancements/recipes/redstone/dispenser.json deleted file mode 100644 index fc5247db2..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/redstone/dispenser.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:dispenser" - ] - }, - "criteria": { - "has_bow": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:bow" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:dispenser" - } - } - }, - "requirements": [ - [ - "has_bow", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/redstone/dropper.json b/src/main/resources/data/minecraft/advancements/recipes/redstone/dropper.json deleted file mode 100644 index f8b7fb3b2..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/redstone/dropper.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:dropper" - ] - }, - "criteria": { - "has_redstone": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:redstone" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:dropper" - } - } - }, - "requirements": [ - [ - "has_redstone", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/redstone/lever.json b/src/main/resources/data/minecraft/advancements/recipes/redstone/lever.json deleted file mode 100644 index d81d23f04..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/redstone/lever.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:lever" - ] - }, - "criteria": { - "has_cobblestone": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:cobblestone_equivalents" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:lever" - } - } - }, - "requirements": [ - [ - "has_cobblestone", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/redstone/observer.json b/src/main/resources/data/minecraft/advancements/recipes/redstone/observer.json deleted file mode 100644 index f1bfe8940..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/redstone/observer.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:observer" - ] - }, - "criteria": { - "has_quartz": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:quartz" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:observer" - } - } - }, - "requirements": [ - [ - "has_quartz", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/redstone/piston.json b/src/main/resources/data/minecraft/advancements/recipes/redstone/piston.json deleted file mode 100644 index 8d2aa9a60..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/redstone/piston.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:piston" - ] - }, - "criteria": { - "has_redstone": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:redstone" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:piston" - } - } - }, - "requirements": [ - [ - "has_redstone", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/tools/stone_axe.json b/src/main/resources/data/minecraft/advancements/recipes/tools/stone_axe.json deleted file mode 100644 index 35a897baf..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/tools/stone_axe.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:stone_axe" - ] - }, - "criteria": { - "has_cobblestone": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stone_tool_materials" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:stone_axe" - } - } - }, - "requirements": [ - [ - "has_cobblestone", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/tools/stone_hoe.json b/src/main/resources/data/minecraft/advancements/recipes/tools/stone_hoe.json deleted file mode 100644 index a57ad995b..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/tools/stone_hoe.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:stone_hoe" - ] - }, - "criteria": { - "has_cobblestone": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stone_tool_materials" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:stone_hoe" - } - } - }, - "requirements": [ - [ - "has_cobblestone", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/tools/stone_pickaxe.json b/src/main/resources/data/minecraft/advancements/recipes/tools/stone_pickaxe.json deleted file mode 100644 index 2072eabcf..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/tools/stone_pickaxe.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:stone_pickaxe" - ] - }, - "criteria": { - "has_cobblestone": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stone_tool_materials" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:stone_pickaxe" - } - } - }, - "requirements": [ - [ - "has_cobblestone", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/advancements/recipes/tools/stone_shovel.json b/src/main/resources/data/minecraft/advancements/recipes/tools/stone_shovel.json deleted file mode 100644 index e953db0f3..000000000 --- a/src/main/resources/data/minecraft/advancements/recipes/tools/stone_shovel.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "minecraft:stone_shovel" - ] - }, - "criteria": { - "has_cobblestone": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stone_tool_materials" - } - ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "minecraft:stone_shovel" - } - } - }, - "requirements": [ - [ - "has_cobblestone", - "has_the_recipe" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/minecraft/recipe/andesite.json b/src/main/resources/data/minecraft/recipe/andesite.json new file mode 100644 index 000000000..57a1cce1a --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/andesite.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:diorite" + }, + { + "tag": "mineralogy:cobblestone_equivalents" + } + ], + "result": { + "id": "minecraft:andesite", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/andesite_slab.json b/src/main/resources/data/minecraft/recipe/andesite_slab.json new file mode 100644 index 000000000..abfebdaeb --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/andesite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:andesite" + } + }, + "result": { + "id": "mineralogy:andesite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/andesite_slab_from_andesite_stonecutting.json b/src/main/resources/data/minecraft/recipe/andesite_slab_from_andesite_stonecutting.json new file mode 100644 index 000000000..f5ab7af70 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/andesite_slab_from_andesite_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": { + "id": "mineralogy:andesite_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/brewing_stand.json b/src/main/resources/data/minecraft/recipe/brewing_stand.json new file mode 100644 index 000000000..aa7fd357a --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/brewing_stand.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + " B ", + "###" + ], + "key": { + "B": { + "item": "minecraft:blaze_rod" + }, + "#": { + "tag": "mineralogy:stone_crafting_materials" + } + }, + "result": { + "id": "minecraft:brewing_stand" + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/coast_armor_trim_smithing_template.json b/src/main/resources/data/minecraft/recipe/coast_armor_trim_smithing_template.json new file mode 100644 index 000000000..6b9388a97 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/coast_armor_trim_smithing_template.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "#S#", + "#C#", + "###" + ], + "key": { + "#": { + "item": "minecraft:diamond" + }, + "C": { + "tag": "mineralogy:cobblestone_equivalents" + }, + "S": { + "item": "minecraft:coast_armor_trim_smithing_template" + } + }, + "result": { + "id": "minecraft:coast_armor_trim_smithing_template", + "count": 2 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/diorite.json b/src/main/resources/data/minecraft/recipe/diorite.json new file mode 100644 index 000000000..873db4f5c --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/diorite.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "CQ", + "QC" + ], + "key": { + "Q": { + "item": "minecraft:quartz" + }, + "C": { + "tag": "mineralogy:cobblestone_equivalents" + } + }, + "result": { + "id": "minecraft:diorite", + "count": 2 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/diorite_slab.json b/src/main/resources/data/minecraft/recipe/diorite_slab.json new file mode 100644 index 000000000..f889a79c1 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/diorite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:diorite" + } + }, + "result": { + "id": "mineralogy:diorite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/diorite_slab_from_diorite_stonecutting.json b/src/main/resources/data/minecraft/recipe/diorite_slab_from_diorite_stonecutting.json new file mode 100644 index 000000000..f622778dd --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/diorite_slab_from_diorite_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": { + "id": "mineralogy:diorite_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/dispenser.json b/src/main/resources/data/minecraft/recipe/dispenser.json new file mode 100644 index 000000000..29bb5a1cd --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/dispenser.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "redstone", + "pattern": [ + "###", + "#X#", + "#R#" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "tag": "mineralogy:cobblestone_equivalents" + }, + "X": { + "item": "minecraft:bow" + } + }, + "result": { + "id": "minecraft:dispenser" + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/dropper.json b/src/main/resources/data/minecraft/recipe/dropper.json new file mode 100644 index 000000000..ac45259d8 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/dropper.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "redstone", + "pattern": [ + "###", + "# #", + "#R#" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "tag": "mineralogy:cobblestone_equivalents" + } + }, + "result": { + "id": "minecraft:dropper" + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/furnace.json b/src/main/resources/data/minecraft/recipe/furnace.json new file mode 100644 index 000000000..f89c76b56 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/furnace.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": { + "tag": "mineralogy:stone_crafting_materials" + } + }, + "result": { + "id": "minecraft:furnace" + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/granite_slab.json b/src/main/resources/data/minecraft/recipe/granite_slab.json new file mode 100644 index 000000000..077a16736 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/granite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:granite" + } + }, + "result": { + "id": "mineralogy:granite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/granite_slab_from_granite_stonecutting.json b/src/main/resources/data/minecraft/recipe/granite_slab_from_granite_stonecutting.json new file mode 100644 index 000000000..01ae27e09 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/granite_slab_from_granite_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": { + "id": "mineralogy:granite_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/lever.json b/src/main/resources/data/minecraft/recipe/lever.json new file mode 100644 index 000000000..bfd0c28b4 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/lever.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "redstone", + "pattern": [ + "X", + "#" + ], + "key": { + "#": { + "tag": "mineralogy:cobblestone_equivalents" + }, + "X": { + "item": "minecraft:stick" + } + }, + "result": { + "id": "minecraft:lever" + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/mossy_cobblestone_from_moss_block.json b/src/main/resources/data/minecraft/recipe/mossy_cobblestone_from_moss_block.json new file mode 100644 index 000000000..37cbd74d7 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/mossy_cobblestone_from_moss_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "mossy_cobblestone", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:cobblestone_equivalents" + }, + { + "item": "minecraft:moss_block" + } + ], + "result": { + "id": "minecraft:mossy_cobblestone" + } +} diff --git a/src/main/resources/data/minecraft/recipe/mossy_cobblestone_from_vine.json b/src/main/resources/data/minecraft/recipe/mossy_cobblestone_from_vine.json new file mode 100644 index 000000000..0803a5cbb --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/mossy_cobblestone_from_vine.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "mossy_cobblestone", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:cobblestone_equivalents" + }, + { + "item": "minecraft:vine" + } + ], + "result": { + "id": "minecraft:mossy_cobblestone" + } +} diff --git a/src/main/resources/data/minecraft/recipe/observer.json b/src/main/resources/data/minecraft/recipe/observer.json new file mode 100644 index 000000000..9a82a68b4 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/observer.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "redstone", + "pattern": [ + "###", + "RRQ", + "###" + ], + "key": { + "Q": { + "item": "minecraft:quartz" + }, + "R": { + "item": "minecraft:redstone" + }, + "#": { + "tag": "mineralogy:cobblestone_equivalents" + } + }, + "result": { + "id": "minecraft:observer" + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/piston.json b/src/main/resources/data/minecraft/recipe/piston.json new file mode 100644 index 000000000..a196542a6 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/piston.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "redstone", + "pattern": [ + "TTT", + "#X#", + "#R#" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "tag": "mineralogy:cobblestone_equivalents" + }, + "T": { + "tag": "minecraft:planks" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "id": "minecraft:piston" + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/polished_andesite.json b/src/main/resources/data/minecraft/recipe/polished_andesite.json new file mode 100644 index 000000000..36f57b698 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_andesite.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:andesite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "minecraft:polished_andesite", + "count": 1 + } +} diff --git a/src/main/resources/data/minecraft/recipe/polished_andesite_slab.json b/src/main/resources/data/minecraft/recipe/polished_andesite_slab.json new file mode 100644 index 000000000..006008b5e --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_andesite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_andesite" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/polished_andesite_slab_from_andesite_stonecutting.json b/src/main/resources/data/minecraft/recipe/polished_andesite_slab_from_andesite_stonecutting.json new file mode 100644 index 000000000..ad81d80e3 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_andesite_slab_from_andesite_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": { + "id": "mineralogy:andesite_smooth_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/polished_andesite_slab_from_polished_andesite_stonecutting.json b/src/main/resources/data/minecraft/recipe/polished_andesite_slab_from_polished_andesite_stonecutting.json new file mode 100644 index 000000000..4a0703d6e --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_andesite_slab_from_polished_andesite_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_andesite" + }, + "result": { + "id": "mineralogy:andesite_smooth_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/polished_basalt.json b/src/main/resources/data/minecraft/recipe/polished_basalt.json new file mode 100644 index 000000000..daa846ea2 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_basalt.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:basalt" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "minecraft:polished_basalt", + "count": 1 + } +} diff --git a/src/main/resources/data/minecraft/recipe/polished_diorite.json b/src/main/resources/data/minecraft/recipe/polished_diorite.json new file mode 100644 index 000000000..e59610385 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_diorite.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:diorite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "minecraft:polished_diorite", + "count": 1 + } +} diff --git a/src/main/resources/data/minecraft/recipe/polished_diorite_slab.json b/src/main/resources/data/minecraft/recipe/polished_diorite_slab.json new file mode 100644 index 000000000..2ffb8b7e8 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_diorite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_diorite" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/polished_diorite_slab_from_diorite_stonecutting.json b/src/main/resources/data/minecraft/recipe/polished_diorite_slab_from_diorite_stonecutting.json new file mode 100644 index 000000000..7b15a4c90 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_diorite_slab_from_diorite_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": { + "id": "mineralogy:diorite_smooth_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/polished_diorite_slab_from_polished_diorite_stonecutting.json b/src/main/resources/data/minecraft/recipe/polished_diorite_slab_from_polished_diorite_stonecutting.json new file mode 100644 index 000000000..afcc75f6e --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_diorite_slab_from_polished_diorite_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_diorite" + }, + "result": { + "id": "mineralogy:diorite_smooth_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/polished_granite.json b/src/main/resources/data/minecraft/recipe/polished_granite.json new file mode 100644 index 000000000..be76c3325 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_granite.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:granite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "minecraft:polished_granite", + "count": 1 + } +} diff --git a/src/main/resources/data/minecraft/recipe/polished_granite_slab.json b/src/main/resources/data/minecraft/recipe/polished_granite_slab.json new file mode 100644 index 000000000..716cb1d56 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_granite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_granite" + } + }, + "result": { + "id": "mineralogy:granite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/polished_granite_slab_from_granite_stonecutting.json b/src/main/resources/data/minecraft/recipe/polished_granite_slab_from_granite_stonecutting.json new file mode 100644 index 000000000..5c1d90178 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_granite_slab_from_granite_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": { + "id": "mineralogy:granite_smooth_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/polished_granite_slab_from_polished_granite_stonecutting.json b/src/main/resources/data/minecraft/recipe/polished_granite_slab_from_polished_granite_stonecutting.json new file mode 100644 index 000000000..5202c12ff --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_granite_slab_from_polished_granite_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_granite" + }, + "result": { + "id": "mineralogy:granite_smooth_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/polished_tuff.json b/src/main/resources/data/minecraft/recipe/polished_tuff.json new file mode 100644 index 000000000..5a0e1596e --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_tuff.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:tuff" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "minecraft:polished_tuff", + "count": 1 + } +} diff --git a/src/main/resources/data/minecraft/recipe/polished_tuff_slab.json b/src/main/resources/data/minecraft/recipe/polished_tuff_slab.json new file mode 100644 index 000000000..c6542c29b --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_tuff_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_tuff" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/polished_tuff_slab_from_polished_tuff_stonecutting.json b/src/main/resources/data/minecraft/recipe/polished_tuff_slab_from_polished_tuff_stonecutting.json new file mode 100644 index 000000000..7c0006313 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_tuff_slab_from_polished_tuff_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_tuff" + }, + "result": { + "id": "mineralogy:tuff_smooth_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/polished_tuff_slab_from_tuff_stonecutting.json b/src/main/resources/data/minecraft/recipe/polished_tuff_slab_from_tuff_stonecutting.json new file mode 100644 index 000000000..679f95ed6 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/polished_tuff_slab_from_tuff_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:tuff" + }, + "result": { + "id": "mineralogy:tuff_smooth_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/sentry_armor_trim_smithing_template.json b/src/main/resources/data/minecraft/recipe/sentry_armor_trim_smithing_template.json new file mode 100644 index 000000000..a8a704ae7 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/sentry_armor_trim_smithing_template.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "#S#", + "#C#", + "###" + ], + "key": { + "#": { + "item": "minecraft:diamond" + }, + "C": { + "tag": "mineralogy:cobblestone_equivalents" + }, + "S": { + "item": "minecraft:sentry_armor_trim_smithing_template" + } + }, + "result": { + "id": "minecraft:sentry_armor_trim_smithing_template", + "count": 2 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/stone_axe.json b/src/main/resources/data/minecraft/recipe/stone_axe.json new file mode 100644 index 000000000..646543fd2 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/stone_axe.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "XX", + "X#", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "mineralogy:stone_tool_materials" + } + }, + "result": { + "id": "minecraft:stone_axe" + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/stone_hoe.json b/src/main/resources/data/minecraft/recipe/stone_hoe.json new file mode 100644 index 000000000..7ce585f0b --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/stone_hoe.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "XX", + " #", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "mineralogy:stone_tool_materials" + } + }, + "result": { + "id": "minecraft:stone_hoe" + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/stone_pickaxe.json b/src/main/resources/data/minecraft/recipe/stone_pickaxe.json new file mode 100644 index 000000000..0d6579693 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/stone_pickaxe.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "XXX", + " # ", + " # " + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "mineralogy:stone_tool_materials" + } + }, + "result": { + "id": "minecraft:stone_pickaxe" + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/stone_shovel.json b/src/main/resources/data/minecraft/recipe/stone_shovel.json new file mode 100644 index 000000000..13ed028f8 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/stone_shovel.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "X", + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "mineralogy:stone_tool_materials" + } + }, + "result": { + "id": "minecraft:stone_shovel" + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/stone_sword.json b/src/main/resources/data/minecraft/recipe/stone_sword.json new file mode 100644 index 000000000..ad4883388 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/stone_sword.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "X", + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "mineralogy:stone_tool_materials" + } + }, + "result": { + "id": "minecraft:stone_sword" + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/tuff_brick_slab.json b/src/main/resources/data/minecraft/recipe/tuff_brick_slab.json new file mode 100644 index 000000000..96e276c8f --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/tuff_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:tuff_bricks" + } + }, + "result": { + "id": "mineralogy:tuff_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/tuff_brick_slab_from_polished_tuff_stonecutting.json b/src/main/resources/data/minecraft/recipe/tuff_brick_slab_from_polished_tuff_stonecutting.json new file mode 100644 index 000000000..985b2254d --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/tuff_brick_slab_from_polished_tuff_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_tuff" + }, + "result": { + "id": "mineralogy:tuff_brick_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/tuff_brick_slab_from_tuff_bricks_stonecutting.json b/src/main/resources/data/minecraft/recipe/tuff_brick_slab_from_tuff_bricks_stonecutting.json new file mode 100644 index 000000000..593de99e5 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/tuff_brick_slab_from_tuff_bricks_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:tuff_bricks" + }, + "result": { + "id": "mineralogy:tuff_brick_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/tuff_brick_slab_from_tuff_stonecutting.json b/src/main/resources/data/minecraft/recipe/tuff_brick_slab_from_tuff_stonecutting.json new file mode 100644 index 000000000..7a1dbee8b --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/tuff_brick_slab_from_tuff_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:tuff" + }, + "result": { + "id": "mineralogy:tuff_brick_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/tuff_slab.json b/src/main/resources/data/minecraft/recipe/tuff_slab.json new file mode 100644 index 000000000..407cf0c9e --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/tuff_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:tuff" + } + }, + "result": { + "id": "mineralogy:tuff_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipe/tuff_slab_from_tuff_stonecutting.json b/src/main/resources/data/minecraft/recipe/tuff_slab_from_tuff_stonecutting.json new file mode 100644 index 000000000..deec1a8c2 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/tuff_slab_from_tuff_stonecutting.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:tuff" + }, + "result": { + "id": "mineralogy:tuff_slab", + "count": 2 + } +} diff --git a/src/main/resources/data/minecraft/recipe/vex_armor_trim_smithing_template.json b/src/main/resources/data/minecraft/recipe/vex_armor_trim_smithing_template.json new file mode 100644 index 000000000..9104806c5 --- /dev/null +++ b/src/main/resources/data/minecraft/recipe/vex_armor_trim_smithing_template.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "#S#", + "#C#", + "###" + ], + "key": { + "#": { + "item": "minecraft:diamond" + }, + "C": { + "tag": "mineralogy:cobblestone_equivalents" + }, + "S": { + "item": "minecraft:vex_armor_trim_smithing_template" + } + }, + "result": { + "id": "minecraft:vex_armor_trim_smithing_template", + "count": 2 + }, + "show_notification": true +} diff --git a/src/main/resources/data/minecraft/recipes/andesite.json b/src/main/resources/data/minecraft/recipes/andesite.json deleted file mode 100644 index b9ded0307..000000000 --- a/src/main/resources/data/minecraft/recipes/andesite.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:diorite" - }, - { - "tag": "mineralogy:cobblestone_equivalents" - } - ], - "result": { - "id": "minecraft:andesite", - "count": 2 - } -} diff --git a/src/main/resources/data/minecraft/recipes/andesite_slab.json b/src/main/resources/data/minecraft/recipes/andesite_slab.json deleted file mode 100644 index 883d9b978..000000000 --- a/src/main/resources/data/minecraft/recipes/andesite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:andesite" - } - }, - "result": { - "id": "mineralogy:andesite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/andesite_slab_from_andesite_stonecutting.json b/src/main/resources/data/minecraft/recipes/andesite_slab_from_andesite_stonecutting.json deleted file mode 100644 index fe4815fc5..000000000 --- a/src/main/resources/data/minecraft/recipes/andesite_slab_from_andesite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:andesite" - }, - "result": { - "id": "mineralogy:andesite_slab", - "count": 2 - } -} diff --git a/src/main/resources/data/minecraft/recipes/brewing_stand.json b/src/main/resources/data/minecraft/recipes/brewing_stand.json deleted file mode 100644 index 64ef02ba7..000000000 --- a/src/main/resources/data/minecraft/recipes/brewing_stand.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - " B ", - "###" - ], - "key": { - "B": { - "item": "minecraft:blaze_rod" - }, - "#": { - "tag": "mineralogy:stone_crafting_materials" - } - }, - "result": { - "id": "minecraft:brewing_stand" - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/coast_armor_trim_smithing_template.json b/src/main/resources/data/minecraft/recipes/coast_armor_trim_smithing_template.json deleted file mode 100644 index 383975b7b..000000000 --- a/src/main/resources/data/minecraft/recipes/coast_armor_trim_smithing_template.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "#S#", - "#C#", - "###" - ], - "key": { - "#": { - "item": "minecraft:diamond" - }, - "C": { - "tag": "mineralogy:cobblestone_equivalents" - }, - "S": { - "item": "minecraft:coast_armor_trim_smithing_template" - } - }, - "result": { - "id": "minecraft:coast_armor_trim_smithing_template", - "count": 2 - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/diorite.json b/src/main/resources/data/minecraft/recipes/diorite.json deleted file mode 100644 index 97f2bb92c..000000000 --- a/src/main/resources/data/minecraft/recipes/diorite.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "CQ", - "QC" - ], - "key": { - "Q": { - "item": "minecraft:quartz" - }, - "C": { - "tag": "mineralogy:cobblestone_equivalents" - } - }, - "result": { - "id": "minecraft:diorite", - "count": 2 - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/diorite_slab.json b/src/main/resources/data/minecraft/recipes/diorite_slab.json deleted file mode 100644 index d7aa1a2bb..000000000 --- a/src/main/resources/data/minecraft/recipes/diorite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:diorite" - } - }, - "result": { - "id": "mineralogy:diorite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/diorite_slab_from_diorite_stonecutting.json b/src/main/resources/data/minecraft/recipes/diorite_slab_from_diorite_stonecutting.json deleted file mode 100644 index 1c64a6d5d..000000000 --- a/src/main/resources/data/minecraft/recipes/diorite_slab_from_diorite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:diorite" - }, - "result": { - "id": "mineralogy:diorite_slab", - "count": 2 - } -} diff --git a/src/main/resources/data/minecraft/recipes/dispenser.json b/src/main/resources/data/minecraft/recipes/dispenser.json deleted file mode 100644 index a513fe068..000000000 --- a/src/main/resources/data/minecraft/recipes/dispenser.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "redstone", - "pattern": [ - "###", - "#X#", - "#R#" - ], - "key": { - "R": { - "item": "minecraft:redstone" - }, - "#": { - "tag": "mineralogy:cobblestone_equivalents" - }, - "X": { - "item": "minecraft:bow" - } - }, - "result": { - "id": "minecraft:dispenser" - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/dropper.json b/src/main/resources/data/minecraft/recipes/dropper.json deleted file mode 100644 index 577f3d439..000000000 --- a/src/main/resources/data/minecraft/recipes/dropper.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "redstone", - "pattern": [ - "###", - "# #", - "#R#" - ], - "key": { - "R": { - "item": "minecraft:redstone" - }, - "#": { - "tag": "mineralogy:cobblestone_equivalents" - } - }, - "result": { - "id": "minecraft:dropper" - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/furnace.json b/src/main/resources/data/minecraft/recipes/furnace.json deleted file mode 100644 index d44e90fe7..000000000 --- a/src/main/resources/data/minecraft/recipes/furnace.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "###", - "# #", - "###" - ], - "key": { - "#": { - "tag": "mineralogy:stone_crafting_materials" - } - }, - "result": { - "id": "minecraft:furnace" - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/granite_slab.json b/src/main/resources/data/minecraft/recipes/granite_slab.json deleted file mode 100644 index 27d104efc..000000000 --- a/src/main/resources/data/minecraft/recipes/granite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:granite" - } - }, - "result": { - "id": "mineralogy:granite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/granite_slab_from_granite_stonecutting.json b/src/main/resources/data/minecraft/recipes/granite_slab_from_granite_stonecutting.json deleted file mode 100644 index e1b1cd509..000000000 --- a/src/main/resources/data/minecraft/recipes/granite_slab_from_granite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:granite" - }, - "result": { - "id": "mineralogy:granite_slab", - "count": 2 - } -} diff --git a/src/main/resources/data/minecraft/recipes/lever.json b/src/main/resources/data/minecraft/recipes/lever.json deleted file mode 100644 index 04195e137..000000000 --- a/src/main/resources/data/minecraft/recipes/lever.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "redstone", - "pattern": [ - "X", - "#" - ], - "key": { - "#": { - "tag": "mineralogy:cobblestone_equivalents" - }, - "X": { - "item": "minecraft:stick" - } - }, - "result": { - "id": "minecraft:lever" - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/mossy_cobblestone_from_moss_block.json b/src/main/resources/data/minecraft/recipes/mossy_cobblestone_from_moss_block.json deleted file mode 100644 index 7a91b975e..000000000 --- a/src/main/resources/data/minecraft/recipes/mossy_cobblestone_from_moss_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "group": "mossy_cobblestone", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:cobblestone_equivalents" - }, - { - "item": "minecraft:moss_block" - } - ], - "result": { - "id": "minecraft:mossy_cobblestone" - } -} diff --git a/src/main/resources/data/minecraft/recipes/mossy_cobblestone_from_vine.json b/src/main/resources/data/minecraft/recipes/mossy_cobblestone_from_vine.json deleted file mode 100644 index f92001f12..000000000 --- a/src/main/resources/data/minecraft/recipes/mossy_cobblestone_from_vine.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "group": "mossy_cobblestone", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:cobblestone_equivalents" - }, - { - "item": "minecraft:vine" - } - ], - "result": { - "id": "minecraft:mossy_cobblestone" - } -} diff --git a/src/main/resources/data/minecraft/recipes/observer.json b/src/main/resources/data/minecraft/recipes/observer.json deleted file mode 100644 index 1717cb2d4..000000000 --- a/src/main/resources/data/minecraft/recipes/observer.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "redstone", - "pattern": [ - "###", - "RRQ", - "###" - ], - "key": { - "Q": { - "item": "minecraft:quartz" - }, - "R": { - "item": "minecraft:redstone" - }, - "#": { - "tag": "mineralogy:cobblestone_equivalents" - } - }, - "result": { - "id": "minecraft:observer" - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/piston.json b/src/main/resources/data/minecraft/recipes/piston.json deleted file mode 100644 index 261dee6c8..000000000 --- a/src/main/resources/data/minecraft/recipes/piston.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "redstone", - "pattern": [ - "TTT", - "#X#", - "#R#" - ], - "key": { - "R": { - "item": "minecraft:redstone" - }, - "#": { - "tag": "mineralogy:cobblestone_equivalents" - }, - "T": { - "tag": "minecraft:planks" - }, - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "id": "minecraft:piston" - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/polished_andesite.json b/src/main/resources/data/minecraft/recipes/polished_andesite.json deleted file mode 100644 index 5bb420c5c..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_andesite.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:andesite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "minecraft:polished_andesite", - "count": 1 - } -} diff --git a/src/main/resources/data/minecraft/recipes/polished_andesite_slab.json b/src/main/resources/data/minecraft/recipes/polished_andesite_slab.json deleted file mode 100644 index 586ebcc3a..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_andesite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:polished_andesite" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/polished_andesite_slab_from_andesite_stonecutting.json b/src/main/resources/data/minecraft/recipes/polished_andesite_slab_from_andesite_stonecutting.json deleted file mode 100644 index 8a0d8f9cf..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_andesite_slab_from_andesite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:andesite" - }, - "result": { - "id": "mineralogy:andesite_smooth_slab", - "count": 2 - } -} diff --git a/src/main/resources/data/minecraft/recipes/polished_andesite_slab_from_polished_andesite_stonecutting.json b/src/main/resources/data/minecraft/recipes/polished_andesite_slab_from_polished_andesite_stonecutting.json deleted file mode 100644 index 82e1f3881..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_andesite_slab_from_polished_andesite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:polished_andesite" - }, - "result": { - "id": "mineralogy:andesite_smooth_slab", - "count": 2 - } -} diff --git a/src/main/resources/data/minecraft/recipes/polished_basalt.json b/src/main/resources/data/minecraft/recipes/polished_basalt.json deleted file mode 100644 index d1202a0cf..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_basalt.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:basalt" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "minecraft:polished_basalt", - "count": 1 - } -} diff --git a/src/main/resources/data/minecraft/recipes/polished_diorite.json b/src/main/resources/data/minecraft/recipes/polished_diorite.json deleted file mode 100644 index 7e910a7a6..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_diorite.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:diorite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "minecraft:polished_diorite", - "count": 1 - } -} diff --git a/src/main/resources/data/minecraft/recipes/polished_diorite_slab.json b/src/main/resources/data/minecraft/recipes/polished_diorite_slab.json deleted file mode 100644 index 18dafb185..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_diorite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:polished_diorite" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/polished_diorite_slab_from_diorite_stonecutting.json b/src/main/resources/data/minecraft/recipes/polished_diorite_slab_from_diorite_stonecutting.json deleted file mode 100644 index 546680945..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_diorite_slab_from_diorite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:diorite" - }, - "result": { - "id": "mineralogy:diorite_smooth_slab", - "count": 2 - } -} diff --git a/src/main/resources/data/minecraft/recipes/polished_diorite_slab_from_polished_diorite_stonecutting.json b/src/main/resources/data/minecraft/recipes/polished_diorite_slab_from_polished_diorite_stonecutting.json deleted file mode 100644 index 7518f4845..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_diorite_slab_from_polished_diorite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:polished_diorite" - }, - "result": { - "id": "mineralogy:diorite_smooth_slab", - "count": 2 - } -} diff --git a/src/main/resources/data/minecraft/recipes/polished_granite.json b/src/main/resources/data/minecraft/recipes/polished_granite.json deleted file mode 100644 index 3ac7b8680..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_granite.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:granite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "minecraft:polished_granite", - "count": 1 - } -} diff --git a/src/main/resources/data/minecraft/recipes/polished_granite_slab.json b/src/main/resources/data/minecraft/recipes/polished_granite_slab.json deleted file mode 100644 index 9f8ffce13..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_granite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:polished_granite" - } - }, - "result": { - "id": "mineralogy:granite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/polished_granite_slab_from_granite_stonecutting.json b/src/main/resources/data/minecraft/recipes/polished_granite_slab_from_granite_stonecutting.json deleted file mode 100644 index c6581b012..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_granite_slab_from_granite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:granite" - }, - "result": { - "id": "mineralogy:granite_smooth_slab", - "count": 2 - } -} diff --git a/src/main/resources/data/minecraft/recipes/polished_granite_slab_from_polished_granite_stonecutting.json b/src/main/resources/data/minecraft/recipes/polished_granite_slab_from_polished_granite_stonecutting.json deleted file mode 100644 index ef3f444c7..000000000 --- a/src/main/resources/data/minecraft/recipes/polished_granite_slab_from_polished_granite_stonecutting.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:stonecutting", - "ingredient": { - "item": "minecraft:polished_granite" - }, - "result": { - "id": "mineralogy:granite_smooth_slab", - "count": 2 - } -} diff --git a/src/main/resources/data/minecraft/recipes/sentry_armor_trim_smithing_template.json b/src/main/resources/data/minecraft/recipes/sentry_armor_trim_smithing_template.json deleted file mode 100644 index 59338614d..000000000 --- a/src/main/resources/data/minecraft/recipes/sentry_armor_trim_smithing_template.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "#S#", - "#C#", - "###" - ], - "key": { - "#": { - "item": "minecraft:diamond" - }, - "C": { - "tag": "mineralogy:cobblestone_equivalents" - }, - "S": { - "item": "minecraft:sentry_armor_trim_smithing_template" - } - }, - "result": { - "id": "minecraft:sentry_armor_trim_smithing_template", - "count": 2 - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/stone_axe.json b/src/main/resources/data/minecraft/recipes/stone_axe.json deleted file mode 100644 index 6400ec2ca..000000000 --- a/src/main/resources/data/minecraft/recipes/stone_axe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "equipment", - "pattern": [ - "XX", - "X#", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "tag": "mineralogy:stone_tool_materials" - } - }, - "result": { - "id": "minecraft:stone_axe" - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/stone_hoe.json b/src/main/resources/data/minecraft/recipes/stone_hoe.json deleted file mode 100644 index 7a515d069..000000000 --- a/src/main/resources/data/minecraft/recipes/stone_hoe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "equipment", - "pattern": [ - "XX", - " #", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "tag": "mineralogy:stone_tool_materials" - } - }, - "result": { - "id": "minecraft:stone_hoe" - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/stone_pickaxe.json b/src/main/resources/data/minecraft/recipes/stone_pickaxe.json deleted file mode 100644 index a47337399..000000000 --- a/src/main/resources/data/minecraft/recipes/stone_pickaxe.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "equipment", - "pattern": [ - "XXX", - " # ", - " # " - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "tag": "mineralogy:stone_tool_materials" - } - }, - "result": { - "id": "minecraft:stone_pickaxe" - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/stone_shovel.json b/src/main/resources/data/minecraft/recipes/stone_shovel.json deleted file mode 100644 index 18df6b33b..000000000 --- a/src/main/resources/data/minecraft/recipes/stone_shovel.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "equipment", - "pattern": [ - "X", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "tag": "mineralogy:stone_tool_materials" - } - }, - "result": { - "id": "minecraft:stone_shovel" - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/stone_sword.json b/src/main/resources/data/minecraft/recipes/stone_sword.json deleted file mode 100644 index d51cb9d1c..000000000 --- a/src/main/resources/data/minecraft/recipes/stone_sword.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "equipment", - "pattern": [ - "X", - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "tag": "mineralogy:stone_tool_materials" - } - }, - "result": { - "id": "minecraft:stone_sword" - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/recipes/vex_armor_trim_smithing_template.json b/src/main/resources/data/minecraft/recipes/vex_armor_trim_smithing_template.json deleted file mode 100644 index 5caac6f0c..000000000 --- a/src/main/resources/data/minecraft/recipes/vex_armor_trim_smithing_template.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "#S#", - "#C#", - "###" - ], - "key": { - "#": { - "item": "minecraft:diamond" - }, - "C": { - "tag": "mineralogy:cobblestone_equivalents" - }, - "S": { - "item": "minecraft:vex_armor_trim_smithing_template" - } - }, - "result": { - "id": "minecraft:vex_armor_trim_smithing_template", - "count": 2 - }, - "show_notification": true -} diff --git a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/main/resources/data/minecraft/tags/block/mineable/pickaxe.json similarity index 100% rename from src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json rename to src/main/resources/data/minecraft/tags/block/mineable/pickaxe.json diff --git a/src/main/resources/data/minecraft/tags/blocks/needs_iron_tool.json b/src/main/resources/data/minecraft/tags/block/needs_iron_tool.json similarity index 100% rename from src/main/resources/data/minecraft/tags/blocks/needs_iron_tool.json rename to src/main/resources/data/minecraft/tags/block/needs_iron_tool.json diff --git a/src/main/resources/data/minecraft/tags/blocks/needs_stone_tool.json b/src/main/resources/data/minecraft/tags/block/needs_stone_tool.json similarity index 100% rename from src/main/resources/data/minecraft/tags/blocks/needs_stone_tool.json rename to src/main/resources/data/minecraft/tags/block/needs_stone_tool.json diff --git a/src/main/resources/data/minecraft/tags/blocks/walls.json b/src/main/resources/data/minecraft/tags/block/walls.json similarity index 100% rename from src/main/resources/data/minecraft/tags/blocks/walls.json rename to src/main/resources/data/minecraft/tags/block/walls.json diff --git a/src/main/resources/data/minecraft/tags/item/stone_crafting_materials.json b/src/main/resources/data/minecraft/tags/item/stone_crafting_materials.json new file mode 100644 index 000000000..d27e00aee --- /dev/null +++ b/src/main/resources/data/minecraft/tags/item/stone_crafting_materials.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:cobblestones" + ] +} diff --git a/src/main/resources/data/minecraft/tags/item/stone_tool_materials.json b/src/main/resources/data/minecraft/tags/item/stone_tool_materials.json new file mode 100644 index 000000000..d27e00aee --- /dev/null +++ b/src/main/resources/data/minecraft/tags/item/stone_tool_materials.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#c:cobblestones" + ] +} diff --git a/src/main/resources/data/minecraft/tags/items/walls.json b/src/main/resources/data/minecraft/tags/item/walls.json similarity index 100% rename from src/main/resources/data/minecraft/tags/items/walls.json rename to src/main/resources/data/minecraft/tags/item/walls.json diff --git a/src/main/resources/data/mineralogy/advancements/mineralogy/all_the_rocks.json b/src/main/resources/data/mineralogy/advancement/mineralogy/all_the_rocks.json similarity index 100% rename from src/main/resources/data/mineralogy/advancements/mineralogy/all_the_rocks.json rename to src/main/resources/data/mineralogy/advancement/mineralogy/all_the_rocks.json diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick.json new file mode 100644 index 000000000..e7f007aff --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/amphibolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_block_polishing.json new file mode 100644 index 000000000..5cdeef622 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_furnace.json new file mode 100644 index 000000000..024aaef0a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/amphibolite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_slab.json new file mode 100644 index 000000000..22a17fcfc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_slab_polishing.json new file mode 100644 index 000000000..cd79d2168 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_slab_recombination.json new file mode 100644 index 000000000..d76e1495c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_stairs.json new file mode 100644 index 000000000..a013edd08 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/amphibolite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_stairs_polishing.json new file mode 100644 index 000000000..d5012f8c2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_wall.json new file mode 100644 index 000000000..55116ba10 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/amphibolite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_wall_polishing.json new file mode 100644 index 000000000..4b222a88c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_cobblestone.json new file mode 100644 index 000000000..688447d97 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/amphibolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_furnace.json new file mode 100644 index 000000000..613e4ce23 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/amphibolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..039fb6eb0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_slab_recombination.json new file mode 100644 index 000000000..680eef699 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_slabs_to_brick.json new file mode 100644 index 000000000..aa1f82939 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_stairs_to_brick.json new file mode 100644 index 000000000..9044fbec4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_walls_to_brick.json new file mode 100644 index 000000000..346911abd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_slab_polishing.json new file mode 100644 index 000000000..201dcfa80 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_slab_recombination.json new file mode 100644 index 000000000..1e340e10a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_slabs_to_brick.json new file mode 100644 index 000000000..320b9267c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_stairs_polishing.json new file mode 100644 index 000000000..81d20cb13 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_stairs_to_brick.json new file mode 100644 index 000000000..376ebec41 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_wall_polishing.json new file mode 100644 index 000000000..910ccec62 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_walls_to_brick.json new file mode 100644 index 000000000..ef347158b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_axe.json new file mode 100644 index 000000000..29605910c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_blank.json new file mode 100644 index 000000000..24728cb49 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_cross.json new file mode 100644 index 000000000..0d6223545 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_hammer.json new file mode 100644 index 000000000..8d53fcc7c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_hoe.json new file mode 100644 index 000000000..c95a65483 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_horizontal.json new file mode 100644 index 000000000..87610ee19 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_i.json new file mode 100644 index 000000000..2b3c17c59 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_left.json new file mode 100644 index 000000000..8ef913cb5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_pickaxe.json new file mode 100644 index 000000000..72c314d99 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_plus.json new file mode 100644 index 000000000..ba4d7231b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_right.json new file mode 100644 index 000000000..cf81a4214 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_sword.json new file mode 100644 index 000000000..6d10584de --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_vertical.json new file mode 100644 index 000000000..f2a9259b2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_slab.json new file mode 100644 index 000000000..80e4c83fe --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth.json new file mode 100644 index 000000000..84eb9a03e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/amphibolite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick.json new file mode 100644 index 000000000..b63013a2c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/amphibolite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_furnace.json new file mode 100644 index 000000000..3c7519dca --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/amphibolite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_slab.json new file mode 100644 index 000000000..a9db9d4ed --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_stairs.json new file mode 100644 index 000000000..85a12868b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/amphibolite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_wall.json new file mode 100644 index 000000000..292761b13 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/amphibolite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_furnace.json new file mode 100644 index 000000000..52b7a151a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/amphibolite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_slab.json new file mode 100644 index 000000000..482b215fb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_stairs.json new file mode 100644 index 000000000..f08885353 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/amphibolite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_wall.json new file mode 100644 index 000000000..6362db343 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/amphibolite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_stairs.json new file mode 100644 index 000000000..b694b6983 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/amphibolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_to_stone.json new file mode 100644 index 000000000..bf0c821cb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:amphibolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_wall.json new file mode 100644 index 000000000..4cabc91dc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/amphibolite_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:amphibolite_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:amphibolite_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/amphibolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick.json new file mode 100644 index 000000000..a82e3fc43 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/andesite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_block_polishing.json new file mode 100644 index 000000000..c7cb16fd2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_furnace.json new file mode 100644 index 000000000..23b077878 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/andesite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_slab.json new file mode 100644 index 000000000..0ed77d7a5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_slab_polishing.json new file mode 100644 index 000000000..3ea656a84 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_slab_recombination.json new file mode 100644 index 000000000..531ae4b87 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_stairs.json new file mode 100644 index 000000000..20d4c2f4b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/andesite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_stairs_polishing.json new file mode 100644 index 000000000..55db18c57 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_wall.json new file mode 100644 index 000000000..d8f253458 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/andesite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_wall_polishing.json new file mode 100644 index 000000000..bd4952ed6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_cobblestone.json new file mode 100644 index 000000000..97c668861 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/andesite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_furnace.json new file mode 100644 index 000000000..549f1a809 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/andesite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..df3f565e9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_slab_recombination.json new file mode 100644 index 000000000..461083486 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_slabs_to_brick.json new file mode 100644 index 000000000..cf4d7571d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_stairs_to_brick.json new file mode 100644 index 000000000..4763fde17 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_walls_to_brick.json new file mode 100644 index 000000000..148ae5c01 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_slab_polishing.json new file mode 100644 index 000000000..638649ec9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_slab_recombination.json new file mode 100644 index 000000000..eaafed80f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_slabs_to_brick.json new file mode 100644 index 000000000..001c1d5e7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_stairs_polishing.json new file mode 100644 index 000000000..30806edaa --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_stairs_to_brick.json new file mode 100644 index 000000000..6f2ba0f01 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_wall_polishing.json new file mode 100644 index 000000000..7a5b40981 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_walls_to_brick.json new file mode 100644 index 000000000..51b000380 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_axe.json new file mode 100644 index 000000000..03d7b0764 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_blank.json new file mode 100644 index 000000000..c3c49b2e8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/andesite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_cross.json new file mode 100644 index 000000000..29b67e89d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_hammer.json new file mode 100644 index 000000000..248914b92 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_hoe.json new file mode 100644 index 000000000..53463db4a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_horizontal.json new file mode 100644 index 000000000..fe390eb2d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_i.json new file mode 100644 index 000000000..962ee17ad --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_left.json new file mode 100644 index 000000000..0af113ed0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_pickaxe.json new file mode 100644 index 000000000..a9adcbb42 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_plus.json new file mode 100644 index 000000000..17621efce --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_right.json new file mode 100644 index 000000000..a49aa88ac --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_sword.json new file mode 100644 index 000000000..af90be148 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_vertical.json new file mode 100644 index 000000000..d7ef721c0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_slab.json new file mode 100644 index 000000000..afddf2194 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_slab_from_vanilla.json new file mode 100644 index 000000000..9ec9b76e7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_slab_from_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_slab_from_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_slab_from_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:andesite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_slab_to_vanilla.json new file mode 100644 index 000000000..f717a5dd1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_slab_to_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_slab_to_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_slab_to_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth.json new file mode 100644 index 000000000..740befe85 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick.json new file mode 100644 index 000000000..f27f2a4cc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/andesite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_furnace.json new file mode 100644 index 000000000..f1d2d2385 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/andesite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_slab.json new file mode 100644 index 000000000..3add35bbe --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_stairs.json new file mode 100644 index 000000000..312655fd8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/andesite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_wall.json new file mode 100644 index 000000000..84e243abb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/andesite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_furnace.json new file mode 100644 index 000000000..020088878 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/andesite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_slab.json new file mode 100644 index 000000000..19d0e2974 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_slab_from_vanilla.json new file mode 100644 index 000000000..ba164769c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_slab_from_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_smooth_slab_from_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_smooth_slab_from_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:polished_andesite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_slab_to_vanilla.json new file mode 100644 index 000000000..51fe0f060 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_slab_to_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_smooth_slab_to_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_smooth_slab_to_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_stairs.json new file mode 100644 index 000000000..ea167f6c4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_wall.json new file mode 100644 index 000000000..5d477a837 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/andesite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_stairs.json new file mode 100644 index 000000000..82c5ea3ae --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_to_stone.json new file mode 100644 index 000000000..ba84f16b2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/andesite_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/andesite_wall.json new file mode 100644 index 000000000..3554f17ef --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/andesite_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:andesite_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:andesite_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:andesite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick.json new file mode 100644 index 000000000..a86b469f2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_block_polishing.json new file mode 100644 index 000000000..5a49d7b26 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_furnace.json new file mode 100644 index 000000000..2697feae7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/basalt/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_slab.json new file mode 100644 index 000000000..ea025b06c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_slab_polishing.json new file mode 100644 index 000000000..c9cb0dd51 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_slab_recombination.json new file mode 100644 index 000000000..b1f239e8e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_stairs.json new file mode 100644 index 000000000..7d9bfa549 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_stairs_polishing.json new file mode 100644 index 000000000..afb49ee7a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_wall.json new file mode 100644 index 000000000..e69ce0f14 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_wall_polishing.json new file mode 100644 index 000000000..b6bb9b43e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_cobblestone.json new file mode 100644 index 000000000..3c5c28d57 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_furnace.json new file mode 100644 index 000000000..5f2feb236 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/basalt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_brick_slab_recombination.json new file mode 100644 index 000000000..fdba77068 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_slab_recombination.json new file mode 100644 index 000000000..b1beab40b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_slabs_to_brick.json new file mode 100644 index 000000000..8fa3b25f7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_stairs_to_brick.json new file mode 100644 index 000000000..5297b65f7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_walls_to_brick.json new file mode 100644 index 000000000..b899ac1ea --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_slab_polishing.json new file mode 100644 index 000000000..18aa07933 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_slab_recombination.json new file mode 100644 index 000000000..70d3b112c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_slabs_to_brick.json new file mode 100644 index 000000000..85166fce7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_stairs_polishing.json new file mode 100644 index 000000000..87057c6c8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_stairs_to_brick.json new file mode 100644 index 000000000..bda9a8a74 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_wall_polishing.json new file mode 100644 index 000000000..3b99b5f7e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_walls_to_brick.json new file mode 100644 index 000000000..fee6812f7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_axe.json new file mode 100644 index 000000000..c70845288 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_blank.json new file mode 100644 index 000000000..5cfa9062b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_cross.json new file mode 100644 index 000000000..4522fbff6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_hammer.json new file mode 100644 index 000000000..0efd66c0a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_hoe.json new file mode 100644 index 000000000..454640931 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_horizontal.json new file mode 100644 index 000000000..2c47563f3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_i.json new file mode 100644 index 000000000..5bd0fbd49 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_left.json new file mode 100644 index 000000000..db9bd861e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_pickaxe.json new file mode 100644 index 000000000..bea1410db --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_plus.json new file mode 100644 index 000000000..b58b87787 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_right.json new file mode 100644 index 000000000..cad99bb6a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_sword.json new file mode 100644 index 000000000..d6116f461 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_vertical.json new file mode 100644 index 000000000..a99c8f20f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_slab.json new file mode 100644 index 000000000..00bc356c0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth.json new file mode 100644 index 000000000..9b7b48307 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick.json new file mode 100644 index 000000000..af3afb6d1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_furnace.json new file mode 100644 index 000000000..f43b9534e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/basalt/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_slab.json new file mode 100644 index 000000000..e31857a98 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_stairs.json new file mode 100644 index 000000000..ab56a3950 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_wall.json new file mode 100644 index 000000000..619736da6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_furnace.json new file mode 100644 index 000000000..8b6179c65 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/basalt/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_slab.json new file mode 100644 index 000000000..291b83cdd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_stairs.json new file mode 100644 index 000000000..9e4207e3d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_wall.json new file mode 100644 index 000000000..36cb303e0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_stairs.json new file mode 100644 index 000000000..180bc0bfc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_to_stone.json new file mode 100644 index 000000000..159634247 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basalt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basalt_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/basalt_wall.json new file mode 100644 index 000000000..411eb2b15 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basalt_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basalt_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basalt_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basalt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick.json new file mode 100644 index 000000000..7586dfd3e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basaltic_glass" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_block_polishing.json new file mode 100644 index 000000000..f1f9ef5da --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_furnace.json new file mode 100644 index 000000000..6b15b1e5d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/basaltic_glass/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_slab.json new file mode 100644 index 000000000..98cf62406 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_slab_polishing.json new file mode 100644 index 000000000..ace9153a0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_slab_recombination.json new file mode 100644 index 000000000..772bbde45 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_stairs.json new file mode 100644 index 000000000..f82d0a803 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basaltic_glass/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_stairs_polishing.json new file mode 100644 index 000000000..5eed7876a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_wall.json new file mode 100644 index 000000000..9ce494c74 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basaltic_glass/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_wall_polishing.json new file mode 100644 index 000000000..4e79361e8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_cobblestone.json new file mode 100644 index 000000000..484b957b7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basaltic_glass" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_furnace.json new file mode 100644 index 000000000..be50b1625 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/basaltic_glass" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_brick_slab_recombination.json new file mode 100644 index 000000000..73e0feea1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_slab_recombination.json new file mode 100644 index 000000000..07a790703 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_slabs_to_brick.json new file mode 100644 index 000000000..d095fac64 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_stairs_to_brick.json new file mode 100644 index 000000000..040ce0180 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_walls_to_brick.json new file mode 100644 index 000000000..96bbf0002 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_slab_polishing.json new file mode 100644 index 000000000..db1f2a203 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_slab_recombination.json new file mode 100644 index 000000000..019de1c64 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_slabs_to_brick.json new file mode 100644 index 000000000..6c66c57e8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_stairs_polishing.json new file mode 100644 index 000000000..f39bee271 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_stairs_to_brick.json new file mode 100644 index 000000000..435a539ef --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_wall_polishing.json new file mode 100644 index 000000000..77e8e9b5c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_walls_to_brick.json new file mode 100644 index 000000000..77b769f44 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_axe.json new file mode 100644 index 000000000..a915dc361 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_blank.json new file mode 100644 index 000000000..4772570e2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_cross.json new file mode 100644 index 000000000..97c1b1817 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_hammer.json new file mode 100644 index 000000000..e3029dc80 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_hoe.json new file mode 100644 index 000000000..0d79c4d91 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_horizontal.json new file mode 100644 index 000000000..b360180c8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_i.json new file mode 100644 index 000000000..f6979e5b3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_left.json new file mode 100644 index 000000000..b7570af91 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_pickaxe.json new file mode 100644 index 000000000..b6ec52bea --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_plus.json new file mode 100644 index 000000000..4215a7afe --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_right.json new file mode 100644 index 000000000..24967ec46 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_sword.json new file mode 100644 index 000000000..2d244f703 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_vertical.json new file mode 100644 index 000000000..89ce8195c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_slab.json new file mode 100644 index 000000000..b4dfb40b9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth.json new file mode 100644 index 000000000..ce3ea527b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basaltic_glass" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick.json new file mode 100644 index 000000000..c81c11daf --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basaltic_glass/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_furnace.json new file mode 100644 index 000000000..3b26d6e30 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/basaltic_glass/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_slab.json new file mode 100644 index 000000000..eab4ad1ba --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_stairs.json new file mode 100644 index 000000000..a1057346d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basaltic_glass/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_wall.json new file mode 100644 index 000000000..be80ca07e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basaltic_glass/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_furnace.json new file mode 100644 index 000000000..9866ecc68 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/basaltic_glass/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_slab.json new file mode 100644 index 000000000..c8fc282db --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_stairs.json new file mode 100644 index 000000000..db4ad425b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basaltic_glass/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_wall.json new file mode 100644 index 000000000..096c7d378 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basaltic_glass/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_stairs.json new file mode 100644 index 000000000..9162b5243 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basaltic_glass" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_to_stone.json new file mode 100644 index 000000000..554ffe8a0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:basaltic_glass" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_wall.json new file mode 100644 index 000000000..b0178f1c6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/basaltic_glass_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:basaltic_glass_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:basaltic_glass_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/basaltic_glass" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/chalk.json b/src/main/resources/data/mineralogy/advancement/recipes/chalk.json new file mode 100644 index 000000000..b88222a7d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/chalk.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:chalk" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:chalk" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:chalk_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/chalk_dust.json b/src/main/resources/data/mineralogy/advancement/recipes/chalk_dust.json new file mode 100644 index 000000000..b1167fa71 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/chalk_dust.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:chalk_dust" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:chalk_dust" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:chalk" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/cobblestone.json new file mode 100644 index 000000000..6c13bf52a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:stone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick.json new file mode 100644 index 000000000..c901048ef --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/conglomerate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_block_polishing.json new file mode 100644 index 000000000..ff9b93a3a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_furnace.json new file mode 100644 index 000000000..c96c6454d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/conglomerate/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_slab.json new file mode 100644 index 000000000..6032078a2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_slab_polishing.json new file mode 100644 index 000000000..f3c0a39d4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_slab_recombination.json new file mode 100644 index 000000000..694f4a517 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_stairs.json new file mode 100644 index 000000000..e1ead64da --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/conglomerate/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_stairs_polishing.json new file mode 100644 index 000000000..a3b6affef --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_wall.json new file mode 100644 index 000000000..6b5e6abf3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/conglomerate/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_wall_polishing.json new file mode 100644 index 000000000..f5d780333 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_cobblestone.json new file mode 100644 index 000000000..2e42245ae --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/conglomerate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_furnace.json new file mode 100644 index 000000000..ec1add3b7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/conglomerate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_brick_slab_recombination.json new file mode 100644 index 000000000..28a8213c1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_slab_recombination.json new file mode 100644 index 000000000..6a228a37d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_slabs_to_brick.json new file mode 100644 index 000000000..9298fc779 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_stairs_to_brick.json new file mode 100644 index 000000000..734a5e436 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_walls_to_brick.json new file mode 100644 index 000000000..14d2b7b88 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_slab_polishing.json new file mode 100644 index 000000000..ae9f47c34 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_slab_recombination.json new file mode 100644 index 000000000..54a2dff2d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_slabs_to_brick.json new file mode 100644 index 000000000..a1a3ca457 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_stairs_polishing.json new file mode 100644 index 000000000..8be874075 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_stairs_to_brick.json new file mode 100644 index 000000000..47d3f23e1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_wall_polishing.json new file mode 100644 index 000000000..e69f223ef --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_walls_to_brick.json new file mode 100644 index 000000000..523ff83e5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_axe.json new file mode 100644 index 000000000..a9ae135da --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_blank.json new file mode 100644 index 000000000..b3a96fdd2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_cross.json new file mode 100644 index 000000000..d70738e39 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_hammer.json new file mode 100644 index 000000000..8fe47c529 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_hoe.json new file mode 100644 index 000000000..c5ba37ecb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_horizontal.json new file mode 100644 index 000000000..b6bad07fc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_i.json new file mode 100644 index 000000000..7f8cc9f7f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_left.json new file mode 100644 index 000000000..0b7bff628 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_pickaxe.json new file mode 100644 index 000000000..a910864a9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_plus.json new file mode 100644 index 000000000..6688723b8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_right.json new file mode 100644 index 000000000..ab095920e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_sword.json new file mode 100644 index 000000000..e5989543b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_vertical.json new file mode 100644 index 000000000..9ae1b0c3a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_slab.json new file mode 100644 index 000000000..41b7981b7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth.json new file mode 100644 index 000000000..002722a21 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/conglomerate" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick.json new file mode 100644 index 000000000..2ae10c278 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/conglomerate/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_furnace.json new file mode 100644 index 000000000..d12a341a9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/conglomerate/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_slab.json new file mode 100644 index 000000000..c79c7da3f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_stairs.json new file mode 100644 index 000000000..b4ccb3f39 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/conglomerate/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_wall.json new file mode 100644 index 000000000..0c0b36068 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/conglomerate/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_furnace.json new file mode 100644 index 000000000..7c44f36a4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/conglomerate/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_slab.json new file mode 100644 index 000000000..79a0dc8f4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_stairs.json new file mode 100644 index 000000000..37ecb15cd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/conglomerate/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_wall.json new file mode 100644 index 000000000..e5d003f4e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/conglomerate/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_stairs.json new file mode 100644 index 000000000..fdcda5c4b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/conglomerate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_to_stone.json new file mode 100644 index 000000000..e3bef2197 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:conglomerate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_wall.json new file mode 100644 index 000000000..cb2ac814b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/conglomerate_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:conglomerate_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:conglomerate_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/conglomerate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick.json new file mode 100644 index 000000000..476ca64e4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diabase" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_block_polishing.json new file mode 100644 index 000000000..e26237a86 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_furnace.json new file mode 100644 index 000000000..fdbd94a0d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/diabase/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_slab.json new file mode 100644 index 000000000..3b2ee31f3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_slab_polishing.json new file mode 100644 index 000000000..c370717cd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_slab_recombination.json new file mode 100644 index 000000000..d08d7a22e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_stairs.json new file mode 100644 index 000000000..5a599ee45 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diabase/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_stairs_polishing.json new file mode 100644 index 000000000..9d15b5a5c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_wall.json new file mode 100644 index 000000000..1be4d99a3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diabase/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_wall_polishing.json new file mode 100644 index 000000000..c13b46ada --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_cobblestone.json new file mode 100644 index 000000000..203730db2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diabase" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_furnace.json new file mode 100644 index 000000000..7dcbebb1f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/diabase" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_brick_slab_recombination.json new file mode 100644 index 000000000..d416b2934 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_slab_recombination.json new file mode 100644 index 000000000..9d6f88bb6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_slabs_to_brick.json new file mode 100644 index 000000000..db3b1be97 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_stairs_to_brick.json new file mode 100644 index 000000000..73f47ba3f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_walls_to_brick.json new file mode 100644 index 000000000..1ae68ace3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_slab_polishing.json new file mode 100644 index 000000000..6b138aea8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_slab_recombination.json new file mode 100644 index 000000000..7d8d0b4bb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_slabs_to_brick.json new file mode 100644 index 000000000..5a833127a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_stairs_polishing.json new file mode 100644 index 000000000..ec7f6133d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_stairs_to_brick.json new file mode 100644 index 000000000..5230700bf --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_wall_polishing.json new file mode 100644 index 000000000..e7ed245ea --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_walls_to_brick.json new file mode 100644 index 000000000..994e3b025 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_axe.json new file mode 100644 index 000000000..381ab450f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_blank.json new file mode 100644 index 000000000..ccfe41181 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_cross.json new file mode 100644 index 000000000..edeaa70b9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_hammer.json new file mode 100644 index 000000000..6bf6a0a22 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_hoe.json new file mode 100644 index 000000000..4ce231b89 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_horizontal.json new file mode 100644 index 000000000..8185e2c85 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_i.json new file mode 100644 index 000000000..99bf0b821 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_left.json new file mode 100644 index 000000000..0ae50a444 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_pickaxe.json new file mode 100644 index 000000000..d6a6d9eb4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_plus.json new file mode 100644 index 000000000..0b53afbfd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_right.json new file mode 100644 index 000000000..ebaae42af --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_sword.json new file mode 100644 index 000000000..5d929b16e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_vertical.json new file mode 100644 index 000000000..de13597b2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_slab.json new file mode 100644 index 000000000..ae4ef181b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth.json new file mode 100644 index 000000000..c79368e7a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diabase" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick.json new file mode 100644 index 000000000..a608ef893 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diabase/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_furnace.json new file mode 100644 index 000000000..e2481205b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/diabase/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_slab.json new file mode 100644 index 000000000..1f4fb1e7b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_stairs.json new file mode 100644 index 000000000..637d14d01 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diabase/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_wall.json new file mode 100644 index 000000000..b29a1fe23 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diabase/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_furnace.json new file mode 100644 index 000000000..129618a75 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/diabase/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_slab.json new file mode 100644 index 000000000..6fad49dd5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_stairs.json new file mode 100644 index 000000000..e0161123c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diabase/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_wall.json new file mode 100644 index 000000000..7f3f31860 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diabase/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_stairs.json new file mode 100644 index 000000000..c0da36823 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diabase" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_to_stone.json new file mode 100644 index 000000000..0b28d5d49 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diabase" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diabase_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/diabase_wall.json new file mode 100644 index 000000000..7148154fc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diabase_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diabase_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diabase_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diabase" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick.json new file mode 100644 index 000000000..fea22b3ce --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diorite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_block_polishing.json new file mode 100644 index 000000000..63fa92c53 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_furnace.json new file mode 100644 index 000000000..171fd0e3b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/diorite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_slab.json new file mode 100644 index 000000000..5f878dcec --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_slab_polishing.json new file mode 100644 index 000000000..d50e05d81 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_slab_recombination.json new file mode 100644 index 000000000..bd4999d68 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_stairs.json new file mode 100644 index 000000000..4049918e3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diorite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_stairs_polishing.json new file mode 100644 index 000000000..a54419cea --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_wall.json new file mode 100644 index 000000000..f77e44a3c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diorite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_wall_polishing.json new file mode 100644 index 000000000..a36172179 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_cobblestone.json new file mode 100644 index 000000000..535c42b35 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diorite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_furnace.json new file mode 100644 index 000000000..4daf1d15a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/diorite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..4c8d551af --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_slab_recombination.json new file mode 100644 index 000000000..5804415e3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_slabs_to_brick.json new file mode 100644 index 000000000..09e49ec97 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_stairs_to_brick.json new file mode 100644 index 000000000..96fa87576 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_walls_to_brick.json new file mode 100644 index 000000000..88232e256 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_slab_polishing.json new file mode 100644 index 000000000..9e7ccd7d3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_slab_recombination.json new file mode 100644 index 000000000..db03f840f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_slabs_to_brick.json new file mode 100644 index 000000000..cd31328fe --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_stairs_polishing.json new file mode 100644 index 000000000..15f558d44 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_stairs_to_brick.json new file mode 100644 index 000000000..7ccafb9f1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_wall_polishing.json new file mode 100644 index 000000000..d6552275a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_walls_to_brick.json new file mode 100644 index 000000000..69f2bb64f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_axe.json new file mode 100644 index 000000000..a2777dd47 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_blank.json new file mode 100644 index 000000000..a3d6b4173 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diorite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_cross.json new file mode 100644 index 000000000..75717177a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_hammer.json new file mode 100644 index 000000000..bda8f46ac --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_hoe.json new file mode 100644 index 000000000..1e2a71075 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_horizontal.json new file mode 100644 index 000000000..a0e1522a2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_i.json new file mode 100644 index 000000000..c78b7072f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_left.json new file mode 100644 index 000000000..ce7427073 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_pickaxe.json new file mode 100644 index 000000000..d25da3895 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_plus.json new file mode 100644 index 000000000..219feafc2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_right.json new file mode 100644 index 000000000..c92fed420 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_sword.json new file mode 100644 index 000000000..d6f29e3b6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_vertical.json new file mode 100644 index 000000000..e7c0987bd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_slab.json new file mode 100644 index 000000000..3e276d033 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_slab_from_vanilla.json new file mode 100644 index 000000000..122878b42 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_slab_from_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_slab_from_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_slab_from_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:diorite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_slab_to_vanilla.json new file mode 100644 index 000000000..0d0bfef06 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_slab_to_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_slab_to_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_slab_to_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth.json new file mode 100644 index 000000000..f9776e952 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick.json new file mode 100644 index 000000000..d00dd662b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diorite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_furnace.json new file mode 100644 index 000000000..e3cc1dbe1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/diorite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_slab.json new file mode 100644 index 000000000..3245159fe --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_stairs.json new file mode 100644 index 000000000..8edf79d7c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diorite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_wall.json new file mode 100644 index 000000000..b3d6d82aa --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diorite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_furnace.json new file mode 100644 index 000000000..021b37fb3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/diorite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_slab.json new file mode 100644 index 000000000..590c4e25c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_slab_from_vanilla.json new file mode 100644 index 000000000..5b1da1d39 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_slab_from_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_smooth_slab_from_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_smooth_slab_from_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:polished_diorite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_slab_to_vanilla.json new file mode 100644 index 000000000..c5c50010f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_slab_to_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_smooth_slab_to_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_smooth_slab_to_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_stairs.json new file mode 100644 index 000000000..285a16787 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_wall.json new file mode 100644 index 000000000..428257129 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/diorite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_stairs.json new file mode 100644 index 000000000..26c4c2918 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_to_stone.json new file mode 100644 index 000000000..265d7a8ad --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/diorite_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/diorite_wall.json new file mode 100644 index 000000000..ddd981745 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/diorite_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:diorite_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:diorite_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:diorite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick.json new file mode 100644 index 000000000..d732705e4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/dolomite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_block_polishing.json new file mode 100644 index 000000000..3d2b29139 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_furnace.json new file mode 100644 index 000000000..bc8452148 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/dolomite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_slab.json new file mode 100644 index 000000000..7a065b338 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_slab_polishing.json new file mode 100644 index 000000000..f5fc5d534 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_slab_recombination.json new file mode 100644 index 000000000..d70db7878 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_stairs.json new file mode 100644 index 000000000..9304def69 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/dolomite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_stairs_polishing.json new file mode 100644 index 000000000..5571d206a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_wall.json new file mode 100644 index 000000000..c9bd26065 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/dolomite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_wall_polishing.json new file mode 100644 index 000000000..146cdf2b4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_cobblestone.json new file mode 100644 index 000000000..1b2720f92 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/dolomite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_furnace.json new file mode 100644 index 000000000..d51bde131 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/dolomite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..8784e7a60 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_slab_recombination.json new file mode 100644 index 000000000..9b77a340a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_slabs_to_brick.json new file mode 100644 index 000000000..397508cb5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_stairs_to_brick.json new file mode 100644 index 000000000..6a8fefb99 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_walls_to_brick.json new file mode 100644 index 000000000..bff3da84f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_slab_polishing.json new file mode 100644 index 000000000..7c672aec4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_slab_recombination.json new file mode 100644 index 000000000..e9bc3e430 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_slabs_to_brick.json new file mode 100644 index 000000000..9f453c621 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_stairs_polishing.json new file mode 100644 index 000000000..96a46a1d8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_stairs_to_brick.json new file mode 100644 index 000000000..34033e292 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_wall_polishing.json new file mode 100644 index 000000000..1f7a9336a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_walls_to_brick.json new file mode 100644 index 000000000..a60851f78 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_axe.json new file mode 100644 index 000000000..da9cd4b1f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_blank.json new file mode 100644 index 000000000..ac84fcdc1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_cross.json new file mode 100644 index 000000000..7ed343e3e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_hammer.json new file mode 100644 index 000000000..079eb817a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_hoe.json new file mode 100644 index 000000000..c8fd3f149 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_horizontal.json new file mode 100644 index 000000000..ada2e097c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_i.json new file mode 100644 index 000000000..6e686f732 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_left.json new file mode 100644 index 000000000..29101aed8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_pickaxe.json new file mode 100644 index 000000000..947be6084 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_plus.json new file mode 100644 index 000000000..eb65c38a3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_right.json new file mode 100644 index 000000000..e9891551d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_sword.json new file mode 100644 index 000000000..53e4b04d0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_vertical.json new file mode 100644 index 000000000..be9dba20c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_slab.json new file mode 100644 index 000000000..9138a1f8b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth.json new file mode 100644 index 000000000..1f5aad0ce --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/dolomite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick.json new file mode 100644 index 000000000..703a6f11c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/dolomite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_furnace.json new file mode 100644 index 000000000..2d3509d99 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/dolomite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_slab.json new file mode 100644 index 000000000..afd4bdd41 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_stairs.json new file mode 100644 index 000000000..151d24d51 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/dolomite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_wall.json new file mode 100644 index 000000000..a9831b033 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/dolomite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_furnace.json new file mode 100644 index 000000000..0ca7d4cc5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/dolomite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_slab.json new file mode 100644 index 000000000..892fda87c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_stairs.json new file mode 100644 index 000000000..f3c5f8e27 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/dolomite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_wall.json new file mode 100644 index 000000000..40d82cbbd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/dolomite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_stairs.json new file mode 100644 index 000000000..70401f2ff --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/dolomite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_to_stone.json new file mode 100644 index 000000000..6a1bcd48f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:dolomite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/dolomite_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_wall.json new file mode 100644 index 000000000..19639feb1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/dolomite_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:dolomite_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:dolomite_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/dolomite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall.json new file mode 100644 index 000000000..f06df9f2b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gypsum_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_black.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_black.json new file mode 100644 index 000000000..df53e2ef6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_black.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_black" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_black" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_blue.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_blue.json new file mode 100644 index 000000000..df869ab81 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_blue.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_blue" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_blue" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_brown.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_brown.json new file mode 100644 index 000000000..ec70439d4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_brown.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_brown" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_brown" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_cyan.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_cyan.json new file mode 100644 index 000000000..ee05c67b5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_cyan.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_cyan" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_cyan" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_gray.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_gray.json new file mode 100644 index 000000000..045a600a3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_gray.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_gray" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_gray" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_green.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_green.json new file mode 100644 index 000000000..20df3855b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_green.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_green" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_green" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_light_blue.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_light_blue.json new file mode 100644 index 000000000..6dfde0406 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_light_blue.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_light_blue" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_light_blue" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_lime.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_lime.json new file mode 100644 index 000000000..7cc168eb2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_lime.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_lime" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_lime" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_magenta.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_magenta.json new file mode 100644 index 000000000..ee60c4ecf --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_magenta.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_magenta" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_magenta" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_orange.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_orange.json new file mode 100644 index 000000000..2478c6cd1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_orange.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_orange" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_orange" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_pink.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_pink.json new file mode 100644 index 000000000..ce56c28e4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_pink.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_pink" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_pink" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_purple.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_purple.json new file mode 100644 index 000000000..b2718c745 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_purple.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_purple" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_purple" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_red.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_red.json new file mode 100644 index 000000000..695b88fe8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_red.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_red" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_red" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_silver.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_silver.json new file mode 100644 index 000000000..bf731c66a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_silver.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_silver" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_silver" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_white.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_white.json new file mode 100644 index 000000000..ed8b1c12f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_white.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_white" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_white" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/drywall_yellow.json b/src/main/resources/data/mineralogy/advancement/recipes/drywall_yellow.json new file mode 100644 index 000000000..02caf995b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/drywall_yellow.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:drywall_yellow" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:drywall_yellow" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:drywall_white" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick.json new file mode 100644 index 000000000..cd622bf35 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gabbro" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_block_polishing.json new file mode 100644 index 000000000..90a0baf7c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_furnace.json new file mode 100644 index 000000000..eaa9ba1f3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/gabbro/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_slab.json new file mode 100644 index 000000000..ef86c079d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_slab_polishing.json new file mode 100644 index 000000000..d6b101b93 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_slab_recombination.json new file mode 100644 index 000000000..d9ca79865 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_stairs.json new file mode 100644 index 000000000..df4215bb1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gabbro/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_stairs_polishing.json new file mode 100644 index 000000000..11686b346 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_wall.json new file mode 100644 index 000000000..0806e524c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gabbro/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_wall_polishing.json new file mode 100644 index 000000000..244eb66a3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_cobblestone.json new file mode 100644 index 000000000..19ebf5158 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gabbro" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_furnace.json new file mode 100644 index 000000000..d4ef96600 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/gabbro" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_brick_slab_recombination.json new file mode 100644 index 000000000..47d477d08 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_slab_recombination.json new file mode 100644 index 000000000..0cb4af3a9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_slabs_to_brick.json new file mode 100644 index 000000000..3ccc81bb3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_stairs_to_brick.json new file mode 100644 index 000000000..786aa6587 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_walls_to_brick.json new file mode 100644 index 000000000..2ee49f558 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_slab_polishing.json new file mode 100644 index 000000000..0112fde1c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_slab_recombination.json new file mode 100644 index 000000000..51c4d9822 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_slabs_to_brick.json new file mode 100644 index 000000000..7c22910a3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_stairs_polishing.json new file mode 100644 index 000000000..65c1d5cf7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_stairs_to_brick.json new file mode 100644 index 000000000..55f967094 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_wall_polishing.json new file mode 100644 index 000000000..4d4c7c258 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_walls_to_brick.json new file mode 100644 index 000000000..0b6517814 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_axe.json new file mode 100644 index 000000000..a8b3c9a3e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_blank.json new file mode 100644 index 000000000..0cb1f1751 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_cross.json new file mode 100644 index 000000000..3b85fa5bd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_hammer.json new file mode 100644 index 000000000..301966ff9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_hoe.json new file mode 100644 index 000000000..9e382a5f0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_horizontal.json new file mode 100644 index 000000000..860a3340e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_i.json new file mode 100644 index 000000000..fae50f3aa --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_left.json new file mode 100644 index 000000000..c8df04cd0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_pickaxe.json new file mode 100644 index 000000000..0852facc3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_plus.json new file mode 100644 index 000000000..957f3dc0f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_right.json new file mode 100644 index 000000000..b3fedbd45 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_sword.json new file mode 100644 index 000000000..66900afaa --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_vertical.json new file mode 100644 index 000000000..88330612e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_slab.json new file mode 100644 index 000000000..68a42852d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth.json new file mode 100644 index 000000000..d892fecda --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gabbro" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick.json new file mode 100644 index 000000000..bf798545c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gabbro/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_furnace.json new file mode 100644 index 000000000..7bc290d38 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/gabbro/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_slab.json new file mode 100644 index 000000000..552fdbfc3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_stairs.json new file mode 100644 index 000000000..83a0b994f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gabbro/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_wall.json new file mode 100644 index 000000000..1a6611b4c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gabbro/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_furnace.json new file mode 100644 index 000000000..60a4f334d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/gabbro/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_slab.json new file mode 100644 index 000000000..ac5795038 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_stairs.json new file mode 100644 index 000000000..4494b261f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gabbro/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_wall.json new file mode 100644 index 000000000..c00b7a622 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gabbro/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_stairs.json new file mode 100644 index 000000000..591a1cbb0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gabbro" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_to_stone.json new file mode 100644 index 000000000..bd758b1b4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gabbro" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gabbro_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_wall.json new file mode 100644 index 000000000..cf81df6c5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gabbro_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gabbro_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gabbro_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gabbro" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick.json new file mode 100644 index 000000000..ab9ffccde --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gneiss" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_block_polishing.json new file mode 100644 index 000000000..f55e4ce6b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_furnace.json new file mode 100644 index 000000000..17b852d78 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/gneiss/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_slab.json new file mode 100644 index 000000000..1d7199781 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_slab_polishing.json new file mode 100644 index 000000000..baef0a926 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_slab_recombination.json new file mode 100644 index 000000000..10f4a8b30 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_stairs.json new file mode 100644 index 000000000..3776a7d32 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gneiss/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_stairs_polishing.json new file mode 100644 index 000000000..981f85ec7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_wall.json new file mode 100644 index 000000000..ba641beee --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gneiss/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_wall_polishing.json new file mode 100644 index 000000000..885712a34 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_cobblestone.json new file mode 100644 index 000000000..8c4f6a9d1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gneiss" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_furnace.json new file mode 100644 index 000000000..3bd9dbc72 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/gneiss" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_brick_slab_recombination.json new file mode 100644 index 000000000..7d8c24b5d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_slab_recombination.json new file mode 100644 index 000000000..92305421a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_slabs_to_brick.json new file mode 100644 index 000000000..5b3206dad --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_stairs_to_brick.json new file mode 100644 index 000000000..e2e1fbd80 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_walls_to_brick.json new file mode 100644 index 000000000..f9afc543d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_slab_polishing.json new file mode 100644 index 000000000..1c6fba69f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_slab_recombination.json new file mode 100644 index 000000000..f81cb9738 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_slabs_to_brick.json new file mode 100644 index 000000000..dbd7eea4f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_stairs_polishing.json new file mode 100644 index 000000000..bc53ae269 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_stairs_to_brick.json new file mode 100644 index 000000000..239b1547b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_wall_polishing.json new file mode 100644 index 000000000..ac11bd291 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_walls_to_brick.json new file mode 100644 index 000000000..4c01d9b29 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_axe.json new file mode 100644 index 000000000..fe2306321 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_blank.json new file mode 100644 index 000000000..1ad3e698f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_cross.json new file mode 100644 index 000000000..6f48d3d10 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_hammer.json new file mode 100644 index 000000000..cd8984144 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_hoe.json new file mode 100644 index 000000000..89c2040c5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_horizontal.json new file mode 100644 index 000000000..430a84381 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_i.json new file mode 100644 index 000000000..27a3b5f4e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_left.json new file mode 100644 index 000000000..79f8ce386 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_pickaxe.json new file mode 100644 index 000000000..f62be5b9e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_plus.json new file mode 100644 index 000000000..df2145f80 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_right.json new file mode 100644 index 000000000..df0ae8fff --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_sword.json new file mode 100644 index 000000000..9966ffd40 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_vertical.json new file mode 100644 index 000000000..eba13f335 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_slab.json new file mode 100644 index 000000000..745f27d74 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth.json new file mode 100644 index 000000000..29f69724f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gneiss" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick.json new file mode 100644 index 000000000..0c94c908b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gneiss/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_furnace.json new file mode 100644 index 000000000..b9345f1da --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/gneiss/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_slab.json new file mode 100644 index 000000000..901f7d124 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_stairs.json new file mode 100644 index 000000000..954ddf8b3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gneiss/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_wall.json new file mode 100644 index 000000000..26a97ed2e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gneiss/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_furnace.json new file mode 100644 index 000000000..c1e8548f5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/gneiss/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_slab.json new file mode 100644 index 000000000..8b0596d50 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_stairs.json new file mode 100644 index 000000000..9cccd45b3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gneiss/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_wall.json new file mode 100644 index 000000000..48b9fb8db --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gneiss/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_stairs.json new file mode 100644 index 000000000..5099cb19b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gneiss" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_to_stone.json new file mode 100644 index 000000000..9ae00f869 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gneiss" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gneiss_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_wall.json new file mode 100644 index 000000000..ce6057e12 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gneiss_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gneiss_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gneiss_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/gneiss" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick.json new file mode 100644 index 000000000..6cd664bc2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/granite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_block_polishing.json new file mode 100644 index 000000000..137412b38 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_furnace.json new file mode 100644 index 000000000..890cce39c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/granite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_slab.json new file mode 100644 index 000000000..3b57948c7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_slab_polishing.json new file mode 100644 index 000000000..f80990c4b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_slab_recombination.json new file mode 100644 index 000000000..fb99e99e2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_stairs.json new file mode 100644 index 000000000..2cd12dba7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/granite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_stairs_polishing.json new file mode 100644 index 000000000..fcb98fde7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_wall.json new file mode 100644 index 000000000..4ba301d09 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/granite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_wall_polishing.json new file mode 100644 index 000000000..2decc337f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_cobblestone.json new file mode 100644 index 000000000..7d18e69e7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/granite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_furnace.json new file mode 100644 index 000000000..ad501dd30 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/granite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..274217f67 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_slab_recombination.json new file mode 100644 index 000000000..ab70d9fa8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_slabs_to_brick.json new file mode 100644 index 000000000..dd1fe7bd8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_stairs_to_brick.json new file mode 100644 index 000000000..b094ea958 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_walls_to_brick.json new file mode 100644 index 000000000..1c39024e9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_slab_polishing.json new file mode 100644 index 000000000..f1d64b9b4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_slab_recombination.json new file mode 100644 index 000000000..38ca15842 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_slabs_to_brick.json new file mode 100644 index 000000000..34516d9e1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_stairs_polishing.json new file mode 100644 index 000000000..e29473f7c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_stairs_to_brick.json new file mode 100644 index 000000000..e5a0cacb7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_wall_polishing.json new file mode 100644 index 000000000..b63aa052c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_walls_to_brick.json new file mode 100644 index 000000000..cd08dafa0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_axe.json new file mode 100644 index 000000000..455382ea5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_blank.json new file mode 100644 index 000000000..713ea3b5c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/granite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_cross.json new file mode 100644 index 000000000..f3f0c9b39 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_hammer.json new file mode 100644 index 000000000..7657e9ccc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_hoe.json new file mode 100644 index 000000000..91672cb19 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_horizontal.json new file mode 100644 index 000000000..905957535 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_i.json new file mode 100644 index 000000000..e8d77bb12 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_left.json new file mode 100644 index 000000000..01311e4f6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_pickaxe.json new file mode 100644 index 000000000..53d51d6da --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_plus.json new file mode 100644 index 000000000..8e31d5185 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_right.json new file mode 100644 index 000000000..4dfba3e18 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_sword.json new file mode 100644 index 000000000..5fc5ae23e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_vertical.json new file mode 100644 index 000000000..bc8b9c528 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_slab.json new file mode 100644 index 000000000..d14ba78f3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_slab_from_vanilla.json new file mode 100644 index 000000000..ff2314103 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_slab_from_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_slab_from_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_slab_from_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:granite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_slab_to_vanilla.json new file mode 100644 index 000000000..d80b6e431 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_slab_to_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_slab_to_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_slab_to_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth.json new file mode 100644 index 000000000..c7e5e2c49 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick.json new file mode 100644 index 000000000..e79a33eb1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/granite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_furnace.json new file mode 100644 index 000000000..aacf5c9a6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/granite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_slab.json new file mode 100644 index 000000000..b4d374896 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_stairs.json new file mode 100644 index 000000000..4b4c3865c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/granite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_wall.json new file mode 100644 index 000000000..f77e69120 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/granite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_furnace.json new file mode 100644 index 000000000..db0a1984e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/granite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_slab.json new file mode 100644 index 000000000..4c01bdb88 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_slab_from_vanilla.json new file mode 100644 index 000000000..982b706f9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_slab_from_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_smooth_slab_from_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_smooth_slab_from_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:polished_granite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_slab_to_vanilla.json new file mode 100644 index 000000000..a97b93c98 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_slab_to_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_smooth_slab_to_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_smooth_slab_to_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_stairs.json new file mode 100644 index 000000000..e7032f2f8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_wall.json new file mode 100644 index 000000000..27be673fa --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/granite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_stairs.json new file mode 100644 index 000000000..98d4f39a2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_to_stone.json new file mode 100644 index 000000000..fc76792e5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/granite_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/granite_wall.json new file mode 100644 index 000000000..11abc22a7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/granite_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:granite_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:granite_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:granite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gravel_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/gravel_to_stone.json new file mode 100644 index 000000000..3ba6fa2df --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gravel_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gravel_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gravel_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_carbon_dust.json b/src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_carbon_dust.json new file mode 100644 index 000000000..bd6f4855e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_carbon_dust.json @@ -0,0 +1,50 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:and", + "values": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + }, + { + "type": "neoforge:not", + "value": { + "type": "neoforge:tag_empty", + "tag": "c:dusts/carbon" + } + } + ] + } + ], + "rewards": { + "recipes": [ + "mineralogy:gunpowder_from_carbon_dust" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gunpowder_from_carbon_dust" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:nitrate_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_charcoal.json b/src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_charcoal.json new file mode 100644 index 000000000..54c06bbc8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_charcoal.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:gunpowder_from_charcoal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gunpowder_from_charcoal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:nitrate_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_coal_dust.json b/src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_coal_dust.json new file mode 100644 index 000000000..f4ed6dde5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_coal_dust.json @@ -0,0 +1,50 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:and", + "values": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + }, + { + "type": "neoforge:not", + "value": { + "type": "neoforge:tag_empty", + "tag": "c:dusts/coal" + } + } + ] + } + ], + "rewards": { + "recipes": [ + "mineralogy:gunpowder_from_coal_dust" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gunpowder_from_coal_dust" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:nitrate_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_sugar.json b/src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_sugar.json new file mode 100644 index 000000000..2ef100088 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gunpowder_from_sugar.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:gunpowder_from_sugar" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gunpowder_from_sugar" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:nitrate_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gypsum.json b/src/main/resources/data/mineralogy/advancement/recipes/gypsum.json new file mode 100644 index 000000000..55f65211b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gypsum.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gypsum" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gypsum" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gypsum_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/gypsum_dust.json b/src/main/resources/data/mineralogy/advancement/recipes/gypsum_dust.json new file mode 100644 index 000000000..4a40a0d3a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/gypsum_dust.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:gypsum_dust" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:gypsum_dust" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:gypsum" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick.json new file mode 100644 index 000000000..b2ee4f81b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/hornfels" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_block_polishing.json new file mode 100644 index 000000000..c072cbe57 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_furnace.json new file mode 100644 index 000000000..d60c5b1ff --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/hornfels/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_slab.json new file mode 100644 index 000000000..366dca07d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_slab_polishing.json new file mode 100644 index 000000000..9bb17f3d2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_slab_recombination.json new file mode 100644 index 000000000..017b47ca7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_stairs.json new file mode 100644 index 000000000..ab4c5624e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/hornfels/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_stairs_polishing.json new file mode 100644 index 000000000..95f9b8deb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_wall.json new file mode 100644 index 000000000..47086f3b6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/hornfels/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_wall_polishing.json new file mode 100644 index 000000000..1dd0af5da --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_cobblestone.json new file mode 100644 index 000000000..c8f6dc40b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/hornfels" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_furnace.json new file mode 100644 index 000000000..346aab30d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/hornfels" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_brick_slab_recombination.json new file mode 100644 index 000000000..141e3e5cf --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_slab_recombination.json new file mode 100644 index 000000000..5ec9f1cc4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_slabs_to_brick.json new file mode 100644 index 000000000..c192db67c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_stairs_to_brick.json new file mode 100644 index 000000000..d854be213 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_walls_to_brick.json new file mode 100644 index 000000000..1d4a24d1b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_slab_polishing.json new file mode 100644 index 000000000..f3a662437 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_slab_recombination.json new file mode 100644 index 000000000..be5f11f92 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_slabs_to_brick.json new file mode 100644 index 000000000..4270dceae --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_stairs_polishing.json new file mode 100644 index 000000000..341583a40 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_stairs_to_brick.json new file mode 100644 index 000000000..daa0b6551 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_wall_polishing.json new file mode 100644 index 000000000..24c01b31f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_walls_to_brick.json new file mode 100644 index 000000000..ddaf2d512 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_axe.json new file mode 100644 index 000000000..03ff67321 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_blank.json new file mode 100644 index 000000000..933ad4f32 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_cross.json new file mode 100644 index 000000000..5c0a1d515 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_hammer.json new file mode 100644 index 000000000..98e920088 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_hoe.json new file mode 100644 index 000000000..24197643f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_horizontal.json new file mode 100644 index 000000000..9afe60265 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_i.json new file mode 100644 index 000000000..583c876e4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_left.json new file mode 100644 index 000000000..1a9edf511 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_pickaxe.json new file mode 100644 index 000000000..877f0b143 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_plus.json new file mode 100644 index 000000000..b912b3f74 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_right.json new file mode 100644 index 000000000..3c0087230 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_sword.json new file mode 100644 index 000000000..a034e6b4d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_vertical.json new file mode 100644 index 000000000..e0c77d479 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_slab.json new file mode 100644 index 000000000..8233ff62f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth.json new file mode 100644 index 000000000..dad83e3ac --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/hornfels" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick.json new file mode 100644 index 000000000..468197da7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/hornfels/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_furnace.json new file mode 100644 index 000000000..7b05f8141 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/hornfels/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_slab.json new file mode 100644 index 000000000..b9a1681c7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_stairs.json new file mode 100644 index 000000000..fc14745b5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/hornfels/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_wall.json new file mode 100644 index 000000000..653f770d8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/hornfels/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_furnace.json new file mode 100644 index 000000000..cbdb40b51 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/hornfels/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_slab.json new file mode 100644 index 000000000..2de204353 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_stairs.json new file mode 100644 index 000000000..d86234689 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/hornfels/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_wall.json new file mode 100644 index 000000000..6c6e42722 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/hornfels/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_stairs.json new file mode 100644 index 000000000..405386acb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/hornfels" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_to_stone.json new file mode 100644 index 000000000..339ae3ead --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:hornfels" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/hornfels_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_wall.json new file mode 100644 index 000000000..9b71e6b84 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/hornfels_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:hornfels_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:hornfels_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/hornfels" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick.json new file mode 100644 index 000000000..df9bdb4fa --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/limestone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_block_polishing.json new file mode 100644 index 000000000..11bdd3870 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_furnace.json new file mode 100644 index 000000000..91b824f92 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/limestone/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_slab.json new file mode 100644 index 000000000..ef86fa851 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_slab_polishing.json new file mode 100644 index 000000000..61d09d47c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_slab_recombination.json new file mode 100644 index 000000000..5d2035ce5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_stairs.json new file mode 100644 index 000000000..5a8b9190a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/limestone/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_stairs_polishing.json new file mode 100644 index 000000000..ea3954ce9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_wall.json new file mode 100644 index 000000000..51064957a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/limestone/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_wall_polishing.json new file mode 100644 index 000000000..ddd56a678 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_cobblestone.json new file mode 100644 index 000000000..852d420c3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/limestone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_furnace.json new file mode 100644 index 000000000..cf593cf41 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/limestone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_brick_slab_recombination.json new file mode 100644 index 000000000..0691cdaf6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_slab_recombination.json new file mode 100644 index 000000000..9e1b41f02 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_slabs_to_brick.json new file mode 100644 index 000000000..7052effb2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_stairs_to_brick.json new file mode 100644 index 000000000..183adea67 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_walls_to_brick.json new file mode 100644 index 000000000..09d8315a7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_slab_polishing.json new file mode 100644 index 000000000..8a318fadd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_slab_recombination.json new file mode 100644 index 000000000..8a4f6536a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_slabs_to_brick.json new file mode 100644 index 000000000..411b64aeb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_stairs_polishing.json new file mode 100644 index 000000000..dc12bcf4f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_stairs_to_brick.json new file mode 100644 index 000000000..83d85a059 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_wall_polishing.json new file mode 100644 index 000000000..084417773 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_walls_to_brick.json new file mode 100644 index 000000000..742aaee38 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_axe.json new file mode 100644 index 000000000..7f4973b22 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_blank.json new file mode 100644 index 000000000..03f0d236a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_cross.json new file mode 100644 index 000000000..c4bbc5f88 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_hammer.json new file mode 100644 index 000000000..e068ca72b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_hoe.json new file mode 100644 index 000000000..fa0bde79f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_horizontal.json new file mode 100644 index 000000000..a653d52f1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_i.json new file mode 100644 index 000000000..c09f79877 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_left.json new file mode 100644 index 000000000..9e4bef1f5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_pickaxe.json new file mode 100644 index 000000000..cf69e3832 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_plus.json new file mode 100644 index 000000000..a3c4582ac --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_right.json new file mode 100644 index 000000000..34b00382b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_sword.json new file mode 100644 index 000000000..c526bbf22 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_vertical.json new file mode 100644 index 000000000..25eaca464 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_slab.json new file mode 100644 index 000000000..8b815777c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth.json new file mode 100644 index 000000000..a414e8ae8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/limestone" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick.json new file mode 100644 index 000000000..83e225b93 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/limestone/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_furnace.json new file mode 100644 index 000000000..bbbe2ac12 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/limestone/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_slab.json new file mode 100644 index 000000000..3f9e7c288 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_stairs.json new file mode 100644 index 000000000..c48fbb310 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/limestone/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_wall.json new file mode 100644 index 000000000..374d5f702 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/limestone/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_furnace.json new file mode 100644 index 000000000..397452864 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/limestone/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_slab.json new file mode 100644 index 000000000..dbe4ae308 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_stairs.json new file mode 100644 index 000000000..dd4a7c2b2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/limestone/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_wall.json new file mode 100644 index 000000000..606f230a7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/limestone/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_stairs.json new file mode 100644 index 000000000..c57d73660 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/limestone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_to_stone.json new file mode 100644 index 000000000..de47f7f56 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:limestone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/limestone_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/limestone_wall.json new file mode 100644 index 000000000..8d8fb575e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/limestone_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:limestone_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:limestone_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/limestone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick.json new file mode 100644 index 000000000..c536bdca7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/marble" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_block_polishing.json new file mode 100644 index 000000000..dc755c28e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_furnace.json new file mode 100644 index 000000000..b3e0556c2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/marble/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_slab.json new file mode 100644 index 000000000..f98cd97d8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_slab_polishing.json new file mode 100644 index 000000000..db427a7c1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_slab_recombination.json new file mode 100644 index 000000000..f67a04482 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_stairs.json new file mode 100644 index 000000000..ab814b1d7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/marble/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_stairs_polishing.json new file mode 100644 index 000000000..768f2f406 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_wall.json new file mode 100644 index 000000000..2fbf551f8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/marble/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_wall_polishing.json new file mode 100644 index 000000000..7be269eef --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_cobblestone.json new file mode 100644 index 000000000..30016c156 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/marble" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_furnace.json new file mode 100644 index 000000000..bb7434d4e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/marble" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_brick_slab_recombination.json new file mode 100644 index 000000000..b54b7daaa --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_slab_recombination.json new file mode 100644 index 000000000..8b34f35df --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_slabs_to_brick.json new file mode 100644 index 000000000..0ce9f01b5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_stairs_to_brick.json new file mode 100644 index 000000000..623aee258 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_walls_to_brick.json new file mode 100644 index 000000000..7dd45326f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_slab_polishing.json new file mode 100644 index 000000000..e99e7405d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_slab_recombination.json new file mode 100644 index 000000000..850aedbae --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_slabs_to_brick.json new file mode 100644 index 000000000..0076b7308 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_stairs_polishing.json new file mode 100644 index 000000000..3bbe9993a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_stairs_to_brick.json new file mode 100644 index 000000000..19825350b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_wall_polishing.json new file mode 100644 index 000000000..46644a768 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_walls_to_brick.json new file mode 100644 index 000000000..478e5cac4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_axe.json new file mode 100644 index 000000000..e35190b16 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_blank.json new file mode 100644 index 000000000..d637052ce --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_cross.json new file mode 100644 index 000000000..2d62d53a2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_hammer.json new file mode 100644 index 000000000..f0e034ac7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_hoe.json new file mode 100644 index 000000000..3b2fb8c2f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_horizontal.json new file mode 100644 index 000000000..58a10463d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_i.json new file mode 100644 index 000000000..7f89658b8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_left.json new file mode 100644 index 000000000..c094e9d7a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_pickaxe.json new file mode 100644 index 000000000..efffb2d4d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_plus.json new file mode 100644 index 000000000..ce53af8e4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_right.json new file mode 100644 index 000000000..2595a33bc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_sword.json new file mode 100644 index 000000000..6209e91d8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_vertical.json new file mode 100644 index 000000000..c77162166 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_slab.json new file mode 100644 index 000000000..b29535a5e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth.json new file mode 100644 index 000000000..d2bd61879 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/marble" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick.json new file mode 100644 index 000000000..2f42bb760 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/marble/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_furnace.json new file mode 100644 index 000000000..2dfd2c1ca --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/marble/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_slab.json new file mode 100644 index 000000000..bc30d5dcd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_stairs.json new file mode 100644 index 000000000..334d733b6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/marble/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_wall.json new file mode 100644 index 000000000..d5bdb8707 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/marble/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_furnace.json new file mode 100644 index 000000000..ad49ee518 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/marble/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_slab.json new file mode 100644 index 000000000..7452c5fa2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_stairs.json new file mode 100644 index 000000000..803e19725 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/marble/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_wall.json new file mode 100644 index 000000000..f8e7c7271 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/marble/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_stairs.json new file mode 100644 index 000000000..4a9c46a57 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/marble" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_to_stone.json new file mode 100644 index 000000000..cbf0b9568 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:marble" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/marble_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/marble_wall.json new file mode 100644 index 000000000..121c91662 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/marble_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:marble_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:marble_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/marble" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/mineralfertilizer.json b/src/main/resources/data/mineralogy/advancement/recipes/mineralfertilizer.json new file mode 100644 index 000000000..e9b9ea0ca --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/mineralfertilizer.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_FERTILIZER" + } + ], + "rewards": { + "recipes": [ + "mineralogy:mineralfertilizer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:mineralfertilizer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:nitrate_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/nitrate_block.json b/src/main/resources/data/mineralogy/advancement/recipes/nitrate_block.json new file mode 100644 index 000000000..75918db8d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/nitrate_block.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:nitrate_block" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:nitrate_block" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:nitrate_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/nitrate_dust.json b/src/main/resources/data/mineralogy/advancement/recipes/nitrate_dust.json new file mode 100644 index 000000000..e5aa8b15a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/nitrate_dust.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:nitrate_dust" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:nitrate_dust" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:nitrate_block" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick.json new file mode 100644 index 000000000..68b387057 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/novaculite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_block_polishing.json new file mode 100644 index 000000000..fd3277d66 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_furnace.json new file mode 100644 index 000000000..63147abb5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/novaculite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_slab.json new file mode 100644 index 000000000..91eeceaa1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_slab_polishing.json new file mode 100644 index 000000000..142173acd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_slab_recombination.json new file mode 100644 index 000000000..9d942bab1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_stairs.json new file mode 100644 index 000000000..26571ce74 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/novaculite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_stairs_polishing.json new file mode 100644 index 000000000..94efeacd5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_wall.json new file mode 100644 index 000000000..355fd7ea5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/novaculite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_wall_polishing.json new file mode 100644 index 000000000..209c93e01 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_cobblestone.json new file mode 100644 index 000000000..30dedb9b7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/novaculite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_furnace.json new file mode 100644 index 000000000..e5f7b772e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/novaculite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..a4216e324 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_slab_recombination.json new file mode 100644 index 000000000..37bf0c0ae --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_slabs_to_brick.json new file mode 100644 index 000000000..ab99d63af --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_stairs_to_brick.json new file mode 100644 index 000000000..38a26ad30 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_walls_to_brick.json new file mode 100644 index 000000000..f5685cb73 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_slab_polishing.json new file mode 100644 index 000000000..f38500bf2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_slab_recombination.json new file mode 100644 index 000000000..f4fefc86a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_slabs_to_brick.json new file mode 100644 index 000000000..dfcad190b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_stairs_polishing.json new file mode 100644 index 000000000..0f7408718 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_stairs_to_brick.json new file mode 100644 index 000000000..8de42a239 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_wall_polishing.json new file mode 100644 index 000000000..9d04062ea --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_walls_to_brick.json new file mode 100644 index 000000000..0f35914b5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_axe.json new file mode 100644 index 000000000..e8f1c9463 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_blank.json new file mode 100644 index 000000000..aa3c0fa41 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_cross.json new file mode 100644 index 000000000..9bcd6e14f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_hammer.json new file mode 100644 index 000000000..0b24b4d71 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_hoe.json new file mode 100644 index 000000000..9306f8fcc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_horizontal.json new file mode 100644 index 000000000..c060b4439 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_i.json new file mode 100644 index 000000000..ae50caed6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_left.json new file mode 100644 index 000000000..8232f4ab8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_pickaxe.json new file mode 100644 index 000000000..25768a6c9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_plus.json new file mode 100644 index 000000000..2c6ab0a6f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_right.json new file mode 100644 index 000000000..6d4bf2daf --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_sword.json new file mode 100644 index 000000000..b828e5b5d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_vertical.json new file mode 100644 index 000000000..3c171fc18 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_slab.json new file mode 100644 index 000000000..cbdab37ff --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth.json new file mode 100644 index 000000000..6731cf9b1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/novaculite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick.json new file mode 100644 index 000000000..68ee0a979 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/novaculite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_furnace.json new file mode 100644 index 000000000..56d4d061f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/novaculite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_slab.json new file mode 100644 index 000000000..1957e45f8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_stairs.json new file mode 100644 index 000000000..49bbe28da --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/novaculite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_wall.json new file mode 100644 index 000000000..0e3b42155 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/novaculite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_furnace.json new file mode 100644 index 000000000..2a6ac4c8d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/novaculite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_slab.json new file mode 100644 index 000000000..cdaea996f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_stairs.json new file mode 100644 index 000000000..d93d391de --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/novaculite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_wall.json new file mode 100644 index 000000000..9a6dd5707 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/novaculite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_stairs.json new file mode 100644 index 000000000..75e3317cf --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/novaculite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_to_stone.json new file mode 100644 index 000000000..570789c97 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:novaculite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/novaculite_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_wall.json new file mode 100644 index 000000000..6dc734bb8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/novaculite_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:novaculite_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:novaculite_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/novaculite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick.json new file mode 100644 index 000000000..6dfff79f2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/pegmatite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_block_polishing.json new file mode 100644 index 000000000..b74ac7667 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_furnace.json new file mode 100644 index 000000000..afed34ad5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/pegmatite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_slab.json new file mode 100644 index 000000000..6d35d3dc4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_slab_polishing.json new file mode 100644 index 000000000..cb81c653b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_slab_recombination.json new file mode 100644 index 000000000..559c9d338 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_stairs.json new file mode 100644 index 000000000..ad137ec6d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/pegmatite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_stairs_polishing.json new file mode 100644 index 000000000..872278b9a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_wall.json new file mode 100644 index 000000000..91c09734e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/pegmatite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_wall_polishing.json new file mode 100644 index 000000000..f264a6170 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_cobblestone.json new file mode 100644 index 000000000..b0ce40915 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/pegmatite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_furnace.json new file mode 100644 index 000000000..d1b9950d0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/pegmatite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..7b4cb900e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_slab_recombination.json new file mode 100644 index 000000000..12b0ddeec --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_slabs_to_brick.json new file mode 100644 index 000000000..f81557423 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_stairs_to_brick.json new file mode 100644 index 000000000..ed6545e3f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_walls_to_brick.json new file mode 100644 index 000000000..f143e2d45 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_slab_polishing.json new file mode 100644 index 000000000..96164f489 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_slab_recombination.json new file mode 100644 index 000000000..28064e4d1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_slabs_to_brick.json new file mode 100644 index 000000000..819aa2358 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_stairs_polishing.json new file mode 100644 index 000000000..33ddbd248 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_stairs_to_brick.json new file mode 100644 index 000000000..c5b852b6a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_wall_polishing.json new file mode 100644 index 000000000..1f831bf5b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_walls_to_brick.json new file mode 100644 index 000000000..0272b606a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_axe.json new file mode 100644 index 000000000..a7c745522 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_blank.json new file mode 100644 index 000000000..a65a74760 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_cross.json new file mode 100644 index 000000000..124729a62 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_hammer.json new file mode 100644 index 000000000..606df7edb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_hoe.json new file mode 100644 index 000000000..b3a2a6ab1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_horizontal.json new file mode 100644 index 000000000..2d824359e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_i.json new file mode 100644 index 000000000..413c3e389 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_left.json new file mode 100644 index 000000000..356eee15b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_pickaxe.json new file mode 100644 index 000000000..182cc956d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_plus.json new file mode 100644 index 000000000..585087595 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_right.json new file mode 100644 index 000000000..cf68ff1ab --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_sword.json new file mode 100644 index 000000000..99b58802f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_vertical.json new file mode 100644 index 000000000..d3157a993 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_slab.json new file mode 100644 index 000000000..69b4f3bcb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth.json new file mode 100644 index 000000000..bad74567c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/pegmatite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick.json new file mode 100644 index 000000000..c933da19a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/pegmatite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_furnace.json new file mode 100644 index 000000000..5f3634560 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/pegmatite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_slab.json new file mode 100644 index 000000000..fcfdff81f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_stairs.json new file mode 100644 index 000000000..8009f4a9e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/pegmatite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_wall.json new file mode 100644 index 000000000..78d54774b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/pegmatite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_furnace.json new file mode 100644 index 000000000..9531873fe --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/pegmatite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_slab.json new file mode 100644 index 000000000..aa8dd1f07 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_stairs.json new file mode 100644 index 000000000..eba82c6b3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/pegmatite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_wall.json new file mode 100644 index 000000000..56726be7d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/pegmatite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_stairs.json new file mode 100644 index 000000000..e5e99fcd7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/pegmatite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_to_stone.json new file mode 100644 index 000000000..7c13ab209 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:pegmatite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_wall.json new file mode 100644 index 000000000..40cd42a41 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/pegmatite_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:pegmatite_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:pegmatite_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/pegmatite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick.json new file mode 100644 index 000000000..ddb3d4fae --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/peridotite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_block_polishing.json new file mode 100644 index 000000000..66c10e1f1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_furnace.json new file mode 100644 index 000000000..823b12114 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/peridotite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_slab.json new file mode 100644 index 000000000..157d29638 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_slab_polishing.json new file mode 100644 index 000000000..b3eefc150 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_slab_recombination.json new file mode 100644 index 000000000..b3b4ee94d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_stairs.json new file mode 100644 index 000000000..c89e7ee70 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/peridotite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_stairs_polishing.json new file mode 100644 index 000000000..dfa7af758 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_wall.json new file mode 100644 index 000000000..f1adbc660 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/peridotite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_wall_polishing.json new file mode 100644 index 000000000..d4e3b5072 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_cobblestone.json new file mode 100644 index 000000000..cfcca816a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/peridotite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_furnace.json new file mode 100644 index 000000000..b3647d350 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/peridotite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..e83bfabde --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_slab_recombination.json new file mode 100644 index 000000000..eac44d1e5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_slabs_to_brick.json new file mode 100644 index 000000000..7dec2eb93 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_stairs_to_brick.json new file mode 100644 index 000000000..440f1d0c5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_walls_to_brick.json new file mode 100644 index 000000000..7f485ed89 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_slab_polishing.json new file mode 100644 index 000000000..6d36cadf7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_slab_recombination.json new file mode 100644 index 000000000..01f45ca30 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_slabs_to_brick.json new file mode 100644 index 000000000..8a6661d8d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_stairs_polishing.json new file mode 100644 index 000000000..32bd956f2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_stairs_to_brick.json new file mode 100644 index 000000000..2d48dcd1c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_wall_polishing.json new file mode 100644 index 000000000..3aaa63688 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_walls_to_brick.json new file mode 100644 index 000000000..70a22a595 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_axe.json new file mode 100644 index 000000000..4b4ebed83 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_blank.json new file mode 100644 index 000000000..f2a405e65 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_cross.json new file mode 100644 index 000000000..759d0e0a4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_hammer.json new file mode 100644 index 000000000..5e5392ba9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_hoe.json new file mode 100644 index 000000000..dc23c14bf --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_horizontal.json new file mode 100644 index 000000000..c141e2a2f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_i.json new file mode 100644 index 000000000..3ae343628 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_left.json new file mode 100644 index 000000000..483b82d27 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_pickaxe.json new file mode 100644 index 000000000..30781c0e7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_plus.json new file mode 100644 index 000000000..4f1348d55 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_right.json new file mode 100644 index 000000000..06cbdb8c7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_sword.json new file mode 100644 index 000000000..e148e93bd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_vertical.json new file mode 100644 index 000000000..d7ae8277c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_slab.json new file mode 100644 index 000000000..917e963a9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth.json new file mode 100644 index 000000000..9273c23e0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/peridotite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick.json new file mode 100644 index 000000000..9b356564e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/peridotite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_furnace.json new file mode 100644 index 000000000..a919b86a2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/peridotite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_slab.json new file mode 100644 index 000000000..42d7d9ee1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_stairs.json new file mode 100644 index 000000000..6090c70e9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/peridotite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_wall.json new file mode 100644 index 000000000..269ac0b59 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/peridotite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_furnace.json new file mode 100644 index 000000000..257b789be --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/peridotite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_slab.json new file mode 100644 index 000000000..9a70c8abb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_stairs.json new file mode 100644 index 000000000..534abfc49 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/peridotite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_wall.json new file mode 100644 index 000000000..1871623f6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/peridotite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_stairs.json new file mode 100644 index 000000000..20ae55a53 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/peridotite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_to_stone.json new file mode 100644 index 000000000..ecf314e36 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:peridotite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/peridotite_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_wall.json new file mode 100644 index 000000000..9dee3a406 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/peridotite_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:peridotite_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:peridotite_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/peridotite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phosphorous_block.json b/src/main/resources/data/mineralogy/advancement/recipes/phosphorous_block.json new file mode 100644 index 000000000..22dec96ea --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phosphorous_block.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:phosphorous_block" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phosphorous_block" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phosphorous_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phosphorous_dust.json b/src/main/resources/data/mineralogy/advancement/recipes/phosphorous_dust.json new file mode 100644 index 000000000..dfb8f1721 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phosphorous_dust.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:phosphorous_dust" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phosphorous_dust" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phosphorous_block" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick.json new file mode 100644 index 000000000..35e33fc55 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/phyllite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_block_polishing.json new file mode 100644 index 000000000..7c6b04463 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_furnace.json new file mode 100644 index 000000000..3af8ff22b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/phyllite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_slab.json new file mode 100644 index 000000000..6bafbe0f6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_slab_polishing.json new file mode 100644 index 000000000..269400f61 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_slab_recombination.json new file mode 100644 index 000000000..29199b888 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_stairs.json new file mode 100644 index 000000000..8a02edd9e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/phyllite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_stairs_polishing.json new file mode 100644 index 000000000..10b8a82ca --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_wall.json new file mode 100644 index 000000000..804310f76 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/phyllite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_wall_polishing.json new file mode 100644 index 000000000..b987fe90e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_cobblestone.json new file mode 100644 index 000000000..7d93477d9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/phyllite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_furnace.json new file mode 100644 index 000000000..69b5eafee --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/phyllite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..c6390ac62 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_slab_recombination.json new file mode 100644 index 000000000..ee83248e7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_slabs_to_brick.json new file mode 100644 index 000000000..258a9d98e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_stairs_to_brick.json new file mode 100644 index 000000000..8e83c1b98 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_walls_to_brick.json new file mode 100644 index 000000000..5d4120fb2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_slab_polishing.json new file mode 100644 index 000000000..395bc2c69 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_slab_recombination.json new file mode 100644 index 000000000..7a35795b4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_slabs_to_brick.json new file mode 100644 index 000000000..5ca8df9ed --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_stairs_polishing.json new file mode 100644 index 000000000..f896229c7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_stairs_to_brick.json new file mode 100644 index 000000000..36ce41db5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_wall_polishing.json new file mode 100644 index 000000000..0bb643e30 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_walls_to_brick.json new file mode 100644 index 000000000..603f11fb0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_axe.json new file mode 100644 index 000000000..7a231f155 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_blank.json new file mode 100644 index 000000000..e0c2503e9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_cross.json new file mode 100644 index 000000000..6688dbb29 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_hammer.json new file mode 100644 index 000000000..7f8a310d9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_hoe.json new file mode 100644 index 000000000..d712f8891 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_horizontal.json new file mode 100644 index 000000000..c97fba137 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_i.json new file mode 100644 index 000000000..a624b4a3f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_left.json new file mode 100644 index 000000000..6a114c693 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_pickaxe.json new file mode 100644 index 000000000..29f2f5ca2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_plus.json new file mode 100644 index 000000000..71fc37098 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_right.json new file mode 100644 index 000000000..eecba5b1e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_sword.json new file mode 100644 index 000000000..dd5f76047 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_vertical.json new file mode 100644 index 000000000..4faf614bf --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_slab.json new file mode 100644 index 000000000..624fbce04 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth.json new file mode 100644 index 000000000..7dde1b117 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/phyllite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick.json new file mode 100644 index 000000000..4d7c017ae --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/phyllite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_furnace.json new file mode 100644 index 000000000..3480bf770 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/phyllite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_slab.json new file mode 100644 index 000000000..de84b6afa --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_stairs.json new file mode 100644 index 000000000..235f1e474 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/phyllite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_wall.json new file mode 100644 index 000000000..65f6d6bd0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/phyllite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_furnace.json new file mode 100644 index 000000000..c3b498947 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/phyllite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_slab.json new file mode 100644 index 000000000..45f51c357 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_stairs.json new file mode 100644 index 000000000..aafe8d13f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/phyllite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_wall.json new file mode 100644 index 000000000..b9f761551 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/phyllite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_stairs.json new file mode 100644 index 000000000..872fb045e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/phyllite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_to_stone.json new file mode 100644 index 000000000..88af41c0e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:phyllite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/phyllite_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_wall.json new file mode 100644 index 000000000..154b917e6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/phyllite_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:phyllite_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:phyllite_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/phyllite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick.json new file mode 100644 index 000000000..1c4772f64 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/quartzite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_block_polishing.json new file mode 100644 index 000000000..5bce8c585 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_furnace.json new file mode 100644 index 000000000..dad0095b4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/quartzite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_slab.json new file mode 100644 index 000000000..5589a3bdb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_slab_polishing.json new file mode 100644 index 000000000..17c5f787d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_slab_recombination.json new file mode 100644 index 000000000..56d77b199 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_stairs.json new file mode 100644 index 000000000..36b690a4d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/quartzite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_stairs_polishing.json new file mode 100644 index 000000000..e6da94fcb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_wall.json new file mode 100644 index 000000000..06a140dd0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/quartzite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_wall_polishing.json new file mode 100644 index 000000000..9a92510da --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_cobblestone.json new file mode 100644 index 000000000..723ebb278 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/quartzite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_furnace.json new file mode 100644 index 000000000..efb137a5d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/quartzite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..ce33f4786 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_slab_recombination.json new file mode 100644 index 000000000..d2aee509f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_slabs_to_brick.json new file mode 100644 index 000000000..bba2a539f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_stairs_to_brick.json new file mode 100644 index 000000000..9daed1dbf --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_walls_to_brick.json new file mode 100644 index 000000000..b203b1225 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_slab_polishing.json new file mode 100644 index 000000000..e68283f26 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_slab_recombination.json new file mode 100644 index 000000000..e4553463e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_slabs_to_brick.json new file mode 100644 index 000000000..bce025e92 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_stairs_polishing.json new file mode 100644 index 000000000..4ac120ceb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_stairs_to_brick.json new file mode 100644 index 000000000..eb9fa52d6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_wall_polishing.json new file mode 100644 index 000000000..462c39a94 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_walls_to_brick.json new file mode 100644 index 000000000..ffa8890b0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_axe.json new file mode 100644 index 000000000..95d1b0ac8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_blank.json new file mode 100644 index 000000000..4eaafefc0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_cross.json new file mode 100644 index 000000000..8541165fc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_hammer.json new file mode 100644 index 000000000..a31633a6e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_hoe.json new file mode 100644 index 000000000..ef9ee313a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_horizontal.json new file mode 100644 index 000000000..28f9cb81a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_i.json new file mode 100644 index 000000000..f7be23d3d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_left.json new file mode 100644 index 000000000..0ea32d80f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_pickaxe.json new file mode 100644 index 000000000..3c7a5ed4b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_plus.json new file mode 100644 index 000000000..424e75406 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_right.json new file mode 100644 index 000000000..f708a715d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_sword.json new file mode 100644 index 000000000..a3ce5645d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_vertical.json new file mode 100644 index 000000000..e97392e06 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_slab.json new file mode 100644 index 000000000..796426f4f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth.json new file mode 100644 index 000000000..b9e6199fc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/quartzite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick.json new file mode 100644 index 000000000..c61f2c936 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/quartzite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_furnace.json new file mode 100644 index 000000000..65d0ac948 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/quartzite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_slab.json new file mode 100644 index 000000000..0369e0d73 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_stairs.json new file mode 100644 index 000000000..f01e2ca86 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/quartzite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_wall.json new file mode 100644 index 000000000..b1c6814f0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/quartzite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_furnace.json new file mode 100644 index 000000000..7378c871e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/quartzite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_slab.json new file mode 100644 index 000000000..f72c54c7f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_stairs.json new file mode 100644 index 000000000..825ba284c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/quartzite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_wall.json new file mode 100644 index 000000000..737982274 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/quartzite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_stairs.json new file mode 100644 index 000000000..1d124408f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/quartzite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_to_stone.json new file mode 100644 index 000000000..42fe14bd6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:quartzite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/quartzite_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_wall.json new file mode 100644 index 000000000..caf9fea97 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/quartzite_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:quartzite_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:quartzite_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/quartzite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick.json new file mode 100644 index 000000000..83fd79817 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rhyolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_block_polishing.json new file mode 100644 index 000000000..283a81ea2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_furnace.json new file mode 100644 index 000000000..5eacc9b21 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/rhyolite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_slab.json new file mode 100644 index 000000000..04484fa33 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_slab_polishing.json new file mode 100644 index 000000000..ed864edfe --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_slab_recombination.json new file mode 100644 index 000000000..4220e9a77 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_stairs.json new file mode 100644 index 000000000..5ae551097 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rhyolite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_stairs_polishing.json new file mode 100644 index 000000000..f0609a8c0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_wall.json new file mode 100644 index 000000000..6b43770da --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rhyolite/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_wall_polishing.json new file mode 100644 index 000000000..0bec19e5b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_cobblestone.json new file mode 100644 index 000000000..2a73b46c0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rhyolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_furnace.json new file mode 100644 index 000000000..e90de0c4e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/rhyolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..a16fea882 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_slab_recombination.json new file mode 100644 index 000000000..13d3aa0de --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_slabs_to_brick.json new file mode 100644 index 000000000..2091cca78 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_stairs_to_brick.json new file mode 100644 index 000000000..f54cc2ad3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_walls_to_brick.json new file mode 100644 index 000000000..070bddc38 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_slab_polishing.json new file mode 100644 index 000000000..7f845f14a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_slab_recombination.json new file mode 100644 index 000000000..122f9f784 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_slabs_to_brick.json new file mode 100644 index 000000000..8bde190df --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_stairs_polishing.json new file mode 100644 index 000000000..a29aa0735 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_stairs_to_brick.json new file mode 100644 index 000000000..d4094d32b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_wall_polishing.json new file mode 100644 index 000000000..f701116ad --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_walls_to_brick.json new file mode 100644 index 000000000..d870112de --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_axe.json new file mode 100644 index 000000000..366069090 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_blank.json new file mode 100644 index 000000000..b172eb5c4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_cross.json new file mode 100644 index 000000000..6f8e1c68e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_hammer.json new file mode 100644 index 000000000..7db075b41 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_hoe.json new file mode 100644 index 000000000..30a831da4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_horizontal.json new file mode 100644 index 000000000..985a0da60 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_i.json new file mode 100644 index 000000000..e0fd514b1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_left.json new file mode 100644 index 000000000..087063839 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_pickaxe.json new file mode 100644 index 000000000..43e040038 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_plus.json new file mode 100644 index 000000000..88402fb77 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_right.json new file mode 100644 index 000000000..4d9d92305 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_sword.json new file mode 100644 index 000000000..0130fb593 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_vertical.json new file mode 100644 index 000000000..9e8e2d86d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_slab.json new file mode 100644 index 000000000..976804b49 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth.json new file mode 100644 index 000000000..e9f22bd22 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rhyolite" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick.json new file mode 100644 index 000000000..d0f2cb7ba --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rhyolite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_furnace.json new file mode 100644 index 000000000..a75448822 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/rhyolite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_slab.json new file mode 100644 index 000000000..1ef791eef --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_stairs.json new file mode 100644 index 000000000..4d2ea387f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rhyolite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_wall.json new file mode 100644 index 000000000..832af4f6f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rhyolite/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_furnace.json new file mode 100644 index 000000000..4ae0ffcb5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/rhyolite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_slab.json new file mode 100644 index 000000000..dce8d41a3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_stairs.json new file mode 100644 index 000000000..f67fd9645 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rhyolite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_wall.json new file mode 100644 index 000000000..b99ced29d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rhyolite/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_stairs.json new file mode 100644 index 000000000..492407bcc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rhyolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_to_stone.json new file mode 100644 index 000000000..be0fa8c26 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rhyolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_wall.json new file mode 100644 index 000000000..53660d777 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rhyolite_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rhyolite_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rhyolite_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rhyolite" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt.json new file mode 100644 index 000000000..69f1130f7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick.json new file mode 100644 index 000000000..59f483472 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rock_salt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_block_polishing.json new file mode 100644 index 000000000..f0f19f920 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_furnace.json new file mode 100644 index 000000000..6fa8434c2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/rock_salt/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_slab.json new file mode 100644 index 000000000..7b59e38c5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_slab_polishing.json new file mode 100644 index 000000000..f387eebe7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_slab_recombination.json new file mode 100644 index 000000000..36d99efbf --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_stairs.json new file mode 100644 index 000000000..d4c6e1da3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rock_salt/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_stairs_polishing.json new file mode 100644 index 000000000..af4999572 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_wall.json new file mode 100644 index 000000000..24a5be168 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rock_salt/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_wall_polishing.json new file mode 100644 index 000000000..9a0b85f85 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_cobblestone.json new file mode 100644 index 000000000..78f7bce56 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rock_salt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_dust.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_dust.json new file mode 100644 index 000000000..76a7c6f6f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_dust.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_dust" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_dust" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_furnace.json new file mode 100644 index 000000000..116889500 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/rock_salt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_brick_slab_recombination.json new file mode 100644 index 000000000..33b91ef2b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_slab_recombination.json new file mode 100644 index 000000000..bf478867f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_slabs_to_brick.json new file mode 100644 index 000000000..6f36cb807 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_stairs_to_brick.json new file mode 100644 index 000000000..690f2583f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_walls_to_brick.json new file mode 100644 index 000000000..82717c129 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_slab_polishing.json new file mode 100644 index 000000000..c812a96ae --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_slab_recombination.json new file mode 100644 index 000000000..f8a6362ea --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_slabs_to_brick.json new file mode 100644 index 000000000..0d3502f38 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_stairs_polishing.json new file mode 100644 index 000000000..03bc3b621 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_stairs_to_brick.json new file mode 100644 index 000000000..5f8e736c8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_wall_polishing.json new file mode 100644 index 000000000..03c1e575c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_walls_to_brick.json new file mode 100644 index 000000000..0674cd3e6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_axe.json new file mode 100644 index 000000000..c34387fb5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_blank.json new file mode 100644 index 000000000..131234ca0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_cross.json new file mode 100644 index 000000000..5ba0fa29e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_hammer.json new file mode 100644 index 000000000..2fe9a2b56 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_hoe.json new file mode 100644 index 000000000..694d76ab9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_horizontal.json new file mode 100644 index 000000000..502c6152c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_i.json new file mode 100644 index 000000000..9a2c0ebf7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_left.json new file mode 100644 index 000000000..cf89a0727 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_pickaxe.json new file mode 100644 index 000000000..8978a1c7f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_plus.json new file mode 100644 index 000000000..c93d26b09 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_right.json new file mode 100644 index 000000000..64bd95953 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_sword.json new file mode 100644 index 000000000..673c9a99f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_vertical.json new file mode 100644 index 000000000..be904c48e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_slab.json new file mode 100644 index 000000000..81b0ef701 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth.json new file mode 100644 index 000000000..c349f9b5d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rock_salt" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick.json new file mode 100644 index 000000000..1f0b602e6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rock_salt/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_furnace.json new file mode 100644 index 000000000..896539cf9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/rock_salt/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_slab.json new file mode 100644 index 000000000..77277e6a2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_stairs.json new file mode 100644 index 000000000..dffd73540 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rock_salt/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_wall.json new file mode 100644 index 000000000..447b034a2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rock_salt/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_furnace.json new file mode 100644 index 000000000..21b25b679 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/rock_salt/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_slab.json new file mode 100644 index 000000000..7784298ea --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_stairs.json new file mode 100644 index 000000000..fa1cc3d99 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rock_salt/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_wall.json new file mode 100644 index 000000000..cae7ca355 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rock_salt/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_stairs.json new file mode 100644 index 000000000..80c0ae9b2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rock_salt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_to_stone.json new file mode 100644 index 000000000..8bfac0b7f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_wall.json new file mode 100644 index 000000000..2c45c837a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rock_salt_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:rock_salt_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rock_salt_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/rock_salt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rocksaltlamp.json b/src/main/resources/data/mineralogy/advancement/recipes/rocksaltlamp.json new file mode 100644 index 000000000..6a2112842 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rocksaltlamp.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_ROCK_SALT_LAMPS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:rocksaltlamp" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rocksaltlamp" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rock_salt" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/rocksaltstreetlamp.json b/src/main/resources/data/mineralogy/advancement/recipes/rocksaltstreetlamp.json new file mode 100644 index 000000000..caa67dd0f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/rocksaltstreetlamp.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_ROCK_SALT_LAMPS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:rocksaltstreetlamp" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:rocksaltstreetlamp" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:rocksaltlamp" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick.json new file mode 100644 index 000000000..6ca994621 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/schist" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_block_polishing.json new file mode 100644 index 000000000..6e733aadb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_furnace.json new file mode 100644 index 000000000..27e268976 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/schist/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_slab.json new file mode 100644 index 000000000..7f8d887b7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_slab_polishing.json new file mode 100644 index 000000000..03db354c6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_slab_recombination.json new file mode 100644 index 000000000..8481bb8b6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_stairs.json new file mode 100644 index 000000000..681038410 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/schist/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_stairs_polishing.json new file mode 100644 index 000000000..5e1c2689b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_wall.json new file mode 100644 index 000000000..31fb288da --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/schist/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_wall_polishing.json new file mode 100644 index 000000000..a44e3f7eb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_cobblestone.json new file mode 100644 index 000000000..aac8f3197 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/schist" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_furnace.json new file mode 100644 index 000000000..680feb047 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/schist" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_brick_slab_recombination.json new file mode 100644 index 000000000..f7a860002 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_slab_recombination.json new file mode 100644 index 000000000..c2e472079 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_slabs_to_brick.json new file mode 100644 index 000000000..6f1b62251 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_stairs_to_brick.json new file mode 100644 index 000000000..e06c23757 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_walls_to_brick.json new file mode 100644 index 000000000..4423146f1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_slab_polishing.json new file mode 100644 index 000000000..27854ac6a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_slab_recombination.json new file mode 100644 index 000000000..68bc9d14e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_slabs_to_brick.json new file mode 100644 index 000000000..01891c9f1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_stairs_polishing.json new file mode 100644 index 000000000..9f28fbc83 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_stairs_to_brick.json new file mode 100644 index 000000000..917c03d8a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_wall_polishing.json new file mode 100644 index 000000000..6bb80e994 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_walls_to_brick.json new file mode 100644 index 000000000..71234bd96 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_axe.json new file mode 100644 index 000000000..ac15ca201 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_blank.json new file mode 100644 index 000000000..4a5ebc88a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_cross.json new file mode 100644 index 000000000..fc906d87b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_hammer.json new file mode 100644 index 000000000..cbf997d4e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_hoe.json new file mode 100644 index 000000000..1d6293c02 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_horizontal.json new file mode 100644 index 000000000..7c43e4b63 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_i.json new file mode 100644 index 000000000..758e584ea --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_left.json new file mode 100644 index 000000000..b33748041 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_pickaxe.json new file mode 100644 index 000000000..9a95b9b84 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_plus.json new file mode 100644 index 000000000..a73c7f7d8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_right.json new file mode 100644 index 000000000..644ea5a11 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_sword.json new file mode 100644 index 000000000..748ecca1c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_vertical.json new file mode 100644 index 000000000..333a40775 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_slab.json new file mode 100644 index 000000000..a92c5115a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth.json new file mode 100644 index 000000000..aa04d7986 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/schist" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick.json new file mode 100644 index 000000000..75793b628 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/schist/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_furnace.json new file mode 100644 index 000000000..e0eb0bb49 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/schist/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_slab.json new file mode 100644 index 000000000..275fa9f2f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_stairs.json new file mode 100644 index 000000000..cfbe19687 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/schist/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_wall.json new file mode 100644 index 000000000..8a5209316 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/schist/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_furnace.json new file mode 100644 index 000000000..7e9708766 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/schist/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_slab.json new file mode 100644 index 000000000..759f6266b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_stairs.json new file mode 100644 index 000000000..a05cb6402 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/schist/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_wall.json new file mode 100644 index 000000000..966393101 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/schist/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_stairs.json new file mode 100644 index 000000000..21e05dfec --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/schist" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_to_stone.json new file mode 100644 index 000000000..b08debb75 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:schist" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/schist_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/schist_wall.json new file mode 100644 index 000000000..e47f3c6d4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/schist_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:schist_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:schist_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/schist" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick.json new file mode 100644 index 000000000..e42605669 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/scoria" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_block_polishing.json new file mode 100644 index 000000000..5fe2ef49d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_furnace.json new file mode 100644 index 000000000..f1f17dde3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/scoria/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_slab.json new file mode 100644 index 000000000..2daaa13d2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_slab_polishing.json new file mode 100644 index 000000000..9842573af --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_slab_recombination.json new file mode 100644 index 000000000..7d28cce97 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_stairs.json new file mode 100644 index 000000000..1d74dfad1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/scoria/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_stairs_polishing.json new file mode 100644 index 000000000..454122ce7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_wall.json new file mode 100644 index 000000000..9e0b1a9ef --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/scoria/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_wall_polishing.json new file mode 100644 index 000000000..4632c26a8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_cobblestone.json new file mode 100644 index 000000000..b851d1082 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/scoria" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_furnace.json new file mode 100644 index 000000000..17e50c8c9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/scoria" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_brick_slab_recombination.json new file mode 100644 index 000000000..add26ba2e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_slab_recombination.json new file mode 100644 index 000000000..0949c1fdf --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_slabs_to_brick.json new file mode 100644 index 000000000..2dca5f2f6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_stairs_to_brick.json new file mode 100644 index 000000000..574c1db43 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_walls_to_brick.json new file mode 100644 index 000000000..7409a6b6b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_slab_polishing.json new file mode 100644 index 000000000..2d72c2fae --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_slab_recombination.json new file mode 100644 index 000000000..80d2fe93b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_slabs_to_brick.json new file mode 100644 index 000000000..e08e2257f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_stairs_polishing.json new file mode 100644 index 000000000..36f67198a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_stairs_to_brick.json new file mode 100644 index 000000000..975173f11 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_wall_polishing.json new file mode 100644 index 000000000..1286483ab --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_walls_to_brick.json new file mode 100644 index 000000000..56a214431 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_axe.json new file mode 100644 index 000000000..2618c1147 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_blank.json new file mode 100644 index 000000000..ee0c7681c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_cross.json new file mode 100644 index 000000000..a733f64d4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_hammer.json new file mode 100644 index 000000000..d4c43c7bb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_hoe.json new file mode 100644 index 000000000..dc36b69d5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_horizontal.json new file mode 100644 index 000000000..795a5a96c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_i.json new file mode 100644 index 000000000..263879016 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_left.json new file mode 100644 index 000000000..69f97c5b2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_pickaxe.json new file mode 100644 index 000000000..406033113 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_plus.json new file mode 100644 index 000000000..f0606eb18 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_right.json new file mode 100644 index 000000000..95c9461f5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_sword.json new file mode 100644 index 000000000..d067dc450 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_vertical.json new file mode 100644 index 000000000..29bc8cb71 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_slab.json new file mode 100644 index 000000000..d3bfe6071 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth.json new file mode 100644 index 000000000..2a4e47e8d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/scoria" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick.json new file mode 100644 index 000000000..8a6b9b1de --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/scoria/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_furnace.json new file mode 100644 index 000000000..2a45cab57 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/scoria/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_slab.json new file mode 100644 index 000000000..168bf4864 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_stairs.json new file mode 100644 index 000000000..9be45bb38 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/scoria/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_wall.json new file mode 100644 index 000000000..295267d3e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/scoria/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_furnace.json new file mode 100644 index 000000000..959ca4dcd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/scoria/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_slab.json new file mode 100644 index 000000000..99fac6071 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_stairs.json new file mode 100644 index 000000000..4327a50e0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/scoria/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_wall.json new file mode 100644 index 000000000..6ba496254 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/scoria/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_stairs.json new file mode 100644 index 000000000..beca0fdf1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/scoria" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_to_stone.json new file mode 100644 index 000000000..92efbf6e2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:scoria" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/scoria_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/scoria_wall.json new file mode 100644 index 000000000..1ea4ce7e0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/scoria_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:scoria_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:scoria_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/scoria" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick.json new file mode 100644 index 000000000..128256081 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/shale" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_block_polishing.json new file mode 100644 index 000000000..c6c701b70 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_furnace.json new file mode 100644 index 000000000..01c548f6d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/shale/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_slab.json new file mode 100644 index 000000000..051fee840 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_slab_polishing.json new file mode 100644 index 000000000..d37228219 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_slab_recombination.json new file mode 100644 index 000000000..507b50145 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_stairs.json new file mode 100644 index 000000000..de75c615d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/shale/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_stairs_polishing.json new file mode 100644 index 000000000..6bb7ee9ee --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_wall.json new file mode 100644 index 000000000..c10993710 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/shale/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_wall_polishing.json new file mode 100644 index 000000000..7f6b5f1d7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_cobblestone.json new file mode 100644 index 000000000..fecf06016 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/shale" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_furnace.json new file mode 100644 index 000000000..77771b6b0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/shale" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_brick_slab_recombination.json new file mode 100644 index 000000000..db748cfef --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_slab_recombination.json new file mode 100644 index 000000000..e63a7c626 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_slabs_to_brick.json new file mode 100644 index 000000000..49b5b77a9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_stairs_to_brick.json new file mode 100644 index 000000000..7a4df6b8f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_walls_to_brick.json new file mode 100644 index 000000000..825c32e93 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_slab_polishing.json new file mode 100644 index 000000000..e3d9109a1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_slab_recombination.json new file mode 100644 index 000000000..dbbe59b96 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_slabs_to_brick.json new file mode 100644 index 000000000..431dc9662 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_stairs_polishing.json new file mode 100644 index 000000000..2981abd32 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_stairs_to_brick.json new file mode 100644 index 000000000..2d80712c8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_wall_polishing.json new file mode 100644 index 000000000..50ccf8489 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_walls_to_brick.json new file mode 100644 index 000000000..e5cd5098e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_axe.json new file mode 100644 index 000000000..62197dda4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_blank.json new file mode 100644 index 000000000..4fa102e31 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_cross.json new file mode 100644 index 000000000..ae95a2c27 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_hammer.json new file mode 100644 index 000000000..1a5dff5f6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_hoe.json new file mode 100644 index 000000000..eec28dd52 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_horizontal.json new file mode 100644 index 000000000..b2ff8100e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_i.json new file mode 100644 index 000000000..a5109b343 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_left.json new file mode 100644 index 000000000..c895445e2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_pickaxe.json new file mode 100644 index 000000000..e18e55b9d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_plus.json new file mode 100644 index 000000000..2ff196a5a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_right.json new file mode 100644 index 000000000..07bcf5a9d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_sword.json new file mode 100644 index 000000000..956b56ac8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_vertical.json new file mode 100644 index 000000000..bb03b44a2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_slab.json new file mode 100644 index 000000000..22ce0471c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth.json new file mode 100644 index 000000000..861a0efb2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/shale" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick.json new file mode 100644 index 000000000..cd112da6f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/shale/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_furnace.json new file mode 100644 index 000000000..efcef10c8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/shale/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_slab.json new file mode 100644 index 000000000..0ea95f70d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_stairs.json new file mode 100644 index 000000000..76f55af5a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/shale/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_wall.json new file mode 100644 index 000000000..2e405b8c1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/shale/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_furnace.json new file mode 100644 index 000000000..531a2027c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/shale/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_slab.json new file mode 100644 index 000000000..f76a4c5fd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_stairs.json new file mode 100644 index 000000000..c6213421a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/shale/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_wall.json new file mode 100644 index 000000000..828190203 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/shale/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_stairs.json new file mode 100644 index 000000000..b00e673b6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/shale" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_to_stone.json new file mode 100644 index 000000000..b7b96d3b0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:shale" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/shale_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/shale_wall.json new file mode 100644 index 000000000..010fec91f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/shale_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:shale_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:shale_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/shale" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick.json new file mode 100644 index 000000000..d011fc7c4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/siltstone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_block_polishing.json new file mode 100644 index 000000000..0d3bfab4b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_furnace.json new file mode 100644 index 000000000..ec2bb3885 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/siltstone/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_slab.json new file mode 100644 index 000000000..523419226 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_slab_polishing.json new file mode 100644 index 000000000..47fd1882f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_slab_recombination.json new file mode 100644 index 000000000..750fb5fe5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_stairs.json new file mode 100644 index 000000000..3f556e825 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/siltstone/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_stairs_polishing.json new file mode 100644 index 000000000..2e04de866 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_wall.json new file mode 100644 index 000000000..960847824 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/siltstone/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_wall_polishing.json new file mode 100644 index 000000000..866a603ca --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_cobblestone.json new file mode 100644 index 000000000..362d10f41 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/siltstone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_furnace.json new file mode 100644 index 000000000..a59cc7294 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/siltstone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_brick_slab_recombination.json new file mode 100644 index 000000000..6920d04b1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_slab_recombination.json new file mode 100644 index 000000000..fee911cf6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_slabs_to_brick.json new file mode 100644 index 000000000..6302121a7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_stairs_to_brick.json new file mode 100644 index 000000000..c31098ea0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_walls_to_brick.json new file mode 100644 index 000000000..cafb69a9a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_slab_polishing.json new file mode 100644 index 000000000..b05d130f9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_slab_recombination.json new file mode 100644 index 000000000..75881ff0b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_slabs_to_brick.json new file mode 100644 index 000000000..9b3416887 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_stairs_polishing.json new file mode 100644 index 000000000..bdb3c586a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_stairs_to_brick.json new file mode 100644 index 000000000..b16fa5117 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_wall_polishing.json new file mode 100644 index 000000000..af04171a9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_walls_to_brick.json new file mode 100644 index 000000000..1cf07786c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_axe.json new file mode 100644 index 000000000..e2e7a0df8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_blank.json new file mode 100644 index 000000000..80d8fd1e2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_cross.json new file mode 100644 index 000000000..96f96b7c6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_hammer.json new file mode 100644 index 000000000..1a5961f26 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_hoe.json new file mode 100644 index 000000000..54276fb49 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_horizontal.json new file mode 100644 index 000000000..a0ed28bdd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_i.json new file mode 100644 index 000000000..050b5448c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_left.json new file mode 100644 index 000000000..2122b8f45 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_pickaxe.json new file mode 100644 index 000000000..498d9f39f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_plus.json new file mode 100644 index 000000000..6cf0aae6e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_right.json new file mode 100644 index 000000000..30f2acb9b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_sword.json new file mode 100644 index 000000000..c5b060a38 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_vertical.json new file mode 100644 index 000000000..c5ee8ff11 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_slab.json new file mode 100644 index 000000000..3ad5645b9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth.json new file mode 100644 index 000000000..324353a6a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/siltstone" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick.json new file mode 100644 index 000000000..48a624d05 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/siltstone/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_furnace.json new file mode 100644 index 000000000..506c9745d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/siltstone/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_slab.json new file mode 100644 index 000000000..d1bf16c45 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_stairs.json new file mode 100644 index 000000000..9bfedc876 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/siltstone/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_wall.json new file mode 100644 index 000000000..cd76ad612 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/siltstone/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_furnace.json new file mode 100644 index 000000000..bbdb88953 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/siltstone/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_slab.json new file mode 100644 index 000000000..43c587b3d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_stairs.json new file mode 100644 index 000000000..bfcb831c8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/siltstone/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_wall.json new file mode 100644 index 000000000..3962b838c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/siltstone/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_stairs.json new file mode 100644 index 000000000..7ec2137a0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/siltstone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_to_stone.json new file mode 100644 index 000000000..c484cd2ca --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:siltstone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/siltstone_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_wall.json new file mode 100644 index 000000000..725e478fd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/siltstone_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:siltstone_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:siltstone_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/siltstone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick.json new file mode 100644 index 000000000..e5fec4d34 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/slate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_block_polishing.json new file mode 100644 index 000000000..97c472df8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_furnace.json new file mode 100644 index 000000000..326581410 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/slate/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_slab.json new file mode 100644 index 000000000..eeab86216 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_slab_polishing.json new file mode 100644 index 000000000..5043a415b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_slab_recombination.json new file mode 100644 index 000000000..0d2ac27f0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_stairs.json new file mode 100644 index 000000000..c542aa960 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/slate/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_stairs_polishing.json new file mode 100644 index 000000000..c44b7b320 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_wall.json new file mode 100644 index 000000000..aafd06e4e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/slate/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_wall_polishing.json new file mode 100644 index 000000000..62bf8f313 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_cobblestone.json new file mode 100644 index 000000000..99f52e928 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/slate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_furnace.json new file mode 100644 index 000000000..0973a4c81 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/slate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_brick_slab_recombination.json new file mode 100644 index 000000000..34b8698f9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_slab_recombination.json new file mode 100644 index 000000000..1d6d712fd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_slabs_to_brick.json new file mode 100644 index 000000000..69ca0108e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_stairs_to_brick.json new file mode 100644 index 000000000..704d14c52 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_walls_to_brick.json new file mode 100644 index 000000000..505eba7bc --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_slab_polishing.json new file mode 100644 index 000000000..2e05cf18f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_slab_recombination.json new file mode 100644 index 000000000..5ce84809a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_slabs_to_brick.json new file mode 100644 index 000000000..85f1ee307 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_stairs_polishing.json new file mode 100644 index 000000000..2bc2de2a4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_stairs_to_brick.json new file mode 100644 index 000000000..6cd9a9172 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_wall_polishing.json new file mode 100644 index 000000000..c6cac6240 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_walls_to_brick.json new file mode 100644 index 000000000..22d2ccdd1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_axe.json new file mode 100644 index 000000000..0e866b472 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_blank.json new file mode 100644 index 000000000..a2d36d6c9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_cross.json new file mode 100644 index 000000000..c7ac256ff --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_hammer.json new file mode 100644 index 000000000..2649fbcd3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_hoe.json new file mode 100644 index 000000000..53ffc3ab6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_horizontal.json new file mode 100644 index 000000000..2c347e153 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_i.json new file mode 100644 index 000000000..b072221e4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_left.json new file mode 100644 index 000000000..16bac79ad --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_pickaxe.json new file mode 100644 index 000000000..eb3a08600 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_plus.json new file mode 100644 index 000000000..b83e92a44 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_right.json new file mode 100644 index 000000000..089cbc0eb --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_sword.json new file mode 100644 index 000000000..d92bcae59 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_vertical.json new file mode 100644 index 000000000..8e3bab314 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_slab.json new file mode 100644 index 000000000..04f2ff093 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth.json new file mode 100644 index 000000000..af91e7c83 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/slate" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick.json new file mode 100644 index 000000000..beca7745d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/slate/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_furnace.json new file mode 100644 index 000000000..48fa5034f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/slate/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_slab.json new file mode 100644 index 000000000..1aff3c02a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_stairs.json new file mode 100644 index 000000000..3cc75846e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/slate/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_wall.json new file mode 100644 index 000000000..65ce4b942 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/slate/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_furnace.json new file mode 100644 index 000000000..2158f4ef2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/slate/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_slab.json new file mode 100644 index 000000000..2c4395b69 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_stairs.json new file mode 100644 index 000000000..e239ff2b2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/slate/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_wall.json new file mode 100644 index 000000000..1d9979518 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/slate/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_stairs.json new file mode 100644 index 000000000..20db83cf8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/slate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_to_stone.json new file mode 100644 index 000000000..c87b12ae8 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:slate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/slate_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/slate_wall.json new file mode 100644 index 000000000..a39d09c46 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/slate_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:slate_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:slate_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/slate" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/sulfur_block.json b/src/main/resources/data/mineralogy/advancement/recipes/sulfur_block.json new file mode 100644 index 000000000..5d0c3e96f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/sulfur_block.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:sulfur_block" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:sulfur_block" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:sulfur_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/sulfur_dust.json b/src/main/resources/data/mineralogy/advancement/recipes/sulfur_dust.json new file mode 100644 index 000000000..c8b9de8c5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/sulfur_dust.json @@ -0,0 +1,38 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "rewards": { + "recipes": [ + "mineralogy:sulfur_dust" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:sulfur_dust" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:sulfur_block" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick.json new file mode 100644 index 000000000..a69f0f65c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/tuff" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_block_polishing.json new file mode 100644 index 000000000..3ae2c3d42 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_block_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_brick_block_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_brick_block_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_brick" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_furnace.json new file mode 100644 index 000000000..809616e4e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/tuff/brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab.json new file mode 100644 index 000000000..2bce1b0e9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_from_vanilla.json new file mode 100644 index 000000000..42574e18d --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_from_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_brick_slab_from_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_brick_slab_from_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:tuff_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_polishing.json new file mode 100644 index 000000000..6000a7a96 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_brick_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_brick_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_brick_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_recombination.json new file mode 100644 index 000000000..965e032aa --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_to_vanilla.json new file mode 100644 index 000000000..d54961d2b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_slab_to_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_brick_slab_to_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_brick_slab_to_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_stairs.json new file mode 100644 index 000000000..3b78a2883 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_stairs_polishing.json new file mode 100644 index 000000000..76def8553 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_brick_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_brick_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_brick_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_wall.json new file mode 100644 index 000000000..e897d796b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_wall_polishing.json new file mode 100644 index 000000000..d74531259 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_brick_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_brick_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_brick_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_brick_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_cobblestone.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_cobblestone.json new file mode 100644 index 000000000..d7b2a7249 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_cobblestone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_cobblestone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_cobblestone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/tuff" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_furnace.json new file mode 100644 index 000000000..73dcb2005 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/tuff" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_brick_slab_recombination.json new file mode 100644 index 000000000..83835c4d7 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_brick_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_polished_brick_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_polished_brick_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_smooth_brick_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_slab_recombination.json new file mode 100644 index 000000000..1d6d9cbc5 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_polished_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_polished_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_slabs_to_brick.json new file mode 100644 index 000000000..5e7dbda8a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_polished_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_polished_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_stairs_to_brick.json new file mode 100644 index 000000000..8ad578b65 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_polished_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_polished_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_smooth_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_walls_to_brick.json new file mode 100644 index 000000000..d5c0480ff --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_polished_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_polished_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_polished_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_smooth_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_slab_polishing.json new file mode 100644 index 000000000..09aca9fb0 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_slab_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_raw_slab_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_raw_slab_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_slab" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_slab_recombination.json new file mode 100644 index 000000000..0698c8246 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_slab_recombination.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_raw_slab_recombination" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_raw_slab_recombination" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_slabs_to_brick.json new file mode 100644 index 000000000..0a50b84ca --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_slabs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_raw_slabs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_raw_slabs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_stairs_polishing.json new file mode 100644 index 000000000..9a6fde213 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_stairs_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_raw_stairs_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_raw_stairs_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_stairs" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_stairs_to_brick.json new file mode 100644 index 000000000..b2e30f3ea --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_stairs_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_raw_stairs_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_raw_stairs_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_stairs" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_wall_polishing.json new file mode 100644 index 000000000..56524a38e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_wall_polishing.json @@ -0,0 +1,61 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_raw_wall_polishing" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_raw_wall_polishing" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_wall" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + }, + "has_red_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:red_sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand", + "has_red_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_walls_to_brick.json new file mode 100644 index 000000000..1059f5cc2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_raw_walls_to_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_raw_walls_to_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_raw_walls_to_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_wall" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_axe.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_axe.json new file mode 100644 index 000000000..1ffc64054 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_axe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_axe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_blank.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_blank.json new file mode 100644 index 000000000..7b75a499f --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_blank.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_blank" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_blank" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/tuff/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_cross.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_cross.json new file mode 100644 index 000000000..fdd4952c9 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_cross.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_cross" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_cross" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_hammer.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_hammer.json new file mode 100644 index 000000000..01813ec90 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_hammer.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_hammer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_hammer" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_hoe.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_hoe.json new file mode 100644 index 000000000..fafb1dc0e --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_hoe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_hoe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_horizontal.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_horizontal.json new file mode 100644 index 000000000..468188bcd --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_horizontal.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_horizontal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_horizontal" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_i.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_i.json new file mode 100644 index 000000000..e22b88e43 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_i.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_i" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_i" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_left.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_left.json new file mode 100644 index 000000000..b7ab95ff3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_left.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_left" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_left" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_pickaxe.json new file mode 100644 index 000000000..838226af3 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_pickaxe.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_pickaxe" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_plus.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_plus.json new file mode 100644 index 000000000..9bddb82aa --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_plus.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_plus" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_plus" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_right.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_right.json new file mode 100644 index 000000000..444be2c2b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_right.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_right" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_right" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_relief_left" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_sword.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_sword.json new file mode 100644 index 000000000..786183fec --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_sword.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_sword" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_vertical.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_vertical.json new file mode 100644 index 000000000..e52939ef4 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_relief_vertical.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_relief_vertical" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_relief_vertical" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_relief_blank" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_slab.json new file mode 100644 index 000000000..51b337502 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_slab_from_vanilla.json new file mode 100644 index 000000000..2539e5bf2 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_slab_from_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_slab_from_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_slab_from_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:tuff_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_slab_to_vanilla.json new file mode 100644 index 000000000..1c33ea31b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_slab_to_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_slab_to_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_slab_to_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth.json new file mode 100644 index 000000000..13c058313 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth.json @@ -0,0 +1,48 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_smooth" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_smooth" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff" + } + ] + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:sand" + ] + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ], + [ + "has_the_recipe", + "has_sand" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick.json new file mode 100644 index 000000000..d4335a092 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_smooth_brick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_smooth_brick" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_furnace.json new file mode 100644 index 000000000..9ef2e9153 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_smooth_brick_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_smooth_brick_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/tuff/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_slab.json new file mode 100644 index 000000000..2ca1cffa1 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_smooth_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_smooth_brick_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_stairs.json new file mode 100644 index 000000000..5958af177 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_smooth_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_smooth_brick_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/tuff/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_wall.json new file mode 100644 index 000000000..de82d2a8b --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_brick_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_smooth_brick_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_smooth_brick_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:stones/tuff/smooth_brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_furnace.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_furnace.json new file mode 100644 index 000000000..122529ff6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_furnace.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_smooth_furnace" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_smooth_furnace" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#mineralogy:slabs/tuff/smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_slab.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_slab.json new file mode 100644 index 000000000..5ab681668 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_slab.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_smooth_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_smooth_slab" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_slab_from_vanilla.json new file mode 100644 index 000000000..25104a370 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_slab_from_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_smooth_slab_from_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_smooth_slab_from_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "minecraft:polished_tuff_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_slab_to_vanilla.json new file mode 100644 index 000000000..2acf5df1a --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_slab_to_vanilla.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_smooth_slab_to_vanilla" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_smooth_slab_to_vanilla" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_smooth_slab" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_stairs.json new file mode 100644 index 000000000..664c23694 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_smooth_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_smooth_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_wall.json new file mode 100644 index 000000000..b77a79384 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_smooth_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_smooth_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_smooth_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff_smooth" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_stairs.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_stairs.json new file mode 100644 index 000000000..c4664a3a6 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_stairs.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_stairs" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_to_stone.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_to_stone.json new file mode 100644 index 000000000..8561df351 --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_to_stone.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_to_stone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_to_stone" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancement/recipes/tuff_wall.json b/src/main/resources/data/mineralogy/advancement/recipes/tuff_wall.json new file mode 100644 index 000000000..01fb0676c --- /dev/null +++ b/src/main/resources/data/mineralogy/advancement/recipes/tuff_wall.json @@ -0,0 +1,32 @@ +{ + "rewards": { + "recipes": [ + "mineralogy:tuff_wall" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mineralogy:tuff_wall" + } + }, + "has_rock": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "mineralogy:tuff" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_rock" + ] + ], + "sends_telemetry_event": false +} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick.json deleted file mode 100644 index b5b4228e8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/amphibolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_block_polishing.json deleted file mode 100644 index f2d720932..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_furnace.json deleted file mode 100644 index 5255e6f3d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/amphibolite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_slab.json deleted file mode 100644 index 9e970fb05..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_slab_polishing.json deleted file mode 100644 index 97636ab2d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_slab_recombination.json deleted file mode 100644 index cea3f707d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_stairs.json deleted file mode 100644 index f91591238..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/amphibolite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_stairs_polishing.json deleted file mode 100644 index 1d66b6ebc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_wall.json deleted file mode 100644 index 29210e8ba..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/amphibolite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_wall_polishing.json deleted file mode 100644 index 3dc8799ed..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_cobblestone.json deleted file mode 100644 index 28f823076..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/amphibolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_furnace.json deleted file mode 100644 index 4717e5a83..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/amphibolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_brick_slab_recombination.json deleted file mode 100644 index 6d0f08c76..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_slab_recombination.json deleted file mode 100644 index dd037838e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_slabs_to_brick.json deleted file mode 100644 index 7e7a4ae1c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_stairs_to_brick.json deleted file mode 100644 index 608c5613f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_walls_to_brick.json deleted file mode 100644 index 3ca6c998f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_slab_polishing.json deleted file mode 100644 index 5420b4287..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_slab_recombination.json deleted file mode 100644 index fcc9c5fa6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_slabs_to_brick.json deleted file mode 100644 index 8269a372f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_stairs_polishing.json deleted file mode 100644 index 7db16e613..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_stairs_to_brick.json deleted file mode 100644 index cdbbd9bcb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_wall_polishing.json deleted file mode 100644 index a6531dec0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_walls_to_brick.json deleted file mode 100644 index af32e33b3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_axe.json deleted file mode 100644 index 1516194d9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_blank.json deleted file mode 100644 index 5342ebe45..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_cross.json deleted file mode 100644 index b99a1bdda..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_hammer.json deleted file mode 100644 index 47678f9d1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_hoe.json deleted file mode 100644 index e7d71634f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_horizontal.json deleted file mode 100644 index 463daa755..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_i.json deleted file mode 100644 index 9f29198f4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_left.json deleted file mode 100644 index cf777c738..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_pickaxe.json deleted file mode 100644 index 5fc87b3e1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_plus.json deleted file mode 100644 index 013109111..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_right.json deleted file mode 100644 index 2663cec20..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_sword.json deleted file mode 100644 index 2583fb2c1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_vertical.json deleted file mode 100644 index d50809910..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_slab.json deleted file mode 100644 index 5764dbebf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth.json deleted file mode 100644 index 03a689bfd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/amphibolite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick.json deleted file mode 100644 index dc6bfc6c9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/amphibolite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_furnace.json deleted file mode 100644 index 11a9ed2fe..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/amphibolite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_slab.json deleted file mode 100644 index ac3dcc86f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_stairs.json deleted file mode 100644 index 578ba87d4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/amphibolite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_wall.json deleted file mode 100644 index a21465fb8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/amphibolite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_furnace.json deleted file mode 100644 index 34e4bdd14..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/amphibolite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_slab.json deleted file mode 100644 index e326fc520..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_stairs.json deleted file mode 100644 index c868baf02..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/amphibolite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_wall.json deleted file mode 100644 index e77a0f9d5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/amphibolite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_stairs.json deleted file mode 100644 index 748b330eb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/amphibolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_to_stone.json deleted file mode 100644 index 9b003e986..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:amphibolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_wall.json deleted file mode 100644 index bd5b21af9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/amphibolite_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:amphibolite_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:amphibolite_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/amphibolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick.json deleted file mode 100644 index 5408a97df..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/andesite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_block_polishing.json deleted file mode 100644 index e7ce32eb9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_furnace.json deleted file mode 100644 index 9dc0551b3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/andesite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_slab.json deleted file mode 100644 index 9c03b3a0f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_slab_polishing.json deleted file mode 100644 index a39a8742e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_slab_recombination.json deleted file mode 100644 index bf914ffd5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_stairs.json deleted file mode 100644 index a386e7493..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/andesite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_stairs_polishing.json deleted file mode 100644 index e5891b191..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_wall.json deleted file mode 100644 index 593d7a18d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/andesite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_wall_polishing.json deleted file mode 100644 index 652359182..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_cobblestone.json deleted file mode 100644 index 95ac6a67b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/andesite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_furnace.json deleted file mode 100644 index 6acde0915..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/andesite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_brick_slab_recombination.json deleted file mode 100644 index b5a3063c4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_slab_recombination.json deleted file mode 100644 index 4a7e93704..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_slabs_to_brick.json deleted file mode 100644 index 552cc5940..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_stairs_to_brick.json deleted file mode 100644 index 427b1219e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_walls_to_brick.json deleted file mode 100644 index 4cab26a5a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_slab_polishing.json deleted file mode 100644 index eb93afeb3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_slab_recombination.json deleted file mode 100644 index 352b3b011..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_slabs_to_brick.json deleted file mode 100644 index 971d59992..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_stairs_polishing.json deleted file mode 100644 index 547537be2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_stairs_to_brick.json deleted file mode 100644 index 38ad57a49..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_wall_polishing.json deleted file mode 100644 index c979bf5ff..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_walls_to_brick.json deleted file mode 100644 index 7d10772a2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_axe.json deleted file mode 100644 index 633e95a39..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_blank.json deleted file mode 100644 index 4f687a807..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/andesite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_cross.json deleted file mode 100644 index 4abc56dd8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_hammer.json deleted file mode 100644 index a16fe22b2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_hoe.json deleted file mode 100644 index b2cb91ac1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_horizontal.json deleted file mode 100644 index 8b44736a7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_i.json deleted file mode 100644 index a8e17e731..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_left.json deleted file mode 100644 index 341f4d3ff..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_pickaxe.json deleted file mode 100644 index a2da9071c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_plus.json deleted file mode 100644 index a4fb4ec93..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_right.json deleted file mode 100644 index 07f3bbe2c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_sword.json deleted file mode 100644 index 743fd92c6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_vertical.json deleted file mode 100644 index da588b4cc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_slab.json deleted file mode 100644 index c2c645afc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_slab_from_vanilla.json deleted file mode 100644 index ebb879282..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_slab_from_vanilla.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_slab_from_vanilla" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_slab_from_vanilla" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:andesite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_slab_to_vanilla.json deleted file mode 100644 index b9be0ec42..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_slab_to_vanilla.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_slab_to_vanilla" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_slab_to_vanilla" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth.json deleted file mode 100644 index 31286ca5e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick.json deleted file mode 100644 index b4c463b6f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/andesite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_furnace.json deleted file mode 100644 index 22eb7f993..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/andesite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_slab.json deleted file mode 100644 index 4fa518e2f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_stairs.json deleted file mode 100644 index 0ff977637..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/andesite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_wall.json deleted file mode 100644 index da04ca13f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/andesite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_furnace.json deleted file mode 100644 index 7e7ecad6b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/andesite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_slab.json deleted file mode 100644 index 0147ddc6c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_slab_from_vanilla.json deleted file mode 100644 index 284c3a77c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_slab_from_vanilla.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_smooth_slab_from_vanilla" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_smooth_slab_from_vanilla" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:polished_andesite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_slab_to_vanilla.json deleted file mode 100644 index 14d66dd43..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_slab_to_vanilla.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_smooth_slab_to_vanilla" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_smooth_slab_to_vanilla" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_stairs.json deleted file mode 100644 index 295e78c06..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_wall.json deleted file mode 100644 index 6ee4111be..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/andesite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_stairs.json deleted file mode 100644 index 86cbe751f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_to_stone.json deleted file mode 100644 index efe262f1b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/andesite_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/andesite_wall.json deleted file mode 100644 index aae999ccf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/andesite_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:andesite_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:andesite_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:andesite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick.json deleted file mode 100644 index e55937147..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_block_polishing.json deleted file mode 100644 index 96501c763..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_furnace.json deleted file mode 100644 index 4a8dc1401..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/basalt/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_slab.json deleted file mode 100644 index 8bb395fef..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_slab_polishing.json deleted file mode 100644 index 78d7938fa..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_slab_recombination.json deleted file mode 100644 index e4ebed614..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_stairs.json deleted file mode 100644 index c6d8ff1fe..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_stairs_polishing.json deleted file mode 100644 index c69cb038e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_wall.json deleted file mode 100644 index 186ecf718..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_wall_polishing.json deleted file mode 100644 index 7486d8a5c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_cobblestone.json deleted file mode 100644 index 5daca7e3a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_furnace.json deleted file mode 100644 index e363f74a3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/basalt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_brick_slab_recombination.json deleted file mode 100644 index 6a7f51c9e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_slab_recombination.json deleted file mode 100644 index 735fa1bf4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_slabs_to_brick.json deleted file mode 100644 index fbff8e8ce..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_stairs_to_brick.json deleted file mode 100644 index c09556230..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_walls_to_brick.json deleted file mode 100644 index de98a32df..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_slab_polishing.json deleted file mode 100644 index b7ea6761c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_slab_recombination.json deleted file mode 100644 index 9c3f9d1b1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_slabs_to_brick.json deleted file mode 100644 index 8262e52f0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_stairs_polishing.json deleted file mode 100644 index 400f4ffbb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_stairs_to_brick.json deleted file mode 100644 index 575ca95da..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_wall_polishing.json deleted file mode 100644 index f430ac959..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_walls_to_brick.json deleted file mode 100644 index 7299044b8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_axe.json deleted file mode 100644 index 13bef265d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_blank.json deleted file mode 100644 index 4840f9085..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_cross.json deleted file mode 100644 index 6cd0eabb7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_hammer.json deleted file mode 100644 index 2bac9f815..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_hoe.json deleted file mode 100644 index 928b0f9fb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_horizontal.json deleted file mode 100644 index 7c050c488..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_i.json deleted file mode 100644 index be2e494cc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_left.json deleted file mode 100644 index 7ea0e137d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_pickaxe.json deleted file mode 100644 index 3d80d37f4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_plus.json deleted file mode 100644 index 04801624e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_right.json deleted file mode 100644 index 66c9747a6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_sword.json deleted file mode 100644 index 35cc32735..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_vertical.json deleted file mode 100644 index f231d6f6e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_slab.json deleted file mode 100644 index 2c06b4de0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth.json deleted file mode 100644 index b74e2ee22..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick.json deleted file mode 100644 index d1cdd8f65..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_furnace.json deleted file mode 100644 index ae1bf960c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/basalt/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_slab.json deleted file mode 100644 index 6b9a3a3fb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_stairs.json deleted file mode 100644 index eed09afa1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_wall.json deleted file mode 100644 index 632d043b2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_furnace.json deleted file mode 100644 index 74e2eacf4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/basalt/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_slab.json deleted file mode 100644 index 92fc232b9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_stairs.json deleted file mode 100644 index 51903714d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_wall.json deleted file mode 100644 index 14d50bfa6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_stairs.json deleted file mode 100644 index 9a1618870..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_to_stone.json deleted file mode 100644 index 47d4d59ba..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basalt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basalt_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/basalt_wall.json deleted file mode 100644 index 3f5a95cee..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basalt_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basalt_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basalt_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basalt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick.json deleted file mode 100644 index 9c936f98e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basaltic_glass" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_block_polishing.json deleted file mode 100644 index abfdcb44a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_furnace.json deleted file mode 100644 index 5e93defc3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/basaltic_glass/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_slab.json deleted file mode 100644 index f7f1f3dc1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_slab_polishing.json deleted file mode 100644 index b9dec0c72..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_slab_recombination.json deleted file mode 100644 index 651e5c484..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_stairs.json deleted file mode 100644 index 27a0b119a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basaltic_glass/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_stairs_polishing.json deleted file mode 100644 index 6a1fbe863..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_wall.json deleted file mode 100644 index baecd5b60..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basaltic_glass/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_wall_polishing.json deleted file mode 100644 index c6e9a5c7d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_cobblestone.json deleted file mode 100644 index 6f14cfe8f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basaltic_glass" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_furnace.json deleted file mode 100644 index a1876f536..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/basaltic_glass" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_brick_slab_recombination.json deleted file mode 100644 index e048b5441..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_slab_recombination.json deleted file mode 100644 index 8bc911059..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_slabs_to_brick.json deleted file mode 100644 index 4d84c44e6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_stairs_to_brick.json deleted file mode 100644 index 9c0a6f9c2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_walls_to_brick.json deleted file mode 100644 index b5c065df8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_slab_polishing.json deleted file mode 100644 index 687cfe977..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_slab_recombination.json deleted file mode 100644 index d35b1d917..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_slabs_to_brick.json deleted file mode 100644 index 158632295..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_stairs_polishing.json deleted file mode 100644 index 0966dcd3b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_stairs_to_brick.json deleted file mode 100644 index bdde81923..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_wall_polishing.json deleted file mode 100644 index 71587daaa..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_walls_to_brick.json deleted file mode 100644 index 2d6b81eac..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_axe.json deleted file mode 100644 index 615dcde49..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_blank.json deleted file mode 100644 index 15d84e7b7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_cross.json deleted file mode 100644 index 8efe321bb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_hammer.json deleted file mode 100644 index ab53ebcd6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_hoe.json deleted file mode 100644 index c4fc76aa4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_horizontal.json deleted file mode 100644 index 621901286..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_i.json deleted file mode 100644 index ee50e099c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_left.json deleted file mode 100644 index 8c42c0138..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_pickaxe.json deleted file mode 100644 index 4261f9337..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_plus.json deleted file mode 100644 index 57c84e4d4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_right.json deleted file mode 100644 index 7524414fe..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_sword.json deleted file mode 100644 index c59a55ed1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_vertical.json deleted file mode 100644 index 5635d4f5a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_slab.json deleted file mode 100644 index 3b9bc4fce..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth.json deleted file mode 100644 index 800c2a0fe..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basaltic_glass" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick.json deleted file mode 100644 index 62ab32104..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basaltic_glass/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_furnace.json deleted file mode 100644 index 241ee0cf9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/basaltic_glass/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_slab.json deleted file mode 100644 index a50008665..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_stairs.json deleted file mode 100644 index a81b30bf7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basaltic_glass/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_wall.json deleted file mode 100644 index 146540079..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basaltic_glass/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_furnace.json deleted file mode 100644 index 04ed17749..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/basaltic_glass/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_slab.json deleted file mode 100644 index fae3e6ea9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_stairs.json deleted file mode 100644 index 78996ee9e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basaltic_glass/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_wall.json deleted file mode 100644 index 6885c9459..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basaltic_glass/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_stairs.json deleted file mode 100644 index 6c087bf3b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basaltic_glass" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_to_stone.json deleted file mode 100644 index ee42ce25e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:basaltic_glass" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_wall.json deleted file mode 100644 index 2735d6cea..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/basaltic_glass_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:basaltic_glass_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:basaltic_glass_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/basaltic_glass" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/chalk.json b/src/main/resources/data/mineralogy/advancements/recipes/chalk.json deleted file mode 100644 index 52463269c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/chalk.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:chalk" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:chalk" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:chalk_dust" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/chalk_dust.json b/src/main/resources/data/mineralogy/advancements/recipes/chalk_dust.json deleted file mode 100644 index 98be2abc9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/chalk_dust.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:chalk_dust" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:chalk_dust" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:chalk" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/cobblestone.json deleted file mode 100644 index 7840b5958..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:stone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick.json deleted file mode 100644 index ce9a6df40..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/conglomerate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_block_polishing.json deleted file mode 100644 index 3791b1bf9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_furnace.json deleted file mode 100644 index 69ca5bbc5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/conglomerate/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_slab.json deleted file mode 100644 index 8d2364c20..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_slab_polishing.json deleted file mode 100644 index cb32943ff..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_slab_recombination.json deleted file mode 100644 index 0722f971d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_stairs.json deleted file mode 100644 index a0509ffb4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/conglomerate/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_stairs_polishing.json deleted file mode 100644 index fca586153..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_wall.json deleted file mode 100644 index 2ca3591e5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/conglomerate/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_wall_polishing.json deleted file mode 100644 index cc6368eca..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_cobblestone.json deleted file mode 100644 index d67c0b239..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/conglomerate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_furnace.json deleted file mode 100644 index 0bfe19506..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/conglomerate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_brick_slab_recombination.json deleted file mode 100644 index 26b403850..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_slab_recombination.json deleted file mode 100644 index 843f6c5ce..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_slabs_to_brick.json deleted file mode 100644 index 07e16b836..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_stairs_to_brick.json deleted file mode 100644 index 619464bc4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_walls_to_brick.json deleted file mode 100644 index 7904355b6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_slab_polishing.json deleted file mode 100644 index b38ca4865..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_slab_recombination.json deleted file mode 100644 index d1b4ac56c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_slabs_to_brick.json deleted file mode 100644 index 43da0c963..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_stairs_polishing.json deleted file mode 100644 index 6c1d55e02..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_stairs_to_brick.json deleted file mode 100644 index 719b8e5e0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_wall_polishing.json deleted file mode 100644 index 63d8c0df8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_walls_to_brick.json deleted file mode 100644 index bfcf072f9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_axe.json deleted file mode 100644 index 9c0e80066..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_blank.json deleted file mode 100644 index 89a386e3c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_cross.json deleted file mode 100644 index 9b138581a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_hammer.json deleted file mode 100644 index cd7a5b2e9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_hoe.json deleted file mode 100644 index 5f4b29bc4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_horizontal.json deleted file mode 100644 index 2ba1e8daa..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_i.json deleted file mode 100644 index 13f9a1e3b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_left.json deleted file mode 100644 index ecf842df9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_pickaxe.json deleted file mode 100644 index cc711762a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_plus.json deleted file mode 100644 index 70fea337f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_right.json deleted file mode 100644 index 9dfe3955b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_sword.json deleted file mode 100644 index 901cc51db..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_vertical.json deleted file mode 100644 index 11cba6ad9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_slab.json deleted file mode 100644 index f3eae3d77..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth.json deleted file mode 100644 index 36b640a5a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/conglomerate" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick.json deleted file mode 100644 index 61df64437..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/conglomerate/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_furnace.json deleted file mode 100644 index 610bcb0b7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/conglomerate/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_slab.json deleted file mode 100644 index f879a117a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_stairs.json deleted file mode 100644 index d4aa88c1a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/conglomerate/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_wall.json deleted file mode 100644 index 88901e8f8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/conglomerate/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_furnace.json deleted file mode 100644 index cfd967b3c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/conglomerate/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_slab.json deleted file mode 100644 index 44494d98d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_stairs.json deleted file mode 100644 index de605c170..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/conglomerate/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_wall.json deleted file mode 100644 index e7bda534b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/conglomerate/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_stairs.json deleted file mode 100644 index 6bd3a5ed7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/conglomerate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_to_stone.json deleted file mode 100644 index 884845844..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:conglomerate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_wall.json deleted file mode 100644 index 0f253436c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/conglomerate_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:conglomerate_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:conglomerate_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/conglomerate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick.json deleted file mode 100644 index 6c36032bf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diabase" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_block_polishing.json deleted file mode 100644 index 32566ae6f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_furnace.json deleted file mode 100644 index 13e396356..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/diabase/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_slab.json deleted file mode 100644 index 5cbe23aec..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_slab_polishing.json deleted file mode 100644 index c987c5ce5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_slab_recombination.json deleted file mode 100644 index 1de066e18..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_stairs.json deleted file mode 100644 index a11fba04d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diabase/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_stairs_polishing.json deleted file mode 100644 index b5aef6adb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_wall.json deleted file mode 100644 index d69f97a10..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diabase/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_wall_polishing.json deleted file mode 100644 index bfb910431..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_cobblestone.json deleted file mode 100644 index fbbd86918..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diabase" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_furnace.json deleted file mode 100644 index ab3c749b8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/diabase" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_brick_slab_recombination.json deleted file mode 100644 index 49e0dee0b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_slab_recombination.json deleted file mode 100644 index f882c9ef5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_slabs_to_brick.json deleted file mode 100644 index 95bd340ca..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_stairs_to_brick.json deleted file mode 100644 index 10efb2042..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_walls_to_brick.json deleted file mode 100644 index 38123d339..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_slab_polishing.json deleted file mode 100644 index d04565448..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_slab_recombination.json deleted file mode 100644 index 10d75abad..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_slabs_to_brick.json deleted file mode 100644 index 937b4f1b3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_stairs_polishing.json deleted file mode 100644 index a5867b3fb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_stairs_to_brick.json deleted file mode 100644 index 4b769bcfa..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_wall_polishing.json deleted file mode 100644 index d8323daa8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_walls_to_brick.json deleted file mode 100644 index 3f59c4109..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_axe.json deleted file mode 100644 index e5a525407..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_blank.json deleted file mode 100644 index 3704a45fd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_cross.json deleted file mode 100644 index f1197311d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_hammer.json deleted file mode 100644 index 80b952391..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_hoe.json deleted file mode 100644 index 8e3c890f3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_horizontal.json deleted file mode 100644 index c17c68c41..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_i.json deleted file mode 100644 index 7f7cb4ee0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_left.json deleted file mode 100644 index c4c64981b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_pickaxe.json deleted file mode 100644 index f137f6b79..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_plus.json deleted file mode 100644 index a2c1b7096..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_right.json deleted file mode 100644 index 1870e8482..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_sword.json deleted file mode 100644 index a70fcbfab..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_vertical.json deleted file mode 100644 index d5f1cd230..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_slab.json deleted file mode 100644 index 83b96fbcb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth.json deleted file mode 100644 index 8cbf3b70c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diabase" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick.json deleted file mode 100644 index 2316dc3ab..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diabase/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_furnace.json deleted file mode 100644 index 4191120a3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/diabase/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_slab.json deleted file mode 100644 index f8a9189aa..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_stairs.json deleted file mode 100644 index 0132b3744..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diabase/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_wall.json deleted file mode 100644 index cede92518..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diabase/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_furnace.json deleted file mode 100644 index 38709a4cd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/diabase/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_slab.json deleted file mode 100644 index c03927455..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_stairs.json deleted file mode 100644 index 69defdd05..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diabase/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_wall.json deleted file mode 100644 index a84777c4b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diabase/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_stairs.json deleted file mode 100644 index 90cc2020c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diabase" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_to_stone.json deleted file mode 100644 index 7bafedfa9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diabase" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diabase_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/diabase_wall.json deleted file mode 100644 index 6115846df..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diabase_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diabase_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diabase_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diabase" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick.json deleted file mode 100644 index e61b6b23f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diorite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_block_polishing.json deleted file mode 100644 index 0561598c3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_furnace.json deleted file mode 100644 index f8efcee08..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/diorite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_slab.json deleted file mode 100644 index 2872d5137..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_slab_polishing.json deleted file mode 100644 index dd8581e1d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_slab_recombination.json deleted file mode 100644 index 81009bfa8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_stairs.json deleted file mode 100644 index ee6ff7227..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diorite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_stairs_polishing.json deleted file mode 100644 index fa55192d3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_wall.json deleted file mode 100644 index bcc3dfe58..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diorite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_wall_polishing.json deleted file mode 100644 index 5245ebddf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_cobblestone.json deleted file mode 100644 index 2bbc60143..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diorite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_furnace.json deleted file mode 100644 index 4c43de2f8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/diorite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_brick_slab_recombination.json deleted file mode 100644 index 506ebeb2a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_slab_recombination.json deleted file mode 100644 index e7916125b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_slabs_to_brick.json deleted file mode 100644 index d1a8cca5b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_stairs_to_brick.json deleted file mode 100644 index 2e2f7345a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_walls_to_brick.json deleted file mode 100644 index 3b36b0aa5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_slab_polishing.json deleted file mode 100644 index bb77c1989..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_slab_recombination.json deleted file mode 100644 index 01a41fbc4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_slabs_to_brick.json deleted file mode 100644 index 33a74b07a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_stairs_polishing.json deleted file mode 100644 index d6505ef37..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_stairs_to_brick.json deleted file mode 100644 index f631a4aef..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_wall_polishing.json deleted file mode 100644 index 9216c1b45..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_walls_to_brick.json deleted file mode 100644 index 5442c227f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_axe.json deleted file mode 100644 index d5ec771da..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_blank.json deleted file mode 100644 index f973348e8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diorite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_cross.json deleted file mode 100644 index dbd618df8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_hammer.json deleted file mode 100644 index 98083a161..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_hoe.json deleted file mode 100644 index 52cd1d9b9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_horizontal.json deleted file mode 100644 index 089696a9e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_i.json deleted file mode 100644 index 4bd033037..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_left.json deleted file mode 100644 index 4f75869d8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_pickaxe.json deleted file mode 100644 index 7acdf8219..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_plus.json deleted file mode 100644 index c995712a5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_right.json deleted file mode 100644 index d45988758..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_sword.json deleted file mode 100644 index ca50471bc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_vertical.json deleted file mode 100644 index 3117f0f68..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_slab.json deleted file mode 100644 index 527d538ed..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_slab_from_vanilla.json deleted file mode 100644 index 6f230b157..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_slab_from_vanilla.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_slab_from_vanilla" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_slab_from_vanilla" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:diorite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_slab_to_vanilla.json deleted file mode 100644 index 554fee25f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_slab_to_vanilla.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_slab_to_vanilla" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_slab_to_vanilla" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth.json deleted file mode 100644 index a7c46e983..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick.json deleted file mode 100644 index 3371cf754..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diorite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_furnace.json deleted file mode 100644 index dcf26f13f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/diorite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_slab.json deleted file mode 100644 index 109bba83d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_stairs.json deleted file mode 100644 index 69caaccb7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diorite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_wall.json deleted file mode 100644 index f96447e94..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diorite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_furnace.json deleted file mode 100644 index e32095495..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/diorite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_slab.json deleted file mode 100644 index 73ff09dd6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_slab_from_vanilla.json deleted file mode 100644 index 593f6c305..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_slab_from_vanilla.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_smooth_slab_from_vanilla" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_smooth_slab_from_vanilla" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:polished_diorite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_slab_to_vanilla.json deleted file mode 100644 index 44b3e9c19..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_slab_to_vanilla.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_smooth_slab_to_vanilla" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_smooth_slab_to_vanilla" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_stairs.json deleted file mode 100644 index 57511ce49..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_wall.json deleted file mode 100644 index 8b4c06482..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/diorite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_stairs.json deleted file mode 100644 index b783d493b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_to_stone.json deleted file mode 100644 index 200222414..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/diorite_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/diorite_wall.json deleted file mode 100644 index 78d7ed476..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/diorite_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:diorite_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:diorite_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:diorite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick.json deleted file mode 100644 index a1bb706b2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/dolomite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_block_polishing.json deleted file mode 100644 index 89e3bf461..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_furnace.json deleted file mode 100644 index b58850e5c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/dolomite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_slab.json deleted file mode 100644 index a195dbdb2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_slab_polishing.json deleted file mode 100644 index aa348d7d1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_slab_recombination.json deleted file mode 100644 index e0327bb06..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_stairs.json deleted file mode 100644 index 80e7869df..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/dolomite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_stairs_polishing.json deleted file mode 100644 index 1e7478660..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_wall.json deleted file mode 100644 index 1d073a738..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/dolomite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_wall_polishing.json deleted file mode 100644 index 3106c8fcf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_cobblestone.json deleted file mode 100644 index 173456f6d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/dolomite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_furnace.json deleted file mode 100644 index 235102fc4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/dolomite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_brick_slab_recombination.json deleted file mode 100644 index d7b1db3f5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_slab_recombination.json deleted file mode 100644 index e4512cda2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_slabs_to_brick.json deleted file mode 100644 index 18b5ff2f9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_stairs_to_brick.json deleted file mode 100644 index 6dd903393..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_walls_to_brick.json deleted file mode 100644 index 5a8b23e32..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_slab_polishing.json deleted file mode 100644 index 9b3522b9b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_slab_recombination.json deleted file mode 100644 index 68da480b2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_slabs_to_brick.json deleted file mode 100644 index e8d2c81a5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_stairs_polishing.json deleted file mode 100644 index 9fd2f0b1a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_stairs_to_brick.json deleted file mode 100644 index de65ccfa5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_wall_polishing.json deleted file mode 100644 index aeee554e6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_walls_to_brick.json deleted file mode 100644 index 79dd0c763..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_axe.json deleted file mode 100644 index 8a2364877..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_blank.json deleted file mode 100644 index fe052f543..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_cross.json deleted file mode 100644 index 3523c27e8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_hammer.json deleted file mode 100644 index 3209316ff..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_hoe.json deleted file mode 100644 index 91fe359ef..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_horizontal.json deleted file mode 100644 index d8afc335e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_i.json deleted file mode 100644 index bc83f6ea4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_left.json deleted file mode 100644 index 0ada5a864..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_pickaxe.json deleted file mode 100644 index 870b253eb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_plus.json deleted file mode 100644 index 46598fba6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_right.json deleted file mode 100644 index 9e4f7bad3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_sword.json deleted file mode 100644 index a620574d4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_vertical.json deleted file mode 100644 index 761a43093..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_slab.json deleted file mode 100644 index 380837a95..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth.json deleted file mode 100644 index d3e2e40d8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/dolomite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick.json deleted file mode 100644 index aa98e288c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/dolomite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_furnace.json deleted file mode 100644 index 7b0984e02..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/dolomite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_slab.json deleted file mode 100644 index 26ee7956a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_stairs.json deleted file mode 100644 index f52b51ae8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/dolomite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_wall.json deleted file mode 100644 index 1a796fbfd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/dolomite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_furnace.json deleted file mode 100644 index 0d1f99a14..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/dolomite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_slab.json deleted file mode 100644 index 39085526c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_stairs.json deleted file mode 100644 index 2c04bd18a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/dolomite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_wall.json deleted file mode 100644 index 79e4f344e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/dolomite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_stairs.json deleted file mode 100644 index 80a7b2886..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/dolomite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_to_stone.json deleted file mode 100644 index 3d95aeadf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:dolomite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/dolomite_wall.json deleted file mode 100644 index 630064562..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/dolomite_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:dolomite_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:dolomite_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/dolomite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall.json deleted file mode 100644 index 3c5d7a339..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gypsum_dust" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_black.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_black.json deleted file mode 100644 index 4f72272c1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_black.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_black" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_black" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_blue.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_blue.json deleted file mode 100644 index 8911eed10..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_blue.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_blue" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_blue" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_brown.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_brown.json deleted file mode 100644 index d1f189956..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_brown.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_brown" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_brown" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_cyan.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_cyan.json deleted file mode 100644 index 638e66af2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_cyan.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_cyan" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_cyan" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_gray.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_gray.json deleted file mode 100644 index 0390d61a8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_gray.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_gray" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_gray" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_green.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_green.json deleted file mode 100644 index 5b7668add..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_green.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_green" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_green" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_light_blue.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_light_blue.json deleted file mode 100644 index 728a9831e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_light_blue.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_light_blue" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_light_blue" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_lime.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_lime.json deleted file mode 100644 index fb620ae80..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_lime.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_lime" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_lime" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_magenta.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_magenta.json deleted file mode 100644 index 50b3ee25b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_magenta.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_magenta" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_magenta" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_orange.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_orange.json deleted file mode 100644 index a24db265c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_orange.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_orange" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_orange" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_pink.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_pink.json deleted file mode 100644 index 91178aa0a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_pink.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_pink" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_pink" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_purple.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_purple.json deleted file mode 100644 index 898926865..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_purple.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_purple" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_purple" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_red.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_red.json deleted file mode 100644 index f825a0d21..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_red.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_red" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_red" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_silver.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_silver.json deleted file mode 100644 index 48996f4dd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_silver.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_silver" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_silver" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_white.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_white.json deleted file mode 100644 index e8ff01723..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_white.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_white" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_white" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/drywall_yellow.json b/src/main/resources/data/mineralogy/advancements/recipes/drywall_yellow.json deleted file mode 100644 index 10bd7a8b4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/drywall_yellow.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:drywall_yellow" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:drywall_yellow" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:drywall_white" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick.json deleted file mode 100644 index 4a8b7e61f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gabbro" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_block_polishing.json deleted file mode 100644 index 7e5277c48..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_furnace.json deleted file mode 100644 index a6c572f34..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/gabbro/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_slab.json deleted file mode 100644 index a8ebd4bde..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_slab_polishing.json deleted file mode 100644 index 7c9a3975f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_slab_recombination.json deleted file mode 100644 index 8143a1b65..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_stairs.json deleted file mode 100644 index a492e876f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gabbro/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_stairs_polishing.json deleted file mode 100644 index 3e33bc010..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_wall.json deleted file mode 100644 index 7ffa22fb7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gabbro/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_wall_polishing.json deleted file mode 100644 index c1f04da1a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_cobblestone.json deleted file mode 100644 index 297a0125b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gabbro" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_furnace.json deleted file mode 100644 index 03aaf2170..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/gabbro" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_brick_slab_recombination.json deleted file mode 100644 index 208413d32..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_slab_recombination.json deleted file mode 100644 index 142da6fd5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_slabs_to_brick.json deleted file mode 100644 index fed339e27..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_stairs_to_brick.json deleted file mode 100644 index 441922cb1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_walls_to_brick.json deleted file mode 100644 index 0e539886f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_slab_polishing.json deleted file mode 100644 index b2916d36b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_slab_recombination.json deleted file mode 100644 index 218831ff7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_slabs_to_brick.json deleted file mode 100644 index c207120e4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_stairs_polishing.json deleted file mode 100644 index e20095fea..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_stairs_to_brick.json deleted file mode 100644 index 48ef0ecef..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_wall_polishing.json deleted file mode 100644 index 3f473c20d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_walls_to_brick.json deleted file mode 100644 index 5e0d80659..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_axe.json deleted file mode 100644 index 17a9b3bd5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_blank.json deleted file mode 100644 index edd8f2727..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_cross.json deleted file mode 100644 index c1fa01fbe..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_hammer.json deleted file mode 100644 index af2e09e7e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_hoe.json deleted file mode 100644 index 2624c08b3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_horizontal.json deleted file mode 100644 index d96b3227d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_i.json deleted file mode 100644 index 13be12f28..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_left.json deleted file mode 100644 index 71f5f648f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_pickaxe.json deleted file mode 100644 index 69aa5abc5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_plus.json deleted file mode 100644 index 5c68f1d2f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_right.json deleted file mode 100644 index 7fe0b49d0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_sword.json deleted file mode 100644 index 085e9bf89..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_vertical.json deleted file mode 100644 index 2dea10b93..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_slab.json deleted file mode 100644 index 2ed6b4361..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth.json deleted file mode 100644 index 5272b9e0b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gabbro" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick.json deleted file mode 100644 index 1f5f031f5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gabbro/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_furnace.json deleted file mode 100644 index b1e01fc08..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/gabbro/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_slab.json deleted file mode 100644 index 8aadc5a4d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_stairs.json deleted file mode 100644 index f96779b04..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gabbro/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_wall.json deleted file mode 100644 index bd14d1358..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gabbro/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_furnace.json deleted file mode 100644 index 306bd6360..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/gabbro/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_slab.json deleted file mode 100644 index f0a86c2ed..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_stairs.json deleted file mode 100644 index ddbdd803d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gabbro/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_wall.json deleted file mode 100644 index b8e592473..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gabbro/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_stairs.json deleted file mode 100644 index abc832a25..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gabbro" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_to_stone.json deleted file mode 100644 index 3007cd3b4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gabbro" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/gabbro_wall.json deleted file mode 100644 index 589866531..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gabbro_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gabbro_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gabbro_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gabbro" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick.json deleted file mode 100644 index a1caeb52c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gneiss" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_block_polishing.json deleted file mode 100644 index 761611c27..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_furnace.json deleted file mode 100644 index 826e7604c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/gneiss/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_slab.json deleted file mode 100644 index 422f1cd32..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_slab_polishing.json deleted file mode 100644 index 39f209864..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_slab_recombination.json deleted file mode 100644 index 99cb0e78b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_stairs.json deleted file mode 100644 index ff023687e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gneiss/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_stairs_polishing.json deleted file mode 100644 index da4b5c2b0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_wall.json deleted file mode 100644 index 26b0eace3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gneiss/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_wall_polishing.json deleted file mode 100644 index d8a137b04..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_cobblestone.json deleted file mode 100644 index 4dc8247cf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gneiss" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_furnace.json deleted file mode 100644 index 1bb7fa285..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/gneiss" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_brick_slab_recombination.json deleted file mode 100644 index 702d16f13..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_slab_recombination.json deleted file mode 100644 index f1bb687c2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_slabs_to_brick.json deleted file mode 100644 index 65c91b24b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_stairs_to_brick.json deleted file mode 100644 index f37d1897b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_walls_to_brick.json deleted file mode 100644 index 93a6d824b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_slab_polishing.json deleted file mode 100644 index f11912e77..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_slab_recombination.json deleted file mode 100644 index 03a02444f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_slabs_to_brick.json deleted file mode 100644 index d0d8d1d81..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_stairs_polishing.json deleted file mode 100644 index 000c18ad7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_stairs_to_brick.json deleted file mode 100644 index a61b5656a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_wall_polishing.json deleted file mode 100644 index 1139c0d6b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_walls_to_brick.json deleted file mode 100644 index a07bbb9b7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_axe.json deleted file mode 100644 index 8222157dd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_blank.json deleted file mode 100644 index 8e0f84ea2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_cross.json deleted file mode 100644 index 21a843c3c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_hammer.json deleted file mode 100644 index 0ca13872a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_hoe.json deleted file mode 100644 index 244990ec5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_horizontal.json deleted file mode 100644 index bd8c6806c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_i.json deleted file mode 100644 index f97280959..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_left.json deleted file mode 100644 index 3cdb018a5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_pickaxe.json deleted file mode 100644 index db3145063..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_plus.json deleted file mode 100644 index 18e196f4a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_right.json deleted file mode 100644 index d7f377a63..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_sword.json deleted file mode 100644 index 7d95398c5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_vertical.json deleted file mode 100644 index 4946d7dc2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_slab.json deleted file mode 100644 index 267dff39f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth.json deleted file mode 100644 index 3d366005f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gneiss" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick.json deleted file mode 100644 index 29930ba8a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gneiss/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_furnace.json deleted file mode 100644 index 90e4a9c06..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/gneiss/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_slab.json deleted file mode 100644 index 40ec66a1e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_stairs.json deleted file mode 100644 index 109d034dd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gneiss/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_wall.json deleted file mode 100644 index f29d12749..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gneiss/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_furnace.json deleted file mode 100644 index a757fc0c9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/gneiss/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_slab.json deleted file mode 100644 index c0c0c4b3a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_stairs.json deleted file mode 100644 index b8b92646f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gneiss/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_wall.json deleted file mode 100644 index 14bcfdefd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gneiss/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_stairs.json deleted file mode 100644 index 522a3804d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gneiss" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_to_stone.json deleted file mode 100644 index 9c2671881..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gneiss" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/gneiss_wall.json deleted file mode 100644 index 5a922bf90..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gneiss_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gneiss_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gneiss_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/gneiss" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_brick.json deleted file mode 100644 index 5c86e6a75..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/granite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_block_polishing.json deleted file mode 100644 index 6af6ba756..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_furnace.json deleted file mode 100644 index 572bbc45e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/granite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_slab.json deleted file mode 100644 index 308837bd9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_slab_polishing.json deleted file mode 100644 index 06930913d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_slab_recombination.json deleted file mode 100644 index 9605b4e9a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_stairs.json deleted file mode 100644 index 2fda0d9e0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/granite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_stairs_polishing.json deleted file mode 100644 index 36c6c7bde..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_wall.json deleted file mode 100644 index 065ed7639..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/granite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_wall_polishing.json deleted file mode 100644 index 45465a30f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_cobblestone.json deleted file mode 100644 index 5ecd1c5cb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/granite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_furnace.json deleted file mode 100644 index 0668e6d1b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/granite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_brick_slab_recombination.json deleted file mode 100644 index d766c348e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_slab_recombination.json deleted file mode 100644 index 3bc03d0fb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_slabs_to_brick.json deleted file mode 100644 index 360a4fbc4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_stairs_to_brick.json deleted file mode 100644 index de16a9420..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_walls_to_brick.json deleted file mode 100644 index c18e3387b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_slab_polishing.json deleted file mode 100644 index c700ea013..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_slab_recombination.json deleted file mode 100644 index abf66dd55..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_slabs_to_brick.json deleted file mode 100644 index c75adec49..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_stairs_polishing.json deleted file mode 100644 index 68c966899..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_stairs_to_brick.json deleted file mode 100644 index 6114965c4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_wall_polishing.json deleted file mode 100644 index 452089817..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_walls_to_brick.json deleted file mode 100644 index ed37fe043..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_axe.json deleted file mode 100644 index edf9fa25c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_blank.json deleted file mode 100644 index 6c663cea8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/granite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_cross.json deleted file mode 100644 index 081b5c919..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_hammer.json deleted file mode 100644 index 6fdfc916b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_hoe.json deleted file mode 100644 index de2b4687b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_horizontal.json deleted file mode 100644 index 6e817f51a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_i.json deleted file mode 100644 index b60aa0404..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_left.json deleted file mode 100644 index 039f81d35..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_pickaxe.json deleted file mode 100644 index 30ae6fc90..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_plus.json deleted file mode 100644 index 9156457e7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_right.json deleted file mode 100644 index aeac8d525..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_sword.json deleted file mode 100644 index bdd720be5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_vertical.json deleted file mode 100644 index 28873a34c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_slab.json deleted file mode 100644 index 6a107f8ad..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_slab_from_vanilla.json deleted file mode 100644 index 79bf0e2e8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_slab_from_vanilla.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_slab_from_vanilla" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_slab_from_vanilla" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:granite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_slab_to_vanilla.json deleted file mode 100644 index fa07f647a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_slab_to_vanilla.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_slab_to_vanilla" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_slab_to_vanilla" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth.json deleted file mode 100644 index 11a9d8892..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick.json deleted file mode 100644 index b81ac844c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/granite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_furnace.json deleted file mode 100644 index e8b80ca69..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/granite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_slab.json deleted file mode 100644 index bc5706995..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_stairs.json deleted file mode 100644 index bfbf7fd45..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/granite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_wall.json deleted file mode 100644 index 19b23d6e2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/granite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_furnace.json deleted file mode 100644 index 1f6de7f7d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/granite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_slab.json deleted file mode 100644 index e2c6ab2dc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_slab_from_vanilla.json deleted file mode 100644 index 93cdddc19..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_slab_from_vanilla.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_smooth_slab_from_vanilla" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_smooth_slab_from_vanilla" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:polished_granite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_slab_to_vanilla.json deleted file mode 100644 index 1a888d1d0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_slab_to_vanilla.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_smooth_slab_to_vanilla" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_smooth_slab_to_vanilla" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_stairs.json deleted file mode 100644 index 867cc7aa1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_wall.json deleted file mode 100644 index 78ca0542d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/granite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_stairs.json deleted file mode 100644 index 57922f485..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_to_stone.json deleted file mode 100644 index 8ba45d687..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/granite_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/granite_wall.json deleted file mode 100644 index 3c1d48ea5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/granite_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:granite_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:granite_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:granite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gravel_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/gravel_to_stone.json deleted file mode 100644 index 31cf10753..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gravel_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gravel_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gravel_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "minecraft:gravel" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_carbon_dust.json b/src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_carbon_dust.json deleted file mode 100644 index 4eb754466..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_carbon_dust.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:and", - "values": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - }, - { - "type": "neoforge:not", - "value": { - "type": "neoforge:tag_empty", - "tag": "c:dusts/carbon" - } - } - ] - } - ], - "rewards": { - "recipes": [ - "mineralogy:gunpowder_from_carbon_dust" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gunpowder_from_carbon_dust" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:nitrate_dust" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_charcoal.json b/src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_charcoal.json deleted file mode 100644 index 043dfa3d5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_charcoal.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:gunpowder_from_charcoal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gunpowder_from_charcoal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:nitrate_dust" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_coal_dust.json b/src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_coal_dust.json deleted file mode 100644 index ccdf1a3b1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_coal_dust.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:and", - "values": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - }, - { - "type": "neoforge:not", - "value": { - "type": "neoforge:tag_empty", - "tag": "c:dusts/coal" - } - } - ] - } - ], - "rewards": { - "recipes": [ - "mineralogy:gunpowder_from_coal_dust" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gunpowder_from_coal_dust" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:nitrate_dust" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_sugar.json b/src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_sugar.json deleted file mode 100644 index d133e9927..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gunpowder_from_sugar.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:gunpowder_from_sugar" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gunpowder_from_sugar" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:nitrate_dust" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gypsum.json b/src/main/resources/data/mineralogy/advancements/recipes/gypsum.json deleted file mode 100644 index 09f73d159..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gypsum.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gypsum" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gypsum" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gypsum_dust" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/gypsum_dust.json b/src/main/resources/data/mineralogy/advancements/recipes/gypsum_dust.json deleted file mode 100644 index dd9c3652b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/gypsum_dust.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:gypsum_dust" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:gypsum_dust" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:gypsum" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick.json deleted file mode 100644 index f37393164..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/hornfels" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_block_polishing.json deleted file mode 100644 index a4c101e27..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_furnace.json deleted file mode 100644 index 59731fe6f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/hornfels/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_slab.json deleted file mode 100644 index 2f3f3c618..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_slab_polishing.json deleted file mode 100644 index 61cf1c705..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_slab_recombination.json deleted file mode 100644 index 8706b01fb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_stairs.json deleted file mode 100644 index 0f280cace..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/hornfels/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_stairs_polishing.json deleted file mode 100644 index 176bbeb07..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_wall.json deleted file mode 100644 index 7229adfd3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/hornfels/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_wall_polishing.json deleted file mode 100644 index 94036754f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_cobblestone.json deleted file mode 100644 index f05f077d8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/hornfels" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_furnace.json deleted file mode 100644 index f4597e131..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/hornfels" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_brick_slab_recombination.json deleted file mode 100644 index d9db9a312..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_slab_recombination.json deleted file mode 100644 index 2482757f0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_slabs_to_brick.json deleted file mode 100644 index 436b49609..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_stairs_to_brick.json deleted file mode 100644 index 12ee1ad78..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_walls_to_brick.json deleted file mode 100644 index 56a30a167..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_slab_polishing.json deleted file mode 100644 index d2c34fe33..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_slab_recombination.json deleted file mode 100644 index 6db183c6d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_slabs_to_brick.json deleted file mode 100644 index 356eb0ce2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_stairs_polishing.json deleted file mode 100644 index 7b8efef2b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_stairs_to_brick.json deleted file mode 100644 index b754001fe..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_wall_polishing.json deleted file mode 100644 index 5e91bbf2e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_walls_to_brick.json deleted file mode 100644 index 3be1d1d6a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_axe.json deleted file mode 100644 index 2604e9306..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_blank.json deleted file mode 100644 index 032892443..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_cross.json deleted file mode 100644 index bcf94b85b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_hammer.json deleted file mode 100644 index 8aafaee06..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_hoe.json deleted file mode 100644 index 53b61f308..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_horizontal.json deleted file mode 100644 index 048fa6b7e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_i.json deleted file mode 100644 index 03e283d94..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_left.json deleted file mode 100644 index 07d7a20bf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_pickaxe.json deleted file mode 100644 index 69340fbd6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_plus.json deleted file mode 100644 index d674c66fe..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_right.json deleted file mode 100644 index 1c632af73..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_sword.json deleted file mode 100644 index 498d07696..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_vertical.json deleted file mode 100644 index fcc639d26..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_slab.json deleted file mode 100644 index 7ef2a5698..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth.json deleted file mode 100644 index 77221023b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/hornfels" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick.json deleted file mode 100644 index 785508236..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/hornfels/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_furnace.json deleted file mode 100644 index 20eba9fd7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/hornfels/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_slab.json deleted file mode 100644 index 328c00bec..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_stairs.json deleted file mode 100644 index 1855a621c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/hornfels/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_wall.json deleted file mode 100644 index fd514c1f4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/hornfels/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_furnace.json deleted file mode 100644 index 1af4011d6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/hornfels/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_slab.json deleted file mode 100644 index 7529aefcb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_stairs.json deleted file mode 100644 index 3891a8dbd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/hornfels/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_wall.json deleted file mode 100644 index e2251291e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/hornfels/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_stairs.json deleted file mode 100644 index 29fe7c427..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/hornfels" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_to_stone.json deleted file mode 100644 index be98bd37b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:hornfels" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/hornfels_wall.json deleted file mode 100644 index a14702745..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/hornfels_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:hornfels_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:hornfels_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/hornfels" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick.json deleted file mode 100644 index 5f86c1e46..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/limestone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_block_polishing.json deleted file mode 100644 index b8a95150d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_furnace.json deleted file mode 100644 index 5ac6ea4fc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/limestone/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_slab.json deleted file mode 100644 index 5103bdfbc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_slab_polishing.json deleted file mode 100644 index f62bdf53f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_slab_recombination.json deleted file mode 100644 index afe6db676..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_stairs.json deleted file mode 100644 index cc5470676..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/limestone/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_stairs_polishing.json deleted file mode 100644 index 980a714c4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_wall.json deleted file mode 100644 index 888c7cb46..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/limestone/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_wall_polishing.json deleted file mode 100644 index 089f619a1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_cobblestone.json deleted file mode 100644 index 910c26ed3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/limestone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_furnace.json deleted file mode 100644 index 963512614..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/limestone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_brick_slab_recombination.json deleted file mode 100644 index 6a5f42f90..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_slab_recombination.json deleted file mode 100644 index d4fddec00..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_slabs_to_brick.json deleted file mode 100644 index 158cc57d5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_stairs_to_brick.json deleted file mode 100644 index 3bf6cb98d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_walls_to_brick.json deleted file mode 100644 index ea3999b6a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_slab_polishing.json deleted file mode 100644 index a1469651f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_slab_recombination.json deleted file mode 100644 index df58e074d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_slabs_to_brick.json deleted file mode 100644 index 05c19e155..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_stairs_polishing.json deleted file mode 100644 index ab5418c98..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_stairs_to_brick.json deleted file mode 100644 index 22c36c99a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_wall_polishing.json deleted file mode 100644 index 0182c6544..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_walls_to_brick.json deleted file mode 100644 index 54b744130..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_axe.json deleted file mode 100644 index 8472cf964..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_blank.json deleted file mode 100644 index 1a6535375..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_cross.json deleted file mode 100644 index 58315fd5d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_hammer.json deleted file mode 100644 index 10a368398..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_hoe.json deleted file mode 100644 index 8b931bcdb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_horizontal.json deleted file mode 100644 index 8b33bb31a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_i.json deleted file mode 100644 index 83caa8085..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_left.json deleted file mode 100644 index d831a276a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_pickaxe.json deleted file mode 100644 index a76452e30..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_plus.json deleted file mode 100644 index d4b0efe9e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_right.json deleted file mode 100644 index 57154bbf7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_sword.json deleted file mode 100644 index 4227267ab..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_vertical.json deleted file mode 100644 index add7f6c2c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_slab.json deleted file mode 100644 index ad6911913..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth.json deleted file mode 100644 index 063375461..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/limestone" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick.json deleted file mode 100644 index 4d4444169..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/limestone/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_furnace.json deleted file mode 100644 index 56051ce57..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/limestone/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_slab.json deleted file mode 100644 index 7e70e9c04..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_stairs.json deleted file mode 100644 index 0888eb50c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/limestone/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_wall.json deleted file mode 100644 index 7437f191e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/limestone/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_furnace.json deleted file mode 100644 index a97fdfff8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/limestone/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_slab.json deleted file mode 100644 index 52002480a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_stairs.json deleted file mode 100644 index 1bc73aabd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/limestone/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_wall.json deleted file mode 100644 index 0b26a2d74..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/limestone/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_stairs.json deleted file mode 100644 index 4eb3fc963..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/limestone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_to_stone.json deleted file mode 100644 index 2da9f4de1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:limestone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/limestone_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/limestone_wall.json deleted file mode 100644 index 68154ab6b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/limestone_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:limestone_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:limestone_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/limestone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_brick.json deleted file mode 100644 index 994d423ab..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/marble" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_block_polishing.json deleted file mode 100644 index ddb87097f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_furnace.json deleted file mode 100644 index 28671dd9b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/marble/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_slab.json deleted file mode 100644 index 37f891335..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_slab_polishing.json deleted file mode 100644 index 22406fb79..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_slab_recombination.json deleted file mode 100644 index 9033c16c8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_stairs.json deleted file mode 100644 index 5ad9d379a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/marble/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_stairs_polishing.json deleted file mode 100644 index fa639445a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_wall.json deleted file mode 100644 index 70e6ace89..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/marble/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_wall_polishing.json deleted file mode 100644 index 9a75a3614..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_cobblestone.json deleted file mode 100644 index 6d51e961b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/marble" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_furnace.json deleted file mode 100644 index 901326118..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/marble" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_brick_slab_recombination.json deleted file mode 100644 index d61995d6f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_slab_recombination.json deleted file mode 100644 index be7813580..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_slabs_to_brick.json deleted file mode 100644 index 6c700b1f7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_stairs_to_brick.json deleted file mode 100644 index 3faa3d762..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_walls_to_brick.json deleted file mode 100644 index 4c9d361be..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_slab_polishing.json deleted file mode 100644 index 51b5e825b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_slab_recombination.json deleted file mode 100644 index 0804cddd7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_slabs_to_brick.json deleted file mode 100644 index 9ebacb475..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_stairs_polishing.json deleted file mode 100644 index 03184e781..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_stairs_to_brick.json deleted file mode 100644 index cb18d1f7f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_wall_polishing.json deleted file mode 100644 index cd38f00d9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_walls_to_brick.json deleted file mode 100644 index d181c41fc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_axe.json deleted file mode 100644 index 3065d5910..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_blank.json deleted file mode 100644 index deac2a8d7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_cross.json deleted file mode 100644 index 8f695c7c4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_hammer.json deleted file mode 100644 index e8b1d3ccf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_hoe.json deleted file mode 100644 index aeb557b86..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_horizontal.json deleted file mode 100644 index 4031a8959..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_i.json deleted file mode 100644 index 135a11466..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_left.json deleted file mode 100644 index 70738a438..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_pickaxe.json deleted file mode 100644 index 5095049cc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_plus.json deleted file mode 100644 index 7c064ec33..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_right.json deleted file mode 100644 index f60a522dd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_sword.json deleted file mode 100644 index 58d6df84a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_vertical.json deleted file mode 100644 index 4689651f2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_slab.json deleted file mode 100644 index c7a6447b8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth.json deleted file mode 100644 index c706690cb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/marble" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick.json deleted file mode 100644 index 2929d66d7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/marble/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_furnace.json deleted file mode 100644 index 0cf303346..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/marble/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_slab.json deleted file mode 100644 index 52a0707f0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_stairs.json deleted file mode 100644 index 8a60d443f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/marble/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_wall.json deleted file mode 100644 index df16a1eab..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/marble/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_furnace.json deleted file mode 100644 index 8ff8a0c86..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/marble/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_slab.json deleted file mode 100644 index 3d86bd711..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_stairs.json deleted file mode 100644 index 3dc401965..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/marble/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_wall.json deleted file mode 100644 index 1defa4e44..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/marble/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_stairs.json deleted file mode 100644 index f85ec01f2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/marble" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_to_stone.json deleted file mode 100644 index 93a79f402..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:marble" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/marble_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/marble_wall.json deleted file mode 100644 index 2d68212f2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/marble_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:marble_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:marble_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/marble" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/mineralfertilizer.json b/src/main/resources/data/mineralogy/advancements/recipes/mineralfertilizer.json deleted file mode 100644 index 2c8768c60..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/mineralfertilizer.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_FERTILIZER" - } - ], - "rewards": { - "recipes": [ - "mineralogy:mineralfertilizer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:mineralfertilizer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:nitrate_dust" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/nitrate_block.json b/src/main/resources/data/mineralogy/advancements/recipes/nitrate_block.json deleted file mode 100644 index 0a1df65f5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/nitrate_block.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:nitrate_block" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:nitrate_block" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:nitrate_dust" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/nitrate_dust.json b/src/main/resources/data/mineralogy/advancements/recipes/nitrate_dust.json deleted file mode 100644 index 5f4c97762..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/nitrate_dust.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:nitrate_dust" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:nitrate_dust" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:nitrate_block" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick.json deleted file mode 100644 index 3f29b7c2a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/novaculite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_block_polishing.json deleted file mode 100644 index a63f7bef6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_furnace.json deleted file mode 100644 index ecf85c64a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/novaculite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_slab.json deleted file mode 100644 index 9d1d93e73..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_slab_polishing.json deleted file mode 100644 index 76f0a2094..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_slab_recombination.json deleted file mode 100644 index 82dc44798..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_stairs.json deleted file mode 100644 index 83e74acff..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/novaculite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_stairs_polishing.json deleted file mode 100644 index bdfe8b9ec..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_wall.json deleted file mode 100644 index 9622929c1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/novaculite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_wall_polishing.json deleted file mode 100644 index c879c69d7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_cobblestone.json deleted file mode 100644 index 7192de207..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/novaculite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_furnace.json deleted file mode 100644 index 44697ffb8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/novaculite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_brick_slab_recombination.json deleted file mode 100644 index 2e2687e6a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_slab_recombination.json deleted file mode 100644 index f2d841730..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_slabs_to_brick.json deleted file mode 100644 index 448006abb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_stairs_to_brick.json deleted file mode 100644 index ba8a499d7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_walls_to_brick.json deleted file mode 100644 index 6a084c6a8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_slab_polishing.json deleted file mode 100644 index ab2bc4c35..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_slab_recombination.json deleted file mode 100644 index 4a2c9cb85..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_slabs_to_brick.json deleted file mode 100644 index 3ad696835..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_stairs_polishing.json deleted file mode 100644 index b3756a8ed..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_stairs_to_brick.json deleted file mode 100644 index b32e9f02c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_wall_polishing.json deleted file mode 100644 index 39b3a8808..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_walls_to_brick.json deleted file mode 100644 index 2441b17fb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_axe.json deleted file mode 100644 index 2e086bba8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_blank.json deleted file mode 100644 index ba7974a4f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_cross.json deleted file mode 100644 index 2fbeedb23..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_hammer.json deleted file mode 100644 index 536826b2a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_hoe.json deleted file mode 100644 index 3234f1bbe..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_horizontal.json deleted file mode 100644 index 366d77094..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_i.json deleted file mode 100644 index 53a5c49a6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_left.json deleted file mode 100644 index c7594a9d2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_pickaxe.json deleted file mode 100644 index 172e03077..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_plus.json deleted file mode 100644 index 15345f6c4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_right.json deleted file mode 100644 index f28a64bce..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_sword.json deleted file mode 100644 index 89616b983..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_vertical.json deleted file mode 100644 index 523ed0157..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_slab.json deleted file mode 100644 index 0771a9c25..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth.json deleted file mode 100644 index 3f2c13a03..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/novaculite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick.json deleted file mode 100644 index 792d9ba9b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/novaculite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_furnace.json deleted file mode 100644 index 113f3f468..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/novaculite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_slab.json deleted file mode 100644 index 82e5eb0ee..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_stairs.json deleted file mode 100644 index 1c2d246c4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/novaculite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_wall.json deleted file mode 100644 index 1e69ab09f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/novaculite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_furnace.json deleted file mode 100644 index a77c0e556..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/novaculite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_slab.json deleted file mode 100644 index 9498e5589..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_stairs.json deleted file mode 100644 index 800398fe4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/novaculite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_wall.json deleted file mode 100644 index 11d3d5b5a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/novaculite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_stairs.json deleted file mode 100644 index dfc70e81f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/novaculite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_to_stone.json deleted file mode 100644 index 9ff914e22..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:novaculite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/novaculite_wall.json deleted file mode 100644 index 2202f3e3d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/novaculite_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:novaculite_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:novaculite_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/novaculite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick.json deleted file mode 100644 index c22bdd857..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/pegmatite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_block_polishing.json deleted file mode 100644 index bfdb99b55..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_furnace.json deleted file mode 100644 index 7f02a521f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/pegmatite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_slab.json deleted file mode 100644 index cee7d9096..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_slab_polishing.json deleted file mode 100644 index 8f026303e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_slab_recombination.json deleted file mode 100644 index ff3a6f22d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_stairs.json deleted file mode 100644 index ea972a71c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/pegmatite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_stairs_polishing.json deleted file mode 100644 index 7b8951238..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_wall.json deleted file mode 100644 index 7c0ae6394..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/pegmatite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_wall_polishing.json deleted file mode 100644 index 6f878fe44..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_cobblestone.json deleted file mode 100644 index c52079858..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/pegmatite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_furnace.json deleted file mode 100644 index 5fc4b7c5b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/pegmatite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_brick_slab_recombination.json deleted file mode 100644 index 9078e94dc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_slab_recombination.json deleted file mode 100644 index e851188a4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_slabs_to_brick.json deleted file mode 100644 index 0da8b29e4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_stairs_to_brick.json deleted file mode 100644 index a85d13a6e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_walls_to_brick.json deleted file mode 100644 index 0507d1203..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_slab_polishing.json deleted file mode 100644 index 74278cebc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_slab_recombination.json deleted file mode 100644 index 146b79dc8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_slabs_to_brick.json deleted file mode 100644 index 1c556dcfb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_stairs_polishing.json deleted file mode 100644 index e99b60284..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_stairs_to_brick.json deleted file mode 100644 index 12f5f8dcf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_wall_polishing.json deleted file mode 100644 index 5cb2e4191..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_walls_to_brick.json deleted file mode 100644 index 417a93ad0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_axe.json deleted file mode 100644 index 8866251a0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_blank.json deleted file mode 100644 index e2e767129..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_cross.json deleted file mode 100644 index 0bffbdc43..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_hammer.json deleted file mode 100644 index bd385691e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_hoe.json deleted file mode 100644 index b65067643..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_horizontal.json deleted file mode 100644 index fd6408386..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_i.json deleted file mode 100644 index a61c8108f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_left.json deleted file mode 100644 index 91b4b4f0e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_pickaxe.json deleted file mode 100644 index 62f224954..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_plus.json deleted file mode 100644 index 4780d73f1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_right.json deleted file mode 100644 index 4871540f5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_sword.json deleted file mode 100644 index 85aacf65c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_vertical.json deleted file mode 100644 index d7249edb0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_slab.json deleted file mode 100644 index d5877edd6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth.json deleted file mode 100644 index c774e1a31..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/pegmatite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick.json deleted file mode 100644 index b56989304..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/pegmatite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_furnace.json deleted file mode 100644 index 596f40743..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/pegmatite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_slab.json deleted file mode 100644 index d705ee11e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_stairs.json deleted file mode 100644 index 84e2eb953..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/pegmatite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_wall.json deleted file mode 100644 index a9459095e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/pegmatite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_furnace.json deleted file mode 100644 index 7df7965e9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/pegmatite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_slab.json deleted file mode 100644 index d425d6688..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_stairs.json deleted file mode 100644 index 953939f46..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/pegmatite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_wall.json deleted file mode 100644 index 76273e9e6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/pegmatite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_stairs.json deleted file mode 100644 index f2a9dafda..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/pegmatite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_to_stone.json deleted file mode 100644 index 4babce166..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:pegmatite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_wall.json deleted file mode 100644 index c7d4cb12a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/pegmatite_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:pegmatite_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:pegmatite_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/pegmatite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick.json deleted file mode 100644 index e22f83438..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/peridotite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_block_polishing.json deleted file mode 100644 index 13253df37..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_furnace.json deleted file mode 100644 index e07a6caf7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/peridotite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_slab.json deleted file mode 100644 index 620992971..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_slab_polishing.json deleted file mode 100644 index 8947f307f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_slab_recombination.json deleted file mode 100644 index 10c7e2b05..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_stairs.json deleted file mode 100644 index cfa3bad76..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/peridotite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_stairs_polishing.json deleted file mode 100644 index ad40fbfd2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_wall.json deleted file mode 100644 index 1bf05a8f2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/peridotite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_wall_polishing.json deleted file mode 100644 index 27c154a83..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_cobblestone.json deleted file mode 100644 index f28617cec..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/peridotite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_furnace.json deleted file mode 100644 index 02810e77f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/peridotite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_brick_slab_recombination.json deleted file mode 100644 index e0c9909a9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_slab_recombination.json deleted file mode 100644 index f999f16b0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_slabs_to_brick.json deleted file mode 100644 index dc82212c7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_stairs_to_brick.json deleted file mode 100644 index e33297639..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_walls_to_brick.json deleted file mode 100644 index 2b65a7f75..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_slab_polishing.json deleted file mode 100644 index cb0f7ad58..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_slab_recombination.json deleted file mode 100644 index e51884f4d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_slabs_to_brick.json deleted file mode 100644 index 1db570f64..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_stairs_polishing.json deleted file mode 100644 index 853cd6197..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_stairs_to_brick.json deleted file mode 100644 index 0ebf88b2d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_wall_polishing.json deleted file mode 100644 index 5971a3b17..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_walls_to_brick.json deleted file mode 100644 index 514c6cac0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_axe.json deleted file mode 100644 index b77ae4847..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_blank.json deleted file mode 100644 index 16368539d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_cross.json deleted file mode 100644 index b1e5a6c5e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_hammer.json deleted file mode 100644 index afc9196a6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_hoe.json deleted file mode 100644 index aaf47d0f7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_horizontal.json deleted file mode 100644 index b5695b416..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_i.json deleted file mode 100644 index daf57f1c5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_left.json deleted file mode 100644 index 0bca9e7a7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_pickaxe.json deleted file mode 100644 index 3dce1d4e5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_plus.json deleted file mode 100644 index 66261aa1a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_right.json deleted file mode 100644 index 23dbeaf4c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_sword.json deleted file mode 100644 index 3f6a0c6a6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_vertical.json deleted file mode 100644 index ae4a712eb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_slab.json deleted file mode 100644 index bfe8e5922..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth.json deleted file mode 100644 index 1f6fa2ae4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/peridotite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick.json deleted file mode 100644 index 736cd04a5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/peridotite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_furnace.json deleted file mode 100644 index 386524518..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/peridotite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_slab.json deleted file mode 100644 index f951d8c78..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_stairs.json deleted file mode 100644 index 7a48b87e8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/peridotite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_wall.json deleted file mode 100644 index 2c0f4bfdf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/peridotite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_furnace.json deleted file mode 100644 index 0bdb85732..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/peridotite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_slab.json deleted file mode 100644 index d2fdf06e1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_stairs.json deleted file mode 100644 index 7c617e8fb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/peridotite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_wall.json deleted file mode 100644 index 50384f269..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/peridotite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_stairs.json deleted file mode 100644 index 69a4910b3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/peridotite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_to_stone.json deleted file mode 100644 index 1328314ae..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:peridotite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/peridotite_wall.json deleted file mode 100644 index 48f3dd800..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/peridotite_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:peridotite_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:peridotite_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/peridotite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phosphorous_block.json b/src/main/resources/data/mineralogy/advancements/recipes/phosphorous_block.json deleted file mode 100644 index 114e63494..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phosphorous_block.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:phosphorous_block" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phosphorous_block" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phosphorous_dust" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phosphorous_dust.json b/src/main/resources/data/mineralogy/advancements/recipes/phosphorous_dust.json deleted file mode 100644 index adb28e0c6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phosphorous_dust.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:phosphorous_dust" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phosphorous_dust" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phosphorous_block" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick.json deleted file mode 100644 index 83d61dfa6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/phyllite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_block_polishing.json deleted file mode 100644 index 125537712..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_furnace.json deleted file mode 100644 index 7b1eb0514..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/phyllite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_slab.json deleted file mode 100644 index 6f4ddc605..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_slab_polishing.json deleted file mode 100644 index 367c8bd03..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_slab_recombination.json deleted file mode 100644 index 6dd4ef84d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_stairs.json deleted file mode 100644 index abc649e99..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/phyllite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_stairs_polishing.json deleted file mode 100644 index c841e37fb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_wall.json deleted file mode 100644 index 33fefd44a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/phyllite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_wall_polishing.json deleted file mode 100644 index ea8db075b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_cobblestone.json deleted file mode 100644 index dfc086efb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/phyllite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_furnace.json deleted file mode 100644 index 6b9f3d6fa..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/phyllite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_brick_slab_recombination.json deleted file mode 100644 index b1bac06f0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_slab_recombination.json deleted file mode 100644 index 3ad416f2a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_slabs_to_brick.json deleted file mode 100644 index 378998731..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_stairs_to_brick.json deleted file mode 100644 index 2cad11bc7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_walls_to_brick.json deleted file mode 100644 index b6da9feaf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_slab_polishing.json deleted file mode 100644 index 22e88f0ff..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_slab_recombination.json deleted file mode 100644 index d84c3f354..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_slabs_to_brick.json deleted file mode 100644 index bf26cc845..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_stairs_polishing.json deleted file mode 100644 index 60f94bd0b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_stairs_to_brick.json deleted file mode 100644 index a52f9db83..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_wall_polishing.json deleted file mode 100644 index cbb333368..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_walls_to_brick.json deleted file mode 100644 index 39577e065..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_axe.json deleted file mode 100644 index d1c9c3dc5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_blank.json deleted file mode 100644 index ef4d15fa2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_cross.json deleted file mode 100644 index a28b65220..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_hammer.json deleted file mode 100644 index 2862b564d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_hoe.json deleted file mode 100644 index d3c4dcc0f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_horizontal.json deleted file mode 100644 index acb94b207..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_i.json deleted file mode 100644 index 4ef89ca36..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_left.json deleted file mode 100644 index 51d34cbad..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_pickaxe.json deleted file mode 100644 index f987f0571..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_plus.json deleted file mode 100644 index b55420305..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_right.json deleted file mode 100644 index c5636d078..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_sword.json deleted file mode 100644 index c36a63d39..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_vertical.json deleted file mode 100644 index 17412ed70..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_slab.json deleted file mode 100644 index 3b4f2bb56..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth.json deleted file mode 100644 index bbe7a7a4c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/phyllite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick.json deleted file mode 100644 index 35c320680..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/phyllite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_furnace.json deleted file mode 100644 index 87aff95e0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/phyllite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_slab.json deleted file mode 100644 index d17e7f162..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_stairs.json deleted file mode 100644 index d9ddcad98..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/phyllite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_wall.json deleted file mode 100644 index 4e2b00b74..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/phyllite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_furnace.json deleted file mode 100644 index 167bf103f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/phyllite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_slab.json deleted file mode 100644 index ba63f30af..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_stairs.json deleted file mode 100644 index ce4326bba..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/phyllite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_wall.json deleted file mode 100644 index 0fa2eb2ed..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/phyllite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_stairs.json deleted file mode 100644 index ef82b3c89..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/phyllite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_to_stone.json deleted file mode 100644 index 63dbe7a5a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:phyllite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/phyllite_wall.json deleted file mode 100644 index 2034c279c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/phyllite_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:phyllite_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:phyllite_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/phyllite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick.json deleted file mode 100644 index 9e3450810..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/quartzite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_block_polishing.json deleted file mode 100644 index 1c78dda93..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_furnace.json deleted file mode 100644 index 47630ff15..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/quartzite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_slab.json deleted file mode 100644 index 2246138d1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_slab_polishing.json deleted file mode 100644 index 011c687af..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_slab_recombination.json deleted file mode 100644 index 010d16fe8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_stairs.json deleted file mode 100644 index 2268d2978..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/quartzite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_stairs_polishing.json deleted file mode 100644 index 925a94893..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_wall.json deleted file mode 100644 index 6ba3ba356..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/quartzite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_wall_polishing.json deleted file mode 100644 index 20ded6671..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_cobblestone.json deleted file mode 100644 index f09d81965..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/quartzite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_furnace.json deleted file mode 100644 index e604d2ede..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/quartzite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_brick_slab_recombination.json deleted file mode 100644 index 9d37d7e98..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_slab_recombination.json deleted file mode 100644 index 8ed965646..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_slabs_to_brick.json deleted file mode 100644 index f48ff9c54..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_stairs_to_brick.json deleted file mode 100644 index fbc5d36d5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_walls_to_brick.json deleted file mode 100644 index d3713c5a1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_slab_polishing.json deleted file mode 100644 index d082f129a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_slab_recombination.json deleted file mode 100644 index 43c4df48f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_slabs_to_brick.json deleted file mode 100644 index 5ef39726b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_stairs_polishing.json deleted file mode 100644 index 4a7e16299..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_stairs_to_brick.json deleted file mode 100644 index f9e98b3e3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_wall_polishing.json deleted file mode 100644 index 864d1f7eb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_walls_to_brick.json deleted file mode 100644 index d9817f0b6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_axe.json deleted file mode 100644 index 2fb40f69a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_blank.json deleted file mode 100644 index 248b41e46..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_cross.json deleted file mode 100644 index 77c379d7a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_hammer.json deleted file mode 100644 index c0eafce96..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_hoe.json deleted file mode 100644 index 4bc8efb02..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_horizontal.json deleted file mode 100644 index 7470682cf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_i.json deleted file mode 100644 index 3505d0b4b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_left.json deleted file mode 100644 index b54673cd0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_pickaxe.json deleted file mode 100644 index ccf66b402..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_plus.json deleted file mode 100644 index 5ffa7bd00..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_right.json deleted file mode 100644 index 3b33a9296..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_sword.json deleted file mode 100644 index d6f4ec049..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_vertical.json deleted file mode 100644 index 4a125491e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_slab.json deleted file mode 100644 index a90adef5f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth.json deleted file mode 100644 index d134116a7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/quartzite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick.json deleted file mode 100644 index 723a8351c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/quartzite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_furnace.json deleted file mode 100644 index 274866c11..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/quartzite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_slab.json deleted file mode 100644 index bf77e61a5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_stairs.json deleted file mode 100644 index 3999e81a0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/quartzite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_wall.json deleted file mode 100644 index 3bda73c4c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/quartzite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_furnace.json deleted file mode 100644 index 101eaefd8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/quartzite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_slab.json deleted file mode 100644 index 980bd8e21..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_stairs.json deleted file mode 100644 index e0be14ff8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/quartzite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_wall.json deleted file mode 100644 index 5f5ba3a83..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/quartzite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_stairs.json deleted file mode 100644 index e9a5f6e41..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/quartzite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_to_stone.json deleted file mode 100644 index 0f8c62bd3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:quartzite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/quartzite_wall.json deleted file mode 100644 index fc51c6273..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/quartzite_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:quartzite_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:quartzite_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/quartzite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick.json deleted file mode 100644 index 78366d2e9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rhyolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_block_polishing.json deleted file mode 100644 index 2fb38dc5e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_furnace.json deleted file mode 100644 index d7575c45b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/rhyolite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_slab.json deleted file mode 100644 index 8c3a2bb84..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_slab_polishing.json deleted file mode 100644 index c552c05cb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_slab_recombination.json deleted file mode 100644 index 7edd8d142..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_stairs.json deleted file mode 100644 index c7a923e6c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rhyolite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_stairs_polishing.json deleted file mode 100644 index adf2ae80a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_wall.json deleted file mode 100644 index e149ff90f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rhyolite/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_wall_polishing.json deleted file mode 100644 index 549e63618..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_cobblestone.json deleted file mode 100644 index 603080085..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rhyolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_furnace.json deleted file mode 100644 index be539c084..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/rhyolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_brick_slab_recombination.json deleted file mode 100644 index aeb308937..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_slab_recombination.json deleted file mode 100644 index 30c4c94cc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_slabs_to_brick.json deleted file mode 100644 index 744f0e941..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_stairs_to_brick.json deleted file mode 100644 index de160db79..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_walls_to_brick.json deleted file mode 100644 index 927efdbc2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_slab_polishing.json deleted file mode 100644 index 08436bc3d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_slab_recombination.json deleted file mode 100644 index 9ee188b21..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_slabs_to_brick.json deleted file mode 100644 index 33aa96a0d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_stairs_polishing.json deleted file mode 100644 index 46942fcda..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_stairs_to_brick.json deleted file mode 100644 index 715f01a52..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_wall_polishing.json deleted file mode 100644 index 4c41f86ea..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_walls_to_brick.json deleted file mode 100644 index 39bddaf83..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_axe.json deleted file mode 100644 index f847db4ef..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_blank.json deleted file mode 100644 index 6e59d4649..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_cross.json deleted file mode 100644 index c25e96e4d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_hammer.json deleted file mode 100644 index 7be30d2bd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_hoe.json deleted file mode 100644 index c38432501..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_horizontal.json deleted file mode 100644 index c966df2a8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_i.json deleted file mode 100644 index 5a9c27f5d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_left.json deleted file mode 100644 index 268a95d4c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_pickaxe.json deleted file mode 100644 index a27a61413..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_plus.json deleted file mode 100644 index 39d61ccc6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_right.json deleted file mode 100644 index b73931853..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_sword.json deleted file mode 100644 index 8343809a6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_vertical.json deleted file mode 100644 index 6bc0767d9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_slab.json deleted file mode 100644 index 36f7f89b4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth.json deleted file mode 100644 index 4ab351760..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rhyolite" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick.json deleted file mode 100644 index 8d28073bc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rhyolite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_furnace.json deleted file mode 100644 index 9237a31a0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/rhyolite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_slab.json deleted file mode 100644 index b0939cef0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_stairs.json deleted file mode 100644 index a69f5da42..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rhyolite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_wall.json deleted file mode 100644 index 5e5d49d39..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rhyolite/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_furnace.json deleted file mode 100644 index fea762fae..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/rhyolite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_slab.json deleted file mode 100644 index 1cc70ea05..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_stairs.json deleted file mode 100644 index 00a974f70..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rhyolite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_wall.json deleted file mode 100644 index bd63f8c7e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rhyolite/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_stairs.json deleted file mode 100644 index 015a61e83..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rhyolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_to_stone.json deleted file mode 100644 index 84e156ed6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rhyolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_wall.json deleted file mode 100644 index 8d0f47195..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rhyolite_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rhyolite_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rhyolite_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rhyolite" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt.json deleted file mode 100644 index f97f23bda..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_dust" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick.json deleted file mode 100644 index e519eac16..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rock_salt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_block_polishing.json deleted file mode 100644 index 95e565076..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_furnace.json deleted file mode 100644 index f3f090839..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/rock_salt/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_slab.json deleted file mode 100644 index 6a3b5f9fc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_slab_polishing.json deleted file mode 100644 index a75bcdec3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_slab_recombination.json deleted file mode 100644 index 86f3ce2b4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_stairs.json deleted file mode 100644 index b205f7873..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rock_salt/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_stairs_polishing.json deleted file mode 100644 index 7cf3e70e0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_wall.json deleted file mode 100644 index 2f41c36e9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rock_salt/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_wall_polishing.json deleted file mode 100644 index e901cf38b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_cobblestone.json deleted file mode 100644 index 09185ebb2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rock_salt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_dust.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_dust.json deleted file mode 100644 index 68d623d01..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_dust.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_dust" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_dust" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_furnace.json deleted file mode 100644 index 6bbcab74f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/rock_salt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_brick_slab_recombination.json deleted file mode 100644 index 9b7b239c5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_slab_recombination.json deleted file mode 100644 index df7176c84..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_slabs_to_brick.json deleted file mode 100644 index 9adca6dc1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_stairs_to_brick.json deleted file mode 100644 index 8c57a4f17..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_walls_to_brick.json deleted file mode 100644 index eff7d2ddb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_slab_polishing.json deleted file mode 100644 index d687b4673..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_slab_recombination.json deleted file mode 100644 index 1117e994a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_slabs_to_brick.json deleted file mode 100644 index d4d8d86a3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_stairs_polishing.json deleted file mode 100644 index bfb2114cf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_stairs_to_brick.json deleted file mode 100644 index a7a928eed..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_wall_polishing.json deleted file mode 100644 index cd1215ce0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_walls_to_brick.json deleted file mode 100644 index 91d3d26f5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_axe.json deleted file mode 100644 index 4922a71be..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_blank.json deleted file mode 100644 index 9cca56fbe..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_cross.json deleted file mode 100644 index 93872c295..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_hammer.json deleted file mode 100644 index b91d2aea8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_hoe.json deleted file mode 100644 index 9fd07a1e7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_horizontal.json deleted file mode 100644 index 1209fd367..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_i.json deleted file mode 100644 index 3a3697b39..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_left.json deleted file mode 100644 index 1747f90c4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_pickaxe.json deleted file mode 100644 index eeeabfec7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_plus.json deleted file mode 100644 index 60ced5c98..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_right.json deleted file mode 100644 index 1d6aa88ab..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_sword.json deleted file mode 100644 index d0b0135fa..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_vertical.json deleted file mode 100644 index 6798a1044..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_slab.json deleted file mode 100644 index 4e915e73a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth.json deleted file mode 100644 index befa80079..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rock_salt" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick.json deleted file mode 100644 index d4382964f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rock_salt/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_furnace.json deleted file mode 100644 index 751d4c125..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/rock_salt/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_slab.json deleted file mode 100644 index 63b38190b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_stairs.json deleted file mode 100644 index ed09bd021..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rock_salt/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_wall.json deleted file mode 100644 index c15971d17..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rock_salt/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_furnace.json deleted file mode 100644 index d2cd2209b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/rock_salt/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_slab.json deleted file mode 100644 index 0f536b75c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_stairs.json deleted file mode 100644 index f46d36ec3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rock_salt/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_wall.json deleted file mode 100644 index edddbb972..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rock_salt/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_stairs.json deleted file mode 100644 index c02ec05bd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rock_salt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_to_stone.json deleted file mode 100644 index 278f129b0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_wall.json deleted file mode 100644 index 6342b14d4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rock_salt_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:rock_salt_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rock_salt_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/rock_salt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rocksaltlamp.json b/src/main/resources/data/mineralogy/advancements/recipes/rocksaltlamp.json deleted file mode 100644 index b8cf66cf6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rocksaltlamp.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_ROCK_SALT_LAMPS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:rocksaltlamp" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rocksaltlamp" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rock_salt" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/rocksaltstreetlamp.json b/src/main/resources/data/mineralogy/advancements/recipes/rocksaltstreetlamp.json deleted file mode 100644 index fc36ffef8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/rocksaltstreetlamp.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_ROCK_SALT_LAMPS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:rocksaltstreetlamp" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:rocksaltstreetlamp" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:rocksaltlamp" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_brick.json deleted file mode 100644 index 9cbaaf97e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/schist" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_block_polishing.json deleted file mode 100644 index ddc92176c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_furnace.json deleted file mode 100644 index d1c603f75..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/schist/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_slab.json deleted file mode 100644 index fc844d012..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_slab_polishing.json deleted file mode 100644 index e4ebd1dc0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_slab_recombination.json deleted file mode 100644 index c9cb5cc46..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_stairs.json deleted file mode 100644 index b0931759f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/schist/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_stairs_polishing.json deleted file mode 100644 index cae87fd2e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_wall.json deleted file mode 100644 index a3d5917bc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/schist/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_wall_polishing.json deleted file mode 100644 index 706462a19..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_cobblestone.json deleted file mode 100644 index 27112fe1b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/schist" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_furnace.json deleted file mode 100644 index fc284e61c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/schist" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_brick_slab_recombination.json deleted file mode 100644 index 38f046e15..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_slab_recombination.json deleted file mode 100644 index a255816ca..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_slabs_to_brick.json deleted file mode 100644 index 5a8f0e191..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_stairs_to_brick.json deleted file mode 100644 index 4809b0c00..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_walls_to_brick.json deleted file mode 100644 index 9ca8caab7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_slab_polishing.json deleted file mode 100644 index d8190bd35..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_slab_recombination.json deleted file mode 100644 index b16b3f959..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_slabs_to_brick.json deleted file mode 100644 index 66fa36ba4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_stairs_polishing.json deleted file mode 100644 index da111f0cd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_stairs_to_brick.json deleted file mode 100644 index 9ce3bb8bf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_wall_polishing.json deleted file mode 100644 index b598b5de6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_walls_to_brick.json deleted file mode 100644 index 232363403..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_axe.json deleted file mode 100644 index 1dc708f45..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_blank.json deleted file mode 100644 index 16055add3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_cross.json deleted file mode 100644 index 466157ba2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_hammer.json deleted file mode 100644 index bae276600..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_hoe.json deleted file mode 100644 index fab27fb69..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_horizontal.json deleted file mode 100644 index 4db0ab4b0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_i.json deleted file mode 100644 index 8e517a53c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_left.json deleted file mode 100644 index 3134aab57..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_pickaxe.json deleted file mode 100644 index 8b14c23b3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_plus.json deleted file mode 100644 index 291f60584..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_right.json deleted file mode 100644 index be92d2811..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_sword.json deleted file mode 100644 index 02da44706..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_vertical.json deleted file mode 100644 index e84febaae..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_slab.json deleted file mode 100644 index b02024d6d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth.json deleted file mode 100644 index b5c58c53a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/schist" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick.json deleted file mode 100644 index d0c4d6fb9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/schist/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_furnace.json deleted file mode 100644 index d91142bdf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/schist/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_slab.json deleted file mode 100644 index f2290862f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_stairs.json deleted file mode 100644 index 03d20af53..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/schist/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_wall.json deleted file mode 100644 index 42fa7ecfa..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/schist/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_furnace.json deleted file mode 100644 index 4fb93767d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/schist/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_slab.json deleted file mode 100644 index 47db55386..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_stairs.json deleted file mode 100644 index 83a0ff6f8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/schist/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_wall.json deleted file mode 100644 index e9dac4763..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/schist/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_stairs.json deleted file mode 100644 index 7dbbd4c06..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/schist" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_to_stone.json deleted file mode 100644 index eb9d092fd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:schist" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/schist_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/schist_wall.json deleted file mode 100644 index 403aa047b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/schist_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:schist_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:schist_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/schist" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick.json deleted file mode 100644 index 0e2129c20..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/scoria" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_block_polishing.json deleted file mode 100644 index 05854d246..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_furnace.json deleted file mode 100644 index 235182aba..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/scoria/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_slab.json deleted file mode 100644 index 8492f0e2b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_slab_polishing.json deleted file mode 100644 index 80bbb3ef7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_slab_recombination.json deleted file mode 100644 index c28c59d26..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_stairs.json deleted file mode 100644 index 7f7e6f4e4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/scoria/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_stairs_polishing.json deleted file mode 100644 index ffedb8d0d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_wall.json deleted file mode 100644 index f69a34fdf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/scoria/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_wall_polishing.json deleted file mode 100644 index ddbefd103..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_cobblestone.json deleted file mode 100644 index a5fa4edfb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/scoria" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_furnace.json deleted file mode 100644 index 2cc6e6934..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/scoria" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_brick_slab_recombination.json deleted file mode 100644 index 6f0353842..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_slab_recombination.json deleted file mode 100644 index 7f0f739e6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_slabs_to_brick.json deleted file mode 100644 index dd5a5f44c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_stairs_to_brick.json deleted file mode 100644 index 024717660..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_walls_to_brick.json deleted file mode 100644 index ffef2b736..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_slab_polishing.json deleted file mode 100644 index 2f9e38bf0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_slab_recombination.json deleted file mode 100644 index 62387f0d3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_slabs_to_brick.json deleted file mode 100644 index 2c7b71385..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_stairs_polishing.json deleted file mode 100644 index a6712fce7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_stairs_to_brick.json deleted file mode 100644 index e1b399d92..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_wall_polishing.json deleted file mode 100644 index 8826b797d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_walls_to_brick.json deleted file mode 100644 index 0eb92ddeb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_axe.json deleted file mode 100644 index 52aea2e88..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_blank.json deleted file mode 100644 index bf58afd8d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_cross.json deleted file mode 100644 index e8d1011a5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_hammer.json deleted file mode 100644 index cfbce76a9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_hoe.json deleted file mode 100644 index dd5631d2a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_horizontal.json deleted file mode 100644 index 21eaf06e0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_i.json deleted file mode 100644 index 2b1d4fc60..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_left.json deleted file mode 100644 index 25789b99e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_pickaxe.json deleted file mode 100644 index 8d51f20be..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_plus.json deleted file mode 100644 index 650832433..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_right.json deleted file mode 100644 index 5d6422347..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_sword.json deleted file mode 100644 index 0d7f26e13..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_vertical.json deleted file mode 100644 index ae79a132f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_slab.json deleted file mode 100644 index 060881005..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth.json deleted file mode 100644 index d2dd1aa8a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/scoria" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick.json deleted file mode 100644 index ebd67b2e9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/scoria/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_furnace.json deleted file mode 100644 index e0bb1d85e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/scoria/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_slab.json deleted file mode 100644 index ef3722395..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_stairs.json deleted file mode 100644 index 9345a019a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/scoria/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_wall.json deleted file mode 100644 index 92b626632..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/scoria/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_furnace.json deleted file mode 100644 index ee0db622a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/scoria/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_slab.json deleted file mode 100644 index 382fbc2b2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_stairs.json deleted file mode 100644 index a31242cdd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/scoria/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_wall.json deleted file mode 100644 index 5bafb8527..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/scoria/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_stairs.json deleted file mode 100644 index 9bcee6bd8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/scoria" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_to_stone.json deleted file mode 100644 index 2e1b38733..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:scoria" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/scoria_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/scoria_wall.json deleted file mode 100644 index 623c871b3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/scoria_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:scoria_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:scoria_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/scoria" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_brick.json deleted file mode 100644 index d9dd76a45..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/shale" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_block_polishing.json deleted file mode 100644 index a098fb3f8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_furnace.json deleted file mode 100644 index 40ee5e5e5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/shale/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_slab.json deleted file mode 100644 index 3b8754473..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_slab_polishing.json deleted file mode 100644 index f19284e6e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_slab_recombination.json deleted file mode 100644 index b0e3d5298..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_stairs.json deleted file mode 100644 index 0918ad60e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/shale/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_stairs_polishing.json deleted file mode 100644 index 9e8de25fd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_wall.json deleted file mode 100644 index ca621ba08..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/shale/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_wall_polishing.json deleted file mode 100644 index b2ed8fda9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_cobblestone.json deleted file mode 100644 index d667e1479..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/shale" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_furnace.json deleted file mode 100644 index 73a3bf684..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/shale" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_brick_slab_recombination.json deleted file mode 100644 index ae75d8c69..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_slab_recombination.json deleted file mode 100644 index 30aab12db..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_slabs_to_brick.json deleted file mode 100644 index d98fb660a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_stairs_to_brick.json deleted file mode 100644 index 4eaa7eb1d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_walls_to_brick.json deleted file mode 100644 index c9d0e9b7e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_slab_polishing.json deleted file mode 100644 index e5a36a7c9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_slab_recombination.json deleted file mode 100644 index 49e66cc88..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_slabs_to_brick.json deleted file mode 100644 index de52008ce..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_stairs_polishing.json deleted file mode 100644 index 3f9c8d2b9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_stairs_to_brick.json deleted file mode 100644 index ae90414dc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_wall_polishing.json deleted file mode 100644 index 8924b13cd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_walls_to_brick.json deleted file mode 100644 index 8be736d5b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_axe.json deleted file mode 100644 index a721de4d2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_blank.json deleted file mode 100644 index 9950abef4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_cross.json deleted file mode 100644 index 0efbc9941..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_hammer.json deleted file mode 100644 index fdf9096c7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_hoe.json deleted file mode 100644 index edce5e4ed..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_horizontal.json deleted file mode 100644 index 978d395b9..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_i.json deleted file mode 100644 index 20e3c8c1b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_left.json deleted file mode 100644 index 4e5b3e1f4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_pickaxe.json deleted file mode 100644 index 26e0983ad..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_plus.json deleted file mode 100644 index 69ef568d6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_right.json deleted file mode 100644 index 2cc4d2749..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_sword.json deleted file mode 100644 index ed22c89a4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_vertical.json deleted file mode 100644 index 45545a1e8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_slab.json deleted file mode 100644 index 705a63334..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth.json deleted file mode 100644 index 05e5c4059..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/shale" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick.json deleted file mode 100644 index 3ac6b1f59..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/shale/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_furnace.json deleted file mode 100644 index 8abf32970..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/shale/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_slab.json deleted file mode 100644 index 651d8219b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_stairs.json deleted file mode 100644 index d7f6f0d8b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/shale/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_wall.json deleted file mode 100644 index 9f1c044f6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/shale/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_furnace.json deleted file mode 100644 index ed39815b5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/shale/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_slab.json deleted file mode 100644 index c5f646979..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_stairs.json deleted file mode 100644 index 1c9803914..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/shale/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_wall.json deleted file mode 100644 index 4cbfdeac2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/shale/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_stairs.json deleted file mode 100644 index 1decb22e6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/shale" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_to_stone.json deleted file mode 100644 index f7d7649c7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:shale" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/shale_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/shale_wall.json deleted file mode 100644 index 29c8ff7c6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/shale_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:shale_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:shale_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/shale" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick.json deleted file mode 100644 index 6dba4f934..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/siltstone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_block_polishing.json deleted file mode 100644 index 168a47173..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_furnace.json deleted file mode 100644 index a32c5f426..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/siltstone/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_slab.json deleted file mode 100644 index 2b0a14f56..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_slab_polishing.json deleted file mode 100644 index 3002df662..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_slab_recombination.json deleted file mode 100644 index e08aa61f7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_stairs.json deleted file mode 100644 index b6b4c1183..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/siltstone/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_stairs_polishing.json deleted file mode 100644 index 21f13c317..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_wall.json deleted file mode 100644 index 2885de4f0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/siltstone/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_wall_polishing.json deleted file mode 100644 index ef59c8cd2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_cobblestone.json deleted file mode 100644 index 7a4d76720..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/siltstone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_furnace.json deleted file mode 100644 index 8977e5397..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/siltstone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_brick_slab_recombination.json deleted file mode 100644 index 28e84a769..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_slab_recombination.json deleted file mode 100644 index 6697a572b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_slabs_to_brick.json deleted file mode 100644 index 0fa401eaf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_stairs_to_brick.json deleted file mode 100644 index 4da7bcf67..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_walls_to_brick.json deleted file mode 100644 index c7610457c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_slab_polishing.json deleted file mode 100644 index 397f9924f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_slab_recombination.json deleted file mode 100644 index 4ef25858f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_slabs_to_brick.json deleted file mode 100644 index 0dfd226f1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_stairs_polishing.json deleted file mode 100644 index dc3680803..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_stairs_to_brick.json deleted file mode 100644 index 05acf4b62..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_wall_polishing.json deleted file mode 100644 index c0bd11d81..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_walls_to_brick.json deleted file mode 100644 index 36243e59c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_axe.json deleted file mode 100644 index fbee535df..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_blank.json deleted file mode 100644 index 23da5f3fd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_cross.json deleted file mode 100644 index ea6dc883e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_hammer.json deleted file mode 100644 index c756142ce..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_hoe.json deleted file mode 100644 index 6b6f99ed4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_horizontal.json deleted file mode 100644 index 4ccc4ba5b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_i.json deleted file mode 100644 index a49321cb7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_left.json deleted file mode 100644 index 89687107b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_pickaxe.json deleted file mode 100644 index 195a3caa1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_plus.json deleted file mode 100644 index 15bfcfd7d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_right.json deleted file mode 100644 index 92f3e4584..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_sword.json deleted file mode 100644 index 3f2d9b6ed..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_vertical.json deleted file mode 100644 index 95ef473cf..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_slab.json deleted file mode 100644 index e1e19c41c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth.json deleted file mode 100644 index d17230c40..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/siltstone" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick.json deleted file mode 100644 index 6e2c256c7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/siltstone/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_furnace.json deleted file mode 100644 index f38f06320..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/siltstone/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_slab.json deleted file mode 100644 index 791d68bf7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_stairs.json deleted file mode 100644 index 58548d76b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/siltstone/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_wall.json deleted file mode 100644 index ea448fe65..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/siltstone/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_furnace.json deleted file mode 100644 index a07b1edb3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/siltstone/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_slab.json deleted file mode 100644 index 3973983b0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_stairs.json deleted file mode 100644 index 8a7ec8e03..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/siltstone/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_wall.json deleted file mode 100644 index 5b83aadf0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/siltstone/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_stairs.json deleted file mode 100644 index cc7e19f63..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/siltstone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_to_stone.json deleted file mode 100644 index c8d79b669..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:siltstone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/siltstone_wall.json deleted file mode 100644 index 9e87cdf74..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/siltstone_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:siltstone_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:siltstone_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/siltstone" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_brick.json deleted file mode 100644 index e2311a49b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/slate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_block_polishing.json deleted file mode 100644 index 8318b84c3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_furnace.json deleted file mode 100644 index c46c24538..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/slate/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_slab.json deleted file mode 100644 index a705dd331..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_slab_polishing.json deleted file mode 100644 index 229445123..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_slab_recombination.json deleted file mode 100644 index 081eba22e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_stairs.json deleted file mode 100644 index 26d6d0c67..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/slate/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_stairs_polishing.json deleted file mode 100644 index 325ad9ce7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_wall.json deleted file mode 100644 index e11279b82..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/slate/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_wall_polishing.json deleted file mode 100644 index b821d23c8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_cobblestone.json deleted file mode 100644 index 8950ce346..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/slate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_furnace.json deleted file mode 100644 index 6f52eb4fa..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/slate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_brick_slab_recombination.json deleted file mode 100644 index b3143b115..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_slab_recombination.json deleted file mode 100644 index fe1c4b35b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_slabs_to_brick.json deleted file mode 100644 index e9e509739..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_stairs_to_brick.json deleted file mode 100644 index b70c155e8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_walls_to_brick.json deleted file mode 100644 index 138ec0d87..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_slab_polishing.json deleted file mode 100644 index c93757f43..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_slab_recombination.json deleted file mode 100644 index 6b035e593..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_slabs_to_brick.json deleted file mode 100644 index 7e6c34086..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_stairs_polishing.json deleted file mode 100644 index f88d0d4eb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_stairs_to_brick.json deleted file mode 100644 index b6945b55a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_wall_polishing.json deleted file mode 100644 index 8d5902acc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_walls_to_brick.json deleted file mode 100644 index bd9640a4e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_axe.json deleted file mode 100644 index 06bbf4698..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_blank.json deleted file mode 100644 index bdf90d850..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_cross.json deleted file mode 100644 index 6a8b91a2d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_hammer.json deleted file mode 100644 index c060e6954..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_hoe.json deleted file mode 100644 index f24e90e1e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_horizontal.json deleted file mode 100644 index f688d36aa..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_i.json deleted file mode 100644 index 20f3d0cb6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_left.json deleted file mode 100644 index a6ce7fd2a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_pickaxe.json deleted file mode 100644 index 7039403e2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_plus.json deleted file mode 100644 index 5db141ca6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_right.json deleted file mode 100644 index 7ac9b6f17..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_sword.json deleted file mode 100644 index 094912948..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_vertical.json deleted file mode 100644 index 2a39e3c5e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_slab.json deleted file mode 100644 index 25d45f91c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth.json deleted file mode 100644 index 4c83bde2a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/slate" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick.json deleted file mode 100644 index 0c22ac7ec..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/slate/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_furnace.json deleted file mode 100644 index c50562f58..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/slate/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_slab.json deleted file mode 100644 index 26a345f5f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_stairs.json deleted file mode 100644 index 82970ed14..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/slate/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_wall.json deleted file mode 100644 index 349cb78ac..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/slate/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_furnace.json deleted file mode 100644 index 36a963cc7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/slate/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_slab.json deleted file mode 100644 index 08e66e98c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate_smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_stairs.json deleted file mode 100644 index edbe5adc1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/slate/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_wall.json deleted file mode 100644 index 61690d2db..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/slate/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_stairs.json deleted file mode 100644 index 4019938fb..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/slate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_to_stone.json deleted file mode 100644 index 9b457d186..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:slate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/slate_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/slate_wall.json deleted file mode 100644 index 3ad1d6bb6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/slate_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:slate_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:slate_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/slate" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/sulfur_block.json b/src/main/resources/data/mineralogy/advancements/recipes/sulfur_block.json deleted file mode 100644 index a0fbee648..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/sulfur_block.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:sulfur_block" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:sulfur_block" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:sulfur_dust" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/sulfur_dust.json b/src/main/resources/data/mineralogy/advancements/recipes/sulfur_dust.json deleted file mode 100644 index 115a4a845..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/sulfur_dust.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "rewards": { - "recipes": [ - "mineralogy:sulfur_dust" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:sulfur_dust" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:sulfur_block" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick.json deleted file mode 100644 index b5cde0231..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_block_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_block_polishing.json deleted file mode 100644 index e1cb5c157..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_block_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_brick_block_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_brick_block_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_brick" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_furnace.json deleted file mode 100644 index 315a1363c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/tuff/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_slab.json deleted file mode 100644 index 3c82b86ed..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_slab_polishing.json deleted file mode 100644 index 7d90ae93a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_brick_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_brick_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_brick_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_slab_recombination.json deleted file mode 100644 index 00f39494a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_stairs.json deleted file mode 100644 index dc3210609..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_stairs_polishing.json deleted file mode 100644 index c7fe2d11f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_brick_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_brick_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_brick_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_wall.json deleted file mode 100644 index c73a12cd2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff/brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_wall_polishing.json deleted file mode 100644 index 23a42fc50..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_brick_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_brick_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_brick_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_brick_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_cobblestone.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_cobblestone.json deleted file mode 100644 index 24b6cc9e7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_cobblestone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_cobblestone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_cobblestone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_furnace.json deleted file mode 100644 index 6501ecb8b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/tuff" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_brick_slab_recombination.json deleted file mode 100644 index 9dfe1c47b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_brick_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_polished_brick_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_polished_brick_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_smooth_brick_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_slab_recombination.json deleted file mode 100644 index 82370c4bc..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_polished_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_polished_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_slabs_to_brick.json deleted file mode 100644 index 9cd954069..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_polished_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_polished_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_smooth_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_stairs_to_brick.json deleted file mode 100644 index 1a7a8fca6..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_polished_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_polished_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_smooth_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_walls_to_brick.json deleted file mode 100644 index b9d285c8e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_polished_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_polished_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_polished_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_smooth_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_slab_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_slab_polishing.json deleted file mode 100644 index 186165b3a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_slab_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_raw_slab_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_raw_slab_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_slab" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_slab_recombination.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_slab_recombination.json deleted file mode 100644 index 2107ee6d7..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_slab_recombination.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_raw_slab_recombination" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_raw_slab_recombination" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_slabs_to_brick.json deleted file mode 100644 index a4e963ff5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_slabs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_raw_slabs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_raw_slabs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_slab" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_stairs_polishing.json deleted file mode 100644 index c3739f3d4..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_stairs_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_raw_stairs_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_raw_stairs_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_stairs" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_stairs_to_brick.json deleted file mode 100644 index 46cd8a893..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_stairs_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_raw_stairs_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_raw_stairs_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_stairs" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_wall_polishing.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_wall_polishing.json deleted file mode 100644 index e3c45f5fd..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_wall_polishing.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_raw_wall_polishing" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_raw_wall_polishing" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_wall" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - }, - "has_red_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:red_sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand", - "has_red_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_walls_to_brick.json deleted file mode 100644 index 1a3257bca..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_raw_walls_to_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_raw_walls_to_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_raw_walls_to_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_wall" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_axe.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_axe.json deleted file mode 100644 index 779df8034..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_axe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_axe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_axe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_blank.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_blank.json deleted file mode 100644 index 2032875a2..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_blank.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_blank" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_blank" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_cross.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_cross.json deleted file mode 100644 index 1aacec9d0..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_cross.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_cross" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_cross" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_hammer.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_hammer.json deleted file mode 100644 index 2f214ed72..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_hammer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_hammer" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_hammer" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_hoe.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_hoe.json deleted file mode 100644 index 4523fc20e..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_hoe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_hoe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_hoe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_horizontal.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_horizontal.json deleted file mode 100644 index 79146bb64..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_horizontal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_horizontal" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_horizontal" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_i.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_i.json deleted file mode 100644 index 7caf0cd8d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_i.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_i" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_i" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_left.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_left.json deleted file mode 100644 index 09228eef5..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_left.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_left" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_left" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_pickaxe.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_pickaxe.json deleted file mode 100644 index d6303781b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_pickaxe.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_pickaxe" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_pickaxe" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_plus.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_plus.json deleted file mode 100644 index 4e3e30aff..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_plus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_plus" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_plus" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_right.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_right.json deleted file mode 100644 index 68be2ef6f..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_right.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_right" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_right" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_relief_left" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_sword.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_sword.json deleted file mode 100644 index f291a6e10..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_sword.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_sword" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_sword" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_vertical.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_vertical.json deleted file mode 100644 index 2bbbf037d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_relief_vertical.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_relief_vertical" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_relief_vertical" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_relief_blank" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_slab.json deleted file mode 100644 index 4922f5283..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth.json deleted file mode 100644 index b94f8484c..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_smooth" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_smooth" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff" - } - ] - } - }, - "has_sand": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:sand" - ] - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ], - [ - "has_the_recipe", - "has_sand" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick.json deleted file mode 100644 index ffda4fe51..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_smooth_brick" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_smooth_brick" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_furnace.json deleted file mode 100644 index 3d7419b5b..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_smooth_brick_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_smooth_brick_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/tuff/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_slab.json deleted file mode 100644 index 17c1756a1..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_smooth_brick_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_smooth_brick_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff_smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_stairs.json deleted file mode 100644 index 363d02c19..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_smooth_brick_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_smooth_brick_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_wall.json deleted file mode 100644 index f44505322..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_brick_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_smooth_brick_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_smooth_brick_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff/smooth_brick" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_furnace.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_furnace.json deleted file mode 100644 index df649753d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_furnace.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_smooth_furnace" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_smooth_furnace" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:slabs/tuff/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_slab.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_slab.json deleted file mode 100644 index 60d2bfe5a..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_smooth_slab" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_smooth_slab" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_stairs.json deleted file mode 100644 index 1c989a3e8..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_smooth_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_smooth_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_wall.json deleted file mode 100644 index 1d205c05d..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_smooth_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_smooth_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_smooth_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff/smooth" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_stairs.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_stairs.json deleted file mode 100644 index 19069c964..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_stairs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_stairs" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_stairs" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_to_stone.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_to_stone.json deleted file mode 100644 index 0047fb625..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_to_stone.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_to_stone" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_to_stone" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "mineralogy:tuff" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/advancements/recipes/tuff_wall.json b/src/main/resources/data/mineralogy/advancements/recipes/tuff_wall.json deleted file mode 100644 index 069b772b3..000000000 --- a/src/main/resources/data/mineralogy/advancements/recipes/tuff_wall.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "rewards": { - "recipes": [ - "mineralogy:tuff_wall" - ] - }, - "criteria": { - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "mineralogy:tuff_wall" - } - }, - "has_rock": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": "#mineralogy:stones/tuff" - } - ] - } - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rock" - ] - ], - "sends_telemetry_event": false -} diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/amphibolite_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/amphibolite_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/andesite_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/andesite_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/andesite_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/andesite_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basalt_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/basalt_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basalt_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basalt_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/basaltic_glass_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/basaltic_glass_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/chalk.json b/src/main/resources/data/mineralogy/loot_table/blocks/chalk.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/chalk.json rename to src/main/resources/data/mineralogy/loot_table/blocks/chalk.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/chert.json b/src/main/resources/data/mineralogy/loot_table/blocks/chert.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/chert.json rename to src/main/resources/data/mineralogy/loot_table/blocks/chert.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/conglomerate_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/conglomerate_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diabase_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/diabase_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diabase_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diabase_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/diorite_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/diorite_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/diorite_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/diorite_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/dolomite_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/dolomite_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/dolomite_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_black.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_black.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_black.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_black.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_blue.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_blue.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_blue.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_blue.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_brown.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_brown.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_brown.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_brown.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_cyan.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_cyan.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_cyan.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_cyan.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_gray.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_gray.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_gray.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_gray.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_green.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_green.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_green.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_green.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_light_blue.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_light_blue.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_light_blue.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_light_blue.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_lime.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_lime.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_lime.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_lime.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_magenta.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_magenta.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_magenta.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_magenta.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_orange.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_orange.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_orange.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_orange.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_pink.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_pink.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_pink.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_pink.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_purple.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_purple.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_purple.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_purple.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_red.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_red.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_red.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_red.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_silver.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_silver.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_silver.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_silver.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_white.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_white.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_white.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_white.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/drywall_yellow.json b/src/main/resources/data/mineralogy/loot_table/blocks/drywall_yellow.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/drywall_yellow.json rename to src/main/resources/data/mineralogy/loot_table/blocks/drywall_yellow.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/gabbro_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gabbro_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gabbro_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/gneiss_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gneiss_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gneiss_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/granite_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/granite_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/granite_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/granite_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/gypsum.json b/src/main/resources/data/mineralogy/loot_table/blocks/gypsum.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/gypsum.json rename to src/main/resources/data/mineralogy/loot_table/blocks/gypsum.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/hornfels_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/hornfels_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/hornfels_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/limestone_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/limestone_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/limestone_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/limestone_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/marble_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/marble_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/marble_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/marble_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/nitrate_block.json b/src/main/resources/data/mineralogy/loot_table/blocks/nitrate_block.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/nitrate_block.json rename to src/main/resources/data/mineralogy/loot_table/blocks/nitrate_block.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/nitrate_ore.json b/src/main/resources/data/mineralogy/loot_table/blocks/nitrate_ore.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/nitrate_ore.json rename to src/main/resources/data/mineralogy/loot_table/blocks/nitrate_ore.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/novaculite_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/novaculite_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/novaculite_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pegmatite_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pegmatite_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/peridotite_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/peridotite_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/peridotite_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phosphorous_block.json b/src/main/resources/data/mineralogy/loot_table/blocks/phosphorous_block.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phosphorous_block.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phosphorous_block.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phosphorous_ore.json b/src/main/resources/data/mineralogy/loot_table/blocks/phosphorous_ore.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phosphorous_ore.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phosphorous_ore.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/phyllite_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/phyllite_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/phyllite_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/pumice.json b/src/main/resources/data/mineralogy/loot_table/blocks/pumice.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/pumice.json rename to src/main/resources/data/mineralogy/loot_table/blocks/pumice.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/quartzite_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/quartzite_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/quartzite_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rhyolite_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rhyolite_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rock_salt_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rock_salt_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rocksaltlamp.json b/src/main/resources/data/mineralogy/loot_table/blocks/rocksaltlamp.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rocksaltlamp.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rocksaltlamp.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/rocksaltstreetlamp.json b/src/main/resources/data/mineralogy/loot_table/blocks/rocksaltstreetlamp.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/rocksaltstreetlamp.json rename to src/main/resources/data/mineralogy/loot_table/blocks/rocksaltstreetlamp.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/schist_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/schist_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/schist_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/schist_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/scoria_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/scoria_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/scoria_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/scoria_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/shale_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/shale_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/shale_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/shale_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/siltstone_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/siltstone_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/siltstone_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/slate_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/slate_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/slate_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/slate_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/sulfur_block.json b/src/main/resources/data/mineralogy/loot_table/blocks/sulfur_block.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/sulfur_block.json rename to src/main/resources/data/mineralogy/loot_table/blocks/sulfur_block.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/sulfur_ore.json b/src/main/resources/data/mineralogy/loot_table/blocks/sulfur_ore.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/sulfur_ore.json rename to src/main/resources/data/mineralogy/loot_table/blocks/sulfur_ore.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_axe.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_axe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_axe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_axe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_blank.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_blank.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_blank.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_blank.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_cross.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_cross.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_cross.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_cross.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_hammer.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_hammer.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_hammer.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_hammer.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_hoe.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_hoe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_hoe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_hoe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_horizontal.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_horizontal.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_horizontal.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_horizontal.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_i.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_i.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_i.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_i.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_left.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_left.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_left.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_left.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_pickaxe.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_pickaxe.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_pickaxe.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_pickaxe.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_plus.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_plus.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_plus.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_plus.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_right.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_right.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_right.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_right.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_sword.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_sword.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_sword.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_sword.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_vertical.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_vertical.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_relief_vertical.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_relief_vertical.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_brick.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_brick.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_brick.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_brick.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_brick_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_brick_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_brick_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_brick_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_brick_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_brick_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_brick_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_brick_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_brick_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_brick_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_brick_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_brick_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_brick_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_brick_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_furnace.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_furnace.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_furnace.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_furnace.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_slab.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_slab.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_slab.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_slab.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_smooth_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_smooth_wall.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_stairs.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_stairs.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_stairs.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_stairs.json diff --git a/src/main/resources/data/mineralogy/loot_tables/blocks/tuff_wall.json b/src/main/resources/data/mineralogy/loot_table/blocks/tuff_wall.json similarity index 100% rename from src/main/resources/data/mineralogy/loot_tables/blocks/tuff_wall.json rename to src/main/resources/data/mineralogy/loot_table/blocks/tuff_wall.json diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_brick.json b/src/main/resources/data/mineralogy/recipe/amphibolite_brick.json new file mode 100644 index 000000000..6cfc2ce68 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/amphibolite" + } + }, + "result": { + "id": "mineralogy:amphibolite_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_block_polishing.json new file mode 100644 index 000000000..ba179462e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:amphibolite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_furnace.json new file mode 100644 index 000000000..498183973 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/amphibolite/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:amphibolite_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_brick_slab.json b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_slab.json new file mode 100644 index 000000000..e16623334 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_brick" + } + }, + "result": { + "id": "mineralogy:amphibolite_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_slab_polishing.json new file mode 100644 index 000000000..a04437b85 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:amphibolite_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_slab_recombination.json new file mode 100644 index 000000000..395ab4033 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_brick_slab" + }, + { + "item": "mineralogy:amphibolite_brick_slab" + } + ], + "result": { + "id": "mineralogy:amphibolite_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_stairs.json new file mode 100644 index 000000000..8115ef3e5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/amphibolite/brick" + } + }, + "result": { + "id": "mineralogy:amphibolite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_stairs_polishing.json new file mode 100644 index 000000000..a2e29ce4a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:amphibolite_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_brick_wall.json b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_wall.json new file mode 100644 index 000000000..aba0f870a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/amphibolite/brick" + } + }, + "result": { + "id": "mineralogy:amphibolite_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_wall_polishing.json new file mode 100644 index 000000000..79e6081c5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:amphibolite_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_cobblestone.json b/src/main/resources/data/mineralogy/recipe/amphibolite_cobblestone.json new file mode 100644 index 000000000..7fd697aaa --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/amphibolite" + }, + { + "tag": "mineralogy:stones/amphibolite" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_furnace.json b/src/main/resources/data/mineralogy/recipe/amphibolite_furnace.json new file mode 100644 index 000000000..ddbb7e77f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/amphibolite" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:amphibolite_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/amphibolite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..2e89c7c84 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_smooth_brick_slab" + }, + { + "item": "mineralogy:amphibolite_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:amphibolite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/amphibolite_polished_slab_recombination.json new file mode 100644 index 000000000..9d5cfc8ba --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_smooth_slab" + }, + { + "item": "mineralogy:amphibolite_smooth_slab" + } + ], + "result": { + "id": "mineralogy:amphibolite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/amphibolite_polished_slabs_to_brick.json new file mode 100644 index 000000000..4d0dac491 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_smooth_slab" + } + }, + "result": { + "id": "mineralogy:amphibolite_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/amphibolite_polished_stairs_to_brick.json new file mode 100644 index 000000000..71586be30 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:amphibolite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/amphibolite_polished_walls_to_brick.json new file mode 100644 index 000000000..65fbb4ae6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_smooth_wall" + } + }, + "result": { + "id": "mineralogy:amphibolite_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_slab_polishing.json new file mode 100644 index 000000000..189c08a71 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:amphibolite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_slab_recombination.json new file mode 100644 index 000000000..a835731e1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_slab" + }, + { + "item": "mineralogy:amphibolite_slab" + } + ], + "result": { + "id": "mineralogy:amphibolite", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_slabs_to_brick.json new file mode 100644 index 000000000..ed155c317 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_slab" + } + }, + "result": { + "id": "mineralogy:amphibolite_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_stairs_polishing.json new file mode 100644 index 000000000..392550124 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:amphibolite_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_stairs_to_brick.json new file mode 100644 index 000000000..b21215424 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_stairs" + } + }, + "result": { + "id": "mineralogy:amphibolite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_wall_polishing.json new file mode 100644 index 000000000..e8dc6a997 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:amphibolite_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_walls_to_brick.json new file mode 100644 index 000000000..9457f6917 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_wall" + } + }, + "result": { + "id": "mineralogy:amphibolite_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_axe.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_axe.json new file mode 100644 index 000000000..2af13343a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:amphibolite_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_blank.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_blank.json new file mode 100644 index 000000000..5bf0e224f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_smooth" + } + }, + "result": { + "id": "mineralogy:amphibolite_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_cross.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_cross.json new file mode 100644 index 000000000..7ff38d799 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:amphibolite_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_hammer.json new file mode 100644 index 000000000..a6267bfa9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:amphibolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:amphibolite_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_hoe.json new file mode 100644 index 000000000..3c2aeadfa --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:amphibolite_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_horizontal.json new file mode 100644 index 000000000..1a2848bb1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:amphibolite_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_i.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_i.json new file mode 100644 index 000000000..3b1e98b46 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:amphibolite_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_left.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_left.json new file mode 100644 index 000000000..10d144403 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:amphibolite_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_pickaxe.json new file mode 100644 index 000000000..8d4228b53 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:amphibolite_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_plus.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_plus.json new file mode 100644 index 000000000..55ac1cccc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:amphibolite_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_right.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_right.json new file mode 100644 index 000000000..8afa8b8c7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_relief_left" + }, + { + "item": "mineralogy:amphibolite_relief_left" + } + ], + "result": { + "id": "mineralogy:amphibolite_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_sword.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_sword.json new file mode 100644 index 000000000..afb1ffa0d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "mineralogy:amphibolite_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:amphibolite_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_vertical.json new file mode 100644 index 000000000..53dd3ac8b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:amphibolite_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_slab.json b/src/main/resources/data/mineralogy/recipe/amphibolite_slab.json new file mode 100644 index 000000000..6f4dd5dc8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite" + } + }, + "result": { + "id": "mineralogy:amphibolite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_smooth.json b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth.json new file mode 100644 index 000000000..d4a229f57 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/amphibolite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:amphibolite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick.json new file mode 100644 index 000000000..48c08253f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/amphibolite/smooth" + } + }, + "result": { + "id": "mineralogy:amphibolite_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_furnace.json new file mode 100644 index 000000000..ba8503c1c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/amphibolite/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:amphibolite_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_slab.json new file mode 100644 index 000000000..bd3614ce3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_smooth_brick" + } + }, + "result": { + "id": "mineralogy:amphibolite_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_stairs.json new file mode 100644 index 000000000..771c799f4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/amphibolite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:amphibolite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_wall.json new file mode 100644 index 000000000..bfc43655c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/amphibolite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:amphibolite_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_furnace.json new file mode 100644 index 000000000..195e645ee --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/amphibolite/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:amphibolite_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_slab.json new file mode 100644 index 000000000..942b210be --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:amphibolite_smooth" + } + }, + "result": { + "id": "mineralogy:amphibolite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_stairs.json new file mode 100644 index 000000000..8b71d4793 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/amphibolite/smooth" + } + }, + "result": { + "id": "mineralogy:amphibolite_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_wall.json new file mode 100644 index 000000000..fb33d3ca1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/amphibolite/smooth" + } + }, + "result": { + "id": "mineralogy:amphibolite_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_stairs.json b/src/main/resources/data/mineralogy/recipe/amphibolite_stairs.json new file mode 100644 index 000000000..b397a841d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/amphibolite" + } + }, + "result": { + "id": "mineralogy:amphibolite_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_to_stone.json b/src/main/resources/data/mineralogy/recipe/amphibolite_to_stone.json new file mode 100644 index 000000000..17edeb70b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:amphibolite" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/amphibolite_wall.json b/src/main/resources/data/mineralogy/recipe/amphibolite_wall.json new file mode 100644 index 000000000..fe9cc55a1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/amphibolite_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/amphibolite" + } + }, + "result": { + "id": "mineralogy:amphibolite_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_brick.json b/src/main/resources/data/mineralogy/recipe/andesite_brick.json new file mode 100644 index 000000000..859110c3f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/andesite" + } + }, + "result": { + "id": "mineralogy:andesite_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/andesite_brick_block_polishing.json new file mode 100644 index 000000000..b7081689f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:andesite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/andesite_brick_furnace.json new file mode 100644 index 000000000..ec98c2f0a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/andesite/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:andesite_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_brick_slab.json b/src/main/resources/data/mineralogy/recipe/andesite_brick_slab.json new file mode 100644 index 000000000..5859d7c1d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:andesite_brick" + } + }, + "result": { + "id": "mineralogy:andesite_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/andesite_brick_slab_polishing.json new file mode 100644 index 000000000..ccd8aa176 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:andesite_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/andesite_brick_slab_recombination.json new file mode 100644 index 000000000..26eaee806 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_brick_slab" + }, + { + "item": "mineralogy:andesite_brick_slab" + } + ], + "result": { + "id": "mineralogy:andesite_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/andesite_brick_stairs.json new file mode 100644 index 000000000..e96fec8bb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/andesite/brick" + } + }, + "result": { + "id": "mineralogy:andesite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/andesite_brick_stairs_polishing.json new file mode 100644 index 000000000..c22a05ec1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:andesite_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_brick_wall.json b/src/main/resources/data/mineralogy/recipe/andesite_brick_wall.json new file mode 100644 index 000000000..5bd2e2dc3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/andesite/brick" + } + }, + "result": { + "id": "mineralogy:andesite_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/andesite_brick_wall_polishing.json new file mode 100644 index 000000000..d084eacf6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:andesite_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_cobblestone.json b/src/main/resources/data/mineralogy/recipe/andesite_cobblestone.json new file mode 100644 index 000000000..6ade4dd7f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/andesite" + }, + { + "tag": "mineralogy:stones/andesite" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_furnace.json b/src/main/resources/data/mineralogy/recipe/andesite_furnace.json new file mode 100644 index 000000000..8dc5d2d24 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/andesite" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:andesite_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/andesite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..19807e073 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_smooth_brick_slab" + }, + { + "item": "mineralogy:andesite_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:andesite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/andesite_polished_slab_recombination.json new file mode 100644 index 000000000..18820b4dc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_smooth_slab" + }, + { + "item": "mineralogy:andesite_smooth_slab" + } + ], + "result": { + "id": "mineralogy:andesite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/andesite_polished_slabs_to_brick.json new file mode 100644 index 000000000..c2147efbe --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:andesite_smooth_slab" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/andesite_polished_stairs_to_brick.json new file mode 100644 index 000000000..db1a79ba2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:andesite_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/andesite_polished_walls_to_brick.json new file mode 100644 index 000000000..2f6cc1dca --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:andesite_smooth_wall" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/andesite_raw_slab_polishing.json new file mode 100644 index 000000000..a95b23798 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:andesite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/andesite_raw_slab_recombination.json new file mode 100644 index 000000000..7520db369 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_slab" + }, + { + "item": "mineralogy:andesite_slab" + } + ], + "result": { + "id": "mineralogy:andesite", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/andesite_raw_slabs_to_brick.json new file mode 100644 index 000000000..2fc26d0fe --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:andesite_slab" + } + }, + "result": { + "id": "mineralogy:andesite_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/andesite_raw_stairs_polishing.json new file mode 100644 index 000000000..543aafaf7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:andesite_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/andesite_raw_stairs_to_brick.json new file mode 100644 index 000000000..a8d40a4d6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:andesite_stairs" + } + }, + "result": { + "id": "mineralogy:andesite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/andesite_raw_wall_polishing.json new file mode 100644 index 000000000..10900f443 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:andesite_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/andesite_raw_walls_to_brick.json new file mode 100644 index 000000000..e42923e90 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:andesite_wall" + } + }, + "result": { + "id": "mineralogy:andesite_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_axe.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_axe.json new file mode 100644 index 000000000..b209f080f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:andesite_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_blank.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_blank.json new file mode 100644 index 000000000..53801ab0c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/andesite/smooth" + } + }, + "result": { + "id": "mineralogy:andesite_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_cross.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_cross.json new file mode 100644 index 000000000..5f14ccf2b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:andesite_relief_blank" + } + }, + "result": { + "id": "mineralogy:andesite_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_hammer.json new file mode 100644 index 000000000..e3d1ea762 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:andesite_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:andesite_relief_blank" + } + }, + "result": { + "id": "mineralogy:andesite_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_hoe.json new file mode 100644 index 000000000..5b00b85fb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:andesite_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_horizontal.json new file mode 100644 index 000000000..e1b250058 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:andesite_relief_blank" + } + }, + "result": { + "id": "mineralogy:andesite_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_i.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_i.json new file mode 100644 index 000000000..4191adb98 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:andesite_relief_blank" + } + }, + "result": { + "id": "mineralogy:andesite_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_left.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_left.json new file mode 100644 index 000000000..c7488e34b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:andesite_relief_blank" + } + }, + "result": { + "id": "mineralogy:andesite_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_pickaxe.json new file mode 100644 index 000000000..738ebf435 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:andesite_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_plus.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_plus.json new file mode 100644 index 000000000..bcba6e0d7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:andesite_relief_blank" + } + }, + "result": { + "id": "mineralogy:andesite_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_right.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_right.json new file mode 100644 index 000000000..6a9f32d5e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_relief_left" + }, + { + "item": "mineralogy:andesite_relief_left" + } + ], + "result": { + "id": "mineralogy:andesite_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_sword.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_sword.json new file mode 100644 index 000000000..9281ada8f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "mineralogy:andesite_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:andesite_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/andesite_relief_vertical.json new file mode 100644 index 000000000..c4544fe81 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:andesite_relief_blank" + } + }, + "result": { + "id": "mineralogy:andesite_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_slab.json b/src/main/resources/data/mineralogy/recipe/andesite_slab.json new file mode 100644 index 000000000..d3c3de9c3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:andesite" + } + }, + "result": { + "id": "mineralogy:andesite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipe/andesite_slab_from_vanilla.json new file mode 100644 index 000000000..f69232d25 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_slab_from_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:andesite_slab" + } + ], + "result": { + "id": "mineralogy:andesite_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipe/andesite_slab_to_vanilla.json new file mode 100644 index 000000000..004bd7fa7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_slab_to_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_slab" + } + ], + "result": { + "id": "minecraft:andesite_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_smooth.json b/src/main/resources/data/mineralogy/recipe/andesite_smooth.json new file mode 100644 index 000000000..7ac4a9c7c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:andesite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick.json new file mode 100644 index 000000000..34997ace0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/andesite/smooth" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_furnace.json new file mode 100644 index 000000000..3b1421ff0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/andesite/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_slab.json new file mode 100644 index 000000000..74e7558a6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:andesite_smooth_brick" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_stairs.json new file mode 100644 index 000000000..b944b7851 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/andesite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_wall.json new file mode 100644 index 000000000..c15b159f7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/andesite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/andesite_smooth_furnace.json new file mode 100644 index 000000000..90cf334d8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/andesite/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/andesite_smooth_slab.json new file mode 100644 index 000000000..376eb77e3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:andesite_smooth" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipe/andesite_smooth_slab_from_vanilla.json new file mode 100644 index 000000000..547669333 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_smooth_slab_from_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:polished_andesite_slab" + } + ], + "result": { + "id": "mineralogy:andesite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipe/andesite_smooth_slab_to_vanilla.json new file mode 100644 index 000000000..2c64d8ffe --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_smooth_slab_to_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:andesite_smooth_slab" + } + ], + "result": { + "id": "minecraft:polished_andesite_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/andesite_smooth_stairs.json new file mode 100644 index 000000000..c454ded9a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:andesite_smooth" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/andesite_smooth_wall.json new file mode 100644 index 000000000..72d8809ab --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/andesite/smooth" + } + }, + "result": { + "id": "mineralogy:andesite_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_stairs.json b/src/main/resources/data/mineralogy/recipe/andesite_stairs.json new file mode 100644 index 000000000..d5e94c226 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:andesite" + } + }, + "result": { + "id": "mineralogy:andesite_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_to_stone.json b/src/main/resources/data/mineralogy/recipe/andesite_to_stone.json new file mode 100644 index 000000000..836df6a80 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:andesite" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/andesite_wall.json b/src/main/resources/data/mineralogy/recipe/andesite_wall.json new file mode 100644 index 000000000..7ae7eb82e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/andesite_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:andesite" + } + }, + "result": { + "id": "mineralogy:andesite_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_brick.json b/src/main/resources/data/mineralogy/recipe/basalt_brick.json new file mode 100644 index 000000000..9403f7adb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt" + } + }, + "result": { + "id": "mineralogy:basalt_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/basalt_brick_block_polishing.json new file mode 100644 index 000000000..95f7aee72 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basalt_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/basalt_brick_furnace.json new file mode 100644 index 000000000..27d9087bd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/basalt/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:basalt_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_brick_slab.json b/src/main/resources/data/mineralogy/recipe/basalt_brick_slab.json new file mode 100644 index 000000000..71e31200b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:basalt_brick" + } + }, + "result": { + "id": "mineralogy:basalt_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/basalt_brick_slab_polishing.json new file mode 100644 index 000000000..f8827b4b6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basalt_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/basalt_brick_slab_recombination.json new file mode 100644 index 000000000..488c08861 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_brick_slab" + }, + { + "item": "mineralogy:basalt_brick_slab" + } + ], + "result": { + "id": "mineralogy:basalt_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/basalt_brick_stairs.json new file mode 100644 index 000000000..57d2737c2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt/brick" + } + }, + "result": { + "id": "mineralogy:basalt_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/basalt_brick_stairs_polishing.json new file mode 100644 index 000000000..ad9aae9a9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basalt_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_brick_wall.json b/src/main/resources/data/mineralogy/recipe/basalt_brick_wall.json new file mode 100644 index 000000000..2ab149c0a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt/brick" + } + }, + "result": { + "id": "mineralogy:basalt_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/basalt_brick_wall_polishing.json new file mode 100644 index 000000000..8cf72f603 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basalt_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_cobblestone.json b/src/main/resources/data/mineralogy/recipe/basalt_cobblestone.json new file mode 100644 index 000000000..6dd85c30e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/basalt" + }, + { + "tag": "mineralogy:stones/basalt" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_furnace.json b/src/main/resources/data/mineralogy/recipe/basalt_furnace.json new file mode 100644 index 000000000..d49a2c256 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/basalt" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:basalt_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/basalt_polished_brick_slab_recombination.json new file mode 100644 index 000000000..089bce5af --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_smooth_brick_slab" + }, + { + "item": "mineralogy:basalt_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:basalt_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/basalt_polished_slab_recombination.json new file mode 100644 index 000000000..5e0cda69f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_smooth_slab" + }, + { + "item": "mineralogy:basalt_smooth_slab" + } + ], + "result": { + "id": "mineralogy:basalt_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/basalt_polished_slabs_to_brick.json new file mode 100644 index 000000000..37dbc3afc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:basalt_smooth_slab" + } + }, + "result": { + "id": "mineralogy:basalt_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/basalt_polished_stairs_to_brick.json new file mode 100644 index 000000000..e643872c0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:basalt_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:basalt_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/basalt_polished_walls_to_brick.json new file mode 100644 index 000000000..f6f4cb31f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:basalt_smooth_wall" + } + }, + "result": { + "id": "mineralogy:basalt_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/basalt_raw_slab_polishing.json new file mode 100644 index 000000000..487b041ed --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basalt_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/basalt_raw_slab_recombination.json new file mode 100644 index 000000000..8b56c097d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_slab" + }, + { + "item": "mineralogy:basalt_slab" + } + ], + "result": { + "id": "mineralogy:basalt", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/basalt_raw_slabs_to_brick.json new file mode 100644 index 000000000..9c85b4524 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:basalt_slab" + } + }, + "result": { + "id": "mineralogy:basalt_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/basalt_raw_stairs_polishing.json new file mode 100644 index 000000000..2d70dba66 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basalt_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/basalt_raw_stairs_to_brick.json new file mode 100644 index 000000000..cca0a0d68 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:basalt_stairs" + } + }, + "result": { + "id": "mineralogy:basalt_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/basalt_raw_wall_polishing.json new file mode 100644 index 000000000..5523ca80c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basalt_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/basalt_raw_walls_to_brick.json new file mode 100644 index 000000000..3a2c5ec16 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:basalt_wall" + } + }, + "result": { + "id": "mineralogy:basalt_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_axe.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_axe.json new file mode 100644 index 000000000..a15a6f5fa --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:basalt_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_blank.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_blank.json new file mode 100644 index 000000000..0ab15fd8b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt/smooth" + } + }, + "result": { + "id": "mineralogy:basalt_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_cross.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_cross.json new file mode 100644 index 000000000..35ca7b264 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:basalt_relief_blank" + } + }, + "result": { + "id": "mineralogy:basalt_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_hammer.json new file mode 100644 index 000000000..337328f18 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:basalt_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:basalt_relief_blank" + } + }, + "result": { + "id": "mineralogy:basalt_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_hoe.json new file mode 100644 index 000000000..e04e9d77e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:basalt_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_horizontal.json new file mode 100644 index 000000000..aa38894f3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:basalt_relief_blank" + } + }, + "result": { + "id": "mineralogy:basalt_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_i.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_i.json new file mode 100644 index 000000000..2d85894bc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:basalt_relief_blank" + } + }, + "result": { + "id": "mineralogy:basalt_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_left.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_left.json new file mode 100644 index 000000000..2b5ec31ea --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:basalt_relief_blank" + } + }, + "result": { + "id": "mineralogy:basalt_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_pickaxe.json new file mode 100644 index 000000000..78603c42f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:basalt_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_plus.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_plus.json new file mode 100644 index 000000000..68bd05eab --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:basalt_relief_blank" + } + }, + "result": { + "id": "mineralogy:basalt_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_right.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_right.json new file mode 100644 index 000000000..015c46788 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_relief_left" + }, + { + "item": "mineralogy:basalt_relief_left" + } + ], + "result": { + "id": "mineralogy:basalt_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_sword.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_sword.json new file mode 100644 index 000000000..636796b99 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "mineralogy:basalt_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:basalt_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/basalt_relief_vertical.json new file mode 100644 index 000000000..a8859ccea --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:basalt_relief_blank" + } + }, + "result": { + "id": "mineralogy:basalt_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_slab.json b/src/main/resources/data/mineralogy/recipe/basalt_slab.json new file mode 100644 index 000000000..de7c98848 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt" + } + }, + "result": { + "id": "mineralogy:basalt_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_smooth.json b/src/main/resources/data/mineralogy/recipe/basalt_smooth.json new file mode 100644 index 000000000..3d8d1f7b3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basalt" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:basalt_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick.json new file mode 100644 index 000000000..05e74ebc5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt/smooth" + } + }, + "result": { + "id": "mineralogy:basalt_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_furnace.json new file mode 100644 index 000000000..2fedda8e9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/basalt/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:basalt_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_slab.json new file mode 100644 index 000000000..f986c21b7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:basalt_smooth_brick" + } + }, + "result": { + "id": "mineralogy:basalt_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_stairs.json new file mode 100644 index 000000000..4839e99f0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt/smooth_brick" + } + }, + "result": { + "id": "mineralogy:basalt_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_wall.json new file mode 100644 index 000000000..24393299a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt/smooth_brick" + } + }, + "result": { + "id": "mineralogy:basalt_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/basalt_smooth_furnace.json new file mode 100644 index 000000000..320066f40 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/basalt/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:basalt_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/basalt_smooth_slab.json new file mode 100644 index 000000000..9387aacd9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt/smooth" + } + }, + "result": { + "id": "mineralogy:basalt_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/basalt_smooth_stairs.json new file mode 100644 index 000000000..11529c139 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt/smooth" + } + }, + "result": { + "id": "mineralogy:basalt_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/basalt_smooth_wall.json new file mode 100644 index 000000000..fe275d461 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt/smooth" + } + }, + "result": { + "id": "mineralogy:basalt_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_stairs.json b/src/main/resources/data/mineralogy/recipe/basalt_stairs.json new file mode 100644 index 000000000..200ae1ee1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt" + } + }, + "result": { + "id": "mineralogy:basalt_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_to_stone.json b/src/main/resources/data/mineralogy/recipe/basalt_to_stone.json new file mode 100644 index 000000000..52ce0d963 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:basalt" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/basalt_wall.json b/src/main/resources/data/mineralogy/recipe/basalt_wall.json new file mode 100644 index 000000000..a05051148 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basalt_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basalt" + } + }, + "result": { + "id": "mineralogy:basalt_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick.json new file mode 100644 index 000000000..7e1fa6450 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basaltic_glass" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_block_polishing.json new file mode 100644 index 000000000..181417609 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_furnace.json new file mode 100644 index 000000000..8e4aeb65a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/basaltic_glass/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_slab.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_slab.json new file mode 100644 index 000000000..b357334fe --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_brick" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_slab_polishing.json new file mode 100644 index 000000000..3b85e5809 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_slab_recombination.json new file mode 100644 index 000000000..e6f9218ca --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_brick_slab" + }, + { + "item": "mineralogy:basaltic_glass_brick_slab" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_stairs.json new file mode 100644 index 000000000..ee91bbb6c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basaltic_glass/brick" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_stairs_polishing.json new file mode 100644 index 000000000..cec3efeb4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_wall.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_wall.json new file mode 100644 index 000000000..0098cb45b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basaltic_glass/brick" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_wall_polishing.json new file mode 100644 index 000000000..7b02c0ca5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_cobblestone.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_cobblestone.json new file mode 100644 index 000000000..557aca2db --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/basaltic_glass" + }, + { + "tag": "mineralogy:stones/basaltic_glass" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_furnace.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_furnace.json new file mode 100644 index 000000000..afd432366 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/basaltic_glass" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_brick_slab_recombination.json new file mode 100644 index 000000000..2cf782ee1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_smooth_brick_slab" + }, + { + "item": "mineralogy:basaltic_glass_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_slab_recombination.json new file mode 100644 index 000000000..2c84c76b3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_smooth_slab" + }, + { + "item": "mineralogy:basaltic_glass_smooth_slab" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_slabs_to_brick.json new file mode 100644 index 000000000..e67671872 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_smooth_slab" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_stairs_to_brick.json new file mode 100644 index 000000000..454c72750 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_walls_to_brick.json new file mode 100644 index 000000000..06f5845d5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_smooth_wall" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_slab_polishing.json new file mode 100644 index 000000000..ba319b78b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_slab_recombination.json new file mode 100644 index 000000000..fb625dfb2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_slab" + }, + { + "item": "mineralogy:basaltic_glass_slab" + } + ], + "result": { + "id": "mineralogy:basaltic_glass", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_slabs_to_brick.json new file mode 100644 index 000000000..1ae762fbd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_slab" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_stairs_polishing.json new file mode 100644 index 000000000..c9cf0766f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_stairs_to_brick.json new file mode 100644 index 000000000..803e84a9f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_stairs" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_wall_polishing.json new file mode 100644 index 000000000..62ad0ba12 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_walls_to_brick.json new file mode 100644 index 000000000..c5dfad7aa --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_wall" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_axe.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_axe.json new file mode 100644 index 000000000..1254bd750 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_blank.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_blank.json new file mode 100644 index 000000000..e0403fb8f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_smooth" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_cross.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_cross.json new file mode 100644 index 000000000..d18e0d0b1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_relief_blank" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_hammer.json new file mode 100644 index 000000000..fcc050b2c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:basaltic_glass_relief_blank" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_hoe.json new file mode 100644 index 000000000..c3e23fd9f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_horizontal.json new file mode 100644 index 000000000..2b9e87188 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_relief_blank" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_i.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_i.json new file mode 100644 index 000000000..8e6b0310e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_relief_blank" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_left.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_left.json new file mode 100644 index 000000000..20934d061 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_relief_blank" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_pickaxe.json new file mode 100644 index 000000000..6bfe4ed83 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_plus.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_plus.json new file mode 100644 index 000000000..f1b4db8a6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_relief_blank" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_right.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_right.json new file mode 100644 index 000000000..7a3e3e5af --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_relief_left" + }, + { + "item": "mineralogy:basaltic_glass_relief_left" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_sword.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_sword.json new file mode 100644 index 000000000..f6bcf0753 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "mineralogy:basaltic_glass_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_vertical.json new file mode 100644 index 000000000..58cb000c6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_relief_blank" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_slab.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_slab.json new file mode 100644 index 000000000..e2bc1ef39 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth.json new file mode 100644 index 000000000..5adf7dafe --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/basaltic_glass" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:basaltic_glass_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick.json new file mode 100644 index 000000000..8fae2c5f6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basaltic_glass/smooth" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_furnace.json new file mode 100644 index 000000000..b73117271 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/basaltic_glass/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_slab.json new file mode 100644 index 000000000..2857d40a7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_smooth_brick" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_stairs.json new file mode 100644 index 000000000..1d6f0d6b6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basaltic_glass/smooth_brick" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_wall.json new file mode 100644 index 000000000..5ae04ebb0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basaltic_glass/smooth_brick" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_furnace.json new file mode 100644 index 000000000..02a67f03a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/basaltic_glass/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_slab.json new file mode 100644 index 000000000..5380218f7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:basaltic_glass_smooth" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_stairs.json new file mode 100644 index 000000000..ae8481c53 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basaltic_glass/smooth" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_wall.json new file mode 100644 index 000000000..8f4080dea --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basaltic_glass/smooth" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_stairs.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_stairs.json new file mode 100644 index 000000000..b8ecdf661 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basaltic_glass" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_to_stone.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_to_stone.json new file mode 100644 index 000000000..4288111df --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:basaltic_glass" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/basaltic_glass_wall.json b/src/main/resources/data/mineralogy/recipe/basaltic_glass_wall.json new file mode 100644 index 000000000..fa8d72dc6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/basaltic_glass_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/basaltic_glass" + } + }, + "result": { + "id": "mineralogy:basaltic_glass_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/chalk.json b/src/main/resources/data/mineralogy/recipe/chalk.json new file mode 100644 index 000000000..4d058bb49 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/chalk.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "c:dusts/chalk" + } + }, + "result": { + "id": "mineralogy:chalk", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/chalk_dust.json b/src/main/resources/data/mineralogy/recipe/chalk_dust.json new file mode 100644 index 000000000..54b530fb9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/chalk_dust.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "c:storage_blocks/chalk" + } + ], + "result": { + "id": "mineralogy:chalk_dust", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/cobblestone.json b/src/main/resources/data/mineralogy/recipe/cobblestone.json new file mode 100644 index 000000000..08aafbfdb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:stone" + }, + { + "item": "minecraft:stone" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_brick.json b/src/main/resources/data/mineralogy/recipe/conglomerate_brick.json new file mode 100644 index 000000000..ea83413ec --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/conglomerate" + } + }, + "result": { + "id": "mineralogy:conglomerate_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_block_polishing.json new file mode 100644 index 000000000..dbe38356e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:conglomerate_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_furnace.json new file mode 100644 index 000000000..40c742560 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/conglomerate/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:conglomerate_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_brick_slab.json b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_slab.json new file mode 100644 index 000000000..19c23f0c5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_brick" + } + }, + "result": { + "id": "mineralogy:conglomerate_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_slab_polishing.json new file mode 100644 index 000000000..eb1ec7ada --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:conglomerate_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_slab_recombination.json new file mode 100644 index 000000000..138bcb53c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_brick_slab" + }, + { + "item": "mineralogy:conglomerate_brick_slab" + } + ], + "result": { + "id": "mineralogy:conglomerate_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_stairs.json new file mode 100644 index 000000000..5cafd25bc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/conglomerate/brick" + } + }, + "result": { + "id": "mineralogy:conglomerate_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_stairs_polishing.json new file mode 100644 index 000000000..9cf628ff1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:conglomerate_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_brick_wall.json b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_wall.json new file mode 100644 index 000000000..ad5c230eb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/conglomerate/brick" + } + }, + "result": { + "id": "mineralogy:conglomerate_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_wall_polishing.json new file mode 100644 index 000000000..d5df1fc7f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:conglomerate_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_cobblestone.json b/src/main/resources/data/mineralogy/recipe/conglomerate_cobblestone.json new file mode 100644 index 000000000..6cea6a4c8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/conglomerate" + }, + { + "tag": "mineralogy:stones/conglomerate" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_furnace.json b/src/main/resources/data/mineralogy/recipe/conglomerate_furnace.json new file mode 100644 index 000000000..7ce37a974 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/conglomerate" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:conglomerate_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/conglomerate_polished_brick_slab_recombination.json new file mode 100644 index 000000000..ecd595a54 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_smooth_brick_slab" + }, + { + "item": "mineralogy:conglomerate_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:conglomerate_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/conglomerate_polished_slab_recombination.json new file mode 100644 index 000000000..50af2ba52 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_smooth_slab" + }, + { + "item": "mineralogy:conglomerate_smooth_slab" + } + ], + "result": { + "id": "mineralogy:conglomerate_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/conglomerate_polished_slabs_to_brick.json new file mode 100644 index 000000000..ee2bb9647 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_smooth_slab" + } + }, + "result": { + "id": "mineralogy:conglomerate_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/conglomerate_polished_stairs_to_brick.json new file mode 100644 index 000000000..ef43b2692 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:conglomerate_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/conglomerate_polished_walls_to_brick.json new file mode 100644 index 000000000..bd8665e0b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_smooth_wall" + } + }, + "result": { + "id": "mineralogy:conglomerate_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_slab_polishing.json new file mode 100644 index 000000000..57c3a2544 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:conglomerate_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_slab_recombination.json new file mode 100644 index 000000000..72f54bc3f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_slab" + }, + { + "item": "mineralogy:conglomerate_slab" + } + ], + "result": { + "id": "mineralogy:conglomerate", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_slabs_to_brick.json new file mode 100644 index 000000000..a04b2140d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_slab" + } + }, + "result": { + "id": "mineralogy:conglomerate_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_stairs_polishing.json new file mode 100644 index 000000000..37f3f55ee --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:conglomerate_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_stairs_to_brick.json new file mode 100644 index 000000000..685699f57 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_stairs" + } + }, + "result": { + "id": "mineralogy:conglomerate_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_wall_polishing.json new file mode 100644 index 000000000..7f7557840 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:conglomerate_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_walls_to_brick.json new file mode 100644 index 000000000..caba626ae --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_wall" + } + }, + "result": { + "id": "mineralogy:conglomerate_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_axe.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_axe.json new file mode 100644 index 000000000..0f0351be4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:conglomerate_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_blank.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_blank.json new file mode 100644 index 000000000..527b725ae --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_smooth" + } + }, + "result": { + "id": "mineralogy:conglomerate_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_cross.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_cross.json new file mode 100644 index 000000000..9dc0b8dca --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_relief_blank" + } + }, + "result": { + "id": "mineralogy:conglomerate_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_hammer.json new file mode 100644 index 000000000..ae572388b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:conglomerate_relief_blank" + } + }, + "result": { + "id": "mineralogy:conglomerate_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_hoe.json new file mode 100644 index 000000000..f5384d6af --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:conglomerate_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_horizontal.json new file mode 100644 index 000000000..5ab829be0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_relief_blank" + } + }, + "result": { + "id": "mineralogy:conglomerate_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_i.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_i.json new file mode 100644 index 000000000..a66597879 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_relief_blank" + } + }, + "result": { + "id": "mineralogy:conglomerate_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_left.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_left.json new file mode 100644 index 000000000..315a45fb6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_relief_blank" + } + }, + "result": { + "id": "mineralogy:conglomerate_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_pickaxe.json new file mode 100644 index 000000000..e248cf251 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:conglomerate_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_plus.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_plus.json new file mode 100644 index 000000000..c0f7a828a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_relief_blank" + } + }, + "result": { + "id": "mineralogy:conglomerate_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_right.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_right.json new file mode 100644 index 000000000..d53d37157 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_relief_left" + }, + { + "item": "mineralogy:conglomerate_relief_left" + } + ], + "result": { + "id": "mineralogy:conglomerate_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_sword.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_sword.json new file mode 100644 index 000000000..247100246 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "mineralogy:conglomerate_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:conglomerate_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_vertical.json new file mode 100644 index 000000000..6a796fe39 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_relief_blank" + } + }, + "result": { + "id": "mineralogy:conglomerate_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_slab.json b/src/main/resources/data/mineralogy/recipe/conglomerate_slab.json new file mode 100644 index 000000000..60f3f75b6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate" + } + }, + "result": { + "id": "mineralogy:conglomerate_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_smooth.json b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth.json new file mode 100644 index 000000000..09be2325a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/conglomerate" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:conglomerate_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick.json new file mode 100644 index 000000000..1a5be31a0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/conglomerate/smooth" + } + }, + "result": { + "id": "mineralogy:conglomerate_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_furnace.json new file mode 100644 index 000000000..63eff8520 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/conglomerate/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:conglomerate_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_slab.json new file mode 100644 index 000000000..0bcc89350 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_smooth_brick" + } + }, + "result": { + "id": "mineralogy:conglomerate_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_stairs.json new file mode 100644 index 000000000..f10746ea3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/conglomerate/smooth_brick" + } + }, + "result": { + "id": "mineralogy:conglomerate_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_wall.json new file mode 100644 index 000000000..c8e20f9cf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/conglomerate/smooth_brick" + } + }, + "result": { + "id": "mineralogy:conglomerate_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_furnace.json new file mode 100644 index 000000000..eebab4821 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/conglomerate/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:conglomerate_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_slab.json new file mode 100644 index 000000000..109dfa28e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:conglomerate_smooth" + } + }, + "result": { + "id": "mineralogy:conglomerate_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_stairs.json new file mode 100644 index 000000000..d9f36e319 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/conglomerate/smooth" + } + }, + "result": { + "id": "mineralogy:conglomerate_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_wall.json new file mode 100644 index 000000000..a902acf07 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/conglomerate/smooth" + } + }, + "result": { + "id": "mineralogy:conglomerate_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_stairs.json b/src/main/resources/data/mineralogy/recipe/conglomerate_stairs.json new file mode 100644 index 000000000..b4b332b00 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/conglomerate" + } + }, + "result": { + "id": "mineralogy:conglomerate_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_to_stone.json b/src/main/resources/data/mineralogy/recipe/conglomerate_to_stone.json new file mode 100644 index 000000000..2245f6b3b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:conglomerate" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/conglomerate_wall.json b/src/main/resources/data/mineralogy/recipe/conglomerate_wall.json new file mode 100644 index 000000000..2bd06de96 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/conglomerate_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/conglomerate" + } + }, + "result": { + "id": "mineralogy:conglomerate_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_brick.json b/src/main/resources/data/mineralogy/recipe/diabase_brick.json new file mode 100644 index 000000000..3211f3ca9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diabase" + } + }, + "result": { + "id": "mineralogy:diabase_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/diabase_brick_block_polishing.json new file mode 100644 index 000000000..dc841f1a4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diabase_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/diabase_brick_furnace.json new file mode 100644 index 000000000..99c7026b4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/diabase/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:diabase_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_brick_slab.json b/src/main/resources/data/mineralogy/recipe/diabase_brick_slab.json new file mode 100644 index 000000000..dda058796 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diabase_brick" + } + }, + "result": { + "id": "mineralogy:diabase_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/diabase_brick_slab_polishing.json new file mode 100644 index 000000000..786c51667 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diabase_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/diabase_brick_slab_recombination.json new file mode 100644 index 000000000..758abb426 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_brick_slab" + }, + { + "item": "mineralogy:diabase_brick_slab" + } + ], + "result": { + "id": "mineralogy:diabase_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/diabase_brick_stairs.json new file mode 100644 index 000000000..ac51d9e5f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diabase/brick" + } + }, + "result": { + "id": "mineralogy:diabase_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/diabase_brick_stairs_polishing.json new file mode 100644 index 000000000..dc7edcab6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diabase_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_brick_wall.json b/src/main/resources/data/mineralogy/recipe/diabase_brick_wall.json new file mode 100644 index 000000000..2f36de4b6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diabase/brick" + } + }, + "result": { + "id": "mineralogy:diabase_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/diabase_brick_wall_polishing.json new file mode 100644 index 000000000..ec20a7ed2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diabase_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_cobblestone.json b/src/main/resources/data/mineralogy/recipe/diabase_cobblestone.json new file mode 100644 index 000000000..efd305391 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/diabase" + }, + { + "tag": "mineralogy:stones/diabase" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_furnace.json b/src/main/resources/data/mineralogy/recipe/diabase_furnace.json new file mode 100644 index 000000000..605e2bdc1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/diabase" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:diabase_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/diabase_polished_brick_slab_recombination.json new file mode 100644 index 000000000..c1bfa0c8e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_smooth_brick_slab" + }, + { + "item": "mineralogy:diabase_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:diabase_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/diabase_polished_slab_recombination.json new file mode 100644 index 000000000..08f7cec3e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_smooth_slab" + }, + { + "item": "mineralogy:diabase_smooth_slab" + } + ], + "result": { + "id": "mineralogy:diabase_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/diabase_polished_slabs_to_brick.json new file mode 100644 index 000000000..bd94bce8b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:diabase_smooth_slab" + } + }, + "result": { + "id": "mineralogy:diabase_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/diabase_polished_stairs_to_brick.json new file mode 100644 index 000000000..50f59bfd9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:diabase_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:diabase_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/diabase_polished_walls_to_brick.json new file mode 100644 index 000000000..8a225432d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:diabase_smooth_wall" + } + }, + "result": { + "id": "mineralogy:diabase_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/diabase_raw_slab_polishing.json new file mode 100644 index 000000000..a9d90329e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diabase_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/diabase_raw_slab_recombination.json new file mode 100644 index 000000000..3de5a1cc1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_slab" + }, + { + "item": "mineralogy:diabase_slab" + } + ], + "result": { + "id": "mineralogy:diabase", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/diabase_raw_slabs_to_brick.json new file mode 100644 index 000000000..d42b9ac36 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:diabase_slab" + } + }, + "result": { + "id": "mineralogy:diabase_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/diabase_raw_stairs_polishing.json new file mode 100644 index 000000000..a5c1322cf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diabase_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/diabase_raw_stairs_to_brick.json new file mode 100644 index 000000000..85f6bf68d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:diabase_stairs" + } + }, + "result": { + "id": "mineralogy:diabase_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/diabase_raw_wall_polishing.json new file mode 100644 index 000000000..131883ba2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diabase_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/diabase_raw_walls_to_brick.json new file mode 100644 index 000000000..86e8877bc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:diabase_wall" + } + }, + "result": { + "id": "mineralogy:diabase_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_axe.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_axe.json new file mode 100644 index 000000000..f8cccb78b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:diabase_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_blank.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_blank.json new file mode 100644 index 000000000..f4920fce4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diabase_smooth" + } + }, + "result": { + "id": "mineralogy:diabase_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_cross.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_cross.json new file mode 100644 index 000000000..40d5fdbe4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:diabase_relief_blank" + } + }, + "result": { + "id": "mineralogy:diabase_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_hammer.json new file mode 100644 index 000000000..ebf707b28 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:diabase_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:diabase_relief_blank" + } + }, + "result": { + "id": "mineralogy:diabase_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_hoe.json new file mode 100644 index 000000000..169482536 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:diabase_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_horizontal.json new file mode 100644 index 000000000..e8a5b11fa --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diabase_relief_blank" + } + }, + "result": { + "id": "mineralogy:diabase_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_i.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_i.json new file mode 100644 index 000000000..21b17ba09 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diabase_relief_blank" + } + }, + "result": { + "id": "mineralogy:diabase_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_left.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_left.json new file mode 100644 index 000000000..a54e2e52a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:diabase_relief_blank" + } + }, + "result": { + "id": "mineralogy:diabase_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_pickaxe.json new file mode 100644 index 000000000..80836c301 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:diabase_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_plus.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_plus.json new file mode 100644 index 000000000..7ae9795dc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:diabase_relief_blank" + } + }, + "result": { + "id": "mineralogy:diabase_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_right.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_right.json new file mode 100644 index 000000000..05c24078e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_relief_left" + }, + { + "item": "mineralogy:diabase_relief_left" + } + ], + "result": { + "id": "mineralogy:diabase_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_sword.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_sword.json new file mode 100644 index 000000000..4ce96b298 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "mineralogy:diabase_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:diabase_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/diabase_relief_vertical.json new file mode 100644 index 000000000..95a382754 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:diabase_relief_blank" + } + }, + "result": { + "id": "mineralogy:diabase_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_slab.json b/src/main/resources/data/mineralogy/recipe/diabase_slab.json new file mode 100644 index 000000000..305ccc77c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diabase" + } + }, + "result": { + "id": "mineralogy:diabase_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_smooth.json b/src/main/resources/data/mineralogy/recipe/diabase_smooth.json new file mode 100644 index 000000000..bd0377f1b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/diabase" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:diabase_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick.json new file mode 100644 index 000000000..08a7b1d89 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diabase/smooth" + } + }, + "result": { + "id": "mineralogy:diabase_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_furnace.json new file mode 100644 index 000000000..cbcef9fa2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/diabase/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:diabase_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_slab.json new file mode 100644 index 000000000..80b11b069 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diabase_smooth_brick" + } + }, + "result": { + "id": "mineralogy:diabase_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_stairs.json new file mode 100644 index 000000000..92e277c49 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diabase/smooth_brick" + } + }, + "result": { + "id": "mineralogy:diabase_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_wall.json new file mode 100644 index 000000000..cbf27a081 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diabase/smooth_brick" + } + }, + "result": { + "id": "mineralogy:diabase_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/diabase_smooth_furnace.json new file mode 100644 index 000000000..2bc51f4dd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/diabase/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:diabase_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/diabase_smooth_slab.json new file mode 100644 index 000000000..d5f39be42 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diabase_smooth" + } + }, + "result": { + "id": "mineralogy:diabase_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/diabase_smooth_stairs.json new file mode 100644 index 000000000..15933ab96 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diabase/smooth" + } + }, + "result": { + "id": "mineralogy:diabase_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/diabase_smooth_wall.json new file mode 100644 index 000000000..78a330901 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diabase/smooth" + } + }, + "result": { + "id": "mineralogy:diabase_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_stairs.json b/src/main/resources/data/mineralogy/recipe/diabase_stairs.json new file mode 100644 index 000000000..94f4cb62c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diabase" + } + }, + "result": { + "id": "mineralogy:diabase_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_to_stone.json b/src/main/resources/data/mineralogy/recipe/diabase_to_stone.json new file mode 100644 index 000000000..5eb6ee887 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:diabase" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/diabase_wall.json b/src/main/resources/data/mineralogy/recipe/diabase_wall.json new file mode 100644 index 000000000..c71a194f3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diabase_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diabase" + } + }, + "result": { + "id": "mineralogy:diabase_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_brick.json b/src/main/resources/data/mineralogy/recipe/diorite_brick.json new file mode 100644 index 000000000..be15330a1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diorite" + } + }, + "result": { + "id": "mineralogy:diorite_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/diorite_brick_block_polishing.json new file mode 100644 index 000000000..d4bf46211 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diorite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/diorite_brick_furnace.json new file mode 100644 index 000000000..6d7768fef --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/diorite/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:diorite_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_brick_slab.json b/src/main/resources/data/mineralogy/recipe/diorite_brick_slab.json new file mode 100644 index 000000000..ea8b06fcc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diorite_brick" + } + }, + "result": { + "id": "mineralogy:diorite_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/diorite_brick_slab_polishing.json new file mode 100644 index 000000000..c5c80b7c6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diorite_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/diorite_brick_slab_recombination.json new file mode 100644 index 000000000..4cf806c54 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_brick_slab" + }, + { + "item": "mineralogy:diorite_brick_slab" + } + ], + "result": { + "id": "mineralogy:diorite_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/diorite_brick_stairs.json new file mode 100644 index 000000000..7256fb8c2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diorite/brick" + } + }, + "result": { + "id": "mineralogy:diorite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/diorite_brick_stairs_polishing.json new file mode 100644 index 000000000..db53f4088 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diorite_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_brick_wall.json b/src/main/resources/data/mineralogy/recipe/diorite_brick_wall.json new file mode 100644 index 000000000..19e5fb32e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diorite/brick" + } + }, + "result": { + "id": "mineralogy:diorite_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/diorite_brick_wall_polishing.json new file mode 100644 index 000000000..25bb20972 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diorite_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_cobblestone.json b/src/main/resources/data/mineralogy/recipe/diorite_cobblestone.json new file mode 100644 index 000000000..bdaf1ea6c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/diorite" + }, + { + "tag": "mineralogy:stones/diorite" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_furnace.json b/src/main/resources/data/mineralogy/recipe/diorite_furnace.json new file mode 100644 index 000000000..519bf24cb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/diorite" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:diorite_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/diorite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..664e0b7de --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_smooth_brick_slab" + }, + { + "item": "mineralogy:diorite_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:diorite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/diorite_polished_slab_recombination.json new file mode 100644 index 000000000..a0f6712d9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_smooth_slab" + }, + { + "item": "mineralogy:diorite_smooth_slab" + } + ], + "result": { + "id": "mineralogy:diorite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/diorite_polished_slabs_to_brick.json new file mode 100644 index 000000000..f0924413c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:diorite_smooth_slab" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/diorite_polished_stairs_to_brick.json new file mode 100644 index 000000000..4b8a66be7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:diorite_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/diorite_polished_walls_to_brick.json new file mode 100644 index 000000000..795c63247 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:diorite_smooth_wall" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/diorite_raw_slab_polishing.json new file mode 100644 index 000000000..34e253f37 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diorite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/diorite_raw_slab_recombination.json new file mode 100644 index 000000000..25b0f5ee3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_slab" + }, + { + "item": "mineralogy:diorite_slab" + } + ], + "result": { + "id": "mineralogy:diorite", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/diorite_raw_slabs_to_brick.json new file mode 100644 index 000000000..b0e224315 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:diorite_slab" + } + }, + "result": { + "id": "mineralogy:diorite_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/diorite_raw_stairs_polishing.json new file mode 100644 index 000000000..f4389dcfc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diorite_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/diorite_raw_stairs_to_brick.json new file mode 100644 index 000000000..6aa2d9c00 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:diorite_stairs" + } + }, + "result": { + "id": "mineralogy:diorite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/diorite_raw_wall_polishing.json new file mode 100644 index 000000000..2ee3f0bd6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:diorite_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/diorite_raw_walls_to_brick.json new file mode 100644 index 000000000..aed17164a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:diorite_wall" + } + }, + "result": { + "id": "mineralogy:diorite_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_axe.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_axe.json new file mode 100644 index 000000000..92e81753b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:diorite_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_blank.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_blank.json new file mode 100644 index 000000000..e61f388de --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diorite/smooth" + } + }, + "result": { + "id": "mineralogy:diorite_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_cross.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_cross.json new file mode 100644 index 000000000..2849a210e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:diorite_relief_blank" + } + }, + "result": { + "id": "mineralogy:diorite_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_hammer.json new file mode 100644 index 000000000..2373444e2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:diorite_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:diorite_relief_blank" + } + }, + "result": { + "id": "mineralogy:diorite_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_hoe.json new file mode 100644 index 000000000..ff2885539 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:diorite_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_horizontal.json new file mode 100644 index 000000000..e71d7e356 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diorite_relief_blank" + } + }, + "result": { + "id": "mineralogy:diorite_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_i.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_i.json new file mode 100644 index 000000000..ea70c980a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diorite_relief_blank" + } + }, + "result": { + "id": "mineralogy:diorite_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_left.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_left.json new file mode 100644 index 000000000..c5d3e64d6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:diorite_relief_blank" + } + }, + "result": { + "id": "mineralogy:diorite_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_pickaxe.json new file mode 100644 index 000000000..d32c1b799 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:diorite_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_plus.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_plus.json new file mode 100644 index 000000000..c7de79597 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:diorite_relief_blank" + } + }, + "result": { + "id": "mineralogy:diorite_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_right.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_right.json new file mode 100644 index 000000000..02a728063 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_relief_left" + }, + { + "item": "mineralogy:diorite_relief_left" + } + ], + "result": { + "id": "mineralogy:diorite_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_sword.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_sword.json new file mode 100644 index 000000000..c0a11c9fc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "mineralogy:diorite_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:diorite_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/diorite_relief_vertical.json new file mode 100644 index 000000000..6a3e66bb1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:diorite_relief_blank" + } + }, + "result": { + "id": "mineralogy:diorite_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_slab.json b/src/main/resources/data/mineralogy/recipe/diorite_slab.json new file mode 100644 index 000000000..849fb6061 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diorite" + } + }, + "result": { + "id": "mineralogy:diorite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipe/diorite_slab_from_vanilla.json new file mode 100644 index 000000000..1961e5349 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_slab_from_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:diorite_slab" + } + ], + "result": { + "id": "mineralogy:diorite_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipe/diorite_slab_to_vanilla.json new file mode 100644 index 000000000..372d2fa2f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_slab_to_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_slab" + } + ], + "result": { + "id": "minecraft:diorite_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_smooth.json b/src/main/resources/data/mineralogy/recipe/diorite_smooth.json new file mode 100644 index 000000000..6928b3821 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:diorite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick.json new file mode 100644 index 000000000..6d6e0d7b9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diorite/smooth" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_furnace.json new file mode 100644 index 000000000..10e9ef394 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/diorite/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_slab.json new file mode 100644 index 000000000..e501c9893 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diorite_smooth_brick" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_stairs.json new file mode 100644 index 000000000..2c7929018 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diorite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_wall.json new file mode 100644 index 000000000..875d09fc7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diorite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/diorite_smooth_furnace.json new file mode 100644 index 000000000..98713c5f2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/diorite/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/diorite_smooth_slab.json new file mode 100644 index 000000000..7683c6548 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diorite_smooth" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipe/diorite_smooth_slab_from_vanilla.json new file mode 100644 index 000000000..319f67198 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_smooth_slab_from_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:polished_diorite_slab" + } + ], + "result": { + "id": "mineralogy:diorite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipe/diorite_smooth_slab_to_vanilla.json new file mode 100644 index 000000000..244d2ee0e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_smooth_slab_to_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:diorite_smooth_slab" + } + ], + "result": { + "id": "minecraft:polished_diorite_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/diorite_smooth_stairs.json new file mode 100644 index 000000000..bb1aee0a7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diorite_smooth" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/diorite_smooth_wall.json new file mode 100644 index 000000000..e60ded900 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/diorite/smooth" + } + }, + "result": { + "id": "mineralogy:diorite_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_stairs.json b/src/main/resources/data/mineralogy/recipe/diorite_stairs.json new file mode 100644 index 000000000..65fcbab98 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diorite" + } + }, + "result": { + "id": "mineralogy:diorite_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_to_stone.json b/src/main/resources/data/mineralogy/recipe/diorite_to_stone.json new file mode 100644 index 000000000..a8df6851b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:diorite" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/diorite_wall.json b/src/main/resources/data/mineralogy/recipe/diorite_wall.json new file mode 100644 index 000000000..b49e95396 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/diorite_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:diorite" + } + }, + "result": { + "id": "mineralogy:diorite_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_brick.json b/src/main/resources/data/mineralogy/recipe/dolomite_brick.json new file mode 100644 index 000000000..f95ceda10 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/dolomite" + } + }, + "result": { + "id": "mineralogy:dolomite_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/dolomite_brick_block_polishing.json new file mode 100644 index 000000000..63dee09b7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:dolomite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/dolomite_brick_furnace.json new file mode 100644 index 000000000..4a43c44cf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/dolomite/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:dolomite_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_brick_slab.json b/src/main/resources/data/mineralogy/recipe/dolomite_brick_slab.json new file mode 100644 index 000000000..9dcb812d3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_brick" + } + }, + "result": { + "id": "mineralogy:dolomite_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/dolomite_brick_slab_polishing.json new file mode 100644 index 000000000..c995afe4b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:dolomite_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/dolomite_brick_slab_recombination.json new file mode 100644 index 000000000..c00b8a25b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_brick_slab" + }, + { + "item": "mineralogy:dolomite_brick_slab" + } + ], + "result": { + "id": "mineralogy:dolomite_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/dolomite_brick_stairs.json new file mode 100644 index 000000000..fa20385c3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/dolomite/brick" + } + }, + "result": { + "id": "mineralogy:dolomite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/dolomite_brick_stairs_polishing.json new file mode 100644 index 000000000..d9b8cf9bb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:dolomite_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_brick_wall.json b/src/main/resources/data/mineralogy/recipe/dolomite_brick_wall.json new file mode 100644 index 000000000..d0aa078d5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/dolomite/brick" + } + }, + "result": { + "id": "mineralogy:dolomite_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/dolomite_brick_wall_polishing.json new file mode 100644 index 000000000..a985dcd55 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:dolomite_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_cobblestone.json b/src/main/resources/data/mineralogy/recipe/dolomite_cobblestone.json new file mode 100644 index 000000000..c39324cec --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/dolomite" + }, + { + "tag": "mineralogy:stones/dolomite" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_furnace.json b/src/main/resources/data/mineralogy/recipe/dolomite_furnace.json new file mode 100644 index 000000000..dc2c3fb6a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/dolomite" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:dolomite_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/dolomite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..452ca0f77 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_smooth_brick_slab" + }, + { + "item": "mineralogy:dolomite_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:dolomite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/dolomite_polished_slab_recombination.json new file mode 100644 index 000000000..cfb4c452d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_smooth_slab" + }, + { + "item": "mineralogy:dolomite_smooth_slab" + } + ], + "result": { + "id": "mineralogy:dolomite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/dolomite_polished_slabs_to_brick.json new file mode 100644 index 000000000..3aaf490b1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_smooth_slab" + } + }, + "result": { + "id": "mineralogy:dolomite_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/dolomite_polished_stairs_to_brick.json new file mode 100644 index 000000000..44d282519 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:dolomite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/dolomite_polished_walls_to_brick.json new file mode 100644 index 000000000..540ae6052 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_smooth_wall" + } + }, + "result": { + "id": "mineralogy:dolomite_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/dolomite_raw_slab_polishing.json new file mode 100644 index 000000000..0e3c12315 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:dolomite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/dolomite_raw_slab_recombination.json new file mode 100644 index 000000000..572aed596 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_slab" + }, + { + "item": "mineralogy:dolomite_slab" + } + ], + "result": { + "id": "mineralogy:dolomite", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/dolomite_raw_slabs_to_brick.json new file mode 100644 index 000000000..d1bb26c79 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_slab" + } + }, + "result": { + "id": "mineralogy:dolomite_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/dolomite_raw_stairs_polishing.json new file mode 100644 index 000000000..ae43f3abe --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:dolomite_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/dolomite_raw_stairs_to_brick.json new file mode 100644 index 000000000..72eaed871 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_stairs" + } + }, + "result": { + "id": "mineralogy:dolomite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/dolomite_raw_wall_polishing.json new file mode 100644 index 000000000..819f59d54 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:dolomite_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/dolomite_raw_walls_to_brick.json new file mode 100644 index 000000000..5a3b86d01 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_wall" + } + }, + "result": { + "id": "mineralogy:dolomite_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_axe.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_axe.json new file mode 100644 index 000000000..e28eedecf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:dolomite_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_blank.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_blank.json new file mode 100644 index 000000000..6003dce65 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_smooth" + } + }, + "result": { + "id": "mineralogy:dolomite_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_cross.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_cross.json new file mode 100644 index 000000000..52c432336 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_relief_blank" + } + }, + "result": { + "id": "mineralogy:dolomite_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_hammer.json new file mode 100644 index 000000000..19adbf739 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:dolomite_relief_blank" + } + }, + "result": { + "id": "mineralogy:dolomite_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_hoe.json new file mode 100644 index 000000000..d64bfb7df --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:dolomite_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_horizontal.json new file mode 100644 index 000000000..1885d5e56 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_relief_blank" + } + }, + "result": { + "id": "mineralogy:dolomite_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_i.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_i.json new file mode 100644 index 000000000..291829c66 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_relief_blank" + } + }, + "result": { + "id": "mineralogy:dolomite_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_left.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_left.json new file mode 100644 index 000000000..8dd5332b1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_relief_blank" + } + }, + "result": { + "id": "mineralogy:dolomite_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_pickaxe.json new file mode 100644 index 000000000..ac27a0d9f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:dolomite_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_plus.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_plus.json new file mode 100644 index 000000000..ddf317678 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:dolomite_relief_blank" + } + }, + "result": { + "id": "mineralogy:dolomite_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_right.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_right.json new file mode 100644 index 000000000..606939851 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_relief_left" + }, + { + "item": "mineralogy:dolomite_relief_left" + } + ], + "result": { + "id": "mineralogy:dolomite_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_sword.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_sword.json new file mode 100644 index 000000000..3f07c7fc3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "mineralogy:dolomite_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:dolomite_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/dolomite_relief_vertical.json new file mode 100644 index 000000000..aaec64ac9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_relief_blank" + } + }, + "result": { + "id": "mineralogy:dolomite_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_slab.json b/src/main/resources/data/mineralogy/recipe/dolomite_slab.json new file mode 100644 index 000000000..21ce37a45 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite" + } + }, + "result": { + "id": "mineralogy:dolomite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_smooth.json b/src/main/resources/data/mineralogy/recipe/dolomite_smooth.json new file mode 100644 index 000000000..feb81e98e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/dolomite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:dolomite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick.json new file mode 100644 index 000000000..a737a4350 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/dolomite/smooth" + } + }, + "result": { + "id": "mineralogy:dolomite_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_furnace.json new file mode 100644 index 000000000..009b21af1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/dolomite/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:dolomite_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_slab.json new file mode 100644 index 000000000..6cc053d5a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_smooth_brick" + } + }, + "result": { + "id": "mineralogy:dolomite_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_stairs.json new file mode 100644 index 000000000..e1e83b413 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/dolomite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:dolomite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_wall.json new file mode 100644 index 000000000..fdf71fcd7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/dolomite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:dolomite_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_furnace.json new file mode 100644 index 000000000..8f1350bc6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/dolomite/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:dolomite_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_slab.json new file mode 100644 index 000000000..35c9053e4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:dolomite_smooth" + } + }, + "result": { + "id": "mineralogy:dolomite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_stairs.json new file mode 100644 index 000000000..9cd130c4b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/dolomite/smooth" + } + }, + "result": { + "id": "mineralogy:dolomite_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_wall.json new file mode 100644 index 000000000..04369589e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/dolomite/smooth" + } + }, + "result": { + "id": "mineralogy:dolomite_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_stairs.json b/src/main/resources/data/mineralogy/recipe/dolomite_stairs.json new file mode 100644 index 000000000..abccc56c3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/dolomite" + } + }, + "result": { + "id": "mineralogy:dolomite_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_to_stone.json b/src/main/resources/data/mineralogy/recipe/dolomite_to_stone.json new file mode 100644 index 000000000..15073a049 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:dolomite" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/dolomite_wall.json b/src/main/resources/data/mineralogy/recipe/dolomite_wall.json new file mode 100644 index 000000000..54ac96a10 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/dolomite_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/dolomite" + } + }, + "result": { + "id": "mineralogy:dolomite_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall.json b/src/main/resources/data/mineralogy/recipe/drywall.json new file mode 100644 index 000000000..c50b4d0a5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall.json @@ -0,0 +1,28 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "pgp", + "pgp", + "pgp" + ], + "key": { + "p": { + "tag": "c:paper" + }, + "g": { + "tag": "c:dusts/gypsum" + } + }, + "result": { + "id": "mineralogy:drywall_white", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_black.json b/src/main/resources/data/mineralogy/recipe/drywall_black.json new file mode 100644 index 000000000..317fed57f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_black.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:ink_sac" + } + ], + "result": { + "id": "mineralogy:drywall_black", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_blue.json b/src/main/resources/data/mineralogy/recipe/drywall_blue.json new file mode 100644 index 000000000..58613048b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_blue.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:lapis_lazuli" + } + ], + "result": { + "id": "mineralogy:drywall_blue", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_brown.json b/src/main/resources/data/mineralogy/recipe/drywall_brown.json new file mode 100644 index 000000000..8a3c84b42 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_brown.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:cocoa_beans" + } + ], + "result": { + "id": "mineralogy:drywall_brown", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_cyan.json b/src/main/resources/data/mineralogy/recipe/drywall_cyan.json new file mode 100644 index 000000000..363692a34 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_cyan.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:cyan_dye" + } + ], + "result": { + "id": "mineralogy:drywall_cyan", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_gray.json b/src/main/resources/data/mineralogy/recipe/drywall_gray.json new file mode 100644 index 000000000..4170c7ca6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_gray.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:gray_dye" + } + ], + "result": { + "id": "mineralogy:drywall_gray", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_green.json b/src/main/resources/data/mineralogy/recipe/drywall_green.json new file mode 100644 index 000000000..a3616952a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_green.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:green_dye" + } + ], + "result": { + "id": "mineralogy:drywall_green", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_light_blue.json b/src/main/resources/data/mineralogy/recipe/drywall_light_blue.json new file mode 100644 index 000000000..7195359b3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_light_blue.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:light_blue_dye" + } + ], + "result": { + "id": "mineralogy:drywall_light_blue", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_lime.json b/src/main/resources/data/mineralogy/recipe/drywall_lime.json new file mode 100644 index 000000000..53fcd4b36 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_lime.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:lime_dye" + } + ], + "result": { + "id": "mineralogy:drywall_lime", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_magenta.json b/src/main/resources/data/mineralogy/recipe/drywall_magenta.json new file mode 100644 index 000000000..be6b58302 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_magenta.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:magenta_dye" + } + ], + "result": { + "id": "mineralogy:drywall_magenta", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_orange.json b/src/main/resources/data/mineralogy/recipe/drywall_orange.json new file mode 100644 index 000000000..9e4665892 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_orange.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:orange_dye" + } + ], + "result": { + "id": "mineralogy:drywall_orange", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_pink.json b/src/main/resources/data/mineralogy/recipe/drywall_pink.json new file mode 100644 index 000000000..8d8ab40a0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_pink.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:pink_dye" + } + ], + "result": { + "id": "mineralogy:drywall_pink", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_purple.json b/src/main/resources/data/mineralogy/recipe/drywall_purple.json new file mode 100644 index 000000000..c2dd6290b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_purple.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:purple_dye" + } + ], + "result": { + "id": "mineralogy:drywall_purple", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_red.json b/src/main/resources/data/mineralogy/recipe/drywall_red.json new file mode 100644 index 000000000..87d87afd6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_red.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:red_dye" + } + ], + "result": { + "id": "mineralogy:drywall_red", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_silver.json b/src/main/resources/data/mineralogy/recipe/drywall_silver.json new file mode 100644 index 000000000..9d750bf2f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_silver.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:light_gray_dye" + } + ], + "result": { + "id": "mineralogy:drywall_silver", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_white.json b/src/main/resources/data/mineralogy/recipe/drywall_white.json new file mode 100644 index 000000000..55ca0c6d5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_white.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:bone_meal" + } + ], + "result": { + "id": "mineralogy:drywall_white", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/drywall_yellow.json b/src/main/resources/data/mineralogy/recipe/drywall_yellow.json new file mode 100644 index 000000000..d181aecdc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/drywall_yellow.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_DRYWALLS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:drywall/white" + }, + { + "item": "minecraft:yellow_dye" + } + ], + "result": { + "id": "mineralogy:drywall_yellow", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_brick.json b/src/main/resources/data/mineralogy/recipe/gabbro_brick.json new file mode 100644 index 000000000..dceb83fb6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gabbro" + } + }, + "result": { + "id": "mineralogy:gabbro_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/gabbro_brick_block_polishing.json new file mode 100644 index 000000000..cbc0af85f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gabbro_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/gabbro_brick_furnace.json new file mode 100644 index 000000000..f8e94ffba --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/gabbro/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:gabbro_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_brick_slab.json b/src/main/resources/data/mineralogy/recipe/gabbro_brick_slab.json new file mode 100644 index 000000000..a9edd467d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_brick" + } + }, + "result": { + "id": "mineralogy:gabbro_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/gabbro_brick_slab_polishing.json new file mode 100644 index 000000000..e9275d3e4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gabbro_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/gabbro_brick_slab_recombination.json new file mode 100644 index 000000000..86dcde2c8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_brick_slab" + }, + { + "item": "mineralogy:gabbro_brick_slab" + } + ], + "result": { + "id": "mineralogy:gabbro_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/gabbro_brick_stairs.json new file mode 100644 index 000000000..78fe38c3a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gabbro/brick" + } + }, + "result": { + "id": "mineralogy:gabbro_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/gabbro_brick_stairs_polishing.json new file mode 100644 index 000000000..6db2ff6ea --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gabbro_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_brick_wall.json b/src/main/resources/data/mineralogy/recipe/gabbro_brick_wall.json new file mode 100644 index 000000000..4ee4d5498 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gabbro/brick" + } + }, + "result": { + "id": "mineralogy:gabbro_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/gabbro_brick_wall_polishing.json new file mode 100644 index 000000000..d42cd22f5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gabbro_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_cobblestone.json b/src/main/resources/data/mineralogy/recipe/gabbro_cobblestone.json new file mode 100644 index 000000000..626c76a4a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/gabbro" + }, + { + "tag": "mineralogy:stones/gabbro" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_furnace.json b/src/main/resources/data/mineralogy/recipe/gabbro_furnace.json new file mode 100644 index 000000000..12cc9d44e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/gabbro" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:gabbro_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/gabbro_polished_brick_slab_recombination.json new file mode 100644 index 000000000..882a04489 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_smooth_brick_slab" + }, + { + "item": "mineralogy:gabbro_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:gabbro_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/gabbro_polished_slab_recombination.json new file mode 100644 index 000000000..f4420dce1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_smooth_slab" + }, + { + "item": "mineralogy:gabbro_smooth_slab" + } + ], + "result": { + "id": "mineralogy:gabbro_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/gabbro_polished_slabs_to_brick.json new file mode 100644 index 000000000..1ac17d1eb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_smooth_slab" + } + }, + "result": { + "id": "mineralogy:gabbro_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/gabbro_polished_stairs_to_brick.json new file mode 100644 index 000000000..11d2f0578 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:gabbro_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/gabbro_polished_walls_to_brick.json new file mode 100644 index 000000000..bc1fdc918 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_smooth_wall" + } + }, + "result": { + "id": "mineralogy:gabbro_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/gabbro_raw_slab_polishing.json new file mode 100644 index 000000000..1380d058d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gabbro_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/gabbro_raw_slab_recombination.json new file mode 100644 index 000000000..1de7b348f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_slab" + }, + { + "item": "mineralogy:gabbro_slab" + } + ], + "result": { + "id": "mineralogy:gabbro", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/gabbro_raw_slabs_to_brick.json new file mode 100644 index 000000000..d6f861f42 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_slab" + } + }, + "result": { + "id": "mineralogy:gabbro_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/gabbro_raw_stairs_polishing.json new file mode 100644 index 000000000..17a3100a0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gabbro_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/gabbro_raw_stairs_to_brick.json new file mode 100644 index 000000000..3975dcccc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_stairs" + } + }, + "result": { + "id": "mineralogy:gabbro_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/gabbro_raw_wall_polishing.json new file mode 100644 index 000000000..3193f43c7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gabbro_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/gabbro_raw_walls_to_brick.json new file mode 100644 index 000000000..2f25690da --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_wall" + } + }, + "result": { + "id": "mineralogy:gabbro_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_axe.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_axe.json new file mode 100644 index 000000000..ae40bc543 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:gabbro_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_blank.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_blank.json new file mode 100644 index 000000000..e5ecb9322 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_smooth" + } + }, + "result": { + "id": "mineralogy:gabbro_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_cross.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_cross.json new file mode 100644 index 000000000..b9a95dce1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_relief_blank" + } + }, + "result": { + "id": "mineralogy:gabbro_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_hammer.json new file mode 100644 index 000000000..d97cba699 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:gabbro_relief_blank" + } + }, + "result": { + "id": "mineralogy:gabbro_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_hoe.json new file mode 100644 index 000000000..d4a5d31d7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:gabbro_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_horizontal.json new file mode 100644 index 000000000..81696e599 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_relief_blank" + } + }, + "result": { + "id": "mineralogy:gabbro_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_i.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_i.json new file mode 100644 index 000000000..fee080f2c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_relief_blank" + } + }, + "result": { + "id": "mineralogy:gabbro_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_left.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_left.json new file mode 100644 index 000000000..5d5c4bbea --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_relief_blank" + } + }, + "result": { + "id": "mineralogy:gabbro_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_pickaxe.json new file mode 100644 index 000000000..87998cffb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:gabbro_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_plus.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_plus.json new file mode 100644 index 000000000..e9c9003e2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:gabbro_relief_blank" + } + }, + "result": { + "id": "mineralogy:gabbro_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_right.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_right.json new file mode 100644 index 000000000..6e8fcce55 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_relief_left" + }, + { + "item": "mineralogy:gabbro_relief_left" + } + ], + "result": { + "id": "mineralogy:gabbro_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_sword.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_sword.json new file mode 100644 index 000000000..f629677cf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "mineralogy:gabbro_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:gabbro_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/gabbro_relief_vertical.json new file mode 100644 index 000000000..376fab5a9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_relief_blank" + } + }, + "result": { + "id": "mineralogy:gabbro_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_slab.json b/src/main/resources/data/mineralogy/recipe/gabbro_slab.json new file mode 100644 index 000000000..c546945f4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro" + } + }, + "result": { + "id": "mineralogy:gabbro_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_smooth.json b/src/main/resources/data/mineralogy/recipe/gabbro_smooth.json new file mode 100644 index 000000000..0ced20404 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/gabbro" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:gabbro_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick.json new file mode 100644 index 000000000..fdd0e5481 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gabbro/smooth" + } + }, + "result": { + "id": "mineralogy:gabbro_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_furnace.json new file mode 100644 index 000000000..2c7fc8eed --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/gabbro/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:gabbro_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_slab.json new file mode 100644 index 000000000..e6546b6b2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_smooth_brick" + } + }, + "result": { + "id": "mineralogy:gabbro_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_stairs.json new file mode 100644 index 000000000..7655e8441 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gabbro/smooth_brick" + } + }, + "result": { + "id": "mineralogy:gabbro_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_wall.json new file mode 100644 index 000000000..3852a94ac --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gabbro/smooth_brick" + } + }, + "result": { + "id": "mineralogy:gabbro_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_furnace.json new file mode 100644 index 000000000..08362bfc4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/gabbro/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:gabbro_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_slab.json new file mode 100644 index 000000000..6e0132067 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gabbro_smooth" + } + }, + "result": { + "id": "mineralogy:gabbro_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_stairs.json new file mode 100644 index 000000000..1e6dfc182 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gabbro/smooth" + } + }, + "result": { + "id": "mineralogy:gabbro_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_wall.json new file mode 100644 index 000000000..da5d7e910 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gabbro/smooth" + } + }, + "result": { + "id": "mineralogy:gabbro_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_stairs.json b/src/main/resources/data/mineralogy/recipe/gabbro_stairs.json new file mode 100644 index 000000000..17a249e6b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gabbro" + } + }, + "result": { + "id": "mineralogy:gabbro_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_to_stone.json b/src/main/resources/data/mineralogy/recipe/gabbro_to_stone.json new file mode 100644 index 000000000..2d626eba8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:gabbro" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/gabbro_wall.json b/src/main/resources/data/mineralogy/recipe/gabbro_wall.json new file mode 100644 index 000000000..730ea97d6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gabbro_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gabbro" + } + }, + "result": { + "id": "mineralogy:gabbro_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_brick.json b/src/main/resources/data/mineralogy/recipe/gneiss_brick.json new file mode 100644 index 000000000..5eec8a405 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gneiss" + } + }, + "result": { + "id": "mineralogy:gneiss_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/gneiss_brick_block_polishing.json new file mode 100644 index 000000000..385cf5edc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gneiss_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/gneiss_brick_furnace.json new file mode 100644 index 000000000..5cf9826ba --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/gneiss/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:gneiss_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_brick_slab.json b/src/main/resources/data/mineralogy/recipe/gneiss_brick_slab.json new file mode 100644 index 000000000..9d87fe501 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_brick" + } + }, + "result": { + "id": "mineralogy:gneiss_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/gneiss_brick_slab_polishing.json new file mode 100644 index 000000000..baaadbdd8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gneiss_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/gneiss_brick_slab_recombination.json new file mode 100644 index 000000000..f2fd5326b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_brick_slab" + }, + { + "item": "mineralogy:gneiss_brick_slab" + } + ], + "result": { + "id": "mineralogy:gneiss_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/gneiss_brick_stairs.json new file mode 100644 index 000000000..c16fa8f26 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gneiss/brick" + } + }, + "result": { + "id": "mineralogy:gneiss_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/gneiss_brick_stairs_polishing.json new file mode 100644 index 000000000..5b97c5e96 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gneiss_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_brick_wall.json b/src/main/resources/data/mineralogy/recipe/gneiss_brick_wall.json new file mode 100644 index 000000000..3c9a45e6e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gneiss/brick" + } + }, + "result": { + "id": "mineralogy:gneiss_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/gneiss_brick_wall_polishing.json new file mode 100644 index 000000000..1d446fcc1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gneiss_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_cobblestone.json b/src/main/resources/data/mineralogy/recipe/gneiss_cobblestone.json new file mode 100644 index 000000000..bfebf58e8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/gneiss" + }, + { + "tag": "mineralogy:stones/gneiss" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_furnace.json b/src/main/resources/data/mineralogy/recipe/gneiss_furnace.json new file mode 100644 index 000000000..e6a47b982 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/gneiss" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:gneiss_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/gneiss_polished_brick_slab_recombination.json new file mode 100644 index 000000000..48382cfd6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_smooth_brick_slab" + }, + { + "item": "mineralogy:gneiss_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:gneiss_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/gneiss_polished_slab_recombination.json new file mode 100644 index 000000000..30f2eab10 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_smooth_slab" + }, + { + "item": "mineralogy:gneiss_smooth_slab" + } + ], + "result": { + "id": "mineralogy:gneiss_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/gneiss_polished_slabs_to_brick.json new file mode 100644 index 000000000..212fd96a4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_smooth_slab" + } + }, + "result": { + "id": "mineralogy:gneiss_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/gneiss_polished_stairs_to_brick.json new file mode 100644 index 000000000..f565fb840 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:gneiss_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/gneiss_polished_walls_to_brick.json new file mode 100644 index 000000000..31d620bd4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_smooth_wall" + } + }, + "result": { + "id": "mineralogy:gneiss_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/gneiss_raw_slab_polishing.json new file mode 100644 index 000000000..172fb2c4d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gneiss_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/gneiss_raw_slab_recombination.json new file mode 100644 index 000000000..48a25daba --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_slab" + }, + { + "item": "mineralogy:gneiss_slab" + } + ], + "result": { + "id": "mineralogy:gneiss", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/gneiss_raw_slabs_to_brick.json new file mode 100644 index 000000000..ac4ceb57e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_slab" + } + }, + "result": { + "id": "mineralogy:gneiss_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/gneiss_raw_stairs_polishing.json new file mode 100644 index 000000000..268ace0de --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gneiss_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/gneiss_raw_stairs_to_brick.json new file mode 100644 index 000000000..e0efbd2c1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_stairs" + } + }, + "result": { + "id": "mineralogy:gneiss_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/gneiss_raw_wall_polishing.json new file mode 100644 index 000000000..00ac91888 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:gneiss_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/gneiss_raw_walls_to_brick.json new file mode 100644 index 000000000..073725326 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_wall" + } + }, + "result": { + "id": "mineralogy:gneiss_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_axe.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_axe.json new file mode 100644 index 000000000..9e7922634 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:gneiss_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_blank.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_blank.json new file mode 100644 index 000000000..4f2a3847b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_smooth" + } + }, + "result": { + "id": "mineralogy:gneiss_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_cross.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_cross.json new file mode 100644 index 000000000..285b11cd6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_relief_blank" + } + }, + "result": { + "id": "mineralogy:gneiss_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_hammer.json new file mode 100644 index 000000000..186c22006 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:gneiss_relief_blank" + } + }, + "result": { + "id": "mineralogy:gneiss_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_hoe.json new file mode 100644 index 000000000..eed168785 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:gneiss_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_horizontal.json new file mode 100644 index 000000000..ff4ef8532 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_relief_blank" + } + }, + "result": { + "id": "mineralogy:gneiss_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_i.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_i.json new file mode 100644 index 000000000..4dc125543 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_relief_blank" + } + }, + "result": { + "id": "mineralogy:gneiss_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_left.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_left.json new file mode 100644 index 000000000..e84f143c7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_relief_blank" + } + }, + "result": { + "id": "mineralogy:gneiss_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_pickaxe.json new file mode 100644 index 000000000..cba501e44 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:gneiss_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_plus.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_plus.json new file mode 100644 index 000000000..05ac9a2cd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:gneiss_relief_blank" + } + }, + "result": { + "id": "mineralogy:gneiss_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_right.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_right.json new file mode 100644 index 000000000..5d92532b9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_relief_left" + }, + { + "item": "mineralogy:gneiss_relief_left" + } + ], + "result": { + "id": "mineralogy:gneiss_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_sword.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_sword.json new file mode 100644 index 000000000..81b221b51 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "mineralogy:gneiss_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:gneiss_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/gneiss_relief_vertical.json new file mode 100644 index 000000000..e7b191213 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_relief_blank" + } + }, + "result": { + "id": "mineralogy:gneiss_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_slab.json b/src/main/resources/data/mineralogy/recipe/gneiss_slab.json new file mode 100644 index 000000000..5869957bd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss" + } + }, + "result": { + "id": "mineralogy:gneiss_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_smooth.json b/src/main/resources/data/mineralogy/recipe/gneiss_smooth.json new file mode 100644 index 000000000..173ec7874 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/gneiss" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:gneiss_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick.json new file mode 100644 index 000000000..100784c7d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gneiss/smooth" + } + }, + "result": { + "id": "mineralogy:gneiss_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_furnace.json new file mode 100644 index 000000000..cc07412a5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/gneiss/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:gneiss_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_slab.json new file mode 100644 index 000000000..6eace493a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_smooth_brick" + } + }, + "result": { + "id": "mineralogy:gneiss_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_stairs.json new file mode 100644 index 000000000..5e838832d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gneiss/smooth_brick" + } + }, + "result": { + "id": "mineralogy:gneiss_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_wall.json new file mode 100644 index 000000000..ccda14cf4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gneiss/smooth_brick" + } + }, + "result": { + "id": "mineralogy:gneiss_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_furnace.json new file mode 100644 index 000000000..e904c41dd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/gneiss/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:gneiss_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_slab.json new file mode 100644 index 000000000..10d76531f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:gneiss_smooth" + } + }, + "result": { + "id": "mineralogy:gneiss_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_stairs.json new file mode 100644 index 000000000..b093f1ec2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gneiss/smooth" + } + }, + "result": { + "id": "mineralogy:gneiss_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_wall.json new file mode 100644 index 000000000..f8851abed --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gneiss/smooth" + } + }, + "result": { + "id": "mineralogy:gneiss_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_stairs.json b/src/main/resources/data/mineralogy/recipe/gneiss_stairs.json new file mode 100644 index 000000000..7c7f64fb6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gneiss" + } + }, + "result": { + "id": "mineralogy:gneiss_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_to_stone.json b/src/main/resources/data/mineralogy/recipe/gneiss_to_stone.json new file mode 100644 index 000000000..016278bf8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:gneiss" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/gneiss_wall.json b/src/main/resources/data/mineralogy/recipe/gneiss_wall.json new file mode 100644 index 000000000..d2883451c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gneiss_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/gneiss" + } + }, + "result": { + "id": "mineralogy:gneiss_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_brick.json b/src/main/resources/data/mineralogy/recipe/granite_brick.json new file mode 100644 index 000000000..27093ec87 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/granite" + } + }, + "result": { + "id": "mineralogy:granite_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/granite_brick_block_polishing.json new file mode 100644 index 000000000..391b524a8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:granite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/granite_brick_furnace.json new file mode 100644 index 000000000..d4d563d56 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/granite/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:granite_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_brick_slab.json b/src/main/resources/data/mineralogy/recipe/granite_brick_slab.json new file mode 100644 index 000000000..cdd243da6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:granite_brick" + } + }, + "result": { + "id": "mineralogy:granite_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/granite_brick_slab_polishing.json new file mode 100644 index 000000000..546809d27 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:granite_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/granite_brick_slab_recombination.json new file mode 100644 index 000000000..bc876e961 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_brick_slab" + }, + { + "item": "mineralogy:granite_brick_slab" + } + ], + "result": { + "id": "mineralogy:granite_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/granite_brick_stairs.json new file mode 100644 index 000000000..b23360bba --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/granite/brick" + } + }, + "result": { + "id": "mineralogy:granite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/granite_brick_stairs_polishing.json new file mode 100644 index 000000000..40e711d46 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:granite_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_brick_wall.json b/src/main/resources/data/mineralogy/recipe/granite_brick_wall.json new file mode 100644 index 000000000..4d543c5b7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/granite/brick" + } + }, + "result": { + "id": "mineralogy:granite_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/granite_brick_wall_polishing.json new file mode 100644 index 000000000..2e1c18bb9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:granite_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_cobblestone.json b/src/main/resources/data/mineralogy/recipe/granite_cobblestone.json new file mode 100644 index 000000000..547dea8f1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/granite" + }, + { + "tag": "mineralogy:stones/granite" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_furnace.json b/src/main/resources/data/mineralogy/recipe/granite_furnace.json new file mode 100644 index 000000000..ee967aee4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/granite" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:granite_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/granite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..dcf66d418 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_smooth_brick_slab" + }, + { + "item": "mineralogy:granite_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:granite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/granite_polished_slab_recombination.json new file mode 100644 index 000000000..259371f6f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_smooth_slab" + }, + { + "item": "mineralogy:granite_smooth_slab" + } + ], + "result": { + "id": "mineralogy:granite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/granite_polished_slabs_to_brick.json new file mode 100644 index 000000000..29fbc3b6e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:granite_smooth_slab" + } + }, + "result": { + "id": "mineralogy:granite_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/granite_polished_stairs_to_brick.json new file mode 100644 index 000000000..f214e5a39 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:granite_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:granite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/granite_polished_walls_to_brick.json new file mode 100644 index 000000000..1b3b6003d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:granite_smooth_wall" + } + }, + "result": { + "id": "mineralogy:granite_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/granite_raw_slab_polishing.json new file mode 100644 index 000000000..0a5c5ae09 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:granite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/granite_raw_slab_recombination.json new file mode 100644 index 000000000..af57e46cd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_slab" + }, + { + "item": "mineralogy:granite_slab" + } + ], + "result": { + "id": "mineralogy:granite", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/granite_raw_slabs_to_brick.json new file mode 100644 index 000000000..eb9b9ef27 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:granite_slab" + } + }, + "result": { + "id": "mineralogy:granite_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/granite_raw_stairs_polishing.json new file mode 100644 index 000000000..50322dd6d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:granite_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/granite_raw_stairs_to_brick.json new file mode 100644 index 000000000..2bc47ef5c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:granite_stairs" + } + }, + "result": { + "id": "mineralogy:granite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/granite_raw_wall_polishing.json new file mode 100644 index 000000000..6a599d973 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:granite_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/granite_raw_walls_to_brick.json new file mode 100644 index 000000000..5de125b39 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:granite_wall" + } + }, + "result": { + "id": "mineralogy:granite_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_axe.json b/src/main/resources/data/mineralogy/recipe/granite_relief_axe.json new file mode 100644 index 000000000..9a616c28d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:granite_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_blank.json b/src/main/resources/data/mineralogy/recipe/granite_relief_blank.json new file mode 100644 index 000000000..5aacb507f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/granite/smooth" + } + }, + "result": { + "id": "mineralogy:granite_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_cross.json b/src/main/resources/data/mineralogy/recipe/granite_relief_cross.json new file mode 100644 index 000000000..e1d4cdfa4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:granite_relief_blank" + } + }, + "result": { + "id": "mineralogy:granite_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/granite_relief_hammer.json new file mode 100644 index 000000000..8873d9f29 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:granite_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:granite_relief_blank" + } + }, + "result": { + "id": "mineralogy:granite_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/granite_relief_hoe.json new file mode 100644 index 000000000..6103a73de --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:granite_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/granite_relief_horizontal.json new file mode 100644 index 000000000..d766797d0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:granite_relief_blank" + } + }, + "result": { + "id": "mineralogy:granite_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_i.json b/src/main/resources/data/mineralogy/recipe/granite_relief_i.json new file mode 100644 index 000000000..d9c7ab551 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:granite_relief_blank" + } + }, + "result": { + "id": "mineralogy:granite_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_left.json b/src/main/resources/data/mineralogy/recipe/granite_relief_left.json new file mode 100644 index 000000000..a68b5ab44 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:granite_relief_blank" + } + }, + "result": { + "id": "mineralogy:granite_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/granite_relief_pickaxe.json new file mode 100644 index 000000000..ec0750f3b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:granite_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_plus.json b/src/main/resources/data/mineralogy/recipe/granite_relief_plus.json new file mode 100644 index 000000000..7029381d6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:granite_relief_blank" + } + }, + "result": { + "id": "mineralogy:granite_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_right.json b/src/main/resources/data/mineralogy/recipe/granite_relief_right.json new file mode 100644 index 000000000..9985d9de3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_relief_left" + }, + { + "item": "mineralogy:granite_relief_left" + } + ], + "result": { + "id": "mineralogy:granite_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_sword.json b/src/main/resources/data/mineralogy/recipe/granite_relief_sword.json new file mode 100644 index 000000000..480b68c0e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "mineralogy:granite_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:granite_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/granite_relief_vertical.json new file mode 100644 index 000000000..b5bca930d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:granite_relief_blank" + } + }, + "result": { + "id": "mineralogy:granite_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_slab.json b/src/main/resources/data/mineralogy/recipe/granite_slab.json new file mode 100644 index 000000000..4652e63fa --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:granite" + } + }, + "result": { + "id": "mineralogy:granite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipe/granite_slab_from_vanilla.json new file mode 100644 index 000000000..500c6465f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_slab_from_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:granite_slab" + } + ], + "result": { + "id": "mineralogy:granite_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipe/granite_slab_to_vanilla.json new file mode 100644 index 000000000..40f42d26b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_slab_to_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_slab" + } + ], + "result": { + "id": "minecraft:granite_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_smooth.json b/src/main/resources/data/mineralogy/recipe/granite_smooth.json new file mode 100644 index 000000000..3f3d4bb4e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:granite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/granite_smooth_brick.json new file mode 100644 index 000000000..58f3e6199 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/granite/smooth" + } + }, + "result": { + "id": "mineralogy:granite_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/granite_smooth_brick_furnace.json new file mode 100644 index 000000000..5e55c2862 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/granite/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:granite_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/granite_smooth_brick_slab.json new file mode 100644 index 000000000..51205dc9b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:granite_smooth_brick" + } + }, + "result": { + "id": "mineralogy:granite_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/granite_smooth_brick_stairs.json new file mode 100644 index 000000000..fee3ba73d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/granite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:granite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/granite_smooth_brick_wall.json new file mode 100644 index 000000000..ee0c2635f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/granite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:granite_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/granite_smooth_furnace.json new file mode 100644 index 000000000..f3d5ef55b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/granite/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:granite_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/granite_smooth_slab.json new file mode 100644 index 000000000..667669a4d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:granite_smooth" + } + }, + "result": { + "id": "mineralogy:granite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipe/granite_smooth_slab_from_vanilla.json new file mode 100644 index 000000000..b0a6907b9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_smooth_slab_from_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:polished_granite_slab" + } + ], + "result": { + "id": "mineralogy:granite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipe/granite_smooth_slab_to_vanilla.json new file mode 100644 index 000000000..1dd04c51a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_smooth_slab_to_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:granite_smooth_slab" + } + ], + "result": { + "id": "minecraft:polished_granite_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/granite_smooth_stairs.json new file mode 100644 index 000000000..c62d479d8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:granite_smooth" + } + }, + "result": { + "id": "mineralogy:granite_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/granite_smooth_wall.json new file mode 100644 index 000000000..f454548d1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/granite/smooth" + } + }, + "result": { + "id": "mineralogy:granite_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_stairs.json b/src/main/resources/data/mineralogy/recipe/granite_stairs.json new file mode 100644 index 000000000..932836e58 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:granite" + } + }, + "result": { + "id": "mineralogy:granite_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_to_stone.json b/src/main/resources/data/mineralogy/recipe/granite_to_stone.json new file mode 100644 index 000000000..87d9e2b33 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:granite" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/granite_wall.json b/src/main/resources/data/mineralogy/recipe/granite_wall.json new file mode 100644 index 000000000..d2bd8521b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/granite_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:granite" + } + }, + "result": { + "id": "mineralogy:granite_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gravel_to_stone.json b/src/main/resources/data/mineralogy/recipe/gravel_to_stone.json new file mode 100644 index 000000000..35a80d0f7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gravel_to_stone.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "minecraft:gravel" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200, + "conditions": [ + { + "type": "mineralogy:config", + "flag": "SMELTABLE_GRAVEL" + } + ] +} diff --git a/src/main/resources/data/mineralogy/recipe/gunpowder_from_carbon_dust.json b/src/main/resources/data/mineralogy/recipe/gunpowder_from_carbon_dust.json new file mode 100644 index 000000000..0a884c273 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gunpowder_from_carbon_dust.json @@ -0,0 +1,37 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:and", + "values": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + }, + { + "type": "neoforge:not", + "value": { + "type": "neoforge:tag_empty", + "tag": "c:dusts/carbon" + } + } + ] + } + ], + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "tag": "c:dusts/carbon" + }, + { + "tag": "c:dusts/nitrate" + }, + { + "tag": "c:dusts/sulfur" + } + ], + "result": { + "id": "minecraft:gunpowder", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gunpowder_from_charcoal.json b/src/main/resources/data/mineralogy/recipe/gunpowder_from_charcoal.json new file mode 100644 index 000000000..874c1843f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gunpowder_from_charcoal.json @@ -0,0 +1,25 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "minecraft:charcoal" + }, + { + "tag": "c:dusts/nitrate" + }, + { + "tag": "c:dusts/sulfur" + } + ], + "result": { + "id": "minecraft:gunpowder", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gunpowder_from_coal_dust.json b/src/main/resources/data/mineralogy/recipe/gunpowder_from_coal_dust.json new file mode 100644 index 000000000..2391abed3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gunpowder_from_coal_dust.json @@ -0,0 +1,37 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:and", + "values": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + }, + { + "type": "neoforge:not", + "value": { + "type": "neoforge:tag_empty", + "tag": "c:dusts/coal" + } + } + ] + } + ], + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "tag": "c:dusts/coal" + }, + { + "tag": "c:dusts/nitrate" + }, + { + "tag": "c:dusts/sulfur" + } + ], + "result": { + "id": "minecraft:gunpowder", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gunpowder_from_sugar.json b/src/main/resources/data/mineralogy/recipe/gunpowder_from_sugar.json new file mode 100644 index 000000000..81058ca3e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gunpowder_from_sugar.json @@ -0,0 +1,25 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "minecraft:sugar" + }, + { + "tag": "c:dusts/nitrate" + }, + { + "tag": "c:dusts/sulfur" + } + ], + "result": { + "id": "minecraft:gunpowder", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/gypsum.json b/src/main/resources/data/mineralogy/recipe/gypsum.json new file mode 100644 index 000000000..a16fbb307 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gypsum.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "c:dusts/gypsum" + } + }, + "result": { + "id": "mineralogy:gypsum", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/gypsum_dust.json b/src/main/resources/data/mineralogy/recipe/gypsum_dust.json new file mode 100644 index 000000000..41d630ff9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/gypsum_dust.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "c:storage_blocks/gypsum" + } + ], + "result": { + "id": "mineralogy:gypsum_dust", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_brick.json b/src/main/resources/data/mineralogy/recipe/hornfels_brick.json new file mode 100644 index 000000000..00b5d8215 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/hornfels" + } + }, + "result": { + "id": "mineralogy:hornfels_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/hornfels_brick_block_polishing.json new file mode 100644 index 000000000..95c519e2a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:hornfels_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/hornfels_brick_furnace.json new file mode 100644 index 000000000..94921ba49 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/hornfels/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:hornfels_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_brick_slab.json b/src/main/resources/data/mineralogy/recipe/hornfels_brick_slab.json new file mode 100644 index 000000000..6bcb3521e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_brick" + } + }, + "result": { + "id": "mineralogy:hornfels_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/hornfels_brick_slab_polishing.json new file mode 100644 index 000000000..4c51c3490 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:hornfels_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/hornfels_brick_slab_recombination.json new file mode 100644 index 000000000..c1391abfc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_brick_slab" + }, + { + "item": "mineralogy:hornfels_brick_slab" + } + ], + "result": { + "id": "mineralogy:hornfels_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/hornfels_brick_stairs.json new file mode 100644 index 000000000..2783b914a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/hornfels/brick" + } + }, + "result": { + "id": "mineralogy:hornfels_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/hornfels_brick_stairs_polishing.json new file mode 100644 index 000000000..db9c0fe69 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:hornfels_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_brick_wall.json b/src/main/resources/data/mineralogy/recipe/hornfels_brick_wall.json new file mode 100644 index 000000000..5482ca108 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/hornfels/brick" + } + }, + "result": { + "id": "mineralogy:hornfels_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/hornfels_brick_wall_polishing.json new file mode 100644 index 000000000..1468ec09c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:hornfels_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_cobblestone.json b/src/main/resources/data/mineralogy/recipe/hornfels_cobblestone.json new file mode 100644 index 000000000..34c5214e7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/hornfels" + }, + { + "tag": "mineralogy:stones/hornfels" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_furnace.json b/src/main/resources/data/mineralogy/recipe/hornfels_furnace.json new file mode 100644 index 000000000..f90cf5174 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/hornfels" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:hornfels_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/hornfels_polished_brick_slab_recombination.json new file mode 100644 index 000000000..678fa4d15 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_smooth_brick_slab" + }, + { + "item": "mineralogy:hornfels_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:hornfels_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/hornfels_polished_slab_recombination.json new file mode 100644 index 000000000..8cb0d1f5a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_smooth_slab" + }, + { + "item": "mineralogy:hornfels_smooth_slab" + } + ], + "result": { + "id": "mineralogy:hornfels_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/hornfels_polished_slabs_to_brick.json new file mode 100644 index 000000000..638443078 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_smooth_slab" + } + }, + "result": { + "id": "mineralogy:hornfels_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/hornfels_polished_stairs_to_brick.json new file mode 100644 index 000000000..794b9bdd0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:hornfels_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/hornfels_polished_walls_to_brick.json new file mode 100644 index 000000000..8c0c21131 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_smooth_wall" + } + }, + "result": { + "id": "mineralogy:hornfels_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/hornfels_raw_slab_polishing.json new file mode 100644 index 000000000..78eaead37 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:hornfels_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/hornfels_raw_slab_recombination.json new file mode 100644 index 000000000..4a9785c80 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_slab" + }, + { + "item": "mineralogy:hornfels_slab" + } + ], + "result": { + "id": "mineralogy:hornfels", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/hornfels_raw_slabs_to_brick.json new file mode 100644 index 000000000..682f2feba --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_slab" + } + }, + "result": { + "id": "mineralogy:hornfels_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/hornfels_raw_stairs_polishing.json new file mode 100644 index 000000000..afa72ac8e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:hornfels_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/hornfels_raw_stairs_to_brick.json new file mode 100644 index 000000000..cccb735b2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_stairs" + } + }, + "result": { + "id": "mineralogy:hornfels_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/hornfels_raw_wall_polishing.json new file mode 100644 index 000000000..9e51d665b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:hornfels_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/hornfels_raw_walls_to_brick.json new file mode 100644 index 000000000..1a08b1954 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_wall" + } + }, + "result": { + "id": "mineralogy:hornfels_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_axe.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_axe.json new file mode 100644 index 000000000..b6822cca7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:hornfels_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_blank.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_blank.json new file mode 100644 index 000000000..49ea6d06a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_smooth" + } + }, + "result": { + "id": "mineralogy:hornfels_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_cross.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_cross.json new file mode 100644 index 000000000..d38a9f7b8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_relief_blank" + } + }, + "result": { + "id": "mineralogy:hornfels_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_hammer.json new file mode 100644 index 000000000..81cb0710b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:hornfels_relief_blank" + } + }, + "result": { + "id": "mineralogy:hornfels_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_hoe.json new file mode 100644 index 000000000..cdbd4679e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:hornfels_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_horizontal.json new file mode 100644 index 000000000..3ec7f88d8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_relief_blank" + } + }, + "result": { + "id": "mineralogy:hornfels_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_i.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_i.json new file mode 100644 index 000000000..1549ca27e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_relief_blank" + } + }, + "result": { + "id": "mineralogy:hornfels_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_left.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_left.json new file mode 100644 index 000000000..ec38ad5ea --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_relief_blank" + } + }, + "result": { + "id": "mineralogy:hornfels_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_pickaxe.json new file mode 100644 index 000000000..b525edaf4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:hornfels_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_plus.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_plus.json new file mode 100644 index 000000000..741d767d1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:hornfels_relief_blank" + } + }, + "result": { + "id": "mineralogy:hornfels_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_right.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_right.json new file mode 100644 index 000000000..d3bb5681a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_relief_left" + }, + { + "item": "mineralogy:hornfels_relief_left" + } + ], + "result": { + "id": "mineralogy:hornfels_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_sword.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_sword.json new file mode 100644 index 000000000..7153df1cb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "mineralogy:hornfels_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:hornfels_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/hornfels_relief_vertical.json new file mode 100644 index 000000000..9397ae847 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_relief_blank" + } + }, + "result": { + "id": "mineralogy:hornfels_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_slab.json b/src/main/resources/data/mineralogy/recipe/hornfels_slab.json new file mode 100644 index 000000000..ab1e7af15 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels" + } + }, + "result": { + "id": "mineralogy:hornfels_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_smooth.json b/src/main/resources/data/mineralogy/recipe/hornfels_smooth.json new file mode 100644 index 000000000..e7c9ad8c6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/hornfels" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:hornfels_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick.json new file mode 100644 index 000000000..0ee668297 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/hornfels/smooth" + } + }, + "result": { + "id": "mineralogy:hornfels_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_furnace.json new file mode 100644 index 000000000..6634f193f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/hornfels/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:hornfels_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_slab.json new file mode 100644 index 000000000..b317bf530 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_smooth_brick" + } + }, + "result": { + "id": "mineralogy:hornfels_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_stairs.json new file mode 100644 index 000000000..7784edc32 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/hornfels/smooth_brick" + } + }, + "result": { + "id": "mineralogy:hornfels_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_wall.json new file mode 100644 index 000000000..bf5f46cbe --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/hornfels/smooth_brick" + } + }, + "result": { + "id": "mineralogy:hornfels_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_furnace.json new file mode 100644 index 000000000..500726956 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/hornfels/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:hornfels_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_slab.json new file mode 100644 index 000000000..2b6d731c6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:hornfels_smooth" + } + }, + "result": { + "id": "mineralogy:hornfels_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_stairs.json new file mode 100644 index 000000000..ce516d608 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/hornfels/smooth" + } + }, + "result": { + "id": "mineralogy:hornfels_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_wall.json new file mode 100644 index 000000000..b0fde45cd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/hornfels/smooth" + } + }, + "result": { + "id": "mineralogy:hornfels_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_stairs.json b/src/main/resources/data/mineralogy/recipe/hornfels_stairs.json new file mode 100644 index 000000000..a8477374f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/hornfels" + } + }, + "result": { + "id": "mineralogy:hornfels_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_to_stone.json b/src/main/resources/data/mineralogy/recipe/hornfels_to_stone.json new file mode 100644 index 000000000..a8e3f107b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:hornfels" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/hornfels_wall.json b/src/main/resources/data/mineralogy/recipe/hornfels_wall.json new file mode 100644 index 000000000..b9451ca76 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/hornfels_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/hornfels" + } + }, + "result": { + "id": "mineralogy:hornfels_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_brick.json b/src/main/resources/data/mineralogy/recipe/limestone_brick.json new file mode 100644 index 000000000..01fd7e4d5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/limestone" + } + }, + "result": { + "id": "mineralogy:limestone_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/limestone_brick_block_polishing.json new file mode 100644 index 000000000..0dc114788 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:limestone_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/limestone_brick_furnace.json new file mode 100644 index 000000000..7dcd2da7c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/limestone/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:limestone_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_brick_slab.json b/src/main/resources/data/mineralogy/recipe/limestone_brick_slab.json new file mode 100644 index 000000000..4d1bc7960 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:limestone_brick" + } + }, + "result": { + "id": "mineralogy:limestone_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/limestone_brick_slab_polishing.json new file mode 100644 index 000000000..6bf3848b4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:limestone_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/limestone_brick_slab_recombination.json new file mode 100644 index 000000000..0315d3260 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_brick_slab" + }, + { + "item": "mineralogy:limestone_brick_slab" + } + ], + "result": { + "id": "mineralogy:limestone_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/limestone_brick_stairs.json new file mode 100644 index 000000000..96b9215c9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/limestone/brick" + } + }, + "result": { + "id": "mineralogy:limestone_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/limestone_brick_stairs_polishing.json new file mode 100644 index 000000000..af374ed97 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:limestone_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_brick_wall.json b/src/main/resources/data/mineralogy/recipe/limestone_brick_wall.json new file mode 100644 index 000000000..96465b6b6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/limestone/brick" + } + }, + "result": { + "id": "mineralogy:limestone_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/limestone_brick_wall_polishing.json new file mode 100644 index 000000000..6de3403dd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:limestone_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_cobblestone.json b/src/main/resources/data/mineralogy/recipe/limestone_cobblestone.json new file mode 100644 index 000000000..0f5516d47 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/limestone" + }, + { + "tag": "mineralogy:stones/limestone" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_furnace.json b/src/main/resources/data/mineralogy/recipe/limestone_furnace.json new file mode 100644 index 000000000..9873c9ddf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/limestone" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:limestone_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/limestone_polished_brick_slab_recombination.json new file mode 100644 index 000000000..10838a759 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_smooth_brick_slab" + }, + { + "item": "mineralogy:limestone_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:limestone_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/limestone_polished_slab_recombination.json new file mode 100644 index 000000000..93aa84800 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_smooth_slab" + }, + { + "item": "mineralogy:limestone_smooth_slab" + } + ], + "result": { + "id": "mineralogy:limestone_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/limestone_polished_slabs_to_brick.json new file mode 100644 index 000000000..12b7b41ab --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:limestone_smooth_slab" + } + }, + "result": { + "id": "mineralogy:limestone_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/limestone_polished_stairs_to_brick.json new file mode 100644 index 000000000..4a285db2b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:limestone_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:limestone_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/limestone_polished_walls_to_brick.json new file mode 100644 index 000000000..493344830 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:limestone_smooth_wall" + } + }, + "result": { + "id": "mineralogy:limestone_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/limestone_raw_slab_polishing.json new file mode 100644 index 000000000..380916ff3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:limestone_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/limestone_raw_slab_recombination.json new file mode 100644 index 000000000..4aaa91a23 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_slab" + }, + { + "item": "mineralogy:limestone_slab" + } + ], + "result": { + "id": "mineralogy:limestone", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/limestone_raw_slabs_to_brick.json new file mode 100644 index 000000000..370c72af9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:limestone_slab" + } + }, + "result": { + "id": "mineralogy:limestone_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/limestone_raw_stairs_polishing.json new file mode 100644 index 000000000..666094b86 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:limestone_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/limestone_raw_stairs_to_brick.json new file mode 100644 index 000000000..c9d8788f7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:limestone_stairs" + } + }, + "result": { + "id": "mineralogy:limestone_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/limestone_raw_wall_polishing.json new file mode 100644 index 000000000..cbd643d73 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:limestone_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/limestone_raw_walls_to_brick.json new file mode 100644 index 000000000..2880aaa36 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:limestone_wall" + } + }, + "result": { + "id": "mineralogy:limestone_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_axe.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_axe.json new file mode 100644 index 000000000..a86795314 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:limestone_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_blank.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_blank.json new file mode 100644 index 000000000..e0457df19 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:limestone_smooth" + } + }, + "result": { + "id": "mineralogy:limestone_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_cross.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_cross.json new file mode 100644 index 000000000..fa5c0b82f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:limestone_relief_blank" + } + }, + "result": { + "id": "mineralogy:limestone_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_hammer.json new file mode 100644 index 000000000..5f8129d93 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:limestone_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:limestone_relief_blank" + } + }, + "result": { + "id": "mineralogy:limestone_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_hoe.json new file mode 100644 index 000000000..6d2a2ea6a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:limestone_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_horizontal.json new file mode 100644 index 000000000..778bf1bb0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:limestone_relief_blank" + } + }, + "result": { + "id": "mineralogy:limestone_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_i.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_i.json new file mode 100644 index 000000000..c2de90e16 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:limestone_relief_blank" + } + }, + "result": { + "id": "mineralogy:limestone_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_left.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_left.json new file mode 100644 index 000000000..f3a0a7f9e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:limestone_relief_blank" + } + }, + "result": { + "id": "mineralogy:limestone_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_pickaxe.json new file mode 100644 index 000000000..b4cb2fd33 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:limestone_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_plus.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_plus.json new file mode 100644 index 000000000..bd0220940 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:limestone_relief_blank" + } + }, + "result": { + "id": "mineralogy:limestone_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_right.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_right.json new file mode 100644 index 000000000..63e475596 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_relief_left" + }, + { + "item": "mineralogy:limestone_relief_left" + } + ], + "result": { + "id": "mineralogy:limestone_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_sword.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_sword.json new file mode 100644 index 000000000..66af54e74 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "mineralogy:limestone_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:limestone_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/limestone_relief_vertical.json new file mode 100644 index 000000000..7eab6025d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:limestone_relief_blank" + } + }, + "result": { + "id": "mineralogy:limestone_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_slab.json b/src/main/resources/data/mineralogy/recipe/limestone_slab.json new file mode 100644 index 000000000..4335fe603 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:limestone" + } + }, + "result": { + "id": "mineralogy:limestone_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_smooth.json b/src/main/resources/data/mineralogy/recipe/limestone_smooth.json new file mode 100644 index 000000000..ec14db222 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/limestone" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:limestone_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick.json new file mode 100644 index 000000000..6409b6f23 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/limestone/smooth" + } + }, + "result": { + "id": "mineralogy:limestone_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_furnace.json new file mode 100644 index 000000000..b1cc645e2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/limestone/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:limestone_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_slab.json new file mode 100644 index 000000000..80d4e6339 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:limestone_smooth_brick" + } + }, + "result": { + "id": "mineralogy:limestone_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_stairs.json new file mode 100644 index 000000000..b78f19ae2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/limestone/smooth_brick" + } + }, + "result": { + "id": "mineralogy:limestone_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_wall.json new file mode 100644 index 000000000..218adc24b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/limestone/smooth_brick" + } + }, + "result": { + "id": "mineralogy:limestone_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/limestone_smooth_furnace.json new file mode 100644 index 000000000..2d9bf48df --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/limestone/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:limestone_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/limestone_smooth_slab.json new file mode 100644 index 000000000..2be920ddd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:limestone_smooth" + } + }, + "result": { + "id": "mineralogy:limestone_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/limestone_smooth_stairs.json new file mode 100644 index 000000000..9614712d6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/limestone/smooth" + } + }, + "result": { + "id": "mineralogy:limestone_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/limestone_smooth_wall.json new file mode 100644 index 000000000..5322d2020 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/limestone/smooth" + } + }, + "result": { + "id": "mineralogy:limestone_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_stairs.json b/src/main/resources/data/mineralogy/recipe/limestone_stairs.json new file mode 100644 index 000000000..3e59e5ae4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/limestone" + } + }, + "result": { + "id": "mineralogy:limestone_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_to_stone.json b/src/main/resources/data/mineralogy/recipe/limestone_to_stone.json new file mode 100644 index 000000000..8d90c8671 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:limestone" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/limestone_wall.json b/src/main/resources/data/mineralogy/recipe/limestone_wall.json new file mode 100644 index 000000000..bb12f4d6b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/limestone_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/limestone" + } + }, + "result": { + "id": "mineralogy:limestone_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_brick.json b/src/main/resources/data/mineralogy/recipe/marble_brick.json new file mode 100644 index 000000000..71296faa7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/marble" + } + }, + "result": { + "id": "mineralogy:marble_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/marble_brick_block_polishing.json new file mode 100644 index 000000000..4a3149b2e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:marble_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/marble_brick_furnace.json new file mode 100644 index 000000000..b91ace26f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/marble/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:marble_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_brick_slab.json b/src/main/resources/data/mineralogy/recipe/marble_brick_slab.json new file mode 100644 index 000000000..6af5c2772 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:marble_brick" + } + }, + "result": { + "id": "mineralogy:marble_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/marble_brick_slab_polishing.json new file mode 100644 index 000000000..19e1ea205 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:marble_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/marble_brick_slab_recombination.json new file mode 100644 index 000000000..a0ad60459 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_brick_slab" + }, + { + "item": "mineralogy:marble_brick_slab" + } + ], + "result": { + "id": "mineralogy:marble_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/marble_brick_stairs.json new file mode 100644 index 000000000..1d3885b18 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/marble/brick" + } + }, + "result": { + "id": "mineralogy:marble_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/marble_brick_stairs_polishing.json new file mode 100644 index 000000000..f6d1a9b3f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:marble_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_brick_wall.json b/src/main/resources/data/mineralogy/recipe/marble_brick_wall.json new file mode 100644 index 000000000..b25659d90 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/marble/brick" + } + }, + "result": { + "id": "mineralogy:marble_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/marble_brick_wall_polishing.json new file mode 100644 index 000000000..f76b8e55b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:marble_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_cobblestone.json b/src/main/resources/data/mineralogy/recipe/marble_cobblestone.json new file mode 100644 index 000000000..ca278e01f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/marble" + }, + { + "tag": "mineralogy:stones/marble" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_furnace.json b/src/main/resources/data/mineralogy/recipe/marble_furnace.json new file mode 100644 index 000000000..bb1f263e5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/marble" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:marble_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/marble_polished_brick_slab_recombination.json new file mode 100644 index 000000000..29b0ffda6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_smooth_brick_slab" + }, + { + "item": "mineralogy:marble_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:marble_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/marble_polished_slab_recombination.json new file mode 100644 index 000000000..65a563d64 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_smooth_slab" + }, + { + "item": "mineralogy:marble_smooth_slab" + } + ], + "result": { + "id": "mineralogy:marble_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/marble_polished_slabs_to_brick.json new file mode 100644 index 000000000..959843f3c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:marble_smooth_slab" + } + }, + "result": { + "id": "mineralogy:marble_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/marble_polished_stairs_to_brick.json new file mode 100644 index 000000000..1436f4ddd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:marble_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:marble_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/marble_polished_walls_to_brick.json new file mode 100644 index 000000000..7b9c94c36 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:marble_smooth_wall" + } + }, + "result": { + "id": "mineralogy:marble_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/marble_raw_slab_polishing.json new file mode 100644 index 000000000..30208fe39 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:marble_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/marble_raw_slab_recombination.json new file mode 100644 index 000000000..92f93ff47 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_slab" + }, + { + "item": "mineralogy:marble_slab" + } + ], + "result": { + "id": "mineralogy:marble", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/marble_raw_slabs_to_brick.json new file mode 100644 index 000000000..f26f6bd59 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:marble_slab" + } + }, + "result": { + "id": "mineralogy:marble_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/marble_raw_stairs_polishing.json new file mode 100644 index 000000000..79ad06ab0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:marble_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/marble_raw_stairs_to_brick.json new file mode 100644 index 000000000..f883b42b0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:marble_stairs" + } + }, + "result": { + "id": "mineralogy:marble_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/marble_raw_wall_polishing.json new file mode 100644 index 000000000..d0b514b44 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:marble_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/marble_raw_walls_to_brick.json new file mode 100644 index 000000000..b7f6a0881 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:marble_wall" + } + }, + "result": { + "id": "mineralogy:marble_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_axe.json b/src/main/resources/data/mineralogy/recipe/marble_relief_axe.json new file mode 100644 index 000000000..ecdf55333 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:marble_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_blank.json b/src/main/resources/data/mineralogy/recipe/marble_relief_blank.json new file mode 100644 index 000000000..e134c036c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:marble_smooth" + } + }, + "result": { + "id": "mineralogy:marble_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_cross.json b/src/main/resources/data/mineralogy/recipe/marble_relief_cross.json new file mode 100644 index 000000000..67d988786 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:marble_relief_blank" + } + }, + "result": { + "id": "mineralogy:marble_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/marble_relief_hammer.json new file mode 100644 index 000000000..eeed17e86 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:marble_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:marble_relief_blank" + } + }, + "result": { + "id": "mineralogy:marble_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/marble_relief_hoe.json new file mode 100644 index 000000000..1a17e3900 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:marble_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/marble_relief_horizontal.json new file mode 100644 index 000000000..2fd1d229f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:marble_relief_blank" + } + }, + "result": { + "id": "mineralogy:marble_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_i.json b/src/main/resources/data/mineralogy/recipe/marble_relief_i.json new file mode 100644 index 000000000..5a8a1023a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:marble_relief_blank" + } + }, + "result": { + "id": "mineralogy:marble_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_left.json b/src/main/resources/data/mineralogy/recipe/marble_relief_left.json new file mode 100644 index 000000000..d321d0747 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:marble_relief_blank" + } + }, + "result": { + "id": "mineralogy:marble_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/marble_relief_pickaxe.json new file mode 100644 index 000000000..0e197a3f0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:marble_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_plus.json b/src/main/resources/data/mineralogy/recipe/marble_relief_plus.json new file mode 100644 index 000000000..bf35e93ac --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:marble_relief_blank" + } + }, + "result": { + "id": "mineralogy:marble_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_right.json b/src/main/resources/data/mineralogy/recipe/marble_relief_right.json new file mode 100644 index 000000000..876d6c332 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_relief_left" + }, + { + "item": "mineralogy:marble_relief_left" + } + ], + "result": { + "id": "mineralogy:marble_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_sword.json b/src/main/resources/data/mineralogy/recipe/marble_relief_sword.json new file mode 100644 index 000000000..66f9d876a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "mineralogy:marble_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:marble_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/marble_relief_vertical.json new file mode 100644 index 000000000..115af53fb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:marble_relief_blank" + } + }, + "result": { + "id": "mineralogy:marble_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_slab.json b/src/main/resources/data/mineralogy/recipe/marble_slab.json new file mode 100644 index 000000000..12e296d28 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:marble" + } + }, + "result": { + "id": "mineralogy:marble_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_smooth.json b/src/main/resources/data/mineralogy/recipe/marble_smooth.json new file mode 100644 index 000000000..2d16cbe8d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/marble" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:marble_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/marble_smooth_brick.json new file mode 100644 index 000000000..01f0775c2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/marble/smooth" + } + }, + "result": { + "id": "mineralogy:marble_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/marble_smooth_brick_furnace.json new file mode 100644 index 000000000..e64e8f042 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/marble/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:marble_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/marble_smooth_brick_slab.json new file mode 100644 index 000000000..53c38920f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:marble_smooth_brick" + } + }, + "result": { + "id": "mineralogy:marble_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/marble_smooth_brick_stairs.json new file mode 100644 index 000000000..e7e1397c5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/marble/smooth_brick" + } + }, + "result": { + "id": "mineralogy:marble_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/marble_smooth_brick_wall.json new file mode 100644 index 000000000..4d42329b4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/marble/smooth_brick" + } + }, + "result": { + "id": "mineralogy:marble_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/marble_smooth_furnace.json new file mode 100644 index 000000000..76262e1e5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/marble/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:marble_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/marble_smooth_slab.json new file mode 100644 index 000000000..4f88c9add --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:marble_smooth" + } + }, + "result": { + "id": "mineralogy:marble_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/marble_smooth_stairs.json new file mode 100644 index 000000000..996951328 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/marble/smooth" + } + }, + "result": { + "id": "mineralogy:marble_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/marble_smooth_wall.json new file mode 100644 index 000000000..d33a8871f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/marble/smooth" + } + }, + "result": { + "id": "mineralogy:marble_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_stairs.json b/src/main/resources/data/mineralogy/recipe/marble_stairs.json new file mode 100644 index 000000000..1264db1c2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/marble" + } + }, + "result": { + "id": "mineralogy:marble_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_to_stone.json b/src/main/resources/data/mineralogy/recipe/marble_to_stone.json new file mode 100644 index 000000000..bb7194c41 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:marble" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/marble_wall.json b/src/main/resources/data/mineralogy/recipe/marble_wall.json new file mode 100644 index 000000000..f418bb04c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/marble_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/marble" + } + }, + "result": { + "id": "mineralogy:marble_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/mineralfertilizer.json b/src/main/resources/data/mineralogy/recipe/mineralfertilizer.json new file mode 100644 index 000000000..ce76b34de --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/mineralfertilizer.json @@ -0,0 +1,22 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_FERTILIZER" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "c:dusts/nitrate" + }, + { + "tag": "c:dusts/phosphorous" + } + ], + "result": { + "id": "mineralogy:mineral_fertilizer", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/nitrate_block.json b/src/main/resources/data/mineralogy/recipe/nitrate_block.json new file mode 100644 index 000000000..424667807 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/nitrate_block.json @@ -0,0 +1,25 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:nitrate_dust" + } + }, + "result": { + "id": "mineralogy:nitrate_block", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/nitrate_dust.json b/src/main/resources/data/mineralogy/recipe/nitrate_dust.json new file mode 100644 index 000000000..2cb525b04 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/nitrate_dust.json @@ -0,0 +1,19 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "c:storage_blocks/nitrate" + } + ], + "result": { + "id": "mineralogy:nitrate_dust", + "count": 9 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_brick.json b/src/main/resources/data/mineralogy/recipe/novaculite_brick.json new file mode 100644 index 000000000..93368eaac --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/novaculite" + } + }, + "result": { + "id": "mineralogy:novaculite_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/novaculite_brick_block_polishing.json new file mode 100644 index 000000000..d50d6b3a3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:novaculite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/novaculite_brick_furnace.json new file mode 100644 index 000000000..a7b4e6c1b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/novaculite/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:novaculite_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_brick_slab.json b/src/main/resources/data/mineralogy/recipe/novaculite_brick_slab.json new file mode 100644 index 000000000..42e0e8bba --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_brick" + } + }, + "result": { + "id": "mineralogy:novaculite_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/novaculite_brick_slab_polishing.json new file mode 100644 index 000000000..6d56f00ba --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:novaculite_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/novaculite_brick_slab_recombination.json new file mode 100644 index 000000000..57e947bd3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_brick_slab" + }, + { + "item": "mineralogy:novaculite_brick_slab" + } + ], + "result": { + "id": "mineralogy:novaculite_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/novaculite_brick_stairs.json new file mode 100644 index 000000000..c91bcf1b7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/novaculite/brick" + } + }, + "result": { + "id": "mineralogy:novaculite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/novaculite_brick_stairs_polishing.json new file mode 100644 index 000000000..dd5326393 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:novaculite_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_brick_wall.json b/src/main/resources/data/mineralogy/recipe/novaculite_brick_wall.json new file mode 100644 index 000000000..ceb5c0eca --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/novaculite/brick" + } + }, + "result": { + "id": "mineralogy:novaculite_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/novaculite_brick_wall_polishing.json new file mode 100644 index 000000000..c48e7059d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:novaculite_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_cobblestone.json b/src/main/resources/data/mineralogy/recipe/novaculite_cobblestone.json new file mode 100644 index 000000000..c80c0f5d9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/novaculite" + }, + { + "tag": "mineralogy:stones/novaculite" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_furnace.json b/src/main/resources/data/mineralogy/recipe/novaculite_furnace.json new file mode 100644 index 000000000..578609699 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/novaculite" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:novaculite_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/novaculite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..0bef8ec83 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_smooth_brick_slab" + }, + { + "item": "mineralogy:novaculite_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:novaculite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/novaculite_polished_slab_recombination.json new file mode 100644 index 000000000..602b3bf23 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_smooth_slab" + }, + { + "item": "mineralogy:novaculite_smooth_slab" + } + ], + "result": { + "id": "mineralogy:novaculite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/novaculite_polished_slabs_to_brick.json new file mode 100644 index 000000000..78862962f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_smooth_slab" + } + }, + "result": { + "id": "mineralogy:novaculite_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/novaculite_polished_stairs_to_brick.json new file mode 100644 index 000000000..2b331ada9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:novaculite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/novaculite_polished_walls_to_brick.json new file mode 100644 index 000000000..49259f108 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_smooth_wall" + } + }, + "result": { + "id": "mineralogy:novaculite_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/novaculite_raw_slab_polishing.json new file mode 100644 index 000000000..aea8cf791 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:novaculite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/novaculite_raw_slab_recombination.json new file mode 100644 index 000000000..7e56d5722 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_slab" + }, + { + "item": "mineralogy:novaculite_slab" + } + ], + "result": { + "id": "mineralogy:novaculite", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/novaculite_raw_slabs_to_brick.json new file mode 100644 index 000000000..9aca326d8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_slab" + } + }, + "result": { + "id": "mineralogy:novaculite_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/novaculite_raw_stairs_polishing.json new file mode 100644 index 000000000..b13d7dcef --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:novaculite_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/novaculite_raw_stairs_to_brick.json new file mode 100644 index 000000000..56df021f2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_stairs" + } + }, + "result": { + "id": "mineralogy:novaculite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/novaculite_raw_wall_polishing.json new file mode 100644 index 000000000..81253e909 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:novaculite_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/novaculite_raw_walls_to_brick.json new file mode 100644 index 000000000..4fcd8b8a3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_wall" + } + }, + "result": { + "id": "mineralogy:novaculite_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_axe.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_axe.json new file mode 100644 index 000000000..034944ac9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:novaculite_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_blank.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_blank.json new file mode 100644 index 000000000..4414c19a2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_smooth" + } + }, + "result": { + "id": "mineralogy:novaculite_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_cross.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_cross.json new file mode 100644 index 000000000..912668148 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_relief_blank" + } + }, + "result": { + "id": "mineralogy:novaculite_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_hammer.json new file mode 100644 index 000000000..ebee095a9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:novaculite_relief_blank" + } + }, + "result": { + "id": "mineralogy:novaculite_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_hoe.json new file mode 100644 index 000000000..d5b8d1169 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:novaculite_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_horizontal.json new file mode 100644 index 000000000..badd4d1b9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_relief_blank" + } + }, + "result": { + "id": "mineralogy:novaculite_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_i.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_i.json new file mode 100644 index 000000000..d277480a7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_relief_blank" + } + }, + "result": { + "id": "mineralogy:novaculite_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_left.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_left.json new file mode 100644 index 000000000..7628b3f09 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_relief_blank" + } + }, + "result": { + "id": "mineralogy:novaculite_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_pickaxe.json new file mode 100644 index 000000000..f5276f64e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:novaculite_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_plus.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_plus.json new file mode 100644 index 000000000..38312f0ff --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:novaculite_relief_blank" + } + }, + "result": { + "id": "mineralogy:novaculite_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_right.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_right.json new file mode 100644 index 000000000..e6c964572 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_relief_left" + }, + { + "item": "mineralogy:novaculite_relief_left" + } + ], + "result": { + "id": "mineralogy:novaculite_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_sword.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_sword.json new file mode 100644 index 000000000..0a70e07f9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "mineralogy:novaculite_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:novaculite_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/novaculite_relief_vertical.json new file mode 100644 index 000000000..7786aed94 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_relief_blank" + } + }, + "result": { + "id": "mineralogy:novaculite_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_slab.json b/src/main/resources/data/mineralogy/recipe/novaculite_slab.json new file mode 100644 index 000000000..b6680e93b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite" + } + }, + "result": { + "id": "mineralogy:novaculite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_smooth.json b/src/main/resources/data/mineralogy/recipe/novaculite_smooth.json new file mode 100644 index 000000000..06e488b36 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/novaculite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:novaculite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick.json new file mode 100644 index 000000000..ca56caa99 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/novaculite/smooth" + } + }, + "result": { + "id": "mineralogy:novaculite_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_furnace.json new file mode 100644 index 000000000..e5b0d4b96 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/novaculite/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:novaculite_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_slab.json new file mode 100644 index 000000000..c758216c4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_smooth_brick" + } + }, + "result": { + "id": "mineralogy:novaculite_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_stairs.json new file mode 100644 index 000000000..9648a9f2c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/novaculite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:novaculite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_wall.json new file mode 100644 index 000000000..cb0459730 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/novaculite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:novaculite_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_furnace.json new file mode 100644 index 000000000..adee37eaf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/novaculite/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:novaculite_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_slab.json new file mode 100644 index 000000000..4b3e863b4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:novaculite_smooth" + } + }, + "result": { + "id": "mineralogy:novaculite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_stairs.json new file mode 100644 index 000000000..344928867 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/novaculite/smooth" + } + }, + "result": { + "id": "mineralogy:novaculite_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_wall.json new file mode 100644 index 000000000..60ce4b6f4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/novaculite/smooth" + } + }, + "result": { + "id": "mineralogy:novaculite_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_stairs.json b/src/main/resources/data/mineralogy/recipe/novaculite_stairs.json new file mode 100644 index 000000000..addf655a2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/novaculite" + } + }, + "result": { + "id": "mineralogy:novaculite_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_to_stone.json b/src/main/resources/data/mineralogy/recipe/novaculite_to_stone.json new file mode 100644 index 000000000..f80e9d4f5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:novaculite" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/novaculite_wall.json b/src/main/resources/data/mineralogy/recipe/novaculite_wall.json new file mode 100644 index 000000000..6c5270cc2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/novaculite_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/novaculite" + } + }, + "result": { + "id": "mineralogy:novaculite_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_brick.json b/src/main/resources/data/mineralogy/recipe/pegmatite_brick.json new file mode 100644 index 000000000..1c41f2c49 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/pegmatite" + } + }, + "result": { + "id": "mineralogy:pegmatite_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_block_polishing.json new file mode 100644 index 000000000..00d1723b6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:pegmatite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_furnace.json new file mode 100644 index 000000000..3281451da --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/pegmatite/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:pegmatite_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_brick_slab.json b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_slab.json new file mode 100644 index 000000000..f91cbbdad --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_brick" + } + }, + "result": { + "id": "mineralogy:pegmatite_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_slab_polishing.json new file mode 100644 index 000000000..8e8c99f6b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:pegmatite_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_slab_recombination.json new file mode 100644 index 000000000..26e243f7c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_brick_slab" + }, + { + "item": "mineralogy:pegmatite_brick_slab" + } + ], + "result": { + "id": "mineralogy:pegmatite_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_stairs.json new file mode 100644 index 000000000..aa66b959d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/pegmatite/brick" + } + }, + "result": { + "id": "mineralogy:pegmatite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_stairs_polishing.json new file mode 100644 index 000000000..c5934ba86 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:pegmatite_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_brick_wall.json b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_wall.json new file mode 100644 index 000000000..46544484f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/pegmatite/brick" + } + }, + "result": { + "id": "mineralogy:pegmatite_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_wall_polishing.json new file mode 100644 index 000000000..2d20430d9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:pegmatite_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_cobblestone.json b/src/main/resources/data/mineralogy/recipe/pegmatite_cobblestone.json new file mode 100644 index 000000000..68bdd9015 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/pegmatite" + }, + { + "tag": "mineralogy:stones/pegmatite" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_furnace.json b/src/main/resources/data/mineralogy/recipe/pegmatite_furnace.json new file mode 100644 index 000000000..c9db831eb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/pegmatite" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:pegmatite_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/pegmatite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..9ff255dcd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_smooth_brick_slab" + }, + { + "item": "mineralogy:pegmatite_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:pegmatite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/pegmatite_polished_slab_recombination.json new file mode 100644 index 000000000..6c4c0fa59 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_smooth_slab" + }, + { + "item": "mineralogy:pegmatite_smooth_slab" + } + ], + "result": { + "id": "mineralogy:pegmatite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/pegmatite_polished_slabs_to_brick.json new file mode 100644 index 000000000..607e71689 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_smooth_slab" + } + }, + "result": { + "id": "mineralogy:pegmatite_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/pegmatite_polished_stairs_to_brick.json new file mode 100644 index 000000000..ca6642709 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:pegmatite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/pegmatite_polished_walls_to_brick.json new file mode 100644 index 000000000..cbb79f8f6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_smooth_wall" + } + }, + "result": { + "id": "mineralogy:pegmatite_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_slab_polishing.json new file mode 100644 index 000000000..5344ecf1f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:pegmatite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_slab_recombination.json new file mode 100644 index 000000000..1898e0578 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_slab" + }, + { + "item": "mineralogy:pegmatite_slab" + } + ], + "result": { + "id": "mineralogy:pegmatite", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_slabs_to_brick.json new file mode 100644 index 000000000..d51b40512 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_slab" + } + }, + "result": { + "id": "mineralogy:pegmatite_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_stairs_polishing.json new file mode 100644 index 000000000..a464724fd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:pegmatite_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_stairs_to_brick.json new file mode 100644 index 000000000..9a370932f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_stairs" + } + }, + "result": { + "id": "mineralogy:pegmatite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_wall_polishing.json new file mode 100644 index 000000000..ccb7be961 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:pegmatite_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_walls_to_brick.json new file mode 100644 index 000000000..982390998 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_wall" + } + }, + "result": { + "id": "mineralogy:pegmatite_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_axe.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_axe.json new file mode 100644 index 000000000..6fd63fc2a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:pegmatite_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_blank.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_blank.json new file mode 100644 index 000000000..5f3af7bb9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_smooth" + } + }, + "result": { + "id": "mineralogy:pegmatite_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_cross.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_cross.json new file mode 100644 index 000000000..8bac6ca44 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_relief_blank" + } + }, + "result": { + "id": "mineralogy:pegmatite_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_hammer.json new file mode 100644 index 000000000..bb698ecd1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:pegmatite_relief_blank" + } + }, + "result": { + "id": "mineralogy:pegmatite_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_hoe.json new file mode 100644 index 000000000..17dd03a4b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:pegmatite_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_horizontal.json new file mode 100644 index 000000000..31b71d33a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_relief_blank" + } + }, + "result": { + "id": "mineralogy:pegmatite_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_i.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_i.json new file mode 100644 index 000000000..1b7882db1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_relief_blank" + } + }, + "result": { + "id": "mineralogy:pegmatite_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_left.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_left.json new file mode 100644 index 000000000..30d9feb08 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_relief_blank" + } + }, + "result": { + "id": "mineralogy:pegmatite_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_pickaxe.json new file mode 100644 index 000000000..54760bbc8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:pegmatite_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_plus.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_plus.json new file mode 100644 index 000000000..078f22849 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_relief_blank" + } + }, + "result": { + "id": "mineralogy:pegmatite_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_right.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_right.json new file mode 100644 index 000000000..ba5ecfd5d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_relief_left" + }, + { + "item": "mineralogy:pegmatite_relief_left" + } + ], + "result": { + "id": "mineralogy:pegmatite_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_sword.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_sword.json new file mode 100644 index 000000000..f0431ce61 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "mineralogy:pegmatite_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:pegmatite_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_vertical.json new file mode 100644 index 000000000..116829369 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_relief_blank" + } + }, + "result": { + "id": "mineralogy:pegmatite_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_slab.json b/src/main/resources/data/mineralogy/recipe/pegmatite_slab.json new file mode 100644 index 000000000..307f5dccd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite" + } + }, + "result": { + "id": "mineralogy:pegmatite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_smooth.json b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth.json new file mode 100644 index 000000000..061da8da1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/pegmatite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:pegmatite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick.json new file mode 100644 index 000000000..560830c22 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/pegmatite/smooth" + } + }, + "result": { + "id": "mineralogy:pegmatite_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_furnace.json new file mode 100644 index 000000000..57f065f32 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/pegmatite/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:pegmatite_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_slab.json new file mode 100644 index 000000000..30633f633 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_smooth_brick" + } + }, + "result": { + "id": "mineralogy:pegmatite_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_stairs.json new file mode 100644 index 000000000..563cfce9f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/pegmatite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:pegmatite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_wall.json new file mode 100644 index 000000000..8bf1c6a6f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/pegmatite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:pegmatite_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_furnace.json new file mode 100644 index 000000000..48d5abec0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/pegmatite/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:pegmatite_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_slab.json new file mode 100644 index 000000000..d1080fecb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:pegmatite_smooth" + } + }, + "result": { + "id": "mineralogy:pegmatite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_stairs.json new file mode 100644 index 000000000..528457b57 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/pegmatite/smooth" + } + }, + "result": { + "id": "mineralogy:pegmatite_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_wall.json new file mode 100644 index 000000000..54c75b91d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/pegmatite/smooth" + } + }, + "result": { + "id": "mineralogy:pegmatite_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_stairs.json b/src/main/resources/data/mineralogy/recipe/pegmatite_stairs.json new file mode 100644 index 000000000..1a8d6d7a8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/pegmatite" + } + }, + "result": { + "id": "mineralogy:pegmatite_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_to_stone.json b/src/main/resources/data/mineralogy/recipe/pegmatite_to_stone.json new file mode 100644 index 000000000..6e9caad0f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:pegmatite" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/pegmatite_wall.json b/src/main/resources/data/mineralogy/recipe/pegmatite_wall.json new file mode 100644 index 000000000..6d564c669 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/pegmatite_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/pegmatite" + } + }, + "result": { + "id": "mineralogy:pegmatite_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_brick.json b/src/main/resources/data/mineralogy/recipe/peridotite_brick.json new file mode 100644 index 000000000..a4673dab4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/peridotite" + } + }, + "result": { + "id": "mineralogy:peridotite_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/peridotite_brick_block_polishing.json new file mode 100644 index 000000000..ae9d87b89 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:peridotite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/peridotite_brick_furnace.json new file mode 100644 index 000000000..25b507418 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/peridotite/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:peridotite_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_brick_slab.json b/src/main/resources/data/mineralogy/recipe/peridotite_brick_slab.json new file mode 100644 index 000000000..a6a8ffddb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_brick" + } + }, + "result": { + "id": "mineralogy:peridotite_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/peridotite_brick_slab_polishing.json new file mode 100644 index 000000000..b13364b60 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:peridotite_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/peridotite_brick_slab_recombination.json new file mode 100644 index 000000000..f381d3afe --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_brick_slab" + }, + { + "item": "mineralogy:peridotite_brick_slab" + } + ], + "result": { + "id": "mineralogy:peridotite_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/peridotite_brick_stairs.json new file mode 100644 index 000000000..c74fc538a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/peridotite/brick" + } + }, + "result": { + "id": "mineralogy:peridotite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/peridotite_brick_stairs_polishing.json new file mode 100644 index 000000000..b34ad7133 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:peridotite_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_brick_wall.json b/src/main/resources/data/mineralogy/recipe/peridotite_brick_wall.json new file mode 100644 index 000000000..01349de08 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/peridotite/brick" + } + }, + "result": { + "id": "mineralogy:peridotite_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/peridotite_brick_wall_polishing.json new file mode 100644 index 000000000..ce1c160c2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:peridotite_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_cobblestone.json b/src/main/resources/data/mineralogy/recipe/peridotite_cobblestone.json new file mode 100644 index 000000000..59cceb0b4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/peridotite" + }, + { + "tag": "mineralogy:stones/peridotite" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_furnace.json b/src/main/resources/data/mineralogy/recipe/peridotite_furnace.json new file mode 100644 index 000000000..e9b4ddc47 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/peridotite" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:peridotite_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/peridotite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..34f9d70da --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_smooth_brick_slab" + }, + { + "item": "mineralogy:peridotite_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:peridotite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/peridotite_polished_slab_recombination.json new file mode 100644 index 000000000..9774026c6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_smooth_slab" + }, + { + "item": "mineralogy:peridotite_smooth_slab" + } + ], + "result": { + "id": "mineralogy:peridotite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/peridotite_polished_slabs_to_brick.json new file mode 100644 index 000000000..713f0922f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_smooth_slab" + } + }, + "result": { + "id": "mineralogy:peridotite_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/peridotite_polished_stairs_to_brick.json new file mode 100644 index 000000000..964f151d3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:peridotite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/peridotite_polished_walls_to_brick.json new file mode 100644 index 000000000..d338fd7fd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_smooth_wall" + } + }, + "result": { + "id": "mineralogy:peridotite_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/peridotite_raw_slab_polishing.json new file mode 100644 index 000000000..280977ea6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:peridotite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/peridotite_raw_slab_recombination.json new file mode 100644 index 000000000..5e7e0d657 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_slab" + }, + { + "item": "mineralogy:peridotite_slab" + } + ], + "result": { + "id": "mineralogy:peridotite", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/peridotite_raw_slabs_to_brick.json new file mode 100644 index 000000000..ef6b16cd9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_slab" + } + }, + "result": { + "id": "mineralogy:peridotite_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/peridotite_raw_stairs_polishing.json new file mode 100644 index 000000000..9fd1e0a7c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:peridotite_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/peridotite_raw_stairs_to_brick.json new file mode 100644 index 000000000..d3e63974f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_stairs" + } + }, + "result": { + "id": "mineralogy:peridotite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/peridotite_raw_wall_polishing.json new file mode 100644 index 000000000..50078e47f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:peridotite_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/peridotite_raw_walls_to_brick.json new file mode 100644 index 000000000..1b99edfa2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_wall" + } + }, + "result": { + "id": "mineralogy:peridotite_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_axe.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_axe.json new file mode 100644 index 000000000..c66e633d7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:peridotite_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_blank.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_blank.json new file mode 100644 index 000000000..973b1bc57 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_smooth" + } + }, + "result": { + "id": "mineralogy:peridotite_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_cross.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_cross.json new file mode 100644 index 000000000..61a393426 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_relief_blank" + } + }, + "result": { + "id": "mineralogy:peridotite_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_hammer.json new file mode 100644 index 000000000..04e06f1b2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:peridotite_relief_blank" + } + }, + "result": { + "id": "mineralogy:peridotite_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_hoe.json new file mode 100644 index 000000000..47c465bb4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:peridotite_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_horizontal.json new file mode 100644 index 000000000..689f5f566 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_relief_blank" + } + }, + "result": { + "id": "mineralogy:peridotite_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_i.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_i.json new file mode 100644 index 000000000..9cc9a78a0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_relief_blank" + } + }, + "result": { + "id": "mineralogy:peridotite_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_left.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_left.json new file mode 100644 index 000000000..70e0a71e4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_relief_blank" + } + }, + "result": { + "id": "mineralogy:peridotite_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_pickaxe.json new file mode 100644 index 000000000..ed192a8be --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:peridotite_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_plus.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_plus.json new file mode 100644 index 000000000..64b31f285 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:peridotite_relief_blank" + } + }, + "result": { + "id": "mineralogy:peridotite_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_right.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_right.json new file mode 100644 index 000000000..b557ee435 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_relief_left" + }, + { + "item": "mineralogy:peridotite_relief_left" + } + ], + "result": { + "id": "mineralogy:peridotite_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_sword.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_sword.json new file mode 100644 index 000000000..3c9688009 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "mineralogy:peridotite_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:peridotite_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/peridotite_relief_vertical.json new file mode 100644 index 000000000..af571dfd6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_relief_blank" + } + }, + "result": { + "id": "mineralogy:peridotite_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_slab.json b/src/main/resources/data/mineralogy/recipe/peridotite_slab.json new file mode 100644 index 000000000..d4235863e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite" + } + }, + "result": { + "id": "mineralogy:peridotite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_smooth.json b/src/main/resources/data/mineralogy/recipe/peridotite_smooth.json new file mode 100644 index 000000000..c934684f8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/peridotite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:peridotite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick.json new file mode 100644 index 000000000..aad894d80 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/peridotite/smooth" + } + }, + "result": { + "id": "mineralogy:peridotite_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_furnace.json new file mode 100644 index 000000000..4d11c1ac0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/peridotite/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:peridotite_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_slab.json new file mode 100644 index 000000000..55ea0e145 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_smooth_brick" + } + }, + "result": { + "id": "mineralogy:peridotite_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_stairs.json new file mode 100644 index 000000000..aa6752245 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/peridotite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:peridotite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_wall.json new file mode 100644 index 000000000..094791db0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/peridotite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:peridotite_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_furnace.json new file mode 100644 index 000000000..03948dcc4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/peridotite/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:peridotite_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_slab.json new file mode 100644 index 000000000..50ba92af5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:peridotite_smooth" + } + }, + "result": { + "id": "mineralogy:peridotite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_stairs.json new file mode 100644 index 000000000..479efe200 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/peridotite/smooth" + } + }, + "result": { + "id": "mineralogy:peridotite_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_wall.json new file mode 100644 index 000000000..b790e3cc5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/peridotite/smooth" + } + }, + "result": { + "id": "mineralogy:peridotite_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_stairs.json b/src/main/resources/data/mineralogy/recipe/peridotite_stairs.json new file mode 100644 index 000000000..b5af1b255 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/peridotite" + } + }, + "result": { + "id": "mineralogy:peridotite_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_to_stone.json b/src/main/resources/data/mineralogy/recipe/peridotite_to_stone.json new file mode 100644 index 000000000..70289cc2e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:peridotite" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/peridotite_wall.json b/src/main/resources/data/mineralogy/recipe/peridotite_wall.json new file mode 100644 index 000000000..c553d486b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/peridotite_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/peridotite" + } + }, + "result": { + "id": "mineralogy:peridotite_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phosphorous_block.json b/src/main/resources/data/mineralogy/recipe/phosphorous_block.json new file mode 100644 index 000000000..5d932830b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phosphorous_block.json @@ -0,0 +1,25 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:phosphorous_dust" + } + }, + "result": { + "id": "mineralogy:phosphorous_block", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phosphorous_dust.json b/src/main/resources/data/mineralogy/recipe/phosphorous_dust.json new file mode 100644 index 000000000..2a522eb22 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phosphorous_dust.json @@ -0,0 +1,19 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "c:storage_blocks/phosphorous" + } + ], + "result": { + "id": "mineralogy:phosphorous_dust", + "count": 9 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_brick.json b/src/main/resources/data/mineralogy/recipe/phyllite_brick.json new file mode 100644 index 000000000..1053df42d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/phyllite" + } + }, + "result": { + "id": "mineralogy:phyllite_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/phyllite_brick_block_polishing.json new file mode 100644 index 000000000..9283b9033 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:phyllite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/phyllite_brick_furnace.json new file mode 100644 index 000000000..55357569d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/phyllite/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:phyllite_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_brick_slab.json b/src/main/resources/data/mineralogy/recipe/phyllite_brick_slab.json new file mode 100644 index 000000000..2296846fc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_brick" + } + }, + "result": { + "id": "mineralogy:phyllite_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/phyllite_brick_slab_polishing.json new file mode 100644 index 000000000..e442e2bfc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:phyllite_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/phyllite_brick_slab_recombination.json new file mode 100644 index 000000000..b07145694 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_brick_slab" + }, + { + "item": "mineralogy:phyllite_brick_slab" + } + ], + "result": { + "id": "mineralogy:phyllite_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/phyllite_brick_stairs.json new file mode 100644 index 000000000..95d31f024 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/phyllite/brick" + } + }, + "result": { + "id": "mineralogy:phyllite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/phyllite_brick_stairs_polishing.json new file mode 100644 index 000000000..13acb1458 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:phyllite_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_brick_wall.json b/src/main/resources/data/mineralogy/recipe/phyllite_brick_wall.json new file mode 100644 index 000000000..6e8a6a09f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/phyllite/brick" + } + }, + "result": { + "id": "mineralogy:phyllite_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/phyllite_brick_wall_polishing.json new file mode 100644 index 000000000..d95b43a70 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:phyllite_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_cobblestone.json b/src/main/resources/data/mineralogy/recipe/phyllite_cobblestone.json new file mode 100644 index 000000000..583f0c494 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/phyllite" + }, + { + "tag": "mineralogy:stones/phyllite" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_furnace.json b/src/main/resources/data/mineralogy/recipe/phyllite_furnace.json new file mode 100644 index 000000000..fe0ffa240 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/phyllite" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:phyllite_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/phyllite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..d569b5ecf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_smooth_brick_slab" + }, + { + "item": "mineralogy:phyllite_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:phyllite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/phyllite_polished_slab_recombination.json new file mode 100644 index 000000000..de759afc8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_smooth_slab" + }, + { + "item": "mineralogy:phyllite_smooth_slab" + } + ], + "result": { + "id": "mineralogy:phyllite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/phyllite_polished_slabs_to_brick.json new file mode 100644 index 000000000..6db08283c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_smooth_slab" + } + }, + "result": { + "id": "mineralogy:phyllite_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/phyllite_polished_stairs_to_brick.json new file mode 100644 index 000000000..4cbfc322b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:phyllite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/phyllite_polished_walls_to_brick.json new file mode 100644 index 000000000..ffe5242c4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_smooth_wall" + } + }, + "result": { + "id": "mineralogy:phyllite_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/phyllite_raw_slab_polishing.json new file mode 100644 index 000000000..14ffab234 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:phyllite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/phyllite_raw_slab_recombination.json new file mode 100644 index 000000000..a0864c070 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_slab" + }, + { + "item": "mineralogy:phyllite_slab" + } + ], + "result": { + "id": "mineralogy:phyllite", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/phyllite_raw_slabs_to_brick.json new file mode 100644 index 000000000..dedbe4041 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_slab" + } + }, + "result": { + "id": "mineralogy:phyllite_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/phyllite_raw_stairs_polishing.json new file mode 100644 index 000000000..12eef1451 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:phyllite_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/phyllite_raw_stairs_to_brick.json new file mode 100644 index 000000000..9000db438 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_stairs" + } + }, + "result": { + "id": "mineralogy:phyllite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/phyllite_raw_wall_polishing.json new file mode 100644 index 000000000..4fb13c2ff --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:phyllite_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/phyllite_raw_walls_to_brick.json new file mode 100644 index 000000000..72fdb6451 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_wall" + } + }, + "result": { + "id": "mineralogy:phyllite_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_axe.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_axe.json new file mode 100644 index 000000000..fd421283a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:phyllite_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_blank.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_blank.json new file mode 100644 index 000000000..fa35cfefa --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_smooth" + } + }, + "result": { + "id": "mineralogy:phyllite_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_cross.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_cross.json new file mode 100644 index 000000000..8eca423e7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_relief_blank" + } + }, + "result": { + "id": "mineralogy:phyllite_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_hammer.json new file mode 100644 index 000000000..fa42ce0ab --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:phyllite_relief_blank" + } + }, + "result": { + "id": "mineralogy:phyllite_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_hoe.json new file mode 100644 index 000000000..199580e00 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:phyllite_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_horizontal.json new file mode 100644 index 000000000..68f00dc01 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_relief_blank" + } + }, + "result": { + "id": "mineralogy:phyllite_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_i.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_i.json new file mode 100644 index 000000000..f4031315c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_relief_blank" + } + }, + "result": { + "id": "mineralogy:phyllite_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_left.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_left.json new file mode 100644 index 000000000..b1f82517a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_relief_blank" + } + }, + "result": { + "id": "mineralogy:phyllite_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_pickaxe.json new file mode 100644 index 000000000..95634a5c7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:phyllite_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_plus.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_plus.json new file mode 100644 index 000000000..b9cc748a4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:phyllite_relief_blank" + } + }, + "result": { + "id": "mineralogy:phyllite_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_right.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_right.json new file mode 100644 index 000000000..e34755570 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_relief_left" + }, + { + "item": "mineralogy:phyllite_relief_left" + } + ], + "result": { + "id": "mineralogy:phyllite_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_sword.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_sword.json new file mode 100644 index 000000000..46f943933 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "mineralogy:phyllite_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:phyllite_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/phyllite_relief_vertical.json new file mode 100644 index 000000000..d83ef683f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_relief_blank" + } + }, + "result": { + "id": "mineralogy:phyllite_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_slab.json b/src/main/resources/data/mineralogy/recipe/phyllite_slab.json new file mode 100644 index 000000000..5224ffe0c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite" + } + }, + "result": { + "id": "mineralogy:phyllite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_smooth.json b/src/main/resources/data/mineralogy/recipe/phyllite_smooth.json new file mode 100644 index 000000000..19a73cbfd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/phyllite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:phyllite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick.json new file mode 100644 index 000000000..d54232d5c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/phyllite/smooth" + } + }, + "result": { + "id": "mineralogy:phyllite_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_furnace.json new file mode 100644 index 000000000..a0c8d21be --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/phyllite/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:phyllite_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_slab.json new file mode 100644 index 000000000..1b05bb0a3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_smooth_brick" + } + }, + "result": { + "id": "mineralogy:phyllite_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_stairs.json new file mode 100644 index 000000000..2da103014 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/phyllite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:phyllite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_wall.json new file mode 100644 index 000000000..b2d49142a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/phyllite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:phyllite_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_furnace.json new file mode 100644 index 000000000..fa25bc495 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/phyllite/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:phyllite_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_slab.json new file mode 100644 index 000000000..5637a8f44 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:phyllite_smooth" + } + }, + "result": { + "id": "mineralogy:phyllite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_stairs.json new file mode 100644 index 000000000..99a23d812 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/phyllite/smooth" + } + }, + "result": { + "id": "mineralogy:phyllite_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_wall.json new file mode 100644 index 000000000..2164790de --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/phyllite/smooth" + } + }, + "result": { + "id": "mineralogy:phyllite_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_stairs.json b/src/main/resources/data/mineralogy/recipe/phyllite_stairs.json new file mode 100644 index 000000000..be53d6514 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/phyllite" + } + }, + "result": { + "id": "mineralogy:phyllite_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_to_stone.json b/src/main/resources/data/mineralogy/recipe/phyllite_to_stone.json new file mode 100644 index 000000000..1e07ab1b8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:phyllite" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/phyllite_wall.json b/src/main/resources/data/mineralogy/recipe/phyllite_wall.json new file mode 100644 index 000000000..29f9cbe16 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/phyllite_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/phyllite" + } + }, + "result": { + "id": "mineralogy:phyllite_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_brick.json b/src/main/resources/data/mineralogy/recipe/quartzite_brick.json new file mode 100644 index 000000000..78ef69cdc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/quartzite" + } + }, + "result": { + "id": "mineralogy:quartzite_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/quartzite_brick_block_polishing.json new file mode 100644 index 000000000..b59e64d1c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:quartzite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/quartzite_brick_furnace.json new file mode 100644 index 000000000..c45027980 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/quartzite/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:quartzite_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_brick_slab.json b/src/main/resources/data/mineralogy/recipe/quartzite_brick_slab.json new file mode 100644 index 000000000..af447f91b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_brick" + } + }, + "result": { + "id": "mineralogy:quartzite_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/quartzite_brick_slab_polishing.json new file mode 100644 index 000000000..52036f420 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:quartzite_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/quartzite_brick_slab_recombination.json new file mode 100644 index 000000000..3356b0ebc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_brick_slab" + }, + { + "item": "mineralogy:quartzite_brick_slab" + } + ], + "result": { + "id": "mineralogy:quartzite_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/quartzite_brick_stairs.json new file mode 100644 index 000000000..861dbadbb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/quartzite/brick" + } + }, + "result": { + "id": "mineralogy:quartzite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/quartzite_brick_stairs_polishing.json new file mode 100644 index 000000000..cbbddc12a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:quartzite_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_brick_wall.json b/src/main/resources/data/mineralogy/recipe/quartzite_brick_wall.json new file mode 100644 index 000000000..7b7fdbedb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/quartzite/brick" + } + }, + "result": { + "id": "mineralogy:quartzite_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/quartzite_brick_wall_polishing.json new file mode 100644 index 000000000..456af5cbb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:quartzite_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_cobblestone.json b/src/main/resources/data/mineralogy/recipe/quartzite_cobblestone.json new file mode 100644 index 000000000..1b6407671 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/quartzite" + }, + { + "tag": "mineralogy:stones/quartzite" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_furnace.json b/src/main/resources/data/mineralogy/recipe/quartzite_furnace.json new file mode 100644 index 000000000..55755d5bf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/quartzite" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:quartzite_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/quartzite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..bdbc633f8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_smooth_brick_slab" + }, + { + "item": "mineralogy:quartzite_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:quartzite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/quartzite_polished_slab_recombination.json new file mode 100644 index 000000000..33e5bfeb3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_smooth_slab" + }, + { + "item": "mineralogy:quartzite_smooth_slab" + } + ], + "result": { + "id": "mineralogy:quartzite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/quartzite_polished_slabs_to_brick.json new file mode 100644 index 000000000..ed2eb510e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_smooth_slab" + } + }, + "result": { + "id": "mineralogy:quartzite_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/quartzite_polished_stairs_to_brick.json new file mode 100644 index 000000000..de145243e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:quartzite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/quartzite_polished_walls_to_brick.json new file mode 100644 index 000000000..3b590defc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_smooth_wall" + } + }, + "result": { + "id": "mineralogy:quartzite_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/quartzite_raw_slab_polishing.json new file mode 100644 index 000000000..c9ae63884 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:quartzite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/quartzite_raw_slab_recombination.json new file mode 100644 index 000000000..b64b25091 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_slab" + }, + { + "item": "mineralogy:quartzite_slab" + } + ], + "result": { + "id": "mineralogy:quartzite", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/quartzite_raw_slabs_to_brick.json new file mode 100644 index 000000000..e2e99fa72 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_slab" + } + }, + "result": { + "id": "mineralogy:quartzite_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/quartzite_raw_stairs_polishing.json new file mode 100644 index 000000000..4bc789f6e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:quartzite_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/quartzite_raw_stairs_to_brick.json new file mode 100644 index 000000000..3807730f7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_stairs" + } + }, + "result": { + "id": "mineralogy:quartzite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/quartzite_raw_wall_polishing.json new file mode 100644 index 000000000..371e7c85f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:quartzite_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/quartzite_raw_walls_to_brick.json new file mode 100644 index 000000000..c9a8fe3a5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_wall" + } + }, + "result": { + "id": "mineralogy:quartzite_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_axe.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_axe.json new file mode 100644 index 000000000..524aad419 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:quartzite_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_blank.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_blank.json new file mode 100644 index 000000000..78baed596 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_smooth" + } + }, + "result": { + "id": "mineralogy:quartzite_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_cross.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_cross.json new file mode 100644 index 000000000..2c6710a07 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_relief_blank" + } + }, + "result": { + "id": "mineralogy:quartzite_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_hammer.json new file mode 100644 index 000000000..660ba3136 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:quartzite_relief_blank" + } + }, + "result": { + "id": "mineralogy:quartzite_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_hoe.json new file mode 100644 index 000000000..0503eb493 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:quartzite_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_horizontal.json new file mode 100644 index 000000000..8cfc1ed64 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_relief_blank" + } + }, + "result": { + "id": "mineralogy:quartzite_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_i.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_i.json new file mode 100644 index 000000000..22f199dae --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_relief_blank" + } + }, + "result": { + "id": "mineralogy:quartzite_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_left.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_left.json new file mode 100644 index 000000000..e7fd7b882 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_relief_blank" + } + }, + "result": { + "id": "mineralogy:quartzite_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_pickaxe.json new file mode 100644 index 000000000..2e217a032 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:quartzite_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_plus.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_plus.json new file mode 100644 index 000000000..fc137773a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:quartzite_relief_blank" + } + }, + "result": { + "id": "mineralogy:quartzite_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_right.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_right.json new file mode 100644 index 000000000..ae8ab101d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_relief_left" + }, + { + "item": "mineralogy:quartzite_relief_left" + } + ], + "result": { + "id": "mineralogy:quartzite_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_sword.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_sword.json new file mode 100644 index 000000000..aacb88a92 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "mineralogy:quartzite_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:quartzite_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/quartzite_relief_vertical.json new file mode 100644 index 000000000..729192dff --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_relief_blank" + } + }, + "result": { + "id": "mineralogy:quartzite_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_slab.json b/src/main/resources/data/mineralogy/recipe/quartzite_slab.json new file mode 100644 index 000000000..585dc4f48 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite" + } + }, + "result": { + "id": "mineralogy:quartzite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_smooth.json b/src/main/resources/data/mineralogy/recipe/quartzite_smooth.json new file mode 100644 index 000000000..3c964154e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/quartzite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:quartzite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick.json new file mode 100644 index 000000000..d230806d6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/quartzite/smooth" + } + }, + "result": { + "id": "mineralogy:quartzite_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_furnace.json new file mode 100644 index 000000000..05af07149 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/quartzite/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:quartzite_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_slab.json new file mode 100644 index 000000000..b95dad1e0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_smooth_brick" + } + }, + "result": { + "id": "mineralogy:quartzite_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_stairs.json new file mode 100644 index 000000000..59b7d3bf8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/quartzite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:quartzite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_wall.json new file mode 100644 index 000000000..9cd867d7c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/quartzite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:quartzite_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_furnace.json new file mode 100644 index 000000000..cab11fbed --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/quartzite/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:quartzite_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_slab.json new file mode 100644 index 000000000..eb50be176 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:quartzite_smooth" + } + }, + "result": { + "id": "mineralogy:quartzite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_stairs.json new file mode 100644 index 000000000..58955e716 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/quartzite/smooth" + } + }, + "result": { + "id": "mineralogy:quartzite_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_wall.json new file mode 100644 index 000000000..60d6f7ce6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/quartzite/smooth" + } + }, + "result": { + "id": "mineralogy:quartzite_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_stairs.json b/src/main/resources/data/mineralogy/recipe/quartzite_stairs.json new file mode 100644 index 000000000..7ec1159eb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/quartzite" + } + }, + "result": { + "id": "mineralogy:quartzite_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_to_stone.json b/src/main/resources/data/mineralogy/recipe/quartzite_to_stone.json new file mode 100644 index 000000000..644cfdb58 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:quartzite" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/quartzite_wall.json b/src/main/resources/data/mineralogy/recipe/quartzite_wall.json new file mode 100644 index 000000000..fbff45e54 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/quartzite_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/quartzite" + } + }, + "result": { + "id": "mineralogy:quartzite_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_brick.json b/src/main/resources/data/mineralogy/recipe/rhyolite_brick.json new file mode 100644 index 000000000..47186319a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rhyolite" + } + }, + "result": { + "id": "mineralogy:rhyolite_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_block_polishing.json new file mode 100644 index 000000000..efbfdd6d9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rhyolite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_furnace.json new file mode 100644 index 000000000..7737da541 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/rhyolite/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:rhyolite_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_brick_slab.json b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_slab.json new file mode 100644 index 000000000..afe00fa97 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_brick" + } + }, + "result": { + "id": "mineralogy:rhyolite_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_slab_polishing.json new file mode 100644 index 000000000..6ff2e52d8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rhyolite_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_slab_recombination.json new file mode 100644 index 000000000..b672c24a3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_brick_slab" + }, + { + "item": "mineralogy:rhyolite_brick_slab" + } + ], + "result": { + "id": "mineralogy:rhyolite_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_stairs.json new file mode 100644 index 000000000..2fd946be5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rhyolite/brick" + } + }, + "result": { + "id": "mineralogy:rhyolite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_stairs_polishing.json new file mode 100644 index 000000000..7c673487c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rhyolite_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_brick_wall.json b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_wall.json new file mode 100644 index 000000000..d7f696cdd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rhyolite/brick" + } + }, + "result": { + "id": "mineralogy:rhyolite_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_wall_polishing.json new file mode 100644 index 000000000..2319c7a53 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rhyolite_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_cobblestone.json b/src/main/resources/data/mineralogy/recipe/rhyolite_cobblestone.json new file mode 100644 index 000000000..b603d4404 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/rhyolite" + }, + { + "tag": "mineralogy:stones/rhyolite" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_furnace.json b/src/main/resources/data/mineralogy/recipe/rhyolite_furnace.json new file mode 100644 index 000000000..1ce909af2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/rhyolite" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:rhyolite_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/rhyolite_polished_brick_slab_recombination.json new file mode 100644 index 000000000..dac6f7125 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_smooth_brick_slab" + }, + { + "item": "mineralogy:rhyolite_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:rhyolite_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/rhyolite_polished_slab_recombination.json new file mode 100644 index 000000000..323992835 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_smooth_slab" + }, + { + "item": "mineralogy:rhyolite_smooth_slab" + } + ], + "result": { + "id": "mineralogy:rhyolite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/rhyolite_polished_slabs_to_brick.json new file mode 100644 index 000000000..24f654f7c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_smooth_slab" + } + }, + "result": { + "id": "mineralogy:rhyolite_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/rhyolite_polished_stairs_to_brick.json new file mode 100644 index 000000000..c61368339 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:rhyolite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/rhyolite_polished_walls_to_brick.json new file mode 100644 index 000000000..036c6d5c8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_smooth_wall" + } + }, + "result": { + "id": "mineralogy:rhyolite_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_slab_polishing.json new file mode 100644 index 000000000..0ab672840 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rhyolite_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_slab_recombination.json new file mode 100644 index 000000000..79b4c1ddb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_slab" + }, + { + "item": "mineralogy:rhyolite_slab" + } + ], + "result": { + "id": "mineralogy:rhyolite", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_slabs_to_brick.json new file mode 100644 index 000000000..8d9e53e83 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_slab" + } + }, + "result": { + "id": "mineralogy:rhyolite_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_stairs_polishing.json new file mode 100644 index 000000000..274de2ced --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rhyolite_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_stairs_to_brick.json new file mode 100644 index 000000000..bf0311895 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_stairs" + } + }, + "result": { + "id": "mineralogy:rhyolite_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_wall_polishing.json new file mode 100644 index 000000000..4dfb722fb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rhyolite_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_walls_to_brick.json new file mode 100644 index 000000000..6a0dd6f74 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_wall" + } + }, + "result": { + "id": "mineralogy:rhyolite_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_axe.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_axe.json new file mode 100644 index 000000000..ded3536e8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:rhyolite_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_blank.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_blank.json new file mode 100644 index 000000000..709aeeb1a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_smooth" + } + }, + "result": { + "id": "mineralogy:rhyolite_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_cross.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_cross.json new file mode 100644 index 000000000..c2b1c5ff3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:rhyolite_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_hammer.json new file mode 100644 index 000000000..51ccf4a74 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:rhyolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:rhyolite_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_hoe.json new file mode 100644 index 000000000..8c4cc7539 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:rhyolite_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_horizontal.json new file mode 100644 index 000000000..1d7e89acb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:rhyolite_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_i.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_i.json new file mode 100644 index 000000000..5a2b40fdd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:rhyolite_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_left.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_left.json new file mode 100644 index 000000000..0ca3bbfae --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:rhyolite_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_pickaxe.json new file mode 100644 index 000000000..d7678f981 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:rhyolite_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_plus.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_plus.json new file mode 100644 index 000000000..b5c8ef73c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:rhyolite_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_right.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_right.json new file mode 100644 index 000000000..964bf062d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_relief_left" + }, + { + "item": "mineralogy:rhyolite_relief_left" + } + ], + "result": { + "id": "mineralogy:rhyolite_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_sword.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_sword.json new file mode 100644 index 000000000..41b6dc6a7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "mineralogy:rhyolite_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:rhyolite_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_vertical.json new file mode 100644 index 000000000..77e369034 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_relief_blank" + } + }, + "result": { + "id": "mineralogy:rhyolite_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_slab.json b/src/main/resources/data/mineralogy/recipe/rhyolite_slab.json new file mode 100644 index 000000000..e4956e806 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite" + } + }, + "result": { + "id": "mineralogy:rhyolite_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_smooth.json b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth.json new file mode 100644 index 000000000..2c957bee3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/rhyolite" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:rhyolite_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick.json new file mode 100644 index 000000000..479dcaa46 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rhyolite/smooth" + } + }, + "result": { + "id": "mineralogy:rhyolite_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_furnace.json new file mode 100644 index 000000000..a7b8ce2d7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/rhyolite/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:rhyolite_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_slab.json new file mode 100644 index 000000000..b4b4b56f2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_smooth_brick" + } + }, + "result": { + "id": "mineralogy:rhyolite_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_stairs.json new file mode 100644 index 000000000..eeb408177 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rhyolite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:rhyolite_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_wall.json new file mode 100644 index 000000000..c5db8f78f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rhyolite/smooth_brick" + } + }, + "result": { + "id": "mineralogy:rhyolite_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_furnace.json new file mode 100644 index 000000000..5db3264d2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/rhyolite/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:rhyolite_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_slab.json new file mode 100644 index 000000000..243d05598 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rhyolite_smooth" + } + }, + "result": { + "id": "mineralogy:rhyolite_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_stairs.json new file mode 100644 index 000000000..41e67d51c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rhyolite/smooth" + } + }, + "result": { + "id": "mineralogy:rhyolite_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_wall.json new file mode 100644 index 000000000..016146ff0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rhyolite/smooth" + } + }, + "result": { + "id": "mineralogy:rhyolite_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_stairs.json b/src/main/resources/data/mineralogy/recipe/rhyolite_stairs.json new file mode 100644 index 000000000..d1bac45e5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rhyolite" + } + }, + "result": { + "id": "mineralogy:rhyolite_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_to_stone.json b/src/main/resources/data/mineralogy/recipe/rhyolite_to_stone.json new file mode 100644 index 000000000..e9ac9d471 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:rhyolite" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/rhyolite_wall.json b/src/main/resources/data/mineralogy/recipe/rhyolite_wall.json new file mode 100644 index 000000000..88dd519cb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rhyolite_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rhyolite" + } + }, + "result": { + "id": "mineralogy:rhyolite_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt.json b/src/main/resources/data/mineralogy/recipe/rock_salt.json new file mode 100644 index 000000000..796c0d808 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "c:dusts/rock_salt" + } + }, + "result": { + "id": "mineralogy:rock_salt", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_brick.json b/src/main/resources/data/mineralogy/recipe/rock_salt_brick.json new file mode 100644 index 000000000..1ea101f4f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rock_salt" + } + }, + "result": { + "id": "mineralogy:rock_salt_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_block_polishing.json new file mode 100644 index 000000000..05c77e8ce --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rock_salt_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_furnace.json new file mode 100644 index 000000000..bb7be47df --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/rock_salt/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:rock_salt_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_brick_slab.json b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_slab.json new file mode 100644 index 000000000..ee82d663c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_brick" + } + }, + "result": { + "id": "mineralogy:rock_salt_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_slab_polishing.json new file mode 100644 index 000000000..9ab8970c7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rock_salt_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_slab_recombination.json new file mode 100644 index 000000000..184c2b77a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_brick_slab" + }, + { + "item": "mineralogy:rock_salt_brick_slab" + } + ], + "result": { + "id": "mineralogy:rock_salt_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_stairs.json new file mode 100644 index 000000000..ffc42c98a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rock_salt/brick" + } + }, + "result": { + "id": "mineralogy:rock_salt_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_stairs_polishing.json new file mode 100644 index 000000000..40d6c36cc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rock_salt_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_brick_wall.json b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_wall.json new file mode 100644 index 000000000..ef80dddd5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rock_salt/brick" + } + }, + "result": { + "id": "mineralogy:rock_salt_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_wall_polishing.json new file mode 100644 index 000000000..a670d2721 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rock_salt_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_cobblestone.json b/src/main/resources/data/mineralogy/recipe/rock_salt_cobblestone.json new file mode 100644 index 000000000..66ee589e6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/rock_salt" + }, + { + "tag": "mineralogy:stones/rock_salt" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_dust.json b/src/main/resources/data/mineralogy/recipe/rock_salt_dust.json new file mode 100644 index 000000000..6977f41eb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_dust.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "c:storage_blocks/rock_salt" + } + ], + "result": { + "id": "mineralogy:rock_salt_dust", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_furnace.json b/src/main/resources/data/mineralogy/recipe/rock_salt_furnace.json new file mode 100644 index 000000000..7f0de8472 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/rock_salt" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:rock_salt_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/rock_salt_polished_brick_slab_recombination.json new file mode 100644 index 000000000..045901c07 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_smooth_brick_slab" + }, + { + "item": "mineralogy:rock_salt_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:rock_salt_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/rock_salt_polished_slab_recombination.json new file mode 100644 index 000000000..10dec56a5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_smooth_slab" + }, + { + "item": "mineralogy:rock_salt_smooth_slab" + } + ], + "result": { + "id": "mineralogy:rock_salt_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/rock_salt_polished_slabs_to_brick.json new file mode 100644 index 000000000..4f30dd671 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_smooth_slab" + } + }, + "result": { + "id": "mineralogy:rock_salt_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/rock_salt_polished_stairs_to_brick.json new file mode 100644 index 000000000..6fc20b827 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:rock_salt_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/rock_salt_polished_walls_to_brick.json new file mode 100644 index 000000000..f2f956b16 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_smooth_wall" + } + }, + "result": { + "id": "mineralogy:rock_salt_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_slab_polishing.json new file mode 100644 index 000000000..755e2e066 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rock_salt_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_slab_recombination.json new file mode 100644 index 000000000..b85c3daee --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_slab" + }, + { + "item": "mineralogy:rock_salt_slab" + } + ], + "result": { + "id": "mineralogy:rock_salt", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_slabs_to_brick.json new file mode 100644 index 000000000..6c2c0a4d0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_slab" + } + }, + "result": { + "id": "mineralogy:rock_salt_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_stairs_polishing.json new file mode 100644 index 000000000..2c5211826 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rock_salt_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_stairs_to_brick.json new file mode 100644 index 000000000..42002a8c2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_stairs" + } + }, + "result": { + "id": "mineralogy:rock_salt_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_wall_polishing.json new file mode 100644 index 000000000..68d558ea6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:rock_salt_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_walls_to_brick.json new file mode 100644 index 000000000..d6996ebdf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_wall" + } + }, + "result": { + "id": "mineralogy:rock_salt_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_axe.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_axe.json new file mode 100644 index 000000000..c8790f6ac --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:rock_salt_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_blank.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_blank.json new file mode 100644 index 000000000..30c716ab1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_smooth" + } + }, + "result": { + "id": "mineralogy:rock_salt_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_cross.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_cross.json new file mode 100644 index 000000000..f184d0d2a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_relief_blank" + } + }, + "result": { + "id": "mineralogy:rock_salt_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_hammer.json new file mode 100644 index 000000000..06adc96ec --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:rock_salt_relief_blank" + } + }, + "result": { + "id": "mineralogy:rock_salt_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_hoe.json new file mode 100644 index 000000000..f0b3971c3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:rock_salt_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_horizontal.json new file mode 100644 index 000000000..9e6b04b44 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_relief_blank" + } + }, + "result": { + "id": "mineralogy:rock_salt_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_i.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_i.json new file mode 100644 index 000000000..06f8ac73e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_relief_blank" + } + }, + "result": { + "id": "mineralogy:rock_salt_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_left.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_left.json new file mode 100644 index 000000000..35cc24dfb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_relief_blank" + } + }, + "result": { + "id": "mineralogy:rock_salt_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_pickaxe.json new file mode 100644 index 000000000..b285b0da2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:rock_salt_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_plus.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_plus.json new file mode 100644 index 000000000..23991883c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_relief_blank" + } + }, + "result": { + "id": "mineralogy:rock_salt_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_right.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_right.json new file mode 100644 index 000000000..7f51c7c33 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_relief_left" + }, + { + "item": "mineralogy:rock_salt_relief_left" + } + ], + "result": { + "id": "mineralogy:rock_salt_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_sword.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_sword.json new file mode 100644 index 000000000..ea21e67cb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "mineralogy:rock_salt_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:rock_salt_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_vertical.json new file mode 100644 index 000000000..c34d1512b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_relief_blank" + } + }, + "result": { + "id": "mineralogy:rock_salt_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_slab.json b/src/main/resources/data/mineralogy/recipe/rock_salt_slab.json new file mode 100644 index 000000000..27c9a2d9e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt" + } + }, + "result": { + "id": "mineralogy:rock_salt_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_smooth.json b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth.json new file mode 100644 index 000000000..c32c5676c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/rock_salt" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:rock_salt_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick.json new file mode 100644 index 000000000..09e770339 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rock_salt/smooth" + } + }, + "result": { + "id": "mineralogy:rock_salt_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_furnace.json new file mode 100644 index 000000000..73c13e198 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/rock_salt/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:rock_salt_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_slab.json new file mode 100644 index 000000000..fb1689e08 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_smooth_brick" + } + }, + "result": { + "id": "mineralogy:rock_salt_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_stairs.json new file mode 100644 index 000000000..230583210 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rock_salt/smooth_brick" + } + }, + "result": { + "id": "mineralogy:rock_salt_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_wall.json new file mode 100644 index 000000000..f58551f58 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rock_salt/smooth_brick" + } + }, + "result": { + "id": "mineralogy:rock_salt_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_furnace.json new file mode 100644 index 000000000..fd9e6f1e2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/rock_salt/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:rock_salt_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_slab.json new file mode 100644 index 000000000..6b12568af --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:rock_salt_smooth" + } + }, + "result": { + "id": "mineralogy:rock_salt_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_stairs.json new file mode 100644 index 000000000..6c89a633a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rock_salt/smooth" + } + }, + "result": { + "id": "mineralogy:rock_salt_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_wall.json new file mode 100644 index 000000000..3fda50903 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rock_salt/smooth" + } + }, + "result": { + "id": "mineralogy:rock_salt_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_stairs.json b/src/main/resources/data/mineralogy/recipe/rock_salt_stairs.json new file mode 100644 index 000000000..32b9749e1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rock_salt" + } + }, + "result": { + "id": "mineralogy:rock_salt_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_to_stone.json b/src/main/resources/data/mineralogy/recipe/rock_salt_to_stone.json new file mode 100644 index 000000000..bd2d8cd33 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:rock_salt" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/rock_salt_wall.json b/src/main/resources/data/mineralogy/recipe/rock_salt_wall.json new file mode 100644 index 000000000..9786564d2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rock_salt_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/rock_salt" + } + }, + "result": { + "id": "mineralogy:rock_salt_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/rocksaltlamp.json b/src/main/resources/data/mineralogy/recipe/rocksaltlamp.json new file mode 100644 index 000000000..fb78762d6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rocksaltlamp.json @@ -0,0 +1,25 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_ROCK_SALT_LAMPS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:rock_salt" + }, + { + "item": "minecraft:torch" + }, + { + "item": "minecraft:iron_ingot" + } + ], + "result": { + "id": "mineralogy:rocksaltlamp", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/rocksaltstreetlamp.json b/src/main/resources/data/mineralogy/recipe/rocksaltstreetlamp.json new file mode 100644 index 000000000..a1a0fe8b2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/rocksaltstreetlamp.json @@ -0,0 +1,28 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_ROCK_SALT_LAMPS" + } + ], + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "y", + "y" + ], + "key": { + "x": { + "tag": "c:lamps/rock_salt" + }, + "y": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "id": "mineralogy:rocksaltstreetlamp", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_brick.json b/src/main/resources/data/mineralogy/recipe/schist_brick.json new file mode 100644 index 000000000..467163539 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/schist" + } + }, + "result": { + "id": "mineralogy:schist_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/schist_brick_block_polishing.json new file mode 100644 index 000000000..8b67d0dec --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:schist_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/schist_brick_furnace.json new file mode 100644 index 000000000..f6023e338 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/schist/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:schist_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_brick_slab.json b/src/main/resources/data/mineralogy/recipe/schist_brick_slab.json new file mode 100644 index 000000000..2ead919c4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:schist_brick" + } + }, + "result": { + "id": "mineralogy:schist_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/schist_brick_slab_polishing.json new file mode 100644 index 000000000..b9dc113c2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:schist_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/schist_brick_slab_recombination.json new file mode 100644 index 000000000..28d0f9ab6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_brick_slab" + }, + { + "item": "mineralogy:schist_brick_slab" + } + ], + "result": { + "id": "mineralogy:schist_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/schist_brick_stairs.json new file mode 100644 index 000000000..13f1bdab3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/schist/brick" + } + }, + "result": { + "id": "mineralogy:schist_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/schist_brick_stairs_polishing.json new file mode 100644 index 000000000..e7a97264b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:schist_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_brick_wall.json b/src/main/resources/data/mineralogy/recipe/schist_brick_wall.json new file mode 100644 index 000000000..28fa0c90b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/schist/brick" + } + }, + "result": { + "id": "mineralogy:schist_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/schist_brick_wall_polishing.json new file mode 100644 index 000000000..204985bfd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:schist_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_cobblestone.json b/src/main/resources/data/mineralogy/recipe/schist_cobblestone.json new file mode 100644 index 000000000..79e827355 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/schist" + }, + { + "tag": "mineralogy:stones/schist" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_furnace.json b/src/main/resources/data/mineralogy/recipe/schist_furnace.json new file mode 100644 index 000000000..97f3efdff --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/schist" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:schist_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/schist_polished_brick_slab_recombination.json new file mode 100644 index 000000000..b7771aac8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_smooth_brick_slab" + }, + { + "item": "mineralogy:schist_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:schist_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/schist_polished_slab_recombination.json new file mode 100644 index 000000000..27668aabb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_smooth_slab" + }, + { + "item": "mineralogy:schist_smooth_slab" + } + ], + "result": { + "id": "mineralogy:schist_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/schist_polished_slabs_to_brick.json new file mode 100644 index 000000000..e6de042a7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:schist_smooth_slab" + } + }, + "result": { + "id": "mineralogy:schist_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/schist_polished_stairs_to_brick.json new file mode 100644 index 000000000..e0bce5f52 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:schist_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:schist_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/schist_polished_walls_to_brick.json new file mode 100644 index 000000000..f3e353d75 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:schist_smooth_wall" + } + }, + "result": { + "id": "mineralogy:schist_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/schist_raw_slab_polishing.json new file mode 100644 index 000000000..8d1c3c9fb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:schist_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/schist_raw_slab_recombination.json new file mode 100644 index 000000000..9cb9f77d9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_slab" + }, + { + "item": "mineralogy:schist_slab" + } + ], + "result": { + "id": "mineralogy:schist", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/schist_raw_slabs_to_brick.json new file mode 100644 index 000000000..cd99dc52f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:schist_slab" + } + }, + "result": { + "id": "mineralogy:schist_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/schist_raw_stairs_polishing.json new file mode 100644 index 000000000..53cc4bffe --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:schist_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/schist_raw_stairs_to_brick.json new file mode 100644 index 000000000..2427aacf7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:schist_stairs" + } + }, + "result": { + "id": "mineralogy:schist_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/schist_raw_wall_polishing.json new file mode 100644 index 000000000..fb3f04b0e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:schist_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/schist_raw_walls_to_brick.json new file mode 100644 index 000000000..89be8e145 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:schist_wall" + } + }, + "result": { + "id": "mineralogy:schist_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_axe.json b/src/main/resources/data/mineralogy/recipe/schist_relief_axe.json new file mode 100644 index 000000000..b03a2db20 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:schist_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_blank.json b/src/main/resources/data/mineralogy/recipe/schist_relief_blank.json new file mode 100644 index 000000000..c1ab086dc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:schist_smooth" + } + }, + "result": { + "id": "mineralogy:schist_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_cross.json b/src/main/resources/data/mineralogy/recipe/schist_relief_cross.json new file mode 100644 index 000000000..9d4e375c3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:schist_relief_blank" + } + }, + "result": { + "id": "mineralogy:schist_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/schist_relief_hammer.json new file mode 100644 index 000000000..6f4d28698 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:schist_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:schist_relief_blank" + } + }, + "result": { + "id": "mineralogy:schist_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/schist_relief_hoe.json new file mode 100644 index 000000000..0fbefa01a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:schist_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/schist_relief_horizontal.json new file mode 100644 index 000000000..08cbd44d3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:schist_relief_blank" + } + }, + "result": { + "id": "mineralogy:schist_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_i.json b/src/main/resources/data/mineralogy/recipe/schist_relief_i.json new file mode 100644 index 000000000..0cfe23562 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:schist_relief_blank" + } + }, + "result": { + "id": "mineralogy:schist_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_left.json b/src/main/resources/data/mineralogy/recipe/schist_relief_left.json new file mode 100644 index 000000000..705ed99f3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:schist_relief_blank" + } + }, + "result": { + "id": "mineralogy:schist_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/schist_relief_pickaxe.json new file mode 100644 index 000000000..a5693e37d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:schist_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_plus.json b/src/main/resources/data/mineralogy/recipe/schist_relief_plus.json new file mode 100644 index 000000000..6e0287a1b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:schist_relief_blank" + } + }, + "result": { + "id": "mineralogy:schist_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_right.json b/src/main/resources/data/mineralogy/recipe/schist_relief_right.json new file mode 100644 index 000000000..ebcfb224c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_relief_left" + }, + { + "item": "mineralogy:schist_relief_left" + } + ], + "result": { + "id": "mineralogy:schist_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_sword.json b/src/main/resources/data/mineralogy/recipe/schist_relief_sword.json new file mode 100644 index 000000000..619ce449e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "mineralogy:schist_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:schist_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/schist_relief_vertical.json new file mode 100644 index 000000000..314462202 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:schist_relief_blank" + } + }, + "result": { + "id": "mineralogy:schist_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_slab.json b/src/main/resources/data/mineralogy/recipe/schist_slab.json new file mode 100644 index 000000000..a20a4a050 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:schist" + } + }, + "result": { + "id": "mineralogy:schist_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_smooth.json b/src/main/resources/data/mineralogy/recipe/schist_smooth.json new file mode 100644 index 000000000..95aaf555d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/schist" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:schist_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/schist_smooth_brick.json new file mode 100644 index 000000000..3451deb72 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/schist/smooth" + } + }, + "result": { + "id": "mineralogy:schist_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/schist_smooth_brick_furnace.json new file mode 100644 index 000000000..3db5cae12 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/schist/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:schist_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/schist_smooth_brick_slab.json new file mode 100644 index 000000000..3c765fb2f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:schist_smooth_brick" + } + }, + "result": { + "id": "mineralogy:schist_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/schist_smooth_brick_stairs.json new file mode 100644 index 000000000..42305bbe5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/schist/smooth_brick" + } + }, + "result": { + "id": "mineralogy:schist_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/schist_smooth_brick_wall.json new file mode 100644 index 000000000..1e7603fc2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/schist/smooth_brick" + } + }, + "result": { + "id": "mineralogy:schist_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/schist_smooth_furnace.json new file mode 100644 index 000000000..c3a27e52a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/schist/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:schist_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/schist_smooth_slab.json new file mode 100644 index 000000000..4c72f75e3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:schist_smooth" + } + }, + "result": { + "id": "mineralogy:schist_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/schist_smooth_stairs.json new file mode 100644 index 000000000..ed9dcf856 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/schist/smooth" + } + }, + "result": { + "id": "mineralogy:schist_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/schist_smooth_wall.json new file mode 100644 index 000000000..efde99051 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/schist/smooth" + } + }, + "result": { + "id": "mineralogy:schist_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_stairs.json b/src/main/resources/data/mineralogy/recipe/schist_stairs.json new file mode 100644 index 000000000..4779fc9f5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/schist" + } + }, + "result": { + "id": "mineralogy:schist_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_to_stone.json b/src/main/resources/data/mineralogy/recipe/schist_to_stone.json new file mode 100644 index 000000000..ee3c705ab --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:schist" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/schist_wall.json b/src/main/resources/data/mineralogy/recipe/schist_wall.json new file mode 100644 index 000000000..748090d56 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/schist_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/schist" + } + }, + "result": { + "id": "mineralogy:schist_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_brick.json b/src/main/resources/data/mineralogy/recipe/scoria_brick.json new file mode 100644 index 000000000..6e028c062 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/scoria" + } + }, + "result": { + "id": "mineralogy:scoria_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/scoria_brick_block_polishing.json new file mode 100644 index 000000000..299986f2f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:scoria_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/scoria_brick_furnace.json new file mode 100644 index 000000000..561aa1bd3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/scoria/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:scoria_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_brick_slab.json b/src/main/resources/data/mineralogy/recipe/scoria_brick_slab.json new file mode 100644 index 000000000..4658f60d1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:scoria_brick" + } + }, + "result": { + "id": "mineralogy:scoria_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/scoria_brick_slab_polishing.json new file mode 100644 index 000000000..ca691e42d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:scoria_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/scoria_brick_slab_recombination.json new file mode 100644 index 000000000..abf152a09 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_brick_slab" + }, + { + "item": "mineralogy:scoria_brick_slab" + } + ], + "result": { + "id": "mineralogy:scoria_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/scoria_brick_stairs.json new file mode 100644 index 000000000..57dc2821a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/scoria/brick" + } + }, + "result": { + "id": "mineralogy:scoria_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/scoria_brick_stairs_polishing.json new file mode 100644 index 000000000..3e0cc7a41 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:scoria_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_brick_wall.json b/src/main/resources/data/mineralogy/recipe/scoria_brick_wall.json new file mode 100644 index 000000000..916b495be --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/scoria/brick" + } + }, + "result": { + "id": "mineralogy:scoria_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/scoria_brick_wall_polishing.json new file mode 100644 index 000000000..ba4f27aef --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:scoria_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_cobblestone.json b/src/main/resources/data/mineralogy/recipe/scoria_cobblestone.json new file mode 100644 index 000000000..3a56f8a65 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/scoria" + }, + { + "tag": "mineralogy:stones/scoria" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_furnace.json b/src/main/resources/data/mineralogy/recipe/scoria_furnace.json new file mode 100644 index 000000000..ef2b105e3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/scoria" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:scoria_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/scoria_polished_brick_slab_recombination.json new file mode 100644 index 000000000..b9bb3fbb5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_smooth_brick_slab" + }, + { + "item": "mineralogy:scoria_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:scoria_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/scoria_polished_slab_recombination.json new file mode 100644 index 000000000..a84e92a21 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_smooth_slab" + }, + { + "item": "mineralogy:scoria_smooth_slab" + } + ], + "result": { + "id": "mineralogy:scoria_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/scoria_polished_slabs_to_brick.json new file mode 100644 index 000000000..a6c01835c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:scoria_smooth_slab" + } + }, + "result": { + "id": "mineralogy:scoria_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/scoria_polished_stairs_to_brick.json new file mode 100644 index 000000000..89a6fd8e6 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:scoria_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:scoria_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/scoria_polished_walls_to_brick.json new file mode 100644 index 000000000..87c30e44d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:scoria_smooth_wall" + } + }, + "result": { + "id": "mineralogy:scoria_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/scoria_raw_slab_polishing.json new file mode 100644 index 000000000..01ee41c76 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:scoria_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/scoria_raw_slab_recombination.json new file mode 100644 index 000000000..9cc90d610 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_slab" + }, + { + "item": "mineralogy:scoria_slab" + } + ], + "result": { + "id": "mineralogy:scoria", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/scoria_raw_slabs_to_brick.json new file mode 100644 index 000000000..f7c6e1990 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:scoria_slab" + } + }, + "result": { + "id": "mineralogy:scoria_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/scoria_raw_stairs_polishing.json new file mode 100644 index 000000000..f15c84f77 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:scoria_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/scoria_raw_stairs_to_brick.json new file mode 100644 index 000000000..a9bbeb378 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:scoria_stairs" + } + }, + "result": { + "id": "mineralogy:scoria_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/scoria_raw_wall_polishing.json new file mode 100644 index 000000000..b761eb1a1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:scoria_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/scoria_raw_walls_to_brick.json new file mode 100644 index 000000000..d692d799f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:scoria_wall" + } + }, + "result": { + "id": "mineralogy:scoria_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_axe.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_axe.json new file mode 100644 index 000000000..ffa053703 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:scoria_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_blank.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_blank.json new file mode 100644 index 000000000..14d809c30 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:scoria_smooth" + } + }, + "result": { + "id": "mineralogy:scoria_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_cross.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_cross.json new file mode 100644 index 000000000..a3ae7a4a0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:scoria_relief_blank" + } + }, + "result": { + "id": "mineralogy:scoria_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_hammer.json new file mode 100644 index 000000000..4833a7b62 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:scoria_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:scoria_relief_blank" + } + }, + "result": { + "id": "mineralogy:scoria_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_hoe.json new file mode 100644 index 000000000..8cebdf985 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:scoria_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_horizontal.json new file mode 100644 index 000000000..e7f342432 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:scoria_relief_blank" + } + }, + "result": { + "id": "mineralogy:scoria_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_i.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_i.json new file mode 100644 index 000000000..d7509a58b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:scoria_relief_blank" + } + }, + "result": { + "id": "mineralogy:scoria_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_left.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_left.json new file mode 100644 index 000000000..58140cacf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:scoria_relief_blank" + } + }, + "result": { + "id": "mineralogy:scoria_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_pickaxe.json new file mode 100644 index 000000000..dbf367621 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:scoria_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_plus.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_plus.json new file mode 100644 index 000000000..5aecee67d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:scoria_relief_blank" + } + }, + "result": { + "id": "mineralogy:scoria_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_right.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_right.json new file mode 100644 index 000000000..3428c22a5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_relief_left" + }, + { + "item": "mineralogy:scoria_relief_left" + } + ], + "result": { + "id": "mineralogy:scoria_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_sword.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_sword.json new file mode 100644 index 000000000..4d058ab9a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "mineralogy:scoria_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:scoria_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/scoria_relief_vertical.json new file mode 100644 index 000000000..8a7ed9270 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:scoria_relief_blank" + } + }, + "result": { + "id": "mineralogy:scoria_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_slab.json b/src/main/resources/data/mineralogy/recipe/scoria_slab.json new file mode 100644 index 000000000..524d98aaf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:scoria" + } + }, + "result": { + "id": "mineralogy:scoria_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_smooth.json b/src/main/resources/data/mineralogy/recipe/scoria_smooth.json new file mode 100644 index 000000000..832e1f867 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/scoria" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:scoria_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick.json new file mode 100644 index 000000000..a566633f4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/scoria/smooth" + } + }, + "result": { + "id": "mineralogy:scoria_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_furnace.json new file mode 100644 index 000000000..bf693dc0c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/scoria/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:scoria_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_slab.json new file mode 100644 index 000000000..1b092fabd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:scoria_smooth_brick" + } + }, + "result": { + "id": "mineralogy:scoria_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_stairs.json new file mode 100644 index 000000000..7728d6a47 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/scoria/smooth_brick" + } + }, + "result": { + "id": "mineralogy:scoria_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_wall.json new file mode 100644 index 000000000..055d9de49 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/scoria/smooth_brick" + } + }, + "result": { + "id": "mineralogy:scoria_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/scoria_smooth_furnace.json new file mode 100644 index 000000000..40e0879bf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/scoria/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:scoria_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/scoria_smooth_slab.json new file mode 100644 index 000000000..a3ddc21dd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:scoria_smooth" + } + }, + "result": { + "id": "mineralogy:scoria_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/scoria_smooth_stairs.json new file mode 100644 index 000000000..259c5e716 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/scoria/smooth" + } + }, + "result": { + "id": "mineralogy:scoria_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/scoria_smooth_wall.json new file mode 100644 index 000000000..e2fd92439 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/scoria/smooth" + } + }, + "result": { + "id": "mineralogy:scoria_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_stairs.json b/src/main/resources/data/mineralogy/recipe/scoria_stairs.json new file mode 100644 index 000000000..00c81db70 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/scoria" + } + }, + "result": { + "id": "mineralogy:scoria_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_to_stone.json b/src/main/resources/data/mineralogy/recipe/scoria_to_stone.json new file mode 100644 index 000000000..8ed1a0a8d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:scoria" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/scoria_wall.json b/src/main/resources/data/mineralogy/recipe/scoria_wall.json new file mode 100644 index 000000000..17ee9662b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/scoria_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/scoria" + } + }, + "result": { + "id": "mineralogy:scoria_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_brick.json b/src/main/resources/data/mineralogy/recipe/shale_brick.json new file mode 100644 index 000000000..43e605c4a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/shale" + } + }, + "result": { + "id": "mineralogy:shale_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/shale_brick_block_polishing.json new file mode 100644 index 000000000..004bc5004 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:shale_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/shale_brick_furnace.json new file mode 100644 index 000000000..b1154ea60 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/shale/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:shale_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_brick_slab.json b/src/main/resources/data/mineralogy/recipe/shale_brick_slab.json new file mode 100644 index 000000000..7fa9a76a8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:shale_brick" + } + }, + "result": { + "id": "mineralogy:shale_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/shale_brick_slab_polishing.json new file mode 100644 index 000000000..03e4a6a3c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:shale_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/shale_brick_slab_recombination.json new file mode 100644 index 000000000..2575a7652 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_brick_slab" + }, + { + "item": "mineralogy:shale_brick_slab" + } + ], + "result": { + "id": "mineralogy:shale_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/shale_brick_stairs.json new file mode 100644 index 000000000..2634f3878 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/shale/brick" + } + }, + "result": { + "id": "mineralogy:shale_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/shale_brick_stairs_polishing.json new file mode 100644 index 000000000..c9c542b67 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:shale_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_brick_wall.json b/src/main/resources/data/mineralogy/recipe/shale_brick_wall.json new file mode 100644 index 000000000..55db39aff --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/shale/brick" + } + }, + "result": { + "id": "mineralogy:shale_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/shale_brick_wall_polishing.json new file mode 100644 index 000000000..afc4239cf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:shale_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_cobblestone.json b/src/main/resources/data/mineralogy/recipe/shale_cobblestone.json new file mode 100644 index 000000000..d70dac06a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/shale" + }, + { + "tag": "mineralogy:stones/shale" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_furnace.json b/src/main/resources/data/mineralogy/recipe/shale_furnace.json new file mode 100644 index 000000000..93752ac53 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/shale" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:shale_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/shale_polished_brick_slab_recombination.json new file mode 100644 index 000000000..83ce95e07 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_smooth_brick_slab" + }, + { + "item": "mineralogy:shale_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:shale_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/shale_polished_slab_recombination.json new file mode 100644 index 000000000..5c090affc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_smooth_slab" + }, + { + "item": "mineralogy:shale_smooth_slab" + } + ], + "result": { + "id": "mineralogy:shale_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/shale_polished_slabs_to_brick.json new file mode 100644 index 000000000..53600a658 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:shale_smooth_slab" + } + }, + "result": { + "id": "mineralogy:shale_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/shale_polished_stairs_to_brick.json new file mode 100644 index 000000000..7420c6ff1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:shale_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:shale_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/shale_polished_walls_to_brick.json new file mode 100644 index 000000000..b98147365 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:shale_smooth_wall" + } + }, + "result": { + "id": "mineralogy:shale_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/shale_raw_slab_polishing.json new file mode 100644 index 000000000..b4d8698c3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:shale_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/shale_raw_slab_recombination.json new file mode 100644 index 000000000..8794e6586 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_slab" + }, + { + "item": "mineralogy:shale_slab" + } + ], + "result": { + "id": "mineralogy:shale", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/shale_raw_slabs_to_brick.json new file mode 100644 index 000000000..2303934e7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:shale_slab" + } + }, + "result": { + "id": "mineralogy:shale_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/shale_raw_stairs_polishing.json new file mode 100644 index 000000000..23177192f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:shale_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/shale_raw_stairs_to_brick.json new file mode 100644 index 000000000..04af0d6e2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:shale_stairs" + } + }, + "result": { + "id": "mineralogy:shale_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/shale_raw_wall_polishing.json new file mode 100644 index 000000000..b1a50d454 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:shale_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/shale_raw_walls_to_brick.json new file mode 100644 index 000000000..214f74806 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:shale_wall" + } + }, + "result": { + "id": "mineralogy:shale_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_axe.json b/src/main/resources/data/mineralogy/recipe/shale_relief_axe.json new file mode 100644 index 000000000..5c5c45b04 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:shale_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_blank.json b/src/main/resources/data/mineralogy/recipe/shale_relief_blank.json new file mode 100644 index 000000000..03d6534d4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:shale_smooth" + } + }, + "result": { + "id": "mineralogy:shale_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_cross.json b/src/main/resources/data/mineralogy/recipe/shale_relief_cross.json new file mode 100644 index 000000000..581d93a28 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:shale_relief_blank" + } + }, + "result": { + "id": "mineralogy:shale_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/shale_relief_hammer.json new file mode 100644 index 000000000..a22cec102 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:shale_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:shale_relief_blank" + } + }, + "result": { + "id": "mineralogy:shale_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/shale_relief_hoe.json new file mode 100644 index 000000000..1101f065d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:shale_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/shale_relief_horizontal.json new file mode 100644 index 000000000..e1e6b0ffd --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:shale_relief_blank" + } + }, + "result": { + "id": "mineralogy:shale_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_i.json b/src/main/resources/data/mineralogy/recipe/shale_relief_i.json new file mode 100644 index 000000000..74562a9a4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:shale_relief_blank" + } + }, + "result": { + "id": "mineralogy:shale_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_left.json b/src/main/resources/data/mineralogy/recipe/shale_relief_left.json new file mode 100644 index 000000000..ea9c6f39a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:shale_relief_blank" + } + }, + "result": { + "id": "mineralogy:shale_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/shale_relief_pickaxe.json new file mode 100644 index 000000000..b2664104e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:shale_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_plus.json b/src/main/resources/data/mineralogy/recipe/shale_relief_plus.json new file mode 100644 index 000000000..1488887b0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:shale_relief_blank" + } + }, + "result": { + "id": "mineralogy:shale_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_right.json b/src/main/resources/data/mineralogy/recipe/shale_relief_right.json new file mode 100644 index 000000000..2ab2ad7e8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_relief_left" + }, + { + "item": "mineralogy:shale_relief_left" + } + ], + "result": { + "id": "mineralogy:shale_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_sword.json b/src/main/resources/data/mineralogy/recipe/shale_relief_sword.json new file mode 100644 index 000000000..65c44d50b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "mineralogy:shale_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:shale_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/shale_relief_vertical.json new file mode 100644 index 000000000..4ddd66f60 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:shale_relief_blank" + } + }, + "result": { + "id": "mineralogy:shale_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_slab.json b/src/main/resources/data/mineralogy/recipe/shale_slab.json new file mode 100644 index 000000000..bd36adbf5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:shale" + } + }, + "result": { + "id": "mineralogy:shale_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_smooth.json b/src/main/resources/data/mineralogy/recipe/shale_smooth.json new file mode 100644 index 000000000..c8e9a2510 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/shale" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:shale_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/shale_smooth_brick.json new file mode 100644 index 000000000..d2019bba1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/shale/smooth" + } + }, + "result": { + "id": "mineralogy:shale_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/shale_smooth_brick_furnace.json new file mode 100644 index 000000000..2056b8afc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/shale/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:shale_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/shale_smooth_brick_slab.json new file mode 100644 index 000000000..69acca17e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:shale_smooth_brick" + } + }, + "result": { + "id": "mineralogy:shale_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/shale_smooth_brick_stairs.json new file mode 100644 index 000000000..ccf8b1d62 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/shale/smooth_brick" + } + }, + "result": { + "id": "mineralogy:shale_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/shale_smooth_brick_wall.json new file mode 100644 index 000000000..d8c9154e3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/shale/smooth_brick" + } + }, + "result": { + "id": "mineralogy:shale_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/shale_smooth_furnace.json new file mode 100644 index 000000000..dcb82c8ff --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/shale/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:shale_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/shale_smooth_slab.json new file mode 100644 index 000000000..fa360dcdf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:shale_smooth" + } + }, + "result": { + "id": "mineralogy:shale_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/shale_smooth_stairs.json new file mode 100644 index 000000000..366894a7f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/shale/smooth" + } + }, + "result": { + "id": "mineralogy:shale_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/shale_smooth_wall.json new file mode 100644 index 000000000..3e4b885e1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/shale/smooth" + } + }, + "result": { + "id": "mineralogy:shale_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_stairs.json b/src/main/resources/data/mineralogy/recipe/shale_stairs.json new file mode 100644 index 000000000..4cbbad708 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/shale" + } + }, + "result": { + "id": "mineralogy:shale_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_to_stone.json b/src/main/resources/data/mineralogy/recipe/shale_to_stone.json new file mode 100644 index 000000000..d33b5f579 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:shale" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/shale_wall.json b/src/main/resources/data/mineralogy/recipe/shale_wall.json new file mode 100644 index 000000000..e035d0d16 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/shale_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/shale" + } + }, + "result": { + "id": "mineralogy:shale_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_brick.json b/src/main/resources/data/mineralogy/recipe/siltstone_brick.json new file mode 100644 index 000000000..e2427c2a2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/siltstone" + } + }, + "result": { + "id": "mineralogy:siltstone_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/siltstone_brick_block_polishing.json new file mode 100644 index 000000000..72343784a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:siltstone_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/siltstone_brick_furnace.json new file mode 100644 index 000000000..7da775c4a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/siltstone/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:siltstone_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_brick_slab.json b/src/main/resources/data/mineralogy/recipe/siltstone_brick_slab.json new file mode 100644 index 000000000..1aa66b2b5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_brick" + } + }, + "result": { + "id": "mineralogy:siltstone_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/siltstone_brick_slab_polishing.json new file mode 100644 index 000000000..402a4f059 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:siltstone_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/siltstone_brick_slab_recombination.json new file mode 100644 index 000000000..8355b5914 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_brick_slab" + }, + { + "item": "mineralogy:siltstone_brick_slab" + } + ], + "result": { + "id": "mineralogy:siltstone_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/siltstone_brick_stairs.json new file mode 100644 index 000000000..da80a452e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/siltstone/brick" + } + }, + "result": { + "id": "mineralogy:siltstone_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/siltstone_brick_stairs_polishing.json new file mode 100644 index 000000000..8294bb6c8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:siltstone_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_brick_wall.json b/src/main/resources/data/mineralogy/recipe/siltstone_brick_wall.json new file mode 100644 index 000000000..30e6a753b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/siltstone/brick" + } + }, + "result": { + "id": "mineralogy:siltstone_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/siltstone_brick_wall_polishing.json new file mode 100644 index 000000000..216e96787 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:siltstone_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_cobblestone.json b/src/main/resources/data/mineralogy/recipe/siltstone_cobblestone.json new file mode 100644 index 000000000..1d35bbb38 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/siltstone" + }, + { + "tag": "mineralogy:stones/siltstone" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_furnace.json b/src/main/resources/data/mineralogy/recipe/siltstone_furnace.json new file mode 100644 index 000000000..60252465c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/siltstone" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:siltstone_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/siltstone_polished_brick_slab_recombination.json new file mode 100644 index 000000000..27b3506cf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_smooth_brick_slab" + }, + { + "item": "mineralogy:siltstone_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:siltstone_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/siltstone_polished_slab_recombination.json new file mode 100644 index 000000000..605a94b4e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_smooth_slab" + }, + { + "item": "mineralogy:siltstone_smooth_slab" + } + ], + "result": { + "id": "mineralogy:siltstone_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/siltstone_polished_slabs_to_brick.json new file mode 100644 index 000000000..e6ce15d2c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_smooth_slab" + } + }, + "result": { + "id": "mineralogy:siltstone_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/siltstone_polished_stairs_to_brick.json new file mode 100644 index 000000000..846f1a9ff --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:siltstone_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/siltstone_polished_walls_to_brick.json new file mode 100644 index 000000000..8bfb7a9c7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_smooth_wall" + } + }, + "result": { + "id": "mineralogy:siltstone_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/siltstone_raw_slab_polishing.json new file mode 100644 index 000000000..ad464f9f2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:siltstone_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/siltstone_raw_slab_recombination.json new file mode 100644 index 000000000..5bedb0645 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_slab" + }, + { + "item": "mineralogy:siltstone_slab" + } + ], + "result": { + "id": "mineralogy:siltstone", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/siltstone_raw_slabs_to_brick.json new file mode 100644 index 000000000..39d4d38a4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_slab" + } + }, + "result": { + "id": "mineralogy:siltstone_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/siltstone_raw_stairs_polishing.json new file mode 100644 index 000000000..72c667c88 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:siltstone_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/siltstone_raw_stairs_to_brick.json new file mode 100644 index 000000000..ec3497c25 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_stairs" + } + }, + "result": { + "id": "mineralogy:siltstone_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/siltstone_raw_wall_polishing.json new file mode 100644 index 000000000..444515797 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:siltstone_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/siltstone_raw_walls_to_brick.json new file mode 100644 index 000000000..d11bea75e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_wall" + } + }, + "result": { + "id": "mineralogy:siltstone_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_axe.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_axe.json new file mode 100644 index 000000000..e6c4b89f5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:siltstone_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_blank.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_blank.json new file mode 100644 index 000000000..fc6901ce8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_smooth" + } + }, + "result": { + "id": "mineralogy:siltstone_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_cross.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_cross.json new file mode 100644 index 000000000..d36a311d5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_relief_blank" + } + }, + "result": { + "id": "mineralogy:siltstone_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_hammer.json new file mode 100644 index 000000000..51d3041c9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:siltstone_relief_blank" + } + }, + "result": { + "id": "mineralogy:siltstone_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_hoe.json new file mode 100644 index 000000000..6486a3377 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:siltstone_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_horizontal.json new file mode 100644 index 000000000..c3b94d514 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_relief_blank" + } + }, + "result": { + "id": "mineralogy:siltstone_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_i.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_i.json new file mode 100644 index 000000000..3e6a83b24 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_relief_blank" + } + }, + "result": { + "id": "mineralogy:siltstone_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_left.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_left.json new file mode 100644 index 000000000..972539d72 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_relief_blank" + } + }, + "result": { + "id": "mineralogy:siltstone_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_pickaxe.json new file mode 100644 index 000000000..10b93ff18 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:siltstone_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_plus.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_plus.json new file mode 100644 index 000000000..fbd5ced1a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:siltstone_relief_blank" + } + }, + "result": { + "id": "mineralogy:siltstone_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_right.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_right.json new file mode 100644 index 000000000..a18855c87 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_relief_left" + }, + { + "item": "mineralogy:siltstone_relief_left" + } + ], + "result": { + "id": "mineralogy:siltstone_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_sword.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_sword.json new file mode 100644 index 000000000..75e698ccf --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "mineralogy:siltstone_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:siltstone_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/siltstone_relief_vertical.json new file mode 100644 index 000000000..8054a3ad0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_relief_blank" + } + }, + "result": { + "id": "mineralogy:siltstone_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_slab.json b/src/main/resources/data/mineralogy/recipe/siltstone_slab.json new file mode 100644 index 000000000..ed9123ec5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone" + } + }, + "result": { + "id": "mineralogy:siltstone_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_smooth.json b/src/main/resources/data/mineralogy/recipe/siltstone_smooth.json new file mode 100644 index 000000000..8f59ff9fb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/siltstone" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:siltstone_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick.json new file mode 100644 index 000000000..55163adf9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/siltstone/smooth" + } + }, + "result": { + "id": "mineralogy:siltstone_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_furnace.json new file mode 100644 index 000000000..577cbc81a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/siltstone/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:siltstone_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_slab.json new file mode 100644 index 000000000..ec79b8c0d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_smooth_brick" + } + }, + "result": { + "id": "mineralogy:siltstone_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_stairs.json new file mode 100644 index 000000000..871831e89 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/siltstone/smooth_brick" + } + }, + "result": { + "id": "mineralogy:siltstone_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_wall.json new file mode 100644 index 000000000..1f391b8a4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/siltstone/smooth_brick" + } + }, + "result": { + "id": "mineralogy:siltstone_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_furnace.json new file mode 100644 index 000000000..d5ee442da --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/siltstone/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:siltstone_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_slab.json new file mode 100644 index 000000000..9bea852fb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:siltstone_smooth" + } + }, + "result": { + "id": "mineralogy:siltstone_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_stairs.json new file mode 100644 index 000000000..5552aaab9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/siltstone/smooth" + } + }, + "result": { + "id": "mineralogy:siltstone_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_wall.json new file mode 100644 index 000000000..c532e3f4b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/siltstone/smooth" + } + }, + "result": { + "id": "mineralogy:siltstone_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_stairs.json b/src/main/resources/data/mineralogy/recipe/siltstone_stairs.json new file mode 100644 index 000000000..fbbc83e3a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/siltstone" + } + }, + "result": { + "id": "mineralogy:siltstone_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_to_stone.json b/src/main/resources/data/mineralogy/recipe/siltstone_to_stone.json new file mode 100644 index 000000000..301942ef0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:siltstone" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/siltstone_wall.json b/src/main/resources/data/mineralogy/recipe/siltstone_wall.json new file mode 100644 index 000000000..200032c5f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/siltstone_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/siltstone" + } + }, + "result": { + "id": "mineralogy:siltstone_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_brick.json b/src/main/resources/data/mineralogy/recipe/slate_brick.json new file mode 100644 index 000000000..2b591e1dc --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/slate" + } + }, + "result": { + "id": "mineralogy:slate_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/slate_brick_block_polishing.json new file mode 100644 index 000000000..1ee4bf376 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:slate_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/slate_brick_furnace.json new file mode 100644 index 000000000..23fdf8182 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/slate/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:slate_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_brick_slab.json b/src/main/resources/data/mineralogy/recipe/slate_brick_slab.json new file mode 100644 index 000000000..d0a021c3a --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:slate_brick" + } + }, + "result": { + "id": "mineralogy:slate_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/slate_brick_slab_polishing.json new file mode 100644 index 000000000..fadad9dd7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:slate_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/slate_brick_slab_recombination.json new file mode 100644 index 000000000..27c373587 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_brick_slab" + }, + { + "item": "mineralogy:slate_brick_slab" + } + ], + "result": { + "id": "mineralogy:slate_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/slate_brick_stairs.json new file mode 100644 index 000000000..c1add3e14 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/slate/brick" + } + }, + "result": { + "id": "mineralogy:slate_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/slate_brick_stairs_polishing.json new file mode 100644 index 000000000..2a0b0c51b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:slate_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_brick_wall.json b/src/main/resources/data/mineralogy/recipe/slate_brick_wall.json new file mode 100644 index 000000000..a2e592a20 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/slate/brick" + } + }, + "result": { + "id": "mineralogy:slate_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/slate_brick_wall_polishing.json new file mode 100644 index 000000000..02fdf0941 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:slate_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_cobblestone.json b/src/main/resources/data/mineralogy/recipe/slate_cobblestone.json new file mode 100644 index 000000000..e91742d65 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/slate" + }, + { + "tag": "mineralogy:stones/slate" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_furnace.json b/src/main/resources/data/mineralogy/recipe/slate_furnace.json new file mode 100644 index 000000000..71de3af67 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/slate" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:slate_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/slate_polished_brick_slab_recombination.json new file mode 100644 index 000000000..13795bcb3 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_smooth_brick_slab" + }, + { + "item": "mineralogy:slate_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:slate_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/slate_polished_slab_recombination.json new file mode 100644 index 000000000..67d7e4d71 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_smooth_slab" + }, + { + "item": "mineralogy:slate_smooth_slab" + } + ], + "result": { + "id": "mineralogy:slate_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/slate_polished_slabs_to_brick.json new file mode 100644 index 000000000..66d1e1ca7 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:slate_smooth_slab" + } + }, + "result": { + "id": "mineralogy:slate_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/slate_polished_stairs_to_brick.json new file mode 100644 index 000000000..5d7bd8f1c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:slate_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:slate_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/slate_polished_walls_to_brick.json new file mode 100644 index 000000000..e8c789b93 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:slate_smooth_wall" + } + }, + "result": { + "id": "mineralogy:slate_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/slate_raw_slab_polishing.json new file mode 100644 index 000000000..79ae903c0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:slate_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/slate_raw_slab_recombination.json new file mode 100644 index 000000000..3c77d955e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_slab" + }, + { + "item": "mineralogy:slate_slab" + } + ], + "result": { + "id": "mineralogy:slate", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/slate_raw_slabs_to_brick.json new file mode 100644 index 000000000..d63986f0e --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:slate_slab" + } + }, + "result": { + "id": "mineralogy:slate_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/slate_raw_stairs_polishing.json new file mode 100644 index 000000000..13bb97304 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:slate_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/slate_raw_stairs_to_brick.json new file mode 100644 index 000000000..13e200070 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:slate_stairs" + } + }, + "result": { + "id": "mineralogy:slate_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/slate_raw_wall_polishing.json new file mode 100644 index 000000000..96e7b8551 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:slate_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/slate_raw_walls_to_brick.json new file mode 100644 index 000000000..a30a46c23 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:slate_wall" + } + }, + "result": { + "id": "mineralogy:slate_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_axe.json b/src/main/resources/data/mineralogy/recipe/slate_relief_axe.json new file mode 100644 index 000000000..2e2ffccc0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:slate_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_blank.json b/src/main/resources/data/mineralogy/recipe/slate_relief_blank.json new file mode 100644 index 000000000..fcd888ca0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:slate_smooth" + } + }, + "result": { + "id": "mineralogy:slate_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_cross.json b/src/main/resources/data/mineralogy/recipe/slate_relief_cross.json new file mode 100644 index 000000000..a895fedb1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:slate_relief_blank" + } + }, + "result": { + "id": "mineralogy:slate_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/slate_relief_hammer.json new file mode 100644 index 000000000..f89095a36 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:slate_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:slate_relief_blank" + } + }, + "result": { + "id": "mineralogy:slate_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/slate_relief_hoe.json new file mode 100644 index 000000000..3a2a7620b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:slate_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/slate_relief_horizontal.json new file mode 100644 index 000000000..873d1c356 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:slate_relief_blank" + } + }, + "result": { + "id": "mineralogy:slate_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_i.json b/src/main/resources/data/mineralogy/recipe/slate_relief_i.json new file mode 100644 index 000000000..a2f75ed80 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:slate_relief_blank" + } + }, + "result": { + "id": "mineralogy:slate_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_left.json b/src/main/resources/data/mineralogy/recipe/slate_relief_left.json new file mode 100644 index 000000000..f56ecd440 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:slate_relief_blank" + } + }, + "result": { + "id": "mineralogy:slate_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/slate_relief_pickaxe.json new file mode 100644 index 000000000..749fb7e2f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:slate_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_plus.json b/src/main/resources/data/mineralogy/recipe/slate_relief_plus.json new file mode 100644 index 000000000..8a8941dbb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:slate_relief_blank" + } + }, + "result": { + "id": "mineralogy:slate_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_right.json b/src/main/resources/data/mineralogy/recipe/slate_relief_right.json new file mode 100644 index 000000000..0cbc1d70f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_relief_left" + }, + { + "item": "mineralogy:slate_relief_left" + } + ], + "result": { + "id": "mineralogy:slate_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_sword.json b/src/main/resources/data/mineralogy/recipe/slate_relief_sword.json new file mode 100644 index 000000000..2cf3dc119 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "mineralogy:slate_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:slate_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/slate_relief_vertical.json new file mode 100644 index 000000000..e697c3bb0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:slate_relief_blank" + } + }, + "result": { + "id": "mineralogy:slate_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_slab.json b/src/main/resources/data/mineralogy/recipe/slate_slab.json new file mode 100644 index 000000000..a0cc86244 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:slate" + } + }, + "result": { + "id": "mineralogy:slate_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_smooth.json b/src/main/resources/data/mineralogy/recipe/slate_smooth.json new file mode 100644 index 000000000..ab48accc1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/slate" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:slate_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/slate_smooth_brick.json new file mode 100644 index 000000000..d0ceeaf25 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/slate/smooth" + } + }, + "result": { + "id": "mineralogy:slate_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/slate_smooth_brick_furnace.json new file mode 100644 index 000000000..35cda7140 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/slate/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:slate_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/slate_smooth_brick_slab.json new file mode 100644 index 000000000..ce38843ee --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:slate_smooth_brick" + } + }, + "result": { + "id": "mineralogy:slate_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/slate_smooth_brick_stairs.json new file mode 100644 index 000000000..5ddfb6c18 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/slate/smooth_brick" + } + }, + "result": { + "id": "mineralogy:slate_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/slate_smooth_brick_wall.json new file mode 100644 index 000000000..fd3aa053c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/slate/smooth_brick" + } + }, + "result": { + "id": "mineralogy:slate_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/slate_smooth_furnace.json new file mode 100644 index 000000000..ab961fd6b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/slate/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:slate_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/slate_smooth_slab.json new file mode 100644 index 000000000..791868aab --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:slate_smooth" + } + }, + "result": { + "id": "mineralogy:slate_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/slate_smooth_stairs.json new file mode 100644 index 000000000..bca3bbb5c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/slate/smooth" + } + }, + "result": { + "id": "mineralogy:slate_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/slate_smooth_wall.json new file mode 100644 index 000000000..9c2c8a184 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/slate/smooth" + } + }, + "result": { + "id": "mineralogy:slate_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_stairs.json b/src/main/resources/data/mineralogy/recipe/slate_stairs.json new file mode 100644 index 000000000..ba2d86863 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/slate" + } + }, + "result": { + "id": "mineralogy:slate_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_to_stone.json b/src/main/resources/data/mineralogy/recipe/slate_to_stone.json new file mode 100644 index 000000000..b72d76f29 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:slate" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/slate_wall.json b/src/main/resources/data/mineralogy/recipe/slate_wall.json new file mode 100644 index 000000000..b219819a5 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/slate_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/slate" + } + }, + "result": { + "id": "mineralogy:slate_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/sulfur_block.json b/src/main/resources/data/mineralogy/recipe/sulfur_block.json new file mode 100644 index 000000000..38c4448d0 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/sulfur_block.json @@ -0,0 +1,25 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:sulfur_dust" + } + }, + "result": { + "id": "mineralogy:sulfur_block", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/sulfur_dust.json b/src/main/resources/data/mineralogy/recipe/sulfur_dust.json new file mode 100644 index 000000000..7800fe86b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/sulfur_dust.json @@ -0,0 +1,19 @@ +{ + "neoforge:conditions": [ + { + "type": "mineralogy:config", + "flag": "ENABLE_MINERAL_DUSTS" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "c:storage_blocks/sulfur" + } + ], + "result": { + "id": "mineralogy:sulfur_dust", + "count": 9 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_brick.json b/src/main/resources/data/mineralogy/recipe/tuff_brick.json new file mode 100644 index 000000000..ad787fcee --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/tuff" + } + }, + "result": { + "id": "mineralogy:tuff_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipe/tuff_brick_block_polishing.json new file mode 100644 index 000000000..56323a7de --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_brick_block_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/tuff/brick" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:tuff_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/tuff_brick_furnace.json new file mode 100644 index 000000000..ec6f7b524 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/tuff/brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:tuff_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_brick_slab.json b/src/main/resources/data/mineralogy/recipe/tuff_brick_slab.json new file mode 100644 index 000000000..20723c158 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_brick" + } + }, + "result": { + "id": "mineralogy:tuff_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_brick_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipe/tuff_brick_slab_from_vanilla.json new file mode 100644 index 000000000..2953e8043 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_brick_slab_from_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:tuff_brick_slab" + } + ], + "result": { + "id": "mineralogy:tuff_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/tuff_brick_slab_polishing.json new file mode 100644 index 000000000..4f7ad87b8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_brick_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_brick_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:tuff_smooth_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/tuff_brick_slab_recombination.json new file mode 100644 index 000000000..cfd987533 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_brick_slab" + }, + { + "item": "mineralogy:tuff_brick_slab" + } + ], + "result": { + "id": "mineralogy:tuff_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_brick_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipe/tuff_brick_slab_to_vanilla.json new file mode 100644 index 000000000..91fdee2cb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_brick_slab_to_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_brick_slab" + } + ], + "result": { + "id": "minecraft:tuff_brick_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/tuff_brick_stairs.json new file mode 100644 index 000000000..6563d2523 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_brick" + } + }, + "result": { + "id": "mineralogy:tuff_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/tuff_brick_stairs_polishing.json new file mode 100644 index 000000000..56f982b9f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_brick_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_brick_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:tuff_smooth_brick_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_brick_wall.json b/src/main/resources/data/mineralogy/recipe/tuff_brick_wall.json new file mode 100644 index 000000000..bce5e7e04 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_brick" + } + }, + "result": { + "id": "mineralogy:tuff_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/tuff_brick_wall_polishing.json new file mode 100644 index 000000000..4de858c1f --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_brick_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_brick_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:tuff_smooth_brick_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_cobblestone.json b/src/main/resources/data/mineralogy/recipe/tuff_cobblestone.json new file mode 100644 index 000000000..062ff4931 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_cobblestone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "mineralogy:stones/tuff" + }, + { + "tag": "mineralogy:stones/tuff" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "id": "minecraft:cobblestone", + "count": 4 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_furnace.json b/src/main/resources/data/mineralogy/recipe/tuff_furnace.json new file mode 100644 index 000000000..ee6c8ebb9 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/tuff" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:tuff_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/tuff_polished_brick_slab_recombination.json new file mode 100644 index 000000000..8ec133785 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_polished_brick_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_smooth_brick_slab" + }, + { + "item": "mineralogy:tuff_smooth_brick_slab" + } + ], + "result": { + "id": "mineralogy:tuff_smooth_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/tuff_polished_slab_recombination.json new file mode 100644 index 000000000..27f5ca587 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_polished_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_smooth_slab" + }, + { + "item": "mineralogy:tuff_smooth_slab" + } + ], + "result": { + "id": "mineralogy:tuff_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/tuff_polished_slabs_to_brick.json new file mode 100644 index 000000000..c6aac8156 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_polished_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_smooth_slab" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/tuff_polished_stairs_to_brick.json new file mode 100644 index 000000000..871f520d4 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_polished_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_smooth_stairs" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/tuff_polished_walls_to_brick.json new file mode 100644 index 000000000..d02a12ddb --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_polished_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_smooth_wall" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipe/tuff_raw_slab_polishing.json new file mode 100644 index 000000000..6dbadb779 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_raw_slab_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_slab" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:tuff_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipe/tuff_raw_slab_recombination.json new file mode 100644 index 000000000..84cb4f5be --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_raw_slab_recombination.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_slab" + }, + { + "item": "mineralogy:tuff_slab" + } + ], + "result": { + "id": "mineralogy:tuff", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipe/tuff_raw_slabs_to_brick.json new file mode 100644 index 000000000..cb532f04b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_raw_slabs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_slab" + } + }, + "result": { + "id": "mineralogy:tuff_brick_slab", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipe/tuff_raw_stairs_polishing.json new file mode 100644 index 000000000..5fcc83444 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_raw_stairs_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_stairs" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:tuff_smooth_stairs", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipe/tuff_raw_stairs_to_brick.json new file mode 100644 index 000000000..b6eb2bf57 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_raw_stairs_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_stairs" + } + }, + "result": { + "id": "mineralogy:tuff_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipe/tuff_raw_wall_polishing.json new file mode 100644 index 000000000..165d2698b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_raw_wall_polishing.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_wall" + }, + { + "tag": "c:sands" + } + ], + "result": { + "id": "mineralogy:tuff_smooth_wall", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipe/tuff_raw_walls_to_brick.json new file mode 100644 index 000000000..352d5e216 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_raw_walls_to_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_wall" + } + }, + "result": { + "id": "mineralogy:tuff_brick_wall", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_axe.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_axe.json new file mode 100644 index 000000000..418861359 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_axe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "minecraft:stone_axe" + } + ], + "result": { + "id": "mineralogy:tuff_relief_axe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_blank.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_blank.json new file mode 100644 index 000000000..3ff761ad1 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_blank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/tuff/smooth" + } + }, + "result": { + "id": "mineralogy:tuff_relief_blank", + "count": 16 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_cross.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_cross.json new file mode 100644 index 000000000..161b18df2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_cross.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x x", + " ", + "x x" + ], + "key": { + "x": { + "item": "mineralogy:tuff_relief_blank" + } + }, + "result": { + "id": "mineralogy:tuff_relief_cross", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_hammer.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_hammer.json new file mode 100644 index 000000000..5b2b33811 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_hammer.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "zxz", + "zyz", + "zzz" + ], + "key": { + "x": { + "item": "mineralogy:tuff_smooth" + }, + "y": { + "item": "minecraft:stick" + }, + "z": { + "item": "mineralogy:tuff_relief_blank" + } + }, + "result": { + "id": "mineralogy:tuff_relief_hammer", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_hoe.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_hoe.json new file mode 100644 index 000000000..35d5aa762 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_hoe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "minecraft:stone_hoe" + } + ], + "result": { + "id": "mineralogy:tuff_relief_hoe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_horizontal.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_horizontal.json new file mode 100644 index 000000000..5d93dd782 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_horizontal.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_relief_blank" + } + }, + "result": { + "id": "mineralogy:tuff_relief_horizontal", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_i.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_i.json new file mode 100644 index 000000000..d3188910d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_i.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + " x ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_relief_blank" + } + }, + "result": { + "id": "mineralogy:tuff_relief_i", + "count": 7 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_left.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_left.json new file mode 100644 index 000000000..fc118a368 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + " x ", + " x" + ], + "key": { + "x": { + "item": "mineralogy:tuff_relief_blank" + } + }, + "result": { + "id": "mineralogy:tuff_relief_left", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_pickaxe.json new file mode 100644 index 000000000..701201c95 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_pickaxe.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "minecraft:stone_pickaxe" + } + ], + "result": { + "id": "mineralogy:tuff_relief_pickaxe", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_plus.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_plus.json new file mode 100644 index 000000000..04eeffa55 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_plus.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + " x ", + "xxx", + " x " + ], + "key": { + "x": { + "item": "mineralogy:tuff_relief_blank" + } + }, + "result": { + "id": "mineralogy:tuff_relief_plus", + "count": 5 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_right.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_right.json new file mode 100644 index 000000000..18ad69740 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_relief_left" + }, + { + "item": "mineralogy:tuff_relief_left" + } + ], + "result": { + "id": "mineralogy:tuff_relief_right", + "count": 2 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_sword.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_sword.json new file mode 100644 index 000000000..c611293a8 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_sword.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "mineralogy:tuff_relief_blank" + }, + { + "item": "minecraft:stone_sword" + } + ], + "result": { + "id": "mineralogy:tuff_relief_sword", + "count": 8 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_relief_vertical.json b/src/main/resources/data/mineralogy/recipe/tuff_relief_vertical.json new file mode 100644 index 000000000..5597aa989 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_relief_vertical.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x", + "x", + "x" + ], + "key": { + "x": { + "item": "mineralogy:tuff_relief_blank" + } + }, + "result": { + "id": "mineralogy:tuff_relief_vertical", + "count": 3 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_slab.json b/src/main/resources/data/mineralogy/recipe/tuff_slab.json new file mode 100644 index 000000000..25d585400 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:tuff" + } + }, + "result": { + "id": "mineralogy:tuff_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipe/tuff_slab_from_vanilla.json new file mode 100644 index 000000000..cad7ec81c --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_slab_from_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:tuff_slab" + } + ], + "result": { + "id": "mineralogy:tuff_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipe/tuff_slab_to_vanilla.json new file mode 100644 index 000000000..80b81c2d2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_slab_to_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_slab" + } + ], + "result": { + "id": "minecraft:tuff_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_smooth.json b/src/main/resources/data/mineralogy/recipe/tuff_smooth.json new file mode 100644 index 000000000..aa339ad80 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_smooth.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff" + }, + { + "item": "minecraft:sand" + } + ], + "result": { + "id": "mineralogy:tuff_smooth", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick.json b/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick.json new file mode 100644 index 000000000..a44a10184 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xx", + "xx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_smooth" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_brick", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_furnace.json new file mode 100644 index 000000000..c40501f82 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/tuff/smooth_brick" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_brick_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_slab.json new file mode 100644 index 000000000..c7c115548 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_smooth_brick" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_brick_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_stairs.json new file mode 100644 index 000000000..ee69ae01d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/tuff/smooth_brick" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_brick_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_wall.json new file mode 100644 index 000000000..73e277d6b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_smooth_brick_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:stones/tuff/smooth_brick" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_brick_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_smooth_furnace.json b/src/main/resources/data/mineralogy/recipe/tuff_smooth_furnace.json new file mode 100644 index 000000000..8dfc88b48 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_smooth_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "xxx", + "xyx", + "xxx" + ], + "key": { + "x": { + "tag": "mineralogy:slabs/tuff/smooth" + }, + "y": { + "item": "minecraft:furnace" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_furnace", + "count": 1 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_smooth_slab.json b/src/main/resources/data/mineralogy/recipe/tuff_smooth_slab.json new file mode 100644 index 000000000..209a9b854 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_smooth_slab.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_smooth" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_slab", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipe/tuff_smooth_slab_from_vanilla.json new file mode 100644 index 000000000..bf3869347 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_smooth_slab_from_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:polished_tuff_slab" + } + ], + "result": { + "id": "mineralogy:tuff_smooth_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipe/tuff_smooth_slab_to_vanilla.json new file mode 100644 index 000000000..2c3567151 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_smooth_slab_to_vanilla.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "mineralogy:tuff_smooth_slab" + } + ], + "result": { + "id": "minecraft:polished_tuff_slab", + "count": 1 + } +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_smooth_stairs.json b/src/main/resources/data/mineralogy/recipe/tuff_smooth_stairs.json new file mode 100644 index 000000000..0e3b2486d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_smooth_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_smooth" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_smooth_wall.json b/src/main/resources/data/mineralogy/recipe/tuff_smooth_wall.json new file mode 100644 index 000000000..ae4662f16 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_smooth_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:tuff_smooth" + } + }, + "result": { + "id": "mineralogy:tuff_smooth_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_stairs.json b/src/main/resources/data/mineralogy/recipe/tuff_stairs.json new file mode 100644 index 000000000..ab35973b2 --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "x ", + "xx ", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:tuff" + } + }, + "result": { + "id": "mineralogy:tuff_stairs", + "count": 4 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_to_stone.json b/src/main/resources/data/mineralogy/recipe/tuff_to_stone.json new file mode 100644 index 000000000..82a6e007b --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_to_stone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smelting", + "category": "blocks", + "ingredient": { + "item": "mineralogy:tuff" + }, + "result": { + "id": "minecraft:stone" + }, + "experience": 0.1, + "cookingtime": 200 +} diff --git a/src/main/resources/data/mineralogy/recipe/tuff_wall.json b/src/main/resources/data/mineralogy/recipe/tuff_wall.json new file mode 100644 index 000000000..93664171d --- /dev/null +++ b/src/main/resources/data/mineralogy/recipe/tuff_wall.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "pattern": [ + "xxx", + "xxx" + ], + "key": { + "x": { + "item": "mineralogy:tuff" + } + }, + "result": { + "id": "mineralogy:tuff_wall", + "count": 6 + }, + "show_notification": true +} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_brick.json b/src/main/resources/data/mineralogy/recipes/amphibolite_brick.json deleted file mode 100644 index 809bc3f08..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/amphibolite" - } - }, - "result": { - "id": "mineralogy:amphibolite_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/amphibolite_brick_block_polishing.json deleted file mode 100644 index 193c18578..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:amphibolite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/amphibolite_brick_furnace.json deleted file mode 100644 index 45ebd8907..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/amphibolite/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:amphibolite_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_slab.json b/src/main/resources/data/mineralogy/recipes/amphibolite_brick_slab.json deleted file mode 100644 index cd0952916..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_brick" - } - }, - "result": { - "id": "mineralogy:amphibolite_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/amphibolite_brick_slab_polishing.json deleted file mode 100644 index 14d4b160b..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:amphibolite_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/amphibolite_brick_slab_recombination.json deleted file mode 100644 index 69092d9ec..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_brick_slab" - }, - { - "item": "mineralogy:amphibolite_brick_slab" - } - ], - "result": { - "id": "mineralogy:amphibolite_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/amphibolite_brick_stairs.json deleted file mode 100644 index 4fade17ea..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/amphibolite/brick" - } - }, - "result": { - "id": "mineralogy:amphibolite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/amphibolite_brick_stairs_polishing.json deleted file mode 100644 index b96cc4194..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:amphibolite_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_wall.json b/src/main/resources/data/mineralogy/recipes/amphibolite_brick_wall.json deleted file mode 100644 index b79cfe8b5..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/amphibolite/brick" - } - }, - "result": { - "id": "mineralogy:amphibolite_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/amphibolite_brick_wall_polishing.json deleted file mode 100644 index a609bd4e5..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:amphibolite_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_cobblestone.json b/src/main/resources/data/mineralogy/recipes/amphibolite_cobblestone.json deleted file mode 100644 index 6f0cffe4b..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/amphibolite" - }, - { - "tag": "mineralogy:stones/amphibolite" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_furnace.json b/src/main/resources/data/mineralogy/recipes/amphibolite_furnace.json deleted file mode 100644 index 9828f3a6a..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/amphibolite" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:amphibolite_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/amphibolite_polished_brick_slab_recombination.json deleted file mode 100644 index 509cf49fd..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_smooth_brick_slab" - }, - { - "item": "mineralogy:amphibolite_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:amphibolite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/amphibolite_polished_slab_recombination.json deleted file mode 100644 index 861069cdd..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_smooth_slab" - }, - { - "item": "mineralogy:amphibolite_smooth_slab" - } - ], - "result": { - "id": "mineralogy:amphibolite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/amphibolite_polished_slabs_to_brick.json deleted file mode 100644 index 2fa1a7e46..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_smooth_slab" - } - }, - "result": { - "id": "mineralogy:amphibolite_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/amphibolite_polished_stairs_to_brick.json deleted file mode 100644 index 49e047be0..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:amphibolite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/amphibolite_polished_walls_to_brick.json deleted file mode 100644 index e8b99d6c5..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_smooth_wall" - } - }, - "result": { - "id": "mineralogy:amphibolite_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/amphibolite_raw_slab_polishing.json deleted file mode 100644 index 56cb0ff99..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:amphibolite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/amphibolite_raw_slab_recombination.json deleted file mode 100644 index 331a03e1d..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_slab" - }, - { - "item": "mineralogy:amphibolite_slab" - } - ], - "result": { - "id": "mineralogy:amphibolite", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/amphibolite_raw_slabs_to_brick.json deleted file mode 100644 index 6e090a33d..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_slab" - } - }, - "result": { - "id": "mineralogy:amphibolite_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/amphibolite_raw_stairs_polishing.json deleted file mode 100644 index a5af2487f..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:amphibolite_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/amphibolite_raw_stairs_to_brick.json deleted file mode 100644 index b8a3c7255..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_stairs" - } - }, - "result": { - "id": "mineralogy:amphibolite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/amphibolite_raw_wall_polishing.json deleted file mode 100644 index 529b8bd1d..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:amphibolite_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/amphibolite_raw_walls_to_brick.json deleted file mode 100644 index 760425b63..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_wall" - } - }, - "result": { - "id": "mineralogy:amphibolite_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_axe.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_axe.json deleted file mode 100644 index 6e549a9d5..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:amphibolite_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_blank.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_blank.json deleted file mode 100644 index fe1503b42..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_smooth" - } - }, - "result": { - "id": "mineralogy:amphibolite_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_cross.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_cross.json deleted file mode 100644 index e2fac1094..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:amphibolite_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_hammer.json deleted file mode 100644 index 20067fab4..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:amphibolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:amphibolite_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_hoe.json deleted file mode 100644 index f61e75dee..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:amphibolite_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_horizontal.json deleted file mode 100644 index f94a394f3..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:amphibolite_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_i.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_i.json deleted file mode 100644 index 839d06fd1..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:amphibolite_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_left.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_left.json deleted file mode 100644 index 7adf22f23..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:amphibolite_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_pickaxe.json deleted file mode 100644 index 8a0e132e4..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:amphibolite_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_plus.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_plus.json deleted file mode 100644 index 02289fffe..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:amphibolite_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_right.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_right.json deleted file mode 100644 index 585d126da..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_relief_left" - }, - { - "item": "mineralogy:amphibolite_relief_left" - } - ], - "result": { - "id": "mineralogy:amphibolite_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_sword.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_sword.json deleted file mode 100644 index be03d9591..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "mineralogy:amphibolite_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:amphibolite_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/amphibolite_relief_vertical.json deleted file mode 100644 index 37ea8df97..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:amphibolite_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_slab.json b/src/main/resources/data/mineralogy/recipes/amphibolite_slab.json deleted file mode 100644 index 98da0a3e1..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite" - } - }, - "result": { - "id": "mineralogy:amphibolite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth.json b/src/main/resources/data/mineralogy/recipes/amphibolite_smooth.json deleted file mode 100644 index 2e9c6dbdd..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/amphibolite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:amphibolite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick.json deleted file mode 100644 index 0fd601a07..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/amphibolite/smooth" - } - }, - "result": { - "id": "mineralogy:amphibolite_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_furnace.json deleted file mode 100644 index 43354e55e..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/amphibolite/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:amphibolite_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_slab.json deleted file mode 100644 index da73c06c2..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_smooth_brick" - } - }, - "result": { - "id": "mineralogy:amphibolite_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_stairs.json deleted file mode 100644 index 5155927b3..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/amphibolite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:amphibolite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_wall.json deleted file mode 100644 index ba589276d..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/amphibolite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:amphibolite_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_furnace.json deleted file mode 100644 index 52e5961fa..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/amphibolite/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:amphibolite_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_slab.json deleted file mode 100644 index 205aa6019..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:amphibolite_smooth" - } - }, - "result": { - "id": "mineralogy:amphibolite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_stairs.json deleted file mode 100644 index ac4982129..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/amphibolite/smooth" - } - }, - "result": { - "id": "mineralogy:amphibolite_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_wall.json deleted file mode 100644 index 2b9b5a244..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/amphibolite/smooth" - } - }, - "result": { - "id": "mineralogy:amphibolite_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_stairs.json b/src/main/resources/data/mineralogy/recipes/amphibolite_stairs.json deleted file mode 100644 index adc7ff39f..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/amphibolite" - } - }, - "result": { - "id": "mineralogy:amphibolite_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_to_stone.json b/src/main/resources/data/mineralogy/recipes/amphibolite_to_stone.json deleted file mode 100644 index a23e3c6d6..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:amphibolite" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/amphibolite_wall.json b/src/main/resources/data/mineralogy/recipes/amphibolite_wall.json deleted file mode 100644 index db64f8de7..000000000 --- a/src/main/resources/data/mineralogy/recipes/amphibolite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/amphibolite" - } - }, - "result": { - "id": "mineralogy:amphibolite_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_brick.json b/src/main/resources/data/mineralogy/recipes/andesite_brick.json deleted file mode 100644 index c7648e469..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/andesite" - } - }, - "result": { - "id": "mineralogy:andesite_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/andesite_brick_block_polishing.json deleted file mode 100644 index 40b6b5fce..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:andesite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/andesite_brick_furnace.json deleted file mode 100644 index 7132bf66a..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/andesite/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:andesite_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_brick_slab.json b/src/main/resources/data/mineralogy/recipes/andesite_brick_slab.json deleted file mode 100644 index 28eef41ed..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:andesite_brick" - } - }, - "result": { - "id": "mineralogy:andesite_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/andesite_brick_slab_polishing.json deleted file mode 100644 index 55a7f890d..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:andesite_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/andesite_brick_slab_recombination.json deleted file mode 100644 index f304b185f..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_brick_slab" - }, - { - "item": "mineralogy:andesite_brick_slab" - } - ], - "result": { - "id": "mineralogy:andesite_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/andesite_brick_stairs.json deleted file mode 100644 index a8b31d743..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/andesite/brick" - } - }, - "result": { - "id": "mineralogy:andesite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/andesite_brick_stairs_polishing.json deleted file mode 100644 index aaad851b9..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:andesite_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_brick_wall.json b/src/main/resources/data/mineralogy/recipes/andesite_brick_wall.json deleted file mode 100644 index a2e1eb9b5..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/andesite/brick" - } - }, - "result": { - "id": "mineralogy:andesite_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/andesite_brick_wall_polishing.json deleted file mode 100644 index 7e9f097fe..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:andesite_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_cobblestone.json b/src/main/resources/data/mineralogy/recipes/andesite_cobblestone.json deleted file mode 100644 index 9de1d165c..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/andesite" - }, - { - "tag": "mineralogy:stones/andesite" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_furnace.json b/src/main/resources/data/mineralogy/recipes/andesite_furnace.json deleted file mode 100644 index e65432018..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/andesite" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:andesite_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/andesite_polished_brick_slab_recombination.json deleted file mode 100644 index e0fb15081..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_smooth_brick_slab" - }, - { - "item": "mineralogy:andesite_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:andesite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/andesite_polished_slab_recombination.json deleted file mode 100644 index 5595bd452..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_smooth_slab" - }, - { - "item": "mineralogy:andesite_smooth_slab" - } - ], - "result": { - "id": "mineralogy:andesite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/andesite_polished_slabs_to_brick.json deleted file mode 100644 index 0ca0a5323..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:andesite_smooth_slab" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/andesite_polished_stairs_to_brick.json deleted file mode 100644 index b0d1ab119..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:andesite_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/andesite_polished_walls_to_brick.json deleted file mode 100644 index 0349f0f63..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:andesite_smooth_wall" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/andesite_raw_slab_polishing.json deleted file mode 100644 index 2ced63f2f..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:andesite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/andesite_raw_slab_recombination.json deleted file mode 100644 index 7bff8a3ae..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_slab" - }, - { - "item": "mineralogy:andesite_slab" - } - ], - "result": { - "id": "mineralogy:andesite", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/andesite_raw_slabs_to_brick.json deleted file mode 100644 index 7743a40ef..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:andesite_slab" - } - }, - "result": { - "id": "mineralogy:andesite_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/andesite_raw_stairs_polishing.json deleted file mode 100644 index f89a450f9..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:andesite_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/andesite_raw_stairs_to_brick.json deleted file mode 100644 index e3f6dd4a8..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:andesite_stairs" - } - }, - "result": { - "id": "mineralogy:andesite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/andesite_raw_wall_polishing.json deleted file mode 100644 index e2a08bdd0..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:andesite_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/andesite_raw_walls_to_brick.json deleted file mode 100644 index 8b7c2036d..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:andesite_wall" - } - }, - "result": { - "id": "mineralogy:andesite_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_axe.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_axe.json deleted file mode 100644 index d46af9161..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:andesite_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_blank.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_blank.json deleted file mode 100644 index e90423d98..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/andesite/smooth" - } - }, - "result": { - "id": "mineralogy:andesite_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_cross.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_cross.json deleted file mode 100644 index 3dc441bb2..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:andesite_relief_blank" - } - }, - "result": { - "id": "mineralogy:andesite_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_hammer.json deleted file mode 100644 index 93748e87f..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:andesite_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:andesite_relief_blank" - } - }, - "result": { - "id": "mineralogy:andesite_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_hoe.json deleted file mode 100644 index bde0e3c66..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:andesite_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_horizontal.json deleted file mode 100644 index 9d0ad4a26..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:andesite_relief_blank" - } - }, - "result": { - "id": "mineralogy:andesite_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_i.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_i.json deleted file mode 100644 index 04e0fc944..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:andesite_relief_blank" - } - }, - "result": { - "id": "mineralogy:andesite_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_left.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_left.json deleted file mode 100644 index 94307ae01..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:andesite_relief_blank" - } - }, - "result": { - "id": "mineralogy:andesite_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_pickaxe.json deleted file mode 100644 index b2107630c..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:andesite_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_plus.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_plus.json deleted file mode 100644 index df53374c3..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:andesite_relief_blank" - } - }, - "result": { - "id": "mineralogy:andesite_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_right.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_right.json deleted file mode 100644 index 9fc06332d..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_relief_left" - }, - { - "item": "mineralogy:andesite_relief_left" - } - ], - "result": { - "id": "mineralogy:andesite_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_sword.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_sword.json deleted file mode 100644 index 63645bded..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "mineralogy:andesite_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:andesite_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/andesite_relief_vertical.json deleted file mode 100644 index 7924871e5..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:andesite_relief_blank" - } - }, - "result": { - "id": "mineralogy:andesite_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_slab.json b/src/main/resources/data/mineralogy/recipes/andesite_slab.json deleted file mode 100644 index dea8a4851..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:andesite" - } - }, - "result": { - "id": "mineralogy:andesite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipes/andesite_slab_from_vanilla.json deleted file mode 100644 index 041033021..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_slab_from_vanilla.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:andesite_slab" - } - ], - "result": { - "id": "mineralogy:andesite_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipes/andesite_slab_to_vanilla.json deleted file mode 100644 index 83adc3226..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_slab_to_vanilla.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_slab" - } - ], - "result": { - "id": "minecraft:andesite_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_smooth.json b/src/main/resources/data/mineralogy/recipes/andesite_smooth.json deleted file mode 100644 index 43755822d..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:andesite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick.json deleted file mode 100644 index 5d27f7d2f..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/andesite/smooth" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_furnace.json deleted file mode 100644 index bd75e9c67..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/andesite/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_slab.json deleted file mode 100644 index cad48016d..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:andesite_smooth_brick" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_stairs.json deleted file mode 100644 index af398c14f..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/andesite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_wall.json deleted file mode 100644 index feba3a629..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/andesite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/andesite_smooth_furnace.json deleted file mode 100644 index e964ee702..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/andesite/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/andesite_smooth_slab.json deleted file mode 100644 index 4b38ad537..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:andesite_smooth" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipes/andesite_smooth_slab_from_vanilla.json deleted file mode 100644 index 7582dca54..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_smooth_slab_from_vanilla.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:polished_andesite_slab" - } - ], - "result": { - "id": "mineralogy:andesite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipes/andesite_smooth_slab_to_vanilla.json deleted file mode 100644 index b7f7e43f3..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_smooth_slab_to_vanilla.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:andesite_smooth_slab" - } - ], - "result": { - "id": "minecraft:polished_andesite_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/andesite_smooth_stairs.json deleted file mode 100644 index 6841cf32e..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:andesite_smooth" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/andesite_smooth_wall.json deleted file mode 100644 index 656d2edd5..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/andesite/smooth" - } - }, - "result": { - "id": "mineralogy:andesite_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_stairs.json b/src/main/resources/data/mineralogy/recipes/andesite_stairs.json deleted file mode 100644 index 4f6a70b4f..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:andesite" - } - }, - "result": { - "id": "mineralogy:andesite_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_to_stone.json b/src/main/resources/data/mineralogy/recipes/andesite_to_stone.json deleted file mode 100644 index 1aa6bcb66..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:andesite" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/andesite_wall.json b/src/main/resources/data/mineralogy/recipes/andesite_wall.json deleted file mode 100644 index e1fa2e712..000000000 --- a/src/main/resources/data/mineralogy/recipes/andesite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:andesite" - } - }, - "result": { - "id": "mineralogy:andesite_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_brick.json b/src/main/resources/data/mineralogy/recipes/basalt_brick.json deleted file mode 100644 index eb0b811f7..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt" - } - }, - "result": { - "id": "mineralogy:basalt_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/basalt_brick_block_polishing.json deleted file mode 100644 index eb8bce9a6..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basalt_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/basalt_brick_furnace.json deleted file mode 100644 index 1bfa11289..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/basalt/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:basalt_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_brick_slab.json b/src/main/resources/data/mineralogy/recipes/basalt_brick_slab.json deleted file mode 100644 index 0331585b1..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:basalt_brick" - } - }, - "result": { - "id": "mineralogy:basalt_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/basalt_brick_slab_polishing.json deleted file mode 100644 index 11b0db4b2..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basalt_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/basalt_brick_slab_recombination.json deleted file mode 100644 index 50e5c5b54..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_brick_slab" - }, - { - "item": "mineralogy:basalt_brick_slab" - } - ], - "result": { - "id": "mineralogy:basalt_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/basalt_brick_stairs.json deleted file mode 100644 index c6cda1044..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt/brick" - } - }, - "result": { - "id": "mineralogy:basalt_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/basalt_brick_stairs_polishing.json deleted file mode 100644 index 7ae0df0d2..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basalt_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_brick_wall.json b/src/main/resources/data/mineralogy/recipes/basalt_brick_wall.json deleted file mode 100644 index d7d0343c4..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt/brick" - } - }, - "result": { - "id": "mineralogy:basalt_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/basalt_brick_wall_polishing.json deleted file mode 100644 index a8d69d077..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basalt_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_cobblestone.json b/src/main/resources/data/mineralogy/recipes/basalt_cobblestone.json deleted file mode 100644 index 5037a02a6..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/basalt" - }, - { - "tag": "mineralogy:stones/basalt" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_furnace.json b/src/main/resources/data/mineralogy/recipes/basalt_furnace.json deleted file mode 100644 index 470536999..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/basalt" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:basalt_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/basalt_polished_brick_slab_recombination.json deleted file mode 100644 index f5ab8d8e8..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_smooth_brick_slab" - }, - { - "item": "mineralogy:basalt_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:basalt_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/basalt_polished_slab_recombination.json deleted file mode 100644 index 2ccf4dbab..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_smooth_slab" - }, - { - "item": "mineralogy:basalt_smooth_slab" - } - ], - "result": { - "id": "mineralogy:basalt_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/basalt_polished_slabs_to_brick.json deleted file mode 100644 index 0a4a4eabe..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:basalt_smooth_slab" - } - }, - "result": { - "id": "mineralogy:basalt_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/basalt_polished_stairs_to_brick.json deleted file mode 100644 index d414d1acf..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:basalt_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:basalt_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/basalt_polished_walls_to_brick.json deleted file mode 100644 index 7e56f9436..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:basalt_smooth_wall" - } - }, - "result": { - "id": "mineralogy:basalt_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/basalt_raw_slab_polishing.json deleted file mode 100644 index 910094919..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basalt_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/basalt_raw_slab_recombination.json deleted file mode 100644 index b0deb0a92..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_slab" - }, - { - "item": "mineralogy:basalt_slab" - } - ], - "result": { - "id": "mineralogy:basalt", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/basalt_raw_slabs_to_brick.json deleted file mode 100644 index e116b0774..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:basalt_slab" - } - }, - "result": { - "id": "mineralogy:basalt_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/basalt_raw_stairs_polishing.json deleted file mode 100644 index 5cba2ac6a..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basalt_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/basalt_raw_stairs_to_brick.json deleted file mode 100644 index 36cc871c9..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:basalt_stairs" - } - }, - "result": { - "id": "mineralogy:basalt_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/basalt_raw_wall_polishing.json deleted file mode 100644 index 7d51b6e5c..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basalt_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/basalt_raw_walls_to_brick.json deleted file mode 100644 index a003cb539..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:basalt_wall" - } - }, - "result": { - "id": "mineralogy:basalt_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_axe.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_axe.json deleted file mode 100644 index 19d1f5a86..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:basalt_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_blank.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_blank.json deleted file mode 100644 index 8853da66e..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt/smooth" - } - }, - "result": { - "id": "mineralogy:basalt_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_cross.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_cross.json deleted file mode 100644 index d7b0319cf..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:basalt_relief_blank" - } - }, - "result": { - "id": "mineralogy:basalt_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_hammer.json deleted file mode 100644 index 6fcf698f0..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:basalt_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:basalt_relief_blank" - } - }, - "result": { - "id": "mineralogy:basalt_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_hoe.json deleted file mode 100644 index a57174d3b..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:basalt_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_horizontal.json deleted file mode 100644 index e0943f750..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:basalt_relief_blank" - } - }, - "result": { - "id": "mineralogy:basalt_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_i.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_i.json deleted file mode 100644 index d7e4ec9d2..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:basalt_relief_blank" - } - }, - "result": { - "id": "mineralogy:basalt_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_left.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_left.json deleted file mode 100644 index a43e1b7be..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:basalt_relief_blank" - } - }, - "result": { - "id": "mineralogy:basalt_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_pickaxe.json deleted file mode 100644 index b65943add..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:basalt_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_plus.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_plus.json deleted file mode 100644 index 4809c5cfb..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:basalt_relief_blank" - } - }, - "result": { - "id": "mineralogy:basalt_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_right.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_right.json deleted file mode 100644 index aefdd8ce1..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_relief_left" - }, - { - "item": "mineralogy:basalt_relief_left" - } - ], - "result": { - "id": "mineralogy:basalt_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_sword.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_sword.json deleted file mode 100644 index ac8aafd03..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "mineralogy:basalt_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:basalt_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/basalt_relief_vertical.json deleted file mode 100644 index dae4780f7..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:basalt_relief_blank" - } - }, - "result": { - "id": "mineralogy:basalt_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_slab.json b/src/main/resources/data/mineralogy/recipes/basalt_slab.json deleted file mode 100644 index ede69a915..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt" - } - }, - "result": { - "id": "mineralogy:basalt_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_smooth.json b/src/main/resources/data/mineralogy/recipes/basalt_smooth.json deleted file mode 100644 index 409001bd8..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basalt" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:basalt_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick.json deleted file mode 100644 index db27c35f0..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt/smooth" - } - }, - "result": { - "id": "mineralogy:basalt_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_furnace.json deleted file mode 100644 index 623880516..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/basalt/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:basalt_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_slab.json deleted file mode 100644 index fa4f4b638..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:basalt_smooth_brick" - } - }, - "result": { - "id": "mineralogy:basalt_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_stairs.json deleted file mode 100644 index 97acbb196..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt/smooth_brick" - } - }, - "result": { - "id": "mineralogy:basalt_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_wall.json deleted file mode 100644 index e6a31364f..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt/smooth_brick" - } - }, - "result": { - "id": "mineralogy:basalt_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/basalt_smooth_furnace.json deleted file mode 100644 index 044bcbb5a..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/basalt/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:basalt_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/basalt_smooth_slab.json deleted file mode 100644 index b2154d4a6..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt/smooth" - } - }, - "result": { - "id": "mineralogy:basalt_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/basalt_smooth_stairs.json deleted file mode 100644 index 0f68b2829..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt/smooth" - } - }, - "result": { - "id": "mineralogy:basalt_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/basalt_smooth_wall.json deleted file mode 100644 index 635dcc198..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt/smooth" - } - }, - "result": { - "id": "mineralogy:basalt_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_stairs.json b/src/main/resources/data/mineralogy/recipes/basalt_stairs.json deleted file mode 100644 index 6de9d5eae..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt" - } - }, - "result": { - "id": "mineralogy:basalt_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_to_stone.json b/src/main/resources/data/mineralogy/recipes/basalt_to_stone.json deleted file mode 100644 index 77e74c0b2..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:basalt" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/basalt_wall.json b/src/main/resources/data/mineralogy/recipes/basalt_wall.json deleted file mode 100644 index f8e5327a0..000000000 --- a/src/main/resources/data/mineralogy/recipes/basalt_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basalt" - } - }, - "result": { - "id": "mineralogy:basalt_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick.json deleted file mode 100644 index d5cb64d39..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basaltic_glass" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_block_polishing.json deleted file mode 100644 index d4791bdd9..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_furnace.json deleted file mode 100644 index e27f4bf09..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/basaltic_glass/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_slab.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_slab.json deleted file mode 100644 index 0fd5e3b4e..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_brick" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_slab_polishing.json deleted file mode 100644 index a5d429975..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_slab_recombination.json deleted file mode 100644 index 1c8ac377b..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_brick_slab" - }, - { - "item": "mineralogy:basaltic_glass_brick_slab" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_stairs.json deleted file mode 100644 index 5424b9f9e..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basaltic_glass/brick" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_stairs_polishing.json deleted file mode 100644 index 652d75b8d..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_wall.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_wall.json deleted file mode 100644 index 9c59cf92e..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basaltic_glass/brick" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_wall_polishing.json deleted file mode 100644 index 3e5c83d8a..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_cobblestone.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_cobblestone.json deleted file mode 100644 index d2a2db980..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/basaltic_glass" - }, - { - "tag": "mineralogy:stones/basaltic_glass" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_furnace.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_furnace.json deleted file mode 100644 index 8e0e37fd9..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/basaltic_glass" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_brick_slab_recombination.json deleted file mode 100644 index b6088e5ec..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_smooth_brick_slab" - }, - { - "item": "mineralogy:basaltic_glass_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_slab_recombination.json deleted file mode 100644 index a38035893..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_smooth_slab" - }, - { - "item": "mineralogy:basaltic_glass_smooth_slab" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_slabs_to_brick.json deleted file mode 100644 index 1f9f88e8f..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_smooth_slab" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_stairs_to_brick.json deleted file mode 100644 index 44bb44235..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_walls_to_brick.json deleted file mode 100644 index f1065eca4..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_smooth_wall" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_slab_polishing.json deleted file mode 100644 index 15dbc8b7e..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_slab_recombination.json deleted file mode 100644 index 55541da56..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_slab" - }, - { - "item": "mineralogy:basaltic_glass_slab" - } - ], - "result": { - "id": "mineralogy:basaltic_glass", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_slabs_to_brick.json deleted file mode 100644 index 446f798e9..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_slab" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_stairs_polishing.json deleted file mode 100644 index 61f3eeb16..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_stairs_to_brick.json deleted file mode 100644 index 02506556f..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_stairs" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_wall_polishing.json deleted file mode 100644 index 76fdf384f..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_walls_to_brick.json deleted file mode 100644 index e7268007b..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_wall" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_axe.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_axe.json deleted file mode 100644 index 27e9c51b2..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_blank.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_blank.json deleted file mode 100644 index 9c699ae50..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_smooth" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_cross.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_cross.json deleted file mode 100644 index 61dde01f3..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_relief_blank" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_hammer.json deleted file mode 100644 index 21733facb..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:basaltic_glass_relief_blank" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_hoe.json deleted file mode 100644 index c8a9582a4..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_horizontal.json deleted file mode 100644 index f4873f85e..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_relief_blank" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_i.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_i.json deleted file mode 100644 index feb1b05a9..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_relief_blank" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_left.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_left.json deleted file mode 100644 index 17ad644e1..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_relief_blank" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_pickaxe.json deleted file mode 100644 index 32a27e5a7..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_plus.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_plus.json deleted file mode 100644 index 81084e18f..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_relief_blank" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_right.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_right.json deleted file mode 100644 index d168e1241..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_relief_left" - }, - { - "item": "mineralogy:basaltic_glass_relief_left" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_sword.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_sword.json deleted file mode 100644 index b847b3ef1..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "mineralogy:basaltic_glass_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_vertical.json deleted file mode 100644 index 5533a5afa..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_relief_blank" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_slab.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_slab.json deleted file mode 100644 index 9f5de241a..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth.json deleted file mode 100644 index 732ac9173..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/basaltic_glass" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:basaltic_glass_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick.json deleted file mode 100644 index 7c15cdfc6..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basaltic_glass/smooth" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_furnace.json deleted file mode 100644 index 551973f2b..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/basaltic_glass/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_slab.json deleted file mode 100644 index da7e615fd..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_smooth_brick" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_stairs.json deleted file mode 100644 index ea0dda432..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basaltic_glass/smooth_brick" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_wall.json deleted file mode 100644 index 345008423..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basaltic_glass/smooth_brick" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_furnace.json deleted file mode 100644 index ba4f45bf7..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/basaltic_glass/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_slab.json deleted file mode 100644 index f80b35532..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:basaltic_glass_smooth" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_stairs.json deleted file mode 100644 index 12e8cb22b..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basaltic_glass/smooth" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_wall.json deleted file mode 100644 index 310127b9c..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basaltic_glass/smooth" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_stairs.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_stairs.json deleted file mode 100644 index c6e0dbe3d..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basaltic_glass" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_to_stone.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_to_stone.json deleted file mode 100644 index 3aac47971..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:basaltic_glass" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/basaltic_glass_wall.json b/src/main/resources/data/mineralogy/recipes/basaltic_glass_wall.json deleted file mode 100644 index 1affd0b38..000000000 --- a/src/main/resources/data/mineralogy/recipes/basaltic_glass_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/basaltic_glass" - } - }, - "result": { - "id": "mineralogy:basaltic_glass_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/chalk.json b/src/main/resources/data/mineralogy/recipes/chalk.json deleted file mode 100644 index b8b6647fb..000000000 --- a/src/main/resources/data/mineralogy/recipes/chalk.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "c:dusts/chalk" - } - }, - "result": { - "id": "mineralogy:chalk", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/chalk_dust.json b/src/main/resources/data/mineralogy/recipes/chalk_dust.json deleted file mode 100644 index 3ffbd199b..000000000 --- a/src/main/resources/data/mineralogy/recipes/chalk_dust.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "c:storage_blocks/chalk" - } - ], - "result": { - "id": "mineralogy:chalk_dust", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/cobblestone.json b/src/main/resources/data/mineralogy/recipes/cobblestone.json deleted file mode 100644 index f5eef1a19..000000000 --- a/src/main/resources/data/mineralogy/recipes/cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:stone" - }, - { - "item": "minecraft:stone" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_brick.json b/src/main/resources/data/mineralogy/recipes/conglomerate_brick.json deleted file mode 100644 index cbabd24d8..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/conglomerate" - } - }, - "result": { - "id": "mineralogy:conglomerate_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/conglomerate_brick_block_polishing.json deleted file mode 100644 index 715cbf5ea..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:conglomerate_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/conglomerate_brick_furnace.json deleted file mode 100644 index 752ee7ceb..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/conglomerate/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:conglomerate_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_slab.json b/src/main/resources/data/mineralogy/recipes/conglomerate_brick_slab.json deleted file mode 100644 index 13ec31397..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_brick" - } - }, - "result": { - "id": "mineralogy:conglomerate_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/conglomerate_brick_slab_polishing.json deleted file mode 100644 index 5d11e2caf..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:conglomerate_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/conglomerate_brick_slab_recombination.json deleted file mode 100644 index 4067cd4ec..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_brick_slab" - }, - { - "item": "mineralogy:conglomerate_brick_slab" - } - ], - "result": { - "id": "mineralogy:conglomerate_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/conglomerate_brick_stairs.json deleted file mode 100644 index c7b4ffaa2..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/conglomerate/brick" - } - }, - "result": { - "id": "mineralogy:conglomerate_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/conglomerate_brick_stairs_polishing.json deleted file mode 100644 index b51811e04..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:conglomerate_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_wall.json b/src/main/resources/data/mineralogy/recipes/conglomerate_brick_wall.json deleted file mode 100644 index 57144b264..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/conglomerate/brick" - } - }, - "result": { - "id": "mineralogy:conglomerate_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/conglomerate_brick_wall_polishing.json deleted file mode 100644 index d342b9134..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:conglomerate_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_cobblestone.json b/src/main/resources/data/mineralogy/recipes/conglomerate_cobblestone.json deleted file mode 100644 index 27f16c89f..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/conglomerate" - }, - { - "tag": "mineralogy:stones/conglomerate" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_furnace.json b/src/main/resources/data/mineralogy/recipes/conglomerate_furnace.json deleted file mode 100644 index e55256bc7..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/conglomerate" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:conglomerate_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/conglomerate_polished_brick_slab_recombination.json deleted file mode 100644 index 4a703dfe9..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_smooth_brick_slab" - }, - { - "item": "mineralogy:conglomerate_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:conglomerate_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/conglomerate_polished_slab_recombination.json deleted file mode 100644 index d1f63100f..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_smooth_slab" - }, - { - "item": "mineralogy:conglomerate_smooth_slab" - } - ], - "result": { - "id": "mineralogy:conglomerate_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/conglomerate_polished_slabs_to_brick.json deleted file mode 100644 index b49dbec11..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_smooth_slab" - } - }, - "result": { - "id": "mineralogy:conglomerate_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/conglomerate_polished_stairs_to_brick.json deleted file mode 100644 index 7d73b20ae..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:conglomerate_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/conglomerate_polished_walls_to_brick.json deleted file mode 100644 index 6c1033bb4..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_smooth_wall" - } - }, - "result": { - "id": "mineralogy:conglomerate_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/conglomerate_raw_slab_polishing.json deleted file mode 100644 index 8fec9c4f0..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:conglomerate_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/conglomerate_raw_slab_recombination.json deleted file mode 100644 index fc3655570..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_slab" - }, - { - "item": "mineralogy:conglomerate_slab" - } - ], - "result": { - "id": "mineralogy:conglomerate", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/conglomerate_raw_slabs_to_brick.json deleted file mode 100644 index 92c96baab..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_slab" - } - }, - "result": { - "id": "mineralogy:conglomerate_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/conglomerate_raw_stairs_polishing.json deleted file mode 100644 index dde953312..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:conglomerate_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/conglomerate_raw_stairs_to_brick.json deleted file mode 100644 index 4899d7333..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_stairs" - } - }, - "result": { - "id": "mineralogy:conglomerate_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/conglomerate_raw_wall_polishing.json deleted file mode 100644 index 42cf06ad3..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:conglomerate_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/conglomerate_raw_walls_to_brick.json deleted file mode 100644 index 530c60b30..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_wall" - } - }, - "result": { - "id": "mineralogy:conglomerate_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_axe.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_axe.json deleted file mode 100644 index f1955d302..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:conglomerate_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_blank.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_blank.json deleted file mode 100644 index 8da2d8ad0..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_smooth" - } - }, - "result": { - "id": "mineralogy:conglomerate_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_cross.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_cross.json deleted file mode 100644 index 68846bc9a..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_relief_blank" - } - }, - "result": { - "id": "mineralogy:conglomerate_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_hammer.json deleted file mode 100644 index 4a3a9c61e..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:conglomerate_relief_blank" - } - }, - "result": { - "id": "mineralogy:conglomerate_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_hoe.json deleted file mode 100644 index a991fc0d4..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:conglomerate_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_horizontal.json deleted file mode 100644 index 9dee8c3d8..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_relief_blank" - } - }, - "result": { - "id": "mineralogy:conglomerate_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_i.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_i.json deleted file mode 100644 index f7074c657..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_relief_blank" - } - }, - "result": { - "id": "mineralogy:conglomerate_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_left.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_left.json deleted file mode 100644 index dae30627a..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_relief_blank" - } - }, - "result": { - "id": "mineralogy:conglomerate_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_pickaxe.json deleted file mode 100644 index fafdfa349..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:conglomerate_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_plus.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_plus.json deleted file mode 100644 index b0df65160..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_relief_blank" - } - }, - "result": { - "id": "mineralogy:conglomerate_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_right.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_right.json deleted file mode 100644 index c771295c4..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_relief_left" - }, - { - "item": "mineralogy:conglomerate_relief_left" - } - ], - "result": { - "id": "mineralogy:conglomerate_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_sword.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_sword.json deleted file mode 100644 index e61db9b23..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "mineralogy:conglomerate_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:conglomerate_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/conglomerate_relief_vertical.json deleted file mode 100644 index 6f0a25331..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_relief_blank" - } - }, - "result": { - "id": "mineralogy:conglomerate_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_slab.json b/src/main/resources/data/mineralogy/recipes/conglomerate_slab.json deleted file mode 100644 index 64bb205e3..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate" - } - }, - "result": { - "id": "mineralogy:conglomerate_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth.json b/src/main/resources/data/mineralogy/recipes/conglomerate_smooth.json deleted file mode 100644 index 79f4ec259..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/conglomerate" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:conglomerate_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick.json deleted file mode 100644 index a7f5510c2..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/conglomerate/smooth" - } - }, - "result": { - "id": "mineralogy:conglomerate_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_furnace.json deleted file mode 100644 index a89c7d09b..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/conglomerate/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:conglomerate_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_slab.json deleted file mode 100644 index 128442625..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_smooth_brick" - } - }, - "result": { - "id": "mineralogy:conglomerate_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_stairs.json deleted file mode 100644 index 284aae94d..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/conglomerate/smooth_brick" - } - }, - "result": { - "id": "mineralogy:conglomerate_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_wall.json deleted file mode 100644 index 33e04745b..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/conglomerate/smooth_brick" - } - }, - "result": { - "id": "mineralogy:conglomerate_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_furnace.json deleted file mode 100644 index 22df48f4a..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/conglomerate/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:conglomerate_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_slab.json deleted file mode 100644 index 42e642be7..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:conglomerate_smooth" - } - }, - "result": { - "id": "mineralogy:conglomerate_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_stairs.json deleted file mode 100644 index 22f239082..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/conglomerate/smooth" - } - }, - "result": { - "id": "mineralogy:conglomerate_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_wall.json deleted file mode 100644 index cb9cd9572..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/conglomerate/smooth" - } - }, - "result": { - "id": "mineralogy:conglomerate_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_stairs.json b/src/main/resources/data/mineralogy/recipes/conglomerate_stairs.json deleted file mode 100644 index 9a3f50b8f..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/conglomerate" - } - }, - "result": { - "id": "mineralogy:conglomerate_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_to_stone.json b/src/main/resources/data/mineralogy/recipes/conglomerate_to_stone.json deleted file mode 100644 index a97539261..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:conglomerate" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/conglomerate_wall.json b/src/main/resources/data/mineralogy/recipes/conglomerate_wall.json deleted file mode 100644 index 67d514d8b..000000000 --- a/src/main/resources/data/mineralogy/recipes/conglomerate_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/conglomerate" - } - }, - "result": { - "id": "mineralogy:conglomerate_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_brick.json b/src/main/resources/data/mineralogy/recipes/diabase_brick.json deleted file mode 100644 index f7f9d248a..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diabase" - } - }, - "result": { - "id": "mineralogy:diabase_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/diabase_brick_block_polishing.json deleted file mode 100644 index 6f33a2655..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diabase_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/diabase_brick_furnace.json deleted file mode 100644 index e28752948..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/diabase/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:diabase_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_brick_slab.json b/src/main/resources/data/mineralogy/recipes/diabase_brick_slab.json deleted file mode 100644 index 2e5e67909..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diabase_brick" - } - }, - "result": { - "id": "mineralogy:diabase_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/diabase_brick_slab_polishing.json deleted file mode 100644 index af50905b1..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diabase_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/diabase_brick_slab_recombination.json deleted file mode 100644 index 23fd7bc15..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_brick_slab" - }, - { - "item": "mineralogy:diabase_brick_slab" - } - ], - "result": { - "id": "mineralogy:diabase_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/diabase_brick_stairs.json deleted file mode 100644 index c85da878a..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diabase/brick" - } - }, - "result": { - "id": "mineralogy:diabase_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/diabase_brick_stairs_polishing.json deleted file mode 100644 index 4c2a79957..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diabase_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_brick_wall.json b/src/main/resources/data/mineralogy/recipes/diabase_brick_wall.json deleted file mode 100644 index 62207fb18..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diabase/brick" - } - }, - "result": { - "id": "mineralogy:diabase_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/diabase_brick_wall_polishing.json deleted file mode 100644 index b4bcfa369..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diabase_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_cobblestone.json b/src/main/resources/data/mineralogy/recipes/diabase_cobblestone.json deleted file mode 100644 index 2ba64600d..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/diabase" - }, - { - "tag": "mineralogy:stones/diabase" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_furnace.json b/src/main/resources/data/mineralogy/recipes/diabase_furnace.json deleted file mode 100644 index ff7a77d1a..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/diabase" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:diabase_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/diabase_polished_brick_slab_recombination.json deleted file mode 100644 index 104b87b34..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_smooth_brick_slab" - }, - { - "item": "mineralogy:diabase_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:diabase_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/diabase_polished_slab_recombination.json deleted file mode 100644 index 3f8554004..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_smooth_slab" - }, - { - "item": "mineralogy:diabase_smooth_slab" - } - ], - "result": { - "id": "mineralogy:diabase_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/diabase_polished_slabs_to_brick.json deleted file mode 100644 index 285131580..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:diabase_smooth_slab" - } - }, - "result": { - "id": "mineralogy:diabase_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/diabase_polished_stairs_to_brick.json deleted file mode 100644 index 4bb422fe6..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:diabase_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:diabase_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/diabase_polished_walls_to_brick.json deleted file mode 100644 index 285965797..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:diabase_smooth_wall" - } - }, - "result": { - "id": "mineralogy:diabase_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/diabase_raw_slab_polishing.json deleted file mode 100644 index bcf1b47f2..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diabase_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/diabase_raw_slab_recombination.json deleted file mode 100644 index 20d0aa262..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_slab" - }, - { - "item": "mineralogy:diabase_slab" - } - ], - "result": { - "id": "mineralogy:diabase", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/diabase_raw_slabs_to_brick.json deleted file mode 100644 index 9a9ed6ac9..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:diabase_slab" - } - }, - "result": { - "id": "mineralogy:diabase_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/diabase_raw_stairs_polishing.json deleted file mode 100644 index 19e3c76e9..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diabase_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/diabase_raw_stairs_to_brick.json deleted file mode 100644 index be373ea1b..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:diabase_stairs" - } - }, - "result": { - "id": "mineralogy:diabase_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/diabase_raw_wall_polishing.json deleted file mode 100644 index e0cca4521..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diabase_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/diabase_raw_walls_to_brick.json deleted file mode 100644 index e103d5f2e..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:diabase_wall" - } - }, - "result": { - "id": "mineralogy:diabase_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_axe.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_axe.json deleted file mode 100644 index a846cc980..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:diabase_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_blank.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_blank.json deleted file mode 100644 index e390b5b20..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diabase_smooth" - } - }, - "result": { - "id": "mineralogy:diabase_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_cross.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_cross.json deleted file mode 100644 index 5572879f2..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:diabase_relief_blank" - } - }, - "result": { - "id": "mineralogy:diabase_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_hammer.json deleted file mode 100644 index 2c2c2e7ef..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:diabase_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:diabase_relief_blank" - } - }, - "result": { - "id": "mineralogy:diabase_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_hoe.json deleted file mode 100644 index 6fdd3f53e..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:diabase_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_horizontal.json deleted file mode 100644 index 4c2c56ffc..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diabase_relief_blank" - } - }, - "result": { - "id": "mineralogy:diabase_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_i.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_i.json deleted file mode 100644 index 57a9d34dc..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diabase_relief_blank" - } - }, - "result": { - "id": "mineralogy:diabase_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_left.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_left.json deleted file mode 100644 index cde086a27..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:diabase_relief_blank" - } - }, - "result": { - "id": "mineralogy:diabase_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_pickaxe.json deleted file mode 100644 index a1bed57a4..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:diabase_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_plus.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_plus.json deleted file mode 100644 index 554e064d9..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:diabase_relief_blank" - } - }, - "result": { - "id": "mineralogy:diabase_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_right.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_right.json deleted file mode 100644 index 8035beb73..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_relief_left" - }, - { - "item": "mineralogy:diabase_relief_left" - } - ], - "result": { - "id": "mineralogy:diabase_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_sword.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_sword.json deleted file mode 100644 index 3c5ca6497..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "mineralogy:diabase_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:diabase_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/diabase_relief_vertical.json deleted file mode 100644 index 8275025a9..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:diabase_relief_blank" - } - }, - "result": { - "id": "mineralogy:diabase_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_slab.json b/src/main/resources/data/mineralogy/recipes/diabase_slab.json deleted file mode 100644 index 5cd97d5fb..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diabase" - } - }, - "result": { - "id": "mineralogy:diabase_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_smooth.json b/src/main/resources/data/mineralogy/recipes/diabase_smooth.json deleted file mode 100644 index 4c99e7916..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/diabase" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:diabase_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick.json deleted file mode 100644 index ce9687c10..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diabase/smooth" - } - }, - "result": { - "id": "mineralogy:diabase_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_furnace.json deleted file mode 100644 index 99f2aa2ab..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/diabase/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:diabase_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_slab.json deleted file mode 100644 index bb1846dbb..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diabase_smooth_brick" - } - }, - "result": { - "id": "mineralogy:diabase_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_stairs.json deleted file mode 100644 index 59a1e9d59..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diabase/smooth_brick" - } - }, - "result": { - "id": "mineralogy:diabase_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_wall.json deleted file mode 100644 index af90c1b44..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diabase/smooth_brick" - } - }, - "result": { - "id": "mineralogy:diabase_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/diabase_smooth_furnace.json deleted file mode 100644 index 28feda07b..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/diabase/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:diabase_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/diabase_smooth_slab.json deleted file mode 100644 index 783dc0dec..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diabase_smooth" - } - }, - "result": { - "id": "mineralogy:diabase_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/diabase_smooth_stairs.json deleted file mode 100644 index acdfeee0f..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diabase/smooth" - } - }, - "result": { - "id": "mineralogy:diabase_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/diabase_smooth_wall.json deleted file mode 100644 index 8c6b59ead..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diabase/smooth" - } - }, - "result": { - "id": "mineralogy:diabase_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_stairs.json b/src/main/resources/data/mineralogy/recipes/diabase_stairs.json deleted file mode 100644 index af852d401..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diabase" - } - }, - "result": { - "id": "mineralogy:diabase_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_to_stone.json b/src/main/resources/data/mineralogy/recipes/diabase_to_stone.json deleted file mode 100644 index c1eff4893..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:diabase" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/diabase_wall.json b/src/main/resources/data/mineralogy/recipes/diabase_wall.json deleted file mode 100644 index 0dff7d9cf..000000000 --- a/src/main/resources/data/mineralogy/recipes/diabase_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diabase" - } - }, - "result": { - "id": "mineralogy:diabase_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_brick.json b/src/main/resources/data/mineralogy/recipes/diorite_brick.json deleted file mode 100644 index 1c0e7e448..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diorite" - } - }, - "result": { - "id": "mineralogy:diorite_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/diorite_brick_block_polishing.json deleted file mode 100644 index 3aa0213eb..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diorite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/diorite_brick_furnace.json deleted file mode 100644 index ebcb2a7b9..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/diorite/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:diorite_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_brick_slab.json b/src/main/resources/data/mineralogy/recipes/diorite_brick_slab.json deleted file mode 100644 index 2ee47943b..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diorite_brick" - } - }, - "result": { - "id": "mineralogy:diorite_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/diorite_brick_slab_polishing.json deleted file mode 100644 index dee16b621..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diorite_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/diorite_brick_slab_recombination.json deleted file mode 100644 index df8491e3b..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_brick_slab" - }, - { - "item": "mineralogy:diorite_brick_slab" - } - ], - "result": { - "id": "mineralogy:diorite_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/diorite_brick_stairs.json deleted file mode 100644 index 982214a14..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diorite/brick" - } - }, - "result": { - "id": "mineralogy:diorite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/diorite_brick_stairs_polishing.json deleted file mode 100644 index f56663fbd..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diorite_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_brick_wall.json b/src/main/resources/data/mineralogy/recipes/diorite_brick_wall.json deleted file mode 100644 index 7a1f71e15..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diorite/brick" - } - }, - "result": { - "id": "mineralogy:diorite_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/diorite_brick_wall_polishing.json deleted file mode 100644 index e54c4dddb..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diorite_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_cobblestone.json b/src/main/resources/data/mineralogy/recipes/diorite_cobblestone.json deleted file mode 100644 index f00e892d4..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/diorite" - }, - { - "tag": "mineralogy:stones/diorite" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_furnace.json b/src/main/resources/data/mineralogy/recipes/diorite_furnace.json deleted file mode 100644 index 180c40476..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/diorite" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:diorite_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/diorite_polished_brick_slab_recombination.json deleted file mode 100644 index a8a2ecf77..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_smooth_brick_slab" - }, - { - "item": "mineralogy:diorite_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:diorite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/diorite_polished_slab_recombination.json deleted file mode 100644 index 366710e0e..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_smooth_slab" - }, - { - "item": "mineralogy:diorite_smooth_slab" - } - ], - "result": { - "id": "mineralogy:diorite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/diorite_polished_slabs_to_brick.json deleted file mode 100644 index 9a2de9283..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:diorite_smooth_slab" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/diorite_polished_stairs_to_brick.json deleted file mode 100644 index 13f1347cd..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:diorite_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/diorite_polished_walls_to_brick.json deleted file mode 100644 index 2d4833356..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:diorite_smooth_wall" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/diorite_raw_slab_polishing.json deleted file mode 100644 index 670a8b82f..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diorite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/diorite_raw_slab_recombination.json deleted file mode 100644 index 7274918f9..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_slab" - }, - { - "item": "mineralogy:diorite_slab" - } - ], - "result": { - "id": "mineralogy:diorite", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/diorite_raw_slabs_to_brick.json deleted file mode 100644 index bc77b79af..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:diorite_slab" - } - }, - "result": { - "id": "mineralogy:diorite_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/diorite_raw_stairs_polishing.json deleted file mode 100644 index 88e325f3b..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diorite_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/diorite_raw_stairs_to_brick.json deleted file mode 100644 index 89175fb6c..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:diorite_stairs" - } - }, - "result": { - "id": "mineralogy:diorite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/diorite_raw_wall_polishing.json deleted file mode 100644 index 86a81c36e..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:diorite_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/diorite_raw_walls_to_brick.json deleted file mode 100644 index f183ce6d7..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:diorite_wall" - } - }, - "result": { - "id": "mineralogy:diorite_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_axe.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_axe.json deleted file mode 100644 index 86241cd08..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:diorite_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_blank.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_blank.json deleted file mode 100644 index 66b226c15..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diorite/smooth" - } - }, - "result": { - "id": "mineralogy:diorite_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_cross.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_cross.json deleted file mode 100644 index c601f563d..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:diorite_relief_blank" - } - }, - "result": { - "id": "mineralogy:diorite_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_hammer.json deleted file mode 100644 index d81449ac6..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:diorite_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:diorite_relief_blank" - } - }, - "result": { - "id": "mineralogy:diorite_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_hoe.json deleted file mode 100644 index 3ca071f16..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:diorite_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_horizontal.json deleted file mode 100644 index fca24a6da..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diorite_relief_blank" - } - }, - "result": { - "id": "mineralogy:diorite_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_i.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_i.json deleted file mode 100644 index df6f36677..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diorite_relief_blank" - } - }, - "result": { - "id": "mineralogy:diorite_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_left.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_left.json deleted file mode 100644 index 2feb6d82d..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:diorite_relief_blank" - } - }, - "result": { - "id": "mineralogy:diorite_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_pickaxe.json deleted file mode 100644 index eb25d2ec0..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:diorite_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_plus.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_plus.json deleted file mode 100644 index 487d24e1e..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:diorite_relief_blank" - } - }, - "result": { - "id": "mineralogy:diorite_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_right.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_right.json deleted file mode 100644 index 16dc3aaa0..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_relief_left" - }, - { - "item": "mineralogy:diorite_relief_left" - } - ], - "result": { - "id": "mineralogy:diorite_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_sword.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_sword.json deleted file mode 100644 index 71b87cc7f..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "mineralogy:diorite_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:diorite_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/diorite_relief_vertical.json deleted file mode 100644 index b3173a3e4..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:diorite_relief_blank" - } - }, - "result": { - "id": "mineralogy:diorite_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_slab.json b/src/main/resources/data/mineralogy/recipes/diorite_slab.json deleted file mode 100644 index b319b72e5..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diorite" - } - }, - "result": { - "id": "mineralogy:diorite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipes/diorite_slab_from_vanilla.json deleted file mode 100644 index ecff0860f..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_slab_from_vanilla.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:diorite_slab" - } - ], - "result": { - "id": "mineralogy:diorite_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipes/diorite_slab_to_vanilla.json deleted file mode 100644 index 0db5009dc..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_slab_to_vanilla.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_slab" - } - ], - "result": { - "id": "minecraft:diorite_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_smooth.json b/src/main/resources/data/mineralogy/recipes/diorite_smooth.json deleted file mode 100644 index ead44c424..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:diorite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick.json deleted file mode 100644 index 1562c7d37..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diorite/smooth" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_furnace.json deleted file mode 100644 index 881c9c40e..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/diorite/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_slab.json deleted file mode 100644 index d73c532ed..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diorite_smooth_brick" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_stairs.json deleted file mode 100644 index 63fb1eb74..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diorite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_wall.json deleted file mode 100644 index ba941e634..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diorite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/diorite_smooth_furnace.json deleted file mode 100644 index 363b580b1..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/diorite/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/diorite_smooth_slab.json deleted file mode 100644 index df99ee94f..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diorite_smooth" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipes/diorite_smooth_slab_from_vanilla.json deleted file mode 100644 index 67156ad26..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_smooth_slab_from_vanilla.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:polished_diorite_slab" - } - ], - "result": { - "id": "mineralogy:diorite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipes/diorite_smooth_slab_to_vanilla.json deleted file mode 100644 index b84894ed5..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_smooth_slab_to_vanilla.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:diorite_smooth_slab" - } - ], - "result": { - "id": "minecraft:polished_diorite_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/diorite_smooth_stairs.json deleted file mode 100644 index 540688f1c..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diorite_smooth" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/diorite_smooth_wall.json deleted file mode 100644 index 7e5b779bd..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/diorite/smooth" - } - }, - "result": { - "id": "mineralogy:diorite_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_stairs.json b/src/main/resources/data/mineralogy/recipes/diorite_stairs.json deleted file mode 100644 index 085582179..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diorite" - } - }, - "result": { - "id": "mineralogy:diorite_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_to_stone.json b/src/main/resources/data/mineralogy/recipes/diorite_to_stone.json deleted file mode 100644 index b6ae397c5..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:diorite" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/diorite_wall.json b/src/main/resources/data/mineralogy/recipes/diorite_wall.json deleted file mode 100644 index 96ec2adaa..000000000 --- a/src/main/resources/data/mineralogy/recipes/diorite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:diorite" - } - }, - "result": { - "id": "mineralogy:diorite_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_brick.json b/src/main/resources/data/mineralogy/recipes/dolomite_brick.json deleted file mode 100644 index 92863b6a9..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/dolomite" - } - }, - "result": { - "id": "mineralogy:dolomite_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/dolomite_brick_block_polishing.json deleted file mode 100644 index 70c7394e3..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:dolomite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/dolomite_brick_furnace.json deleted file mode 100644 index 9d9ddb9f2..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/dolomite/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:dolomite_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_brick_slab.json b/src/main/resources/data/mineralogy/recipes/dolomite_brick_slab.json deleted file mode 100644 index 85cde760c..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_brick" - } - }, - "result": { - "id": "mineralogy:dolomite_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/dolomite_brick_slab_polishing.json deleted file mode 100644 index cbb6c160d..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:dolomite_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/dolomite_brick_slab_recombination.json deleted file mode 100644 index 603417772..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_brick_slab" - }, - { - "item": "mineralogy:dolomite_brick_slab" - } - ], - "result": { - "id": "mineralogy:dolomite_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/dolomite_brick_stairs.json deleted file mode 100644 index 10b6440ae..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/dolomite/brick" - } - }, - "result": { - "id": "mineralogy:dolomite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/dolomite_brick_stairs_polishing.json deleted file mode 100644 index 6e46f3855..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:dolomite_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_brick_wall.json b/src/main/resources/data/mineralogy/recipes/dolomite_brick_wall.json deleted file mode 100644 index b1bc01640..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/dolomite/brick" - } - }, - "result": { - "id": "mineralogy:dolomite_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/dolomite_brick_wall_polishing.json deleted file mode 100644 index f9fd67bb6..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:dolomite_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_cobblestone.json b/src/main/resources/data/mineralogy/recipes/dolomite_cobblestone.json deleted file mode 100644 index f514b0ee2..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/dolomite" - }, - { - "tag": "mineralogy:stones/dolomite" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_furnace.json b/src/main/resources/data/mineralogy/recipes/dolomite_furnace.json deleted file mode 100644 index 484e5e9fe..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/dolomite" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:dolomite_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/dolomite_polished_brick_slab_recombination.json deleted file mode 100644 index de4661fb2..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_smooth_brick_slab" - }, - { - "item": "mineralogy:dolomite_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:dolomite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/dolomite_polished_slab_recombination.json deleted file mode 100644 index 899645b01..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_smooth_slab" - }, - { - "item": "mineralogy:dolomite_smooth_slab" - } - ], - "result": { - "id": "mineralogy:dolomite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/dolomite_polished_slabs_to_brick.json deleted file mode 100644 index e77c663af..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_smooth_slab" - } - }, - "result": { - "id": "mineralogy:dolomite_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/dolomite_polished_stairs_to_brick.json deleted file mode 100644 index 9296d703d..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:dolomite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/dolomite_polished_walls_to_brick.json deleted file mode 100644 index b95a3e837..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_smooth_wall" - } - }, - "result": { - "id": "mineralogy:dolomite_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/dolomite_raw_slab_polishing.json deleted file mode 100644 index 214e5e359..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:dolomite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/dolomite_raw_slab_recombination.json deleted file mode 100644 index 48b645076..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_slab" - }, - { - "item": "mineralogy:dolomite_slab" - } - ], - "result": { - "id": "mineralogy:dolomite", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/dolomite_raw_slabs_to_brick.json deleted file mode 100644 index 58d1401f7..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_slab" - } - }, - "result": { - "id": "mineralogy:dolomite_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/dolomite_raw_stairs_polishing.json deleted file mode 100644 index 2a9b8bae9..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:dolomite_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/dolomite_raw_stairs_to_brick.json deleted file mode 100644 index a42594cd2..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_stairs" - } - }, - "result": { - "id": "mineralogy:dolomite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/dolomite_raw_wall_polishing.json deleted file mode 100644 index 6d0320308..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:dolomite_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/dolomite_raw_walls_to_brick.json deleted file mode 100644 index 9474868a3..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_wall" - } - }, - "result": { - "id": "mineralogy:dolomite_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_axe.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_axe.json deleted file mode 100644 index 4eceb4898..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:dolomite_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_blank.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_blank.json deleted file mode 100644 index 34d1d3163..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_smooth" - } - }, - "result": { - "id": "mineralogy:dolomite_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_cross.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_cross.json deleted file mode 100644 index 0686ffdf1..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_relief_blank" - } - }, - "result": { - "id": "mineralogy:dolomite_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_hammer.json deleted file mode 100644 index 590e1723d..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:dolomite_relief_blank" - } - }, - "result": { - "id": "mineralogy:dolomite_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_hoe.json deleted file mode 100644 index 6886a6372..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:dolomite_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_horizontal.json deleted file mode 100644 index f9292b0cd..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_relief_blank" - } - }, - "result": { - "id": "mineralogy:dolomite_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_i.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_i.json deleted file mode 100644 index fd4511fc1..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_relief_blank" - } - }, - "result": { - "id": "mineralogy:dolomite_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_left.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_left.json deleted file mode 100644 index 824ed69a5..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_relief_blank" - } - }, - "result": { - "id": "mineralogy:dolomite_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_pickaxe.json deleted file mode 100644 index 1ded0229e..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:dolomite_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_plus.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_plus.json deleted file mode 100644 index ba6b47bce..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:dolomite_relief_blank" - } - }, - "result": { - "id": "mineralogy:dolomite_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_right.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_right.json deleted file mode 100644 index b164c1f22..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_relief_left" - }, - { - "item": "mineralogy:dolomite_relief_left" - } - ], - "result": { - "id": "mineralogy:dolomite_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_sword.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_sword.json deleted file mode 100644 index c20fa4c9c..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "mineralogy:dolomite_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:dolomite_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/dolomite_relief_vertical.json deleted file mode 100644 index 756f9478f..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_relief_blank" - } - }, - "result": { - "id": "mineralogy:dolomite_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_slab.json b/src/main/resources/data/mineralogy/recipes/dolomite_slab.json deleted file mode 100644 index 4a77734fd..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite" - } - }, - "result": { - "id": "mineralogy:dolomite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_smooth.json b/src/main/resources/data/mineralogy/recipes/dolomite_smooth.json deleted file mode 100644 index e417bc99d..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/dolomite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:dolomite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick.json deleted file mode 100644 index e936f33a9..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/dolomite/smooth" - } - }, - "result": { - "id": "mineralogy:dolomite_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_furnace.json deleted file mode 100644 index 644ba8d41..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/dolomite/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:dolomite_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_slab.json deleted file mode 100644 index aabf75793..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_smooth_brick" - } - }, - "result": { - "id": "mineralogy:dolomite_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_stairs.json deleted file mode 100644 index f96de9c23..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/dolomite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:dolomite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_wall.json deleted file mode 100644 index d1df26df6..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/dolomite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:dolomite_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/dolomite_smooth_furnace.json deleted file mode 100644 index b1484dac8..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/dolomite/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:dolomite_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/dolomite_smooth_slab.json deleted file mode 100644 index 87e71a759..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:dolomite_smooth" - } - }, - "result": { - "id": "mineralogy:dolomite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/dolomite_smooth_stairs.json deleted file mode 100644 index d06ecb2cf..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/dolomite/smooth" - } - }, - "result": { - "id": "mineralogy:dolomite_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/dolomite_smooth_wall.json deleted file mode 100644 index 2a0fd33bb..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/dolomite/smooth" - } - }, - "result": { - "id": "mineralogy:dolomite_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_stairs.json b/src/main/resources/data/mineralogy/recipes/dolomite_stairs.json deleted file mode 100644 index 444e7aacf..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/dolomite" - } - }, - "result": { - "id": "mineralogy:dolomite_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_to_stone.json b/src/main/resources/data/mineralogy/recipes/dolomite_to_stone.json deleted file mode 100644 index cac74e563..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:dolomite" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/dolomite_wall.json b/src/main/resources/data/mineralogy/recipes/dolomite_wall.json deleted file mode 100644 index e3e8ad583..000000000 --- a/src/main/resources/data/mineralogy/recipes/dolomite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/dolomite" - } - }, - "result": { - "id": "mineralogy:dolomite_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall.json b/src/main/resources/data/mineralogy/recipes/drywall.json deleted file mode 100644 index 8c4522e00..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "pgp", - "pgp", - "pgp" - ], - "key": { - "p": { - "tag": "c:paper" - }, - "g": { - "tag": "c:dusts/gypsum" - } - }, - "result": { - "id": "mineralogy:drywall_white", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_black.json b/src/main/resources/data/mineralogy/recipes/drywall_black.json deleted file mode 100644 index 41e2e04c9..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_black.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:ink_sac" - } - ], - "result": { - "id": "mineralogy:drywall_black", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_blue.json b/src/main/resources/data/mineralogy/recipes/drywall_blue.json deleted file mode 100644 index 4db1d705c..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_blue.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:lapis_lazuli" - } - ], - "result": { - "id": "mineralogy:drywall_blue", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_brown.json b/src/main/resources/data/mineralogy/recipes/drywall_brown.json deleted file mode 100644 index c237eb723..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_brown.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:cocoa_beans" - } - ], - "result": { - "id": "mineralogy:drywall_brown", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_cyan.json b/src/main/resources/data/mineralogy/recipes/drywall_cyan.json deleted file mode 100644 index f36a04772..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_cyan.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:cyan_dye" - } - ], - "result": { - "id": "mineralogy:drywall_cyan", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_gray.json b/src/main/resources/data/mineralogy/recipes/drywall_gray.json deleted file mode 100644 index 625026845..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_gray.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:gray_dye" - } - ], - "result": { - "id": "mineralogy:drywall_gray", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_green.json b/src/main/resources/data/mineralogy/recipes/drywall_green.json deleted file mode 100644 index 3d9fa6f25..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_green.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:green_dye" - } - ], - "result": { - "id": "mineralogy:drywall_green", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_light_blue.json b/src/main/resources/data/mineralogy/recipes/drywall_light_blue.json deleted file mode 100644 index 155804bb6..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_light_blue.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:light_blue_dye" - } - ], - "result": { - "id": "mineralogy:drywall_light_blue", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_lime.json b/src/main/resources/data/mineralogy/recipes/drywall_lime.json deleted file mode 100644 index 2cab9326c..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_lime.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:lime_dye" - } - ], - "result": { - "id": "mineralogy:drywall_lime", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_magenta.json b/src/main/resources/data/mineralogy/recipes/drywall_magenta.json deleted file mode 100644 index 7ea8fd1a8..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_magenta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:magenta_dye" - } - ], - "result": { - "id": "mineralogy:drywall_magenta", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_orange.json b/src/main/resources/data/mineralogy/recipes/drywall_orange.json deleted file mode 100644 index 653efd7f7..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_orange.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:orange_dye" - } - ], - "result": { - "id": "mineralogy:drywall_orange", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_pink.json b/src/main/resources/data/mineralogy/recipes/drywall_pink.json deleted file mode 100644 index d2c343d6d..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_pink.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:pink_dye" - } - ], - "result": { - "id": "mineralogy:drywall_pink", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_purple.json b/src/main/resources/data/mineralogy/recipes/drywall_purple.json deleted file mode 100644 index 3eee929f6..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_purple.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:purple_dye" - } - ], - "result": { - "id": "mineralogy:drywall_purple", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_red.json b/src/main/resources/data/mineralogy/recipes/drywall_red.json deleted file mode 100644 index 9dd13b4d3..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_red.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:red_dye" - } - ], - "result": { - "id": "mineralogy:drywall_red", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_silver.json b/src/main/resources/data/mineralogy/recipes/drywall_silver.json deleted file mode 100644 index 242552073..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_silver.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:light_gray_dye" - } - ], - "result": { - "id": "mineralogy:drywall_silver", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_white.json b/src/main/resources/data/mineralogy/recipes/drywall_white.json deleted file mode 100644 index 67d5c9a7e..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_white.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:bone_meal" - } - ], - "result": { - "id": "mineralogy:drywall_white", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/drywall_yellow.json b/src/main/resources/data/mineralogy/recipes/drywall_yellow.json deleted file mode 100644 index 556acd086..000000000 --- a/src/main/resources/data/mineralogy/recipes/drywall_yellow.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_DRYWALLS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:drywall/white" - }, - { - "item": "minecraft:yellow_dye" - } - ], - "result": { - "id": "mineralogy:drywall_yellow", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_brick.json b/src/main/resources/data/mineralogy/recipes/gabbro_brick.json deleted file mode 100644 index f3ca559f6..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gabbro" - } - }, - "result": { - "id": "mineralogy:gabbro_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/gabbro_brick_block_polishing.json deleted file mode 100644 index c1cbd2527..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gabbro_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/gabbro_brick_furnace.json deleted file mode 100644 index 9d73d04b5..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/gabbro/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:gabbro_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_brick_slab.json b/src/main/resources/data/mineralogy/recipes/gabbro_brick_slab.json deleted file mode 100644 index 08cc49cb0..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_brick" - } - }, - "result": { - "id": "mineralogy:gabbro_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/gabbro_brick_slab_polishing.json deleted file mode 100644 index 34c29d474..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gabbro_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/gabbro_brick_slab_recombination.json deleted file mode 100644 index a942b7f02..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_brick_slab" - }, - { - "item": "mineralogy:gabbro_brick_slab" - } - ], - "result": { - "id": "mineralogy:gabbro_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/gabbro_brick_stairs.json deleted file mode 100644 index bfd9f04ee..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gabbro/brick" - } - }, - "result": { - "id": "mineralogy:gabbro_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/gabbro_brick_stairs_polishing.json deleted file mode 100644 index dab785dde..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gabbro_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_brick_wall.json b/src/main/resources/data/mineralogy/recipes/gabbro_brick_wall.json deleted file mode 100644 index fc3c127d9..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gabbro/brick" - } - }, - "result": { - "id": "mineralogy:gabbro_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/gabbro_brick_wall_polishing.json deleted file mode 100644 index 4a31216a6..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gabbro_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_cobblestone.json b/src/main/resources/data/mineralogy/recipes/gabbro_cobblestone.json deleted file mode 100644 index ed81eb735..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/gabbro" - }, - { - "tag": "mineralogy:stones/gabbro" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_furnace.json b/src/main/resources/data/mineralogy/recipes/gabbro_furnace.json deleted file mode 100644 index e08a6c675..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/gabbro" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:gabbro_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/gabbro_polished_brick_slab_recombination.json deleted file mode 100644 index 584f9f9fd..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_smooth_brick_slab" - }, - { - "item": "mineralogy:gabbro_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:gabbro_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/gabbro_polished_slab_recombination.json deleted file mode 100644 index 7eb6902ec..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_smooth_slab" - }, - { - "item": "mineralogy:gabbro_smooth_slab" - } - ], - "result": { - "id": "mineralogy:gabbro_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/gabbro_polished_slabs_to_brick.json deleted file mode 100644 index ca1f933a3..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_smooth_slab" - } - }, - "result": { - "id": "mineralogy:gabbro_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/gabbro_polished_stairs_to_brick.json deleted file mode 100644 index 269016cf5..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:gabbro_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/gabbro_polished_walls_to_brick.json deleted file mode 100644 index 425182fbb..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_smooth_wall" - } - }, - "result": { - "id": "mineralogy:gabbro_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/gabbro_raw_slab_polishing.json deleted file mode 100644 index f465285c3..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gabbro_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/gabbro_raw_slab_recombination.json deleted file mode 100644 index 36367f8ed..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_slab" - }, - { - "item": "mineralogy:gabbro_slab" - } - ], - "result": { - "id": "mineralogy:gabbro", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/gabbro_raw_slabs_to_brick.json deleted file mode 100644 index f1b1a4af1..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_slab" - } - }, - "result": { - "id": "mineralogy:gabbro_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/gabbro_raw_stairs_polishing.json deleted file mode 100644 index d2098314d..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gabbro_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/gabbro_raw_stairs_to_brick.json deleted file mode 100644 index e8a286497..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_stairs" - } - }, - "result": { - "id": "mineralogy:gabbro_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/gabbro_raw_wall_polishing.json deleted file mode 100644 index 113ebe3ab..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gabbro_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/gabbro_raw_walls_to_brick.json deleted file mode 100644 index 8fa070313..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_wall" - } - }, - "result": { - "id": "mineralogy:gabbro_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_axe.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_axe.json deleted file mode 100644 index 0666fa5a9..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:gabbro_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_blank.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_blank.json deleted file mode 100644 index b391c4962..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_smooth" - } - }, - "result": { - "id": "mineralogy:gabbro_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_cross.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_cross.json deleted file mode 100644 index 1a823cf9a..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_relief_blank" - } - }, - "result": { - "id": "mineralogy:gabbro_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_hammer.json deleted file mode 100644 index bedc9a018..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:gabbro_relief_blank" - } - }, - "result": { - "id": "mineralogy:gabbro_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_hoe.json deleted file mode 100644 index c54f7ee47..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:gabbro_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_horizontal.json deleted file mode 100644 index a285f960c..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_relief_blank" - } - }, - "result": { - "id": "mineralogy:gabbro_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_i.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_i.json deleted file mode 100644 index db51af746..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_relief_blank" - } - }, - "result": { - "id": "mineralogy:gabbro_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_left.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_left.json deleted file mode 100644 index a5e7ff989..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_relief_blank" - } - }, - "result": { - "id": "mineralogy:gabbro_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_pickaxe.json deleted file mode 100644 index 62762e194..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:gabbro_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_plus.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_plus.json deleted file mode 100644 index 38aac1b62..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:gabbro_relief_blank" - } - }, - "result": { - "id": "mineralogy:gabbro_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_right.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_right.json deleted file mode 100644 index d5c94d80e..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_relief_left" - }, - { - "item": "mineralogy:gabbro_relief_left" - } - ], - "result": { - "id": "mineralogy:gabbro_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_sword.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_sword.json deleted file mode 100644 index a6449457c..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "mineralogy:gabbro_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:gabbro_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/gabbro_relief_vertical.json deleted file mode 100644 index 52122b82c..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_relief_blank" - } - }, - "result": { - "id": "mineralogy:gabbro_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_slab.json b/src/main/resources/data/mineralogy/recipes/gabbro_slab.json deleted file mode 100644 index 189567a86..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro" - } - }, - "result": { - "id": "mineralogy:gabbro_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_smooth.json b/src/main/resources/data/mineralogy/recipes/gabbro_smooth.json deleted file mode 100644 index 28f257e39..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/gabbro" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:gabbro_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick.json deleted file mode 100644 index 7514878f7..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gabbro/smooth" - } - }, - "result": { - "id": "mineralogy:gabbro_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_furnace.json deleted file mode 100644 index 323ffd839..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/gabbro/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:gabbro_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_slab.json deleted file mode 100644 index 434823791..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_smooth_brick" - } - }, - "result": { - "id": "mineralogy:gabbro_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_stairs.json deleted file mode 100644 index f5b4103a1..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gabbro/smooth_brick" - } - }, - "result": { - "id": "mineralogy:gabbro_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_wall.json deleted file mode 100644 index d14857b11..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gabbro/smooth_brick" - } - }, - "result": { - "id": "mineralogy:gabbro_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/gabbro_smooth_furnace.json deleted file mode 100644 index b2599808e..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/gabbro/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:gabbro_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/gabbro_smooth_slab.json deleted file mode 100644 index 0a7a4bd92..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gabbro_smooth" - } - }, - "result": { - "id": "mineralogy:gabbro_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/gabbro_smooth_stairs.json deleted file mode 100644 index 1f56f597b..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gabbro/smooth" - } - }, - "result": { - "id": "mineralogy:gabbro_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/gabbro_smooth_wall.json deleted file mode 100644 index 21c2dca8a..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gabbro/smooth" - } - }, - "result": { - "id": "mineralogy:gabbro_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_stairs.json b/src/main/resources/data/mineralogy/recipes/gabbro_stairs.json deleted file mode 100644 index 4ea674d2b..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gabbro" - } - }, - "result": { - "id": "mineralogy:gabbro_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_to_stone.json b/src/main/resources/data/mineralogy/recipes/gabbro_to_stone.json deleted file mode 100644 index 173987922..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:gabbro" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/gabbro_wall.json b/src/main/resources/data/mineralogy/recipes/gabbro_wall.json deleted file mode 100644 index 11cd76487..000000000 --- a/src/main/resources/data/mineralogy/recipes/gabbro_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gabbro" - } - }, - "result": { - "id": "mineralogy:gabbro_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_brick.json b/src/main/resources/data/mineralogy/recipes/gneiss_brick.json deleted file mode 100644 index d1073d43c..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gneiss" - } - }, - "result": { - "id": "mineralogy:gneiss_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/gneiss_brick_block_polishing.json deleted file mode 100644 index 51b457704..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gneiss_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/gneiss_brick_furnace.json deleted file mode 100644 index 380c233e6..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/gneiss/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:gneiss_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_brick_slab.json b/src/main/resources/data/mineralogy/recipes/gneiss_brick_slab.json deleted file mode 100644 index a14d94d1d..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_brick" - } - }, - "result": { - "id": "mineralogy:gneiss_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/gneiss_brick_slab_polishing.json deleted file mode 100644 index 8328490c2..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gneiss_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/gneiss_brick_slab_recombination.json deleted file mode 100644 index 7efddb4db..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_brick_slab" - }, - { - "item": "mineralogy:gneiss_brick_slab" - } - ], - "result": { - "id": "mineralogy:gneiss_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/gneiss_brick_stairs.json deleted file mode 100644 index d9bce2f59..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gneiss/brick" - } - }, - "result": { - "id": "mineralogy:gneiss_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/gneiss_brick_stairs_polishing.json deleted file mode 100644 index 401184f68..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gneiss_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_brick_wall.json b/src/main/resources/data/mineralogy/recipes/gneiss_brick_wall.json deleted file mode 100644 index 634d5efcd..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gneiss/brick" - } - }, - "result": { - "id": "mineralogy:gneiss_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/gneiss_brick_wall_polishing.json deleted file mode 100644 index cc5fd2073..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gneiss_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_cobblestone.json b/src/main/resources/data/mineralogy/recipes/gneiss_cobblestone.json deleted file mode 100644 index 9775ea4a0..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/gneiss" - }, - { - "tag": "mineralogy:stones/gneiss" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_furnace.json b/src/main/resources/data/mineralogy/recipes/gneiss_furnace.json deleted file mode 100644 index bc9fa0619..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/gneiss" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:gneiss_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/gneiss_polished_brick_slab_recombination.json deleted file mode 100644 index ced615353..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_smooth_brick_slab" - }, - { - "item": "mineralogy:gneiss_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:gneiss_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/gneiss_polished_slab_recombination.json deleted file mode 100644 index 6de041c13..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_smooth_slab" - }, - { - "item": "mineralogy:gneiss_smooth_slab" - } - ], - "result": { - "id": "mineralogy:gneiss_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/gneiss_polished_slabs_to_brick.json deleted file mode 100644 index 94eb94b2b..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_smooth_slab" - } - }, - "result": { - "id": "mineralogy:gneiss_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/gneiss_polished_stairs_to_brick.json deleted file mode 100644 index 345649b9a..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:gneiss_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/gneiss_polished_walls_to_brick.json deleted file mode 100644 index 27d39a40f..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_smooth_wall" - } - }, - "result": { - "id": "mineralogy:gneiss_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/gneiss_raw_slab_polishing.json deleted file mode 100644 index ea43acab6..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gneiss_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/gneiss_raw_slab_recombination.json deleted file mode 100644 index a77ac6715..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_slab" - }, - { - "item": "mineralogy:gneiss_slab" - } - ], - "result": { - "id": "mineralogy:gneiss", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/gneiss_raw_slabs_to_brick.json deleted file mode 100644 index 2adc84c5a..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_slab" - } - }, - "result": { - "id": "mineralogy:gneiss_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/gneiss_raw_stairs_polishing.json deleted file mode 100644 index 3eac16a45..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gneiss_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/gneiss_raw_stairs_to_brick.json deleted file mode 100644 index 9bd2753cd..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_stairs" - } - }, - "result": { - "id": "mineralogy:gneiss_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/gneiss_raw_wall_polishing.json deleted file mode 100644 index e6d882539..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:gneiss_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/gneiss_raw_walls_to_brick.json deleted file mode 100644 index 216844888..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_wall" - } - }, - "result": { - "id": "mineralogy:gneiss_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_axe.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_axe.json deleted file mode 100644 index 82d075d64..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:gneiss_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_blank.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_blank.json deleted file mode 100644 index 2c98f518c..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_smooth" - } - }, - "result": { - "id": "mineralogy:gneiss_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_cross.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_cross.json deleted file mode 100644 index c6071ed2e..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_relief_blank" - } - }, - "result": { - "id": "mineralogy:gneiss_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_hammer.json deleted file mode 100644 index 0054e09d4..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:gneiss_relief_blank" - } - }, - "result": { - "id": "mineralogy:gneiss_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_hoe.json deleted file mode 100644 index 316173220..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:gneiss_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_horizontal.json deleted file mode 100644 index 6328b2901..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_relief_blank" - } - }, - "result": { - "id": "mineralogy:gneiss_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_i.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_i.json deleted file mode 100644 index 0cd9eb8ec..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_relief_blank" - } - }, - "result": { - "id": "mineralogy:gneiss_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_left.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_left.json deleted file mode 100644 index ac3bd3744..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_relief_blank" - } - }, - "result": { - "id": "mineralogy:gneiss_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_pickaxe.json deleted file mode 100644 index 5df4fae20..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:gneiss_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_plus.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_plus.json deleted file mode 100644 index 3d9e175df..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:gneiss_relief_blank" - } - }, - "result": { - "id": "mineralogy:gneiss_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_right.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_right.json deleted file mode 100644 index 60f3c8351..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_relief_left" - }, - { - "item": "mineralogy:gneiss_relief_left" - } - ], - "result": { - "id": "mineralogy:gneiss_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_sword.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_sword.json deleted file mode 100644 index 50543833b..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "mineralogy:gneiss_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:gneiss_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/gneiss_relief_vertical.json deleted file mode 100644 index 7786d4836..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_relief_blank" - } - }, - "result": { - "id": "mineralogy:gneiss_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_slab.json b/src/main/resources/data/mineralogy/recipes/gneiss_slab.json deleted file mode 100644 index b00cf11cb..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss" - } - }, - "result": { - "id": "mineralogy:gneiss_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_smooth.json b/src/main/resources/data/mineralogy/recipes/gneiss_smooth.json deleted file mode 100644 index 5126e5e05..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/gneiss" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:gneiss_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick.json deleted file mode 100644 index 9812470cb..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gneiss/smooth" - } - }, - "result": { - "id": "mineralogy:gneiss_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_furnace.json deleted file mode 100644 index 261061cc9..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/gneiss/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:gneiss_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_slab.json deleted file mode 100644 index 7a6f10301..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_smooth_brick" - } - }, - "result": { - "id": "mineralogy:gneiss_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_stairs.json deleted file mode 100644 index e92abc4c3..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gneiss/smooth_brick" - } - }, - "result": { - "id": "mineralogy:gneiss_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_wall.json deleted file mode 100644 index cc348b437..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gneiss/smooth_brick" - } - }, - "result": { - "id": "mineralogy:gneiss_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/gneiss_smooth_furnace.json deleted file mode 100644 index 5baea2d03..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/gneiss/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:gneiss_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/gneiss_smooth_slab.json deleted file mode 100644 index b276d7b8c..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:gneiss_smooth" - } - }, - "result": { - "id": "mineralogy:gneiss_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/gneiss_smooth_stairs.json deleted file mode 100644 index 4a7f5dca4..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gneiss/smooth" - } - }, - "result": { - "id": "mineralogy:gneiss_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/gneiss_smooth_wall.json deleted file mode 100644 index 9061bb0f2..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gneiss/smooth" - } - }, - "result": { - "id": "mineralogy:gneiss_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_stairs.json b/src/main/resources/data/mineralogy/recipes/gneiss_stairs.json deleted file mode 100644 index 387a7a883..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gneiss" - } - }, - "result": { - "id": "mineralogy:gneiss_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_to_stone.json b/src/main/resources/data/mineralogy/recipes/gneiss_to_stone.json deleted file mode 100644 index ee329904e..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:gneiss" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/gneiss_wall.json b/src/main/resources/data/mineralogy/recipes/gneiss_wall.json deleted file mode 100644 index f0817af65..000000000 --- a/src/main/resources/data/mineralogy/recipes/gneiss_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/gneiss" - } - }, - "result": { - "id": "mineralogy:gneiss_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_brick.json b/src/main/resources/data/mineralogy/recipes/granite_brick.json deleted file mode 100644 index 31555d590..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/granite" - } - }, - "result": { - "id": "mineralogy:granite_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/granite_brick_block_polishing.json deleted file mode 100644 index 32a856d9c..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:granite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/granite_brick_furnace.json deleted file mode 100644 index 5fbeae72c..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/granite/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:granite_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_brick_slab.json b/src/main/resources/data/mineralogy/recipes/granite_brick_slab.json deleted file mode 100644 index eae13cd5b..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:granite_brick" - } - }, - "result": { - "id": "mineralogy:granite_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/granite_brick_slab_polishing.json deleted file mode 100644 index 35c5626a3..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:granite_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/granite_brick_slab_recombination.json deleted file mode 100644 index 135c8f6a9..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_brick_slab" - }, - { - "item": "mineralogy:granite_brick_slab" - } - ], - "result": { - "id": "mineralogy:granite_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/granite_brick_stairs.json deleted file mode 100644 index 8f5779f6a..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/granite/brick" - } - }, - "result": { - "id": "mineralogy:granite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/granite_brick_stairs_polishing.json deleted file mode 100644 index c64f43fe7..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:granite_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_brick_wall.json b/src/main/resources/data/mineralogy/recipes/granite_brick_wall.json deleted file mode 100644 index 28c5b2693..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/granite/brick" - } - }, - "result": { - "id": "mineralogy:granite_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/granite_brick_wall_polishing.json deleted file mode 100644 index f9702b55d..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:granite_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_cobblestone.json b/src/main/resources/data/mineralogy/recipes/granite_cobblestone.json deleted file mode 100644 index 90ee554be..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/granite" - }, - { - "tag": "mineralogy:stones/granite" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_furnace.json b/src/main/resources/data/mineralogy/recipes/granite_furnace.json deleted file mode 100644 index 6dc0bb3d5..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/granite" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:granite_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/granite_polished_brick_slab_recombination.json deleted file mode 100644 index 13c8d927c..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_smooth_brick_slab" - }, - { - "item": "mineralogy:granite_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:granite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/granite_polished_slab_recombination.json deleted file mode 100644 index f8dce22dc..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_smooth_slab" - }, - { - "item": "mineralogy:granite_smooth_slab" - } - ], - "result": { - "id": "mineralogy:granite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/granite_polished_slabs_to_brick.json deleted file mode 100644 index 5daa6c1f8..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:granite_smooth_slab" - } - }, - "result": { - "id": "mineralogy:granite_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/granite_polished_stairs_to_brick.json deleted file mode 100644 index d24d86655..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:granite_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:granite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/granite_polished_walls_to_brick.json deleted file mode 100644 index 706b787c0..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:granite_smooth_wall" - } - }, - "result": { - "id": "mineralogy:granite_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/granite_raw_slab_polishing.json deleted file mode 100644 index a0d8f217a..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:granite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/granite_raw_slab_recombination.json deleted file mode 100644 index 655889430..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_slab" - }, - { - "item": "mineralogy:granite_slab" - } - ], - "result": { - "id": "mineralogy:granite", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/granite_raw_slabs_to_brick.json deleted file mode 100644 index c976bd385..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:granite_slab" - } - }, - "result": { - "id": "mineralogy:granite_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/granite_raw_stairs_polishing.json deleted file mode 100644 index f5036387e..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:granite_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/granite_raw_stairs_to_brick.json deleted file mode 100644 index 3d67ce4d1..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:granite_stairs" - } - }, - "result": { - "id": "mineralogy:granite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/granite_raw_wall_polishing.json deleted file mode 100644 index 2c1509a5e..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:granite_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/granite_raw_walls_to_brick.json deleted file mode 100644 index 2ce26172a..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:granite_wall" - } - }, - "result": { - "id": "mineralogy:granite_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_axe.json b/src/main/resources/data/mineralogy/recipes/granite_relief_axe.json deleted file mode 100644 index 26e7f5219..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:granite_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_blank.json b/src/main/resources/data/mineralogy/recipes/granite_relief_blank.json deleted file mode 100644 index 3f8c0b587..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/granite/smooth" - } - }, - "result": { - "id": "mineralogy:granite_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_cross.json b/src/main/resources/data/mineralogy/recipes/granite_relief_cross.json deleted file mode 100644 index f578678b0..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:granite_relief_blank" - } - }, - "result": { - "id": "mineralogy:granite_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/granite_relief_hammer.json deleted file mode 100644 index 5e2b17c24..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:granite_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:granite_relief_blank" - } - }, - "result": { - "id": "mineralogy:granite_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/granite_relief_hoe.json deleted file mode 100644 index 6dc93b851..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:granite_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/granite_relief_horizontal.json deleted file mode 100644 index 149fa7496..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:granite_relief_blank" - } - }, - "result": { - "id": "mineralogy:granite_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_i.json b/src/main/resources/data/mineralogy/recipes/granite_relief_i.json deleted file mode 100644 index cd6f08c27..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:granite_relief_blank" - } - }, - "result": { - "id": "mineralogy:granite_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_left.json b/src/main/resources/data/mineralogy/recipes/granite_relief_left.json deleted file mode 100644 index 533af58a2..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:granite_relief_blank" - } - }, - "result": { - "id": "mineralogy:granite_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/granite_relief_pickaxe.json deleted file mode 100644 index 9d35acde3..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:granite_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_plus.json b/src/main/resources/data/mineralogy/recipes/granite_relief_plus.json deleted file mode 100644 index e510c6ccd..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:granite_relief_blank" - } - }, - "result": { - "id": "mineralogy:granite_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_right.json b/src/main/resources/data/mineralogy/recipes/granite_relief_right.json deleted file mode 100644 index 90443b382..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_relief_left" - }, - { - "item": "mineralogy:granite_relief_left" - } - ], - "result": { - "id": "mineralogy:granite_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_sword.json b/src/main/resources/data/mineralogy/recipes/granite_relief_sword.json deleted file mode 100644 index 8cc9d5fa0..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "mineralogy:granite_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:granite_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/granite_relief_vertical.json deleted file mode 100644 index e3107dbb1..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:granite_relief_blank" - } - }, - "result": { - "id": "mineralogy:granite_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_slab.json b/src/main/resources/data/mineralogy/recipes/granite_slab.json deleted file mode 100644 index d8e2af68c..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:granite" - } - }, - "result": { - "id": "mineralogy:granite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipes/granite_slab_from_vanilla.json deleted file mode 100644 index 2b05c9a12..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_slab_from_vanilla.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:granite_slab" - } - ], - "result": { - "id": "mineralogy:granite_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipes/granite_slab_to_vanilla.json deleted file mode 100644 index a59d4333f..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_slab_to_vanilla.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_slab" - } - ], - "result": { - "id": "minecraft:granite_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_smooth.json b/src/main/resources/data/mineralogy/recipes/granite_smooth.json deleted file mode 100644 index 641016a31..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:granite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/granite_smooth_brick.json deleted file mode 100644 index 72f21877a..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/granite/smooth" - } - }, - "result": { - "id": "mineralogy:granite_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/granite_smooth_brick_furnace.json deleted file mode 100644 index 8af7844a5..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/granite/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:granite_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/granite_smooth_brick_slab.json deleted file mode 100644 index 2e325824f..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:granite_smooth_brick" - } - }, - "result": { - "id": "mineralogy:granite_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/granite_smooth_brick_stairs.json deleted file mode 100644 index 435d41234..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/granite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:granite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/granite_smooth_brick_wall.json deleted file mode 100644 index 7f2a242a4..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/granite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:granite_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/granite_smooth_furnace.json deleted file mode 100644 index 4fd003126..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/granite/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:granite_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/granite_smooth_slab.json deleted file mode 100644 index b47facaa3..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:granite_smooth" - } - }, - "result": { - "id": "mineralogy:granite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_smooth_slab_from_vanilla.json b/src/main/resources/data/mineralogy/recipes/granite_smooth_slab_from_vanilla.json deleted file mode 100644 index 02a8bf3cf..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_smooth_slab_from_vanilla.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "minecraft:polished_granite_slab" - } - ], - "result": { - "id": "mineralogy:granite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_smooth_slab_to_vanilla.json b/src/main/resources/data/mineralogy/recipes/granite_smooth_slab_to_vanilla.json deleted file mode 100644 index 896dc3532..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_smooth_slab_to_vanilla.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:granite_smooth_slab" - } - ], - "result": { - "id": "minecraft:polished_granite_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/granite_smooth_stairs.json deleted file mode 100644 index 19647a692..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:granite_smooth" - } - }, - "result": { - "id": "mineralogy:granite_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/granite_smooth_wall.json deleted file mode 100644 index d8349899c..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/granite/smooth" - } - }, - "result": { - "id": "mineralogy:granite_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_stairs.json b/src/main/resources/data/mineralogy/recipes/granite_stairs.json deleted file mode 100644 index d146ba115..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:granite" - } - }, - "result": { - "id": "mineralogy:granite_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_to_stone.json b/src/main/resources/data/mineralogy/recipes/granite_to_stone.json deleted file mode 100644 index e57a363b4..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:granite" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/granite_wall.json b/src/main/resources/data/mineralogy/recipes/granite_wall.json deleted file mode 100644 index 0ff0ac84e..000000000 --- a/src/main/resources/data/mineralogy/recipes/granite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:granite" - } - }, - "result": { - "id": "mineralogy:granite_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gravel_to_stone.json b/src/main/resources/data/mineralogy/recipes/gravel_to_stone.json deleted file mode 100644 index 40036adc8..000000000 --- a/src/main/resources/data/mineralogy/recipes/gravel_to_stone.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "minecraft:gravel" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "type": "mineralogy:config", - "flag": "SMELTABLE_GRAVEL" - } - ] -} diff --git a/src/main/resources/data/mineralogy/recipes/gunpowder_from_carbon_dust.json b/src/main/resources/data/mineralogy/recipes/gunpowder_from_carbon_dust.json deleted file mode 100644 index 3779bcb81..000000000 --- a/src/main/resources/data/mineralogy/recipes/gunpowder_from_carbon_dust.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:and", - "values": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - }, - { - "type": "neoforge:not", - "value": { - "type": "neoforge:tag_empty", - "tag": "c:dusts/carbon" - } - } - ] - } - ], - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "c:dusts/carbon" - }, - { - "tag": "c:dusts/nitrate" - }, - { - "tag": "c:dusts/sulfur" - } - ], - "result": { - "id": "minecraft:gunpowder", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gunpowder_from_charcoal.json b/src/main/resources/data/mineralogy/recipes/gunpowder_from_charcoal.json deleted file mode 100644 index f353aa478..000000000 --- a/src/main/resources/data/mineralogy/recipes/gunpowder_from_charcoal.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "minecraft:charcoal" - }, - { - "tag": "c:dusts/nitrate" - }, - { - "tag": "c:dusts/sulfur" - } - ], - "result": { - "id": "minecraft:gunpowder", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gunpowder_from_coal_dust.json b/src/main/resources/data/mineralogy/recipes/gunpowder_from_coal_dust.json deleted file mode 100644 index ec98c1102..000000000 --- a/src/main/resources/data/mineralogy/recipes/gunpowder_from_coal_dust.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:and", - "values": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - }, - { - "type": "neoforge:not", - "value": { - "type": "neoforge:tag_empty", - "tag": "c:dusts/coal" - } - } - ] - } - ], - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "tag": "c:dusts/coal" - }, - { - "tag": "c:dusts/nitrate" - }, - { - "tag": "c:dusts/sulfur" - } - ], - "result": { - "id": "minecraft:gunpowder", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gunpowder_from_sugar.json b/src/main/resources/data/mineralogy/recipes/gunpowder_from_sugar.json deleted file mode 100644 index a79dc301c..000000000 --- a/src/main/resources/data/mineralogy/recipes/gunpowder_from_sugar.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "minecraft:sugar" - }, - { - "tag": "c:dusts/nitrate" - }, - { - "tag": "c:dusts/sulfur" - } - ], - "result": { - "id": "minecraft:gunpowder", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/gypsum.json b/src/main/resources/data/mineralogy/recipes/gypsum.json deleted file mode 100644 index 9361b95fb..000000000 --- a/src/main/resources/data/mineralogy/recipes/gypsum.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "c:dusts/gypsum" - } - }, - "result": { - "id": "mineralogy:gypsum", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/gypsum_dust.json b/src/main/resources/data/mineralogy/recipes/gypsum_dust.json deleted file mode 100644 index 7d5858172..000000000 --- a/src/main/resources/data/mineralogy/recipes/gypsum_dust.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "c:storage_blocks/gypsum" - } - ], - "result": { - "id": "mineralogy:gypsum_dust", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_brick.json b/src/main/resources/data/mineralogy/recipes/hornfels_brick.json deleted file mode 100644 index 7907074d7..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/hornfels" - } - }, - "result": { - "id": "mineralogy:hornfels_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/hornfels_brick_block_polishing.json deleted file mode 100644 index 259884b43..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:hornfels_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/hornfels_brick_furnace.json deleted file mode 100644 index fc47b59e5..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/hornfels/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:hornfels_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_brick_slab.json b/src/main/resources/data/mineralogy/recipes/hornfels_brick_slab.json deleted file mode 100644 index 413b5d87d..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_brick" - } - }, - "result": { - "id": "mineralogy:hornfels_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/hornfels_brick_slab_polishing.json deleted file mode 100644 index b8a8cacbd..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:hornfels_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/hornfels_brick_slab_recombination.json deleted file mode 100644 index 5c06a59b2..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_brick_slab" - }, - { - "item": "mineralogy:hornfels_brick_slab" - } - ], - "result": { - "id": "mineralogy:hornfels_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/hornfels_brick_stairs.json deleted file mode 100644 index 2141e6b2d..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/hornfels/brick" - } - }, - "result": { - "id": "mineralogy:hornfels_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/hornfels_brick_stairs_polishing.json deleted file mode 100644 index 3f6125f38..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:hornfels_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_brick_wall.json b/src/main/resources/data/mineralogy/recipes/hornfels_brick_wall.json deleted file mode 100644 index f3ed2f6b9..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/hornfels/brick" - } - }, - "result": { - "id": "mineralogy:hornfels_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/hornfels_brick_wall_polishing.json deleted file mode 100644 index f11d3ba72..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:hornfels_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_cobblestone.json b/src/main/resources/data/mineralogy/recipes/hornfels_cobblestone.json deleted file mode 100644 index 7fd81f944..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/hornfels" - }, - { - "tag": "mineralogy:stones/hornfels" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_furnace.json b/src/main/resources/data/mineralogy/recipes/hornfels_furnace.json deleted file mode 100644 index 01d0e2c48..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/hornfels" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:hornfels_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/hornfels_polished_brick_slab_recombination.json deleted file mode 100644 index 04d17c581..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_smooth_brick_slab" - }, - { - "item": "mineralogy:hornfels_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:hornfels_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/hornfels_polished_slab_recombination.json deleted file mode 100644 index c6637a996..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_smooth_slab" - }, - { - "item": "mineralogy:hornfels_smooth_slab" - } - ], - "result": { - "id": "mineralogy:hornfels_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/hornfels_polished_slabs_to_brick.json deleted file mode 100644 index ed160f2dc..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_smooth_slab" - } - }, - "result": { - "id": "mineralogy:hornfels_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/hornfels_polished_stairs_to_brick.json deleted file mode 100644 index 5d6ea1b28..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:hornfels_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/hornfels_polished_walls_to_brick.json deleted file mode 100644 index a7b168403..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_smooth_wall" - } - }, - "result": { - "id": "mineralogy:hornfels_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/hornfels_raw_slab_polishing.json deleted file mode 100644 index 73674420e..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:hornfels_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/hornfels_raw_slab_recombination.json deleted file mode 100644 index e56535278..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_slab" - }, - { - "item": "mineralogy:hornfels_slab" - } - ], - "result": { - "id": "mineralogy:hornfels", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/hornfels_raw_slabs_to_brick.json deleted file mode 100644 index b3b20a76d..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_slab" - } - }, - "result": { - "id": "mineralogy:hornfels_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/hornfels_raw_stairs_polishing.json deleted file mode 100644 index ed5c82c44..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:hornfels_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/hornfels_raw_stairs_to_brick.json deleted file mode 100644 index 13fe0bd6e..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_stairs" - } - }, - "result": { - "id": "mineralogy:hornfels_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/hornfels_raw_wall_polishing.json deleted file mode 100644 index 86e578938..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:hornfels_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/hornfels_raw_walls_to_brick.json deleted file mode 100644 index 34895161c..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_wall" - } - }, - "result": { - "id": "mineralogy:hornfels_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_axe.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_axe.json deleted file mode 100644 index f71d86813..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:hornfels_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_blank.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_blank.json deleted file mode 100644 index 79202828e..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_smooth" - } - }, - "result": { - "id": "mineralogy:hornfels_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_cross.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_cross.json deleted file mode 100644 index 4cae3b573..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_relief_blank" - } - }, - "result": { - "id": "mineralogy:hornfels_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_hammer.json deleted file mode 100644 index ca40673b0..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:hornfels_relief_blank" - } - }, - "result": { - "id": "mineralogy:hornfels_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_hoe.json deleted file mode 100644 index a4a6dbfbf..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:hornfels_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_horizontal.json deleted file mode 100644 index 1030076a2..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_relief_blank" - } - }, - "result": { - "id": "mineralogy:hornfels_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_i.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_i.json deleted file mode 100644 index 3d2ce94de..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_relief_blank" - } - }, - "result": { - "id": "mineralogy:hornfels_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_left.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_left.json deleted file mode 100644 index 8347788a9..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_relief_blank" - } - }, - "result": { - "id": "mineralogy:hornfels_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_pickaxe.json deleted file mode 100644 index ba190ae17..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:hornfels_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_plus.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_plus.json deleted file mode 100644 index 102fe3f09..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:hornfels_relief_blank" - } - }, - "result": { - "id": "mineralogy:hornfels_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_right.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_right.json deleted file mode 100644 index c7b78c720..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_relief_left" - }, - { - "item": "mineralogy:hornfels_relief_left" - } - ], - "result": { - "id": "mineralogy:hornfels_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_sword.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_sword.json deleted file mode 100644 index 4d9007f71..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "mineralogy:hornfels_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:hornfels_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/hornfels_relief_vertical.json deleted file mode 100644 index 73993f734..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_relief_blank" - } - }, - "result": { - "id": "mineralogy:hornfels_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_slab.json b/src/main/resources/data/mineralogy/recipes/hornfels_slab.json deleted file mode 100644 index 5448ebe1e..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels" - } - }, - "result": { - "id": "mineralogy:hornfels_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_smooth.json b/src/main/resources/data/mineralogy/recipes/hornfels_smooth.json deleted file mode 100644 index 73fcc9552..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/hornfels" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:hornfels_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick.json deleted file mode 100644 index 8fe5e8daa..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/hornfels/smooth" - } - }, - "result": { - "id": "mineralogy:hornfels_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_furnace.json deleted file mode 100644 index cef14d32d..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/hornfels/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:hornfels_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_slab.json deleted file mode 100644 index 0c0ab1f80..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_smooth_brick" - } - }, - "result": { - "id": "mineralogy:hornfels_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_stairs.json deleted file mode 100644 index d5a5d782d..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/hornfels/smooth_brick" - } - }, - "result": { - "id": "mineralogy:hornfels_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_wall.json deleted file mode 100644 index 0859c42c9..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/hornfels/smooth_brick" - } - }, - "result": { - "id": "mineralogy:hornfels_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/hornfels_smooth_furnace.json deleted file mode 100644 index fcead18e6..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/hornfels/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:hornfels_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/hornfels_smooth_slab.json deleted file mode 100644 index 9bfcc2809..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:hornfels_smooth" - } - }, - "result": { - "id": "mineralogy:hornfels_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/hornfels_smooth_stairs.json deleted file mode 100644 index 57c237278..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/hornfels/smooth" - } - }, - "result": { - "id": "mineralogy:hornfels_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/hornfels_smooth_wall.json deleted file mode 100644 index 73a29b2fc..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/hornfels/smooth" - } - }, - "result": { - "id": "mineralogy:hornfels_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_stairs.json b/src/main/resources/data/mineralogy/recipes/hornfels_stairs.json deleted file mode 100644 index e727ebd9a..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/hornfels" - } - }, - "result": { - "id": "mineralogy:hornfels_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_to_stone.json b/src/main/resources/data/mineralogy/recipes/hornfels_to_stone.json deleted file mode 100644 index 269458ae5..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:hornfels" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/hornfels_wall.json b/src/main/resources/data/mineralogy/recipes/hornfels_wall.json deleted file mode 100644 index 2af50a444..000000000 --- a/src/main/resources/data/mineralogy/recipes/hornfels_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/hornfels" - } - }, - "result": { - "id": "mineralogy:hornfels_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_brick.json b/src/main/resources/data/mineralogy/recipes/limestone_brick.json deleted file mode 100644 index 15ce2d4c9..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/limestone" - } - }, - "result": { - "id": "mineralogy:limestone_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/limestone_brick_block_polishing.json deleted file mode 100644 index 764b66ee5..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:limestone_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/limestone_brick_furnace.json deleted file mode 100644 index df75e0dc5..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/limestone/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:limestone_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_brick_slab.json b/src/main/resources/data/mineralogy/recipes/limestone_brick_slab.json deleted file mode 100644 index 44a6e2101..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:limestone_brick" - } - }, - "result": { - "id": "mineralogy:limestone_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/limestone_brick_slab_polishing.json deleted file mode 100644 index dd97af15b..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:limestone_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/limestone_brick_slab_recombination.json deleted file mode 100644 index 5ed1328bc..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_brick_slab" - }, - { - "item": "mineralogy:limestone_brick_slab" - } - ], - "result": { - "id": "mineralogy:limestone_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/limestone_brick_stairs.json deleted file mode 100644 index 8cc742df9..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/limestone/brick" - } - }, - "result": { - "id": "mineralogy:limestone_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/limestone_brick_stairs_polishing.json deleted file mode 100644 index f1d2013dc..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:limestone_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_brick_wall.json b/src/main/resources/data/mineralogy/recipes/limestone_brick_wall.json deleted file mode 100644 index 38f0c525e..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/limestone/brick" - } - }, - "result": { - "id": "mineralogy:limestone_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/limestone_brick_wall_polishing.json deleted file mode 100644 index 52fbd5fe6..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:limestone_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_cobblestone.json b/src/main/resources/data/mineralogy/recipes/limestone_cobblestone.json deleted file mode 100644 index dd8d59f3e..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/limestone" - }, - { - "tag": "mineralogy:stones/limestone" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_furnace.json b/src/main/resources/data/mineralogy/recipes/limestone_furnace.json deleted file mode 100644 index 5c421933c..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/limestone" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:limestone_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/limestone_polished_brick_slab_recombination.json deleted file mode 100644 index 37b665fa6..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_smooth_brick_slab" - }, - { - "item": "mineralogy:limestone_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:limestone_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/limestone_polished_slab_recombination.json deleted file mode 100644 index fa9904f8e..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_smooth_slab" - }, - { - "item": "mineralogy:limestone_smooth_slab" - } - ], - "result": { - "id": "mineralogy:limestone_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/limestone_polished_slabs_to_brick.json deleted file mode 100644 index 0adf28056..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:limestone_smooth_slab" - } - }, - "result": { - "id": "mineralogy:limestone_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/limestone_polished_stairs_to_brick.json deleted file mode 100644 index 246bb0a13..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:limestone_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:limestone_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/limestone_polished_walls_to_brick.json deleted file mode 100644 index 76a5bfda4..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:limestone_smooth_wall" - } - }, - "result": { - "id": "mineralogy:limestone_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/limestone_raw_slab_polishing.json deleted file mode 100644 index e575b80f3..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:limestone_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/limestone_raw_slab_recombination.json deleted file mode 100644 index b747ce232..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_slab" - }, - { - "item": "mineralogy:limestone_slab" - } - ], - "result": { - "id": "mineralogy:limestone", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/limestone_raw_slabs_to_brick.json deleted file mode 100644 index 7a444849c..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:limestone_slab" - } - }, - "result": { - "id": "mineralogy:limestone_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/limestone_raw_stairs_polishing.json deleted file mode 100644 index e14852081..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:limestone_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/limestone_raw_stairs_to_brick.json deleted file mode 100644 index 4b329af1c..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:limestone_stairs" - } - }, - "result": { - "id": "mineralogy:limestone_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/limestone_raw_wall_polishing.json deleted file mode 100644 index 2a48a2135..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:limestone_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/limestone_raw_walls_to_brick.json deleted file mode 100644 index c78bcc08c..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:limestone_wall" - } - }, - "result": { - "id": "mineralogy:limestone_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_axe.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_axe.json deleted file mode 100644 index 6540a677f..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:limestone_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_blank.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_blank.json deleted file mode 100644 index 85af92825..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:limestone_smooth" - } - }, - "result": { - "id": "mineralogy:limestone_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_cross.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_cross.json deleted file mode 100644 index 88bcc9d42..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:limestone_relief_blank" - } - }, - "result": { - "id": "mineralogy:limestone_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_hammer.json deleted file mode 100644 index 98cc53528..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:limestone_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:limestone_relief_blank" - } - }, - "result": { - "id": "mineralogy:limestone_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_hoe.json deleted file mode 100644 index 70cf0fe9c..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:limestone_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_horizontal.json deleted file mode 100644 index 3f04da562..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:limestone_relief_blank" - } - }, - "result": { - "id": "mineralogy:limestone_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_i.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_i.json deleted file mode 100644 index 1fc88cf03..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:limestone_relief_blank" - } - }, - "result": { - "id": "mineralogy:limestone_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_left.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_left.json deleted file mode 100644 index 0d46a7a5d..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:limestone_relief_blank" - } - }, - "result": { - "id": "mineralogy:limestone_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_pickaxe.json deleted file mode 100644 index 0588e15d5..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:limestone_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_plus.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_plus.json deleted file mode 100644 index 0993b3de6..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:limestone_relief_blank" - } - }, - "result": { - "id": "mineralogy:limestone_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_right.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_right.json deleted file mode 100644 index ddceb8dfe..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_relief_left" - }, - { - "item": "mineralogy:limestone_relief_left" - } - ], - "result": { - "id": "mineralogy:limestone_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_sword.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_sword.json deleted file mode 100644 index 25d6881c8..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "mineralogy:limestone_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:limestone_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/limestone_relief_vertical.json deleted file mode 100644 index 48d75f179..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:limestone_relief_blank" - } - }, - "result": { - "id": "mineralogy:limestone_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_slab.json b/src/main/resources/data/mineralogy/recipes/limestone_slab.json deleted file mode 100644 index d7cc4b2dc..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:limestone" - } - }, - "result": { - "id": "mineralogy:limestone_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_smooth.json b/src/main/resources/data/mineralogy/recipes/limestone_smooth.json deleted file mode 100644 index 9e0892771..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/limestone" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:limestone_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick.json deleted file mode 100644 index 42d15a6af..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/limestone/smooth" - } - }, - "result": { - "id": "mineralogy:limestone_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_furnace.json deleted file mode 100644 index 725de4696..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/limestone/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:limestone_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_slab.json deleted file mode 100644 index 37b4448c0..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:limestone_smooth_brick" - } - }, - "result": { - "id": "mineralogy:limestone_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_stairs.json deleted file mode 100644 index cb6c2b0c5..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/limestone/smooth_brick" - } - }, - "result": { - "id": "mineralogy:limestone_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_wall.json deleted file mode 100644 index 4af2a1f92..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/limestone/smooth_brick" - } - }, - "result": { - "id": "mineralogy:limestone_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/limestone_smooth_furnace.json deleted file mode 100644 index 412c77475..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/limestone/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:limestone_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/limestone_smooth_slab.json deleted file mode 100644 index 6a6c20c41..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:limestone_smooth" - } - }, - "result": { - "id": "mineralogy:limestone_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/limestone_smooth_stairs.json deleted file mode 100644 index 1b6312c31..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/limestone/smooth" - } - }, - "result": { - "id": "mineralogy:limestone_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/limestone_smooth_wall.json deleted file mode 100644 index 4fe9b1823..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/limestone/smooth" - } - }, - "result": { - "id": "mineralogy:limestone_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_stairs.json b/src/main/resources/data/mineralogy/recipes/limestone_stairs.json deleted file mode 100644 index e34e741f6..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/limestone" - } - }, - "result": { - "id": "mineralogy:limestone_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_to_stone.json b/src/main/resources/data/mineralogy/recipes/limestone_to_stone.json deleted file mode 100644 index 341ce2198..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:limestone" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/limestone_wall.json b/src/main/resources/data/mineralogy/recipes/limestone_wall.json deleted file mode 100644 index f40bf0025..000000000 --- a/src/main/resources/data/mineralogy/recipes/limestone_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/limestone" - } - }, - "result": { - "id": "mineralogy:limestone_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_brick.json b/src/main/resources/data/mineralogy/recipes/marble_brick.json deleted file mode 100644 index ce9c00cc4..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/marble" - } - }, - "result": { - "id": "mineralogy:marble_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/marble_brick_block_polishing.json deleted file mode 100644 index f88b2a97c..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:marble_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/marble_brick_furnace.json deleted file mode 100644 index 775ab1908..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/marble/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:marble_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_brick_slab.json b/src/main/resources/data/mineralogy/recipes/marble_brick_slab.json deleted file mode 100644 index 2fb213ab4..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:marble_brick" - } - }, - "result": { - "id": "mineralogy:marble_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/marble_brick_slab_polishing.json deleted file mode 100644 index 83bd3248b..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:marble_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/marble_brick_slab_recombination.json deleted file mode 100644 index 88d283f0d..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_brick_slab" - }, - { - "item": "mineralogy:marble_brick_slab" - } - ], - "result": { - "id": "mineralogy:marble_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/marble_brick_stairs.json deleted file mode 100644 index e55ab696a..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/marble/brick" - } - }, - "result": { - "id": "mineralogy:marble_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/marble_brick_stairs_polishing.json deleted file mode 100644 index 05b638cec..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:marble_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_brick_wall.json b/src/main/resources/data/mineralogy/recipes/marble_brick_wall.json deleted file mode 100644 index c7ac1bd58..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/marble/brick" - } - }, - "result": { - "id": "mineralogy:marble_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/marble_brick_wall_polishing.json deleted file mode 100644 index c77213d1a..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:marble_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_cobblestone.json b/src/main/resources/data/mineralogy/recipes/marble_cobblestone.json deleted file mode 100644 index fe1e26139..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/marble" - }, - { - "tag": "mineralogy:stones/marble" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_furnace.json b/src/main/resources/data/mineralogy/recipes/marble_furnace.json deleted file mode 100644 index 58e439cb6..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/marble" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:marble_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/marble_polished_brick_slab_recombination.json deleted file mode 100644 index 4eaeea1ad..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_smooth_brick_slab" - }, - { - "item": "mineralogy:marble_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:marble_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/marble_polished_slab_recombination.json deleted file mode 100644 index 6dbde396e..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_smooth_slab" - }, - { - "item": "mineralogy:marble_smooth_slab" - } - ], - "result": { - "id": "mineralogy:marble_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/marble_polished_slabs_to_brick.json deleted file mode 100644 index 55a2be8a3..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:marble_smooth_slab" - } - }, - "result": { - "id": "mineralogy:marble_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/marble_polished_stairs_to_brick.json deleted file mode 100644 index 8792cc197..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:marble_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:marble_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/marble_polished_walls_to_brick.json deleted file mode 100644 index 8d75a46e4..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:marble_smooth_wall" - } - }, - "result": { - "id": "mineralogy:marble_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/marble_raw_slab_polishing.json deleted file mode 100644 index d41cae5ff..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:marble_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/marble_raw_slab_recombination.json deleted file mode 100644 index 2c0bb61a9..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_slab" - }, - { - "item": "mineralogy:marble_slab" - } - ], - "result": { - "id": "mineralogy:marble", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/marble_raw_slabs_to_brick.json deleted file mode 100644 index 285ce88a6..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:marble_slab" - } - }, - "result": { - "id": "mineralogy:marble_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/marble_raw_stairs_polishing.json deleted file mode 100644 index 33a2f692b..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:marble_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/marble_raw_stairs_to_brick.json deleted file mode 100644 index b25eb3585..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:marble_stairs" - } - }, - "result": { - "id": "mineralogy:marble_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/marble_raw_wall_polishing.json deleted file mode 100644 index a389d8482..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:marble_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/marble_raw_walls_to_brick.json deleted file mode 100644 index 6ad9561ce..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:marble_wall" - } - }, - "result": { - "id": "mineralogy:marble_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_axe.json b/src/main/resources/data/mineralogy/recipes/marble_relief_axe.json deleted file mode 100644 index 16c1a51f5..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:marble_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_blank.json b/src/main/resources/data/mineralogy/recipes/marble_relief_blank.json deleted file mode 100644 index b4fed7f27..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:marble_smooth" - } - }, - "result": { - "id": "mineralogy:marble_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_cross.json b/src/main/resources/data/mineralogy/recipes/marble_relief_cross.json deleted file mode 100644 index 526d0143b..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:marble_relief_blank" - } - }, - "result": { - "id": "mineralogy:marble_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/marble_relief_hammer.json deleted file mode 100644 index 93c7e1fdb..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:marble_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:marble_relief_blank" - } - }, - "result": { - "id": "mineralogy:marble_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/marble_relief_hoe.json deleted file mode 100644 index 7876d15d9..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:marble_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/marble_relief_horizontal.json deleted file mode 100644 index eff3aa7ce..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:marble_relief_blank" - } - }, - "result": { - "id": "mineralogy:marble_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_i.json b/src/main/resources/data/mineralogy/recipes/marble_relief_i.json deleted file mode 100644 index 3aaea59a0..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:marble_relief_blank" - } - }, - "result": { - "id": "mineralogy:marble_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_left.json b/src/main/resources/data/mineralogy/recipes/marble_relief_left.json deleted file mode 100644 index d024537a7..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:marble_relief_blank" - } - }, - "result": { - "id": "mineralogy:marble_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/marble_relief_pickaxe.json deleted file mode 100644 index 48de1d899..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:marble_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_plus.json b/src/main/resources/data/mineralogy/recipes/marble_relief_plus.json deleted file mode 100644 index 114f61277..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:marble_relief_blank" - } - }, - "result": { - "id": "mineralogy:marble_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_right.json b/src/main/resources/data/mineralogy/recipes/marble_relief_right.json deleted file mode 100644 index 6df4e86e1..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_relief_left" - }, - { - "item": "mineralogy:marble_relief_left" - } - ], - "result": { - "id": "mineralogy:marble_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_sword.json b/src/main/resources/data/mineralogy/recipes/marble_relief_sword.json deleted file mode 100644 index acf56398d..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "mineralogy:marble_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:marble_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/marble_relief_vertical.json deleted file mode 100644 index 4056e5e71..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:marble_relief_blank" - } - }, - "result": { - "id": "mineralogy:marble_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_slab.json b/src/main/resources/data/mineralogy/recipes/marble_slab.json deleted file mode 100644 index 59671bf59..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:marble" - } - }, - "result": { - "id": "mineralogy:marble_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_smooth.json b/src/main/resources/data/mineralogy/recipes/marble_smooth.json deleted file mode 100644 index 1381883c4..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/marble" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:marble_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/marble_smooth_brick.json deleted file mode 100644 index 8e9b48937..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/marble/smooth" - } - }, - "result": { - "id": "mineralogy:marble_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/marble_smooth_brick_furnace.json deleted file mode 100644 index 23b429b3a..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/marble/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:marble_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/marble_smooth_brick_slab.json deleted file mode 100644 index 3351a28b2..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:marble_smooth_brick" - } - }, - "result": { - "id": "mineralogy:marble_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/marble_smooth_brick_stairs.json deleted file mode 100644 index 8ec454e82..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/marble/smooth_brick" - } - }, - "result": { - "id": "mineralogy:marble_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/marble_smooth_brick_wall.json deleted file mode 100644 index fc7188784..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/marble/smooth_brick" - } - }, - "result": { - "id": "mineralogy:marble_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/marble_smooth_furnace.json deleted file mode 100644 index 8664f78b1..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/marble/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:marble_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/marble_smooth_slab.json deleted file mode 100644 index 8a9963fa7..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:marble_smooth" - } - }, - "result": { - "id": "mineralogy:marble_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/marble_smooth_stairs.json deleted file mode 100644 index e36681906..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/marble/smooth" - } - }, - "result": { - "id": "mineralogy:marble_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/marble_smooth_wall.json deleted file mode 100644 index 8abfb2842..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/marble/smooth" - } - }, - "result": { - "id": "mineralogy:marble_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_stairs.json b/src/main/resources/data/mineralogy/recipes/marble_stairs.json deleted file mode 100644 index 7ad4397f3..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/marble" - } - }, - "result": { - "id": "mineralogy:marble_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_to_stone.json b/src/main/resources/data/mineralogy/recipes/marble_to_stone.json deleted file mode 100644 index cb8237bb0..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:marble" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/marble_wall.json b/src/main/resources/data/mineralogy/recipes/marble_wall.json deleted file mode 100644 index 3f779362f..000000000 --- a/src/main/resources/data/mineralogy/recipes/marble_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/marble" - } - }, - "result": { - "id": "mineralogy:marble_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/mineralfertilizer.json b/src/main/resources/data/mineralogy/recipes/mineralfertilizer.json deleted file mode 100644 index 6eec190ea..000000000 --- a/src/main/resources/data/mineralogy/recipes/mineralfertilizer.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_FERTILIZER" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "c:dusts/nitrate" - }, - { - "tag": "c:dusts/phosphorous" - } - ], - "result": { - "id": "mineralogy:mineral_fertilizer", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/nitrate_block.json b/src/main/resources/data/mineralogy/recipes/nitrate_block.json deleted file mode 100644 index b387ba916..000000000 --- a/src/main/resources/data/mineralogy/recipes/nitrate_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:nitrate_dust" - } - }, - "result": { - "id": "mineralogy:nitrate_block", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/nitrate_dust.json b/src/main/resources/data/mineralogy/recipes/nitrate_dust.json deleted file mode 100644 index ebaf66dff..000000000 --- a/src/main/resources/data/mineralogy/recipes/nitrate_dust.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "c:storage_blocks/nitrate" - } - ], - "result": { - "id": "mineralogy:nitrate_dust", - "count": 9 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_brick.json b/src/main/resources/data/mineralogy/recipes/novaculite_brick.json deleted file mode 100644 index 0624f853f..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/novaculite" - } - }, - "result": { - "id": "mineralogy:novaculite_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/novaculite_brick_block_polishing.json deleted file mode 100644 index 3229b148c..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:novaculite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/novaculite_brick_furnace.json deleted file mode 100644 index fea7ef2b7..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/novaculite/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:novaculite_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_brick_slab.json b/src/main/resources/data/mineralogy/recipes/novaculite_brick_slab.json deleted file mode 100644 index 52069f8f9..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_brick" - } - }, - "result": { - "id": "mineralogy:novaculite_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/novaculite_brick_slab_polishing.json deleted file mode 100644 index e7ddf7d39..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:novaculite_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/novaculite_brick_slab_recombination.json deleted file mode 100644 index 6163d1565..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_brick_slab" - }, - { - "item": "mineralogy:novaculite_brick_slab" - } - ], - "result": { - "id": "mineralogy:novaculite_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/novaculite_brick_stairs.json deleted file mode 100644 index 38382a295..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/novaculite/brick" - } - }, - "result": { - "id": "mineralogy:novaculite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/novaculite_brick_stairs_polishing.json deleted file mode 100644 index ecf43a44f..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:novaculite_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_brick_wall.json b/src/main/resources/data/mineralogy/recipes/novaculite_brick_wall.json deleted file mode 100644 index e94165466..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/novaculite/brick" - } - }, - "result": { - "id": "mineralogy:novaculite_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/novaculite_brick_wall_polishing.json deleted file mode 100644 index 45f67d5d8..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:novaculite_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_cobblestone.json b/src/main/resources/data/mineralogy/recipes/novaculite_cobblestone.json deleted file mode 100644 index 8417d68f0..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/novaculite" - }, - { - "tag": "mineralogy:stones/novaculite" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_furnace.json b/src/main/resources/data/mineralogy/recipes/novaculite_furnace.json deleted file mode 100644 index 600802409..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/novaculite" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:novaculite_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/novaculite_polished_brick_slab_recombination.json deleted file mode 100644 index d830d1e67..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_smooth_brick_slab" - }, - { - "item": "mineralogy:novaculite_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:novaculite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/novaculite_polished_slab_recombination.json deleted file mode 100644 index 96b753ce5..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_smooth_slab" - }, - { - "item": "mineralogy:novaculite_smooth_slab" - } - ], - "result": { - "id": "mineralogy:novaculite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/novaculite_polished_slabs_to_brick.json deleted file mode 100644 index 026db0d91..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_smooth_slab" - } - }, - "result": { - "id": "mineralogy:novaculite_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/novaculite_polished_stairs_to_brick.json deleted file mode 100644 index 7bb43784a..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:novaculite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/novaculite_polished_walls_to_brick.json deleted file mode 100644 index 3d68d89e6..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_smooth_wall" - } - }, - "result": { - "id": "mineralogy:novaculite_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/novaculite_raw_slab_polishing.json deleted file mode 100644 index f1cd19f87..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:novaculite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/novaculite_raw_slab_recombination.json deleted file mode 100644 index 6bce1dd92..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_slab" - }, - { - "item": "mineralogy:novaculite_slab" - } - ], - "result": { - "id": "mineralogy:novaculite", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/novaculite_raw_slabs_to_brick.json deleted file mode 100644 index 62394c21a..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_slab" - } - }, - "result": { - "id": "mineralogy:novaculite_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/novaculite_raw_stairs_polishing.json deleted file mode 100644 index ccf15f0be..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:novaculite_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/novaculite_raw_stairs_to_brick.json deleted file mode 100644 index 9fec2d910..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_stairs" - } - }, - "result": { - "id": "mineralogy:novaculite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/novaculite_raw_wall_polishing.json deleted file mode 100644 index 0171cc7bf..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:novaculite_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/novaculite_raw_walls_to_brick.json deleted file mode 100644 index 852929602..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_wall" - } - }, - "result": { - "id": "mineralogy:novaculite_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_axe.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_axe.json deleted file mode 100644 index b244fac77..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:novaculite_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_blank.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_blank.json deleted file mode 100644 index e16fcc87c..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_smooth" - } - }, - "result": { - "id": "mineralogy:novaculite_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_cross.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_cross.json deleted file mode 100644 index f5bd5f1dc..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_relief_blank" - } - }, - "result": { - "id": "mineralogy:novaculite_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_hammer.json deleted file mode 100644 index 24524225b..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:novaculite_relief_blank" - } - }, - "result": { - "id": "mineralogy:novaculite_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_hoe.json deleted file mode 100644 index bed1a1510..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:novaculite_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_horizontal.json deleted file mode 100644 index 19db4c7ec..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_relief_blank" - } - }, - "result": { - "id": "mineralogy:novaculite_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_i.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_i.json deleted file mode 100644 index 914aeec1c..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_relief_blank" - } - }, - "result": { - "id": "mineralogy:novaculite_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_left.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_left.json deleted file mode 100644 index 3a264bc0a..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_relief_blank" - } - }, - "result": { - "id": "mineralogy:novaculite_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_pickaxe.json deleted file mode 100644 index 9b8aac744..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:novaculite_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_plus.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_plus.json deleted file mode 100644 index 5415c17b0..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:novaculite_relief_blank" - } - }, - "result": { - "id": "mineralogy:novaculite_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_right.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_right.json deleted file mode 100644 index bbe7331ce..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_relief_left" - }, - { - "item": "mineralogy:novaculite_relief_left" - } - ], - "result": { - "id": "mineralogy:novaculite_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_sword.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_sword.json deleted file mode 100644 index 17bff23a0..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "mineralogy:novaculite_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:novaculite_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/novaculite_relief_vertical.json deleted file mode 100644 index 8cd6a0e56..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_relief_blank" - } - }, - "result": { - "id": "mineralogy:novaculite_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_slab.json b/src/main/resources/data/mineralogy/recipes/novaculite_slab.json deleted file mode 100644 index e9fa08745..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite" - } - }, - "result": { - "id": "mineralogy:novaculite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_smooth.json b/src/main/resources/data/mineralogy/recipes/novaculite_smooth.json deleted file mode 100644 index 751cfd2f1..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/novaculite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:novaculite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick.json deleted file mode 100644 index cb46b7cd3..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/novaculite/smooth" - } - }, - "result": { - "id": "mineralogy:novaculite_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_furnace.json deleted file mode 100644 index b507bd1be..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/novaculite/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:novaculite_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_slab.json deleted file mode 100644 index 371cb7be2..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_smooth_brick" - } - }, - "result": { - "id": "mineralogy:novaculite_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_stairs.json deleted file mode 100644 index c1961b115..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/novaculite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:novaculite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_wall.json deleted file mode 100644 index 319016612..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/novaculite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:novaculite_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/novaculite_smooth_furnace.json deleted file mode 100644 index 4d9c601d1..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/novaculite/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:novaculite_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/novaculite_smooth_slab.json deleted file mode 100644 index a8cbe74af..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:novaculite_smooth" - } - }, - "result": { - "id": "mineralogy:novaculite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/novaculite_smooth_stairs.json deleted file mode 100644 index f736d7319..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/novaculite/smooth" - } - }, - "result": { - "id": "mineralogy:novaculite_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/novaculite_smooth_wall.json deleted file mode 100644 index 846641823..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/novaculite/smooth" - } - }, - "result": { - "id": "mineralogy:novaculite_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_stairs.json b/src/main/resources/data/mineralogy/recipes/novaculite_stairs.json deleted file mode 100644 index 38e073f34..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/novaculite" - } - }, - "result": { - "id": "mineralogy:novaculite_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_to_stone.json b/src/main/resources/data/mineralogy/recipes/novaculite_to_stone.json deleted file mode 100644 index aba051787..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:novaculite" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/novaculite_wall.json b/src/main/resources/data/mineralogy/recipes/novaculite_wall.json deleted file mode 100644 index e649f0d92..000000000 --- a/src/main/resources/data/mineralogy/recipes/novaculite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/novaculite" - } - }, - "result": { - "id": "mineralogy:novaculite_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_brick.json b/src/main/resources/data/mineralogy/recipes/pegmatite_brick.json deleted file mode 100644 index 35835b8c6..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/pegmatite" - } - }, - "result": { - "id": "mineralogy:pegmatite_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/pegmatite_brick_block_polishing.json deleted file mode 100644 index c0d032720..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:pegmatite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/pegmatite_brick_furnace.json deleted file mode 100644 index d63699657..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/pegmatite/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:pegmatite_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_slab.json b/src/main/resources/data/mineralogy/recipes/pegmatite_brick_slab.json deleted file mode 100644 index 7c9538db4..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_brick" - } - }, - "result": { - "id": "mineralogy:pegmatite_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/pegmatite_brick_slab_polishing.json deleted file mode 100644 index 732d23fa7..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:pegmatite_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/pegmatite_brick_slab_recombination.json deleted file mode 100644 index 1b2c93f97..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_brick_slab" - }, - { - "item": "mineralogy:pegmatite_brick_slab" - } - ], - "result": { - "id": "mineralogy:pegmatite_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/pegmatite_brick_stairs.json deleted file mode 100644 index e9d5bbb46..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/pegmatite/brick" - } - }, - "result": { - "id": "mineralogy:pegmatite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/pegmatite_brick_stairs_polishing.json deleted file mode 100644 index db71610bf..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:pegmatite_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_wall.json b/src/main/resources/data/mineralogy/recipes/pegmatite_brick_wall.json deleted file mode 100644 index 3dd46b08a..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/pegmatite/brick" - } - }, - "result": { - "id": "mineralogy:pegmatite_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/pegmatite_brick_wall_polishing.json deleted file mode 100644 index 123e3846a..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:pegmatite_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_cobblestone.json b/src/main/resources/data/mineralogy/recipes/pegmatite_cobblestone.json deleted file mode 100644 index b4a9d19cc..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/pegmatite" - }, - { - "tag": "mineralogy:stones/pegmatite" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_furnace.json b/src/main/resources/data/mineralogy/recipes/pegmatite_furnace.json deleted file mode 100644 index d27b4b118..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/pegmatite" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:pegmatite_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/pegmatite_polished_brick_slab_recombination.json deleted file mode 100644 index c4ae92e3f..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_smooth_brick_slab" - }, - { - "item": "mineralogy:pegmatite_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:pegmatite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/pegmatite_polished_slab_recombination.json deleted file mode 100644 index 446938c95..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_smooth_slab" - }, - { - "item": "mineralogy:pegmatite_smooth_slab" - } - ], - "result": { - "id": "mineralogy:pegmatite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/pegmatite_polished_slabs_to_brick.json deleted file mode 100644 index 5b64c5e14..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_smooth_slab" - } - }, - "result": { - "id": "mineralogy:pegmatite_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/pegmatite_polished_stairs_to_brick.json deleted file mode 100644 index c8f092540..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:pegmatite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/pegmatite_polished_walls_to_brick.json deleted file mode 100644 index fc05d602e..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_smooth_wall" - } - }, - "result": { - "id": "mineralogy:pegmatite_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/pegmatite_raw_slab_polishing.json deleted file mode 100644 index a222e4285..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:pegmatite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/pegmatite_raw_slab_recombination.json deleted file mode 100644 index 10bd6cb13..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_slab" - }, - { - "item": "mineralogy:pegmatite_slab" - } - ], - "result": { - "id": "mineralogy:pegmatite", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/pegmatite_raw_slabs_to_brick.json deleted file mode 100644 index 28341e711..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_slab" - } - }, - "result": { - "id": "mineralogy:pegmatite_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/pegmatite_raw_stairs_polishing.json deleted file mode 100644 index 5b78b1caf..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:pegmatite_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/pegmatite_raw_stairs_to_brick.json deleted file mode 100644 index c1caf948f..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_stairs" - } - }, - "result": { - "id": "mineralogy:pegmatite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/pegmatite_raw_wall_polishing.json deleted file mode 100644 index 2b6472bcc..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:pegmatite_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/pegmatite_raw_walls_to_brick.json deleted file mode 100644 index 95fe70fcb..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_wall" - } - }, - "result": { - "id": "mineralogy:pegmatite_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_axe.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_axe.json deleted file mode 100644 index 7d6547655..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:pegmatite_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_blank.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_blank.json deleted file mode 100644 index 5ad699208..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_smooth" - } - }, - "result": { - "id": "mineralogy:pegmatite_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_cross.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_cross.json deleted file mode 100644 index 5c8a19b20..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_relief_blank" - } - }, - "result": { - "id": "mineralogy:pegmatite_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_hammer.json deleted file mode 100644 index 21e9bb0e8..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:pegmatite_relief_blank" - } - }, - "result": { - "id": "mineralogy:pegmatite_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_hoe.json deleted file mode 100644 index 8db8cfbdf..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:pegmatite_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_horizontal.json deleted file mode 100644 index e89357ab5..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_relief_blank" - } - }, - "result": { - "id": "mineralogy:pegmatite_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_i.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_i.json deleted file mode 100644 index d14821ea6..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_relief_blank" - } - }, - "result": { - "id": "mineralogy:pegmatite_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_left.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_left.json deleted file mode 100644 index 5ddd21d9c..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_relief_blank" - } - }, - "result": { - "id": "mineralogy:pegmatite_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_pickaxe.json deleted file mode 100644 index 4cf4c7524..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:pegmatite_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_plus.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_plus.json deleted file mode 100644 index dc5af503a..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_relief_blank" - } - }, - "result": { - "id": "mineralogy:pegmatite_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_right.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_right.json deleted file mode 100644 index 5455a90ec..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_relief_left" - }, - { - "item": "mineralogy:pegmatite_relief_left" - } - ], - "result": { - "id": "mineralogy:pegmatite_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_sword.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_sword.json deleted file mode 100644 index de0444e58..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "mineralogy:pegmatite_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:pegmatite_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/pegmatite_relief_vertical.json deleted file mode 100644 index d9b591cd3..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_relief_blank" - } - }, - "result": { - "id": "mineralogy:pegmatite_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_slab.json b/src/main/resources/data/mineralogy/recipes/pegmatite_slab.json deleted file mode 100644 index 5e97b1c2d..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite" - } - }, - "result": { - "id": "mineralogy:pegmatite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth.json b/src/main/resources/data/mineralogy/recipes/pegmatite_smooth.json deleted file mode 100644 index 7b817f4b6..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/pegmatite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:pegmatite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick.json deleted file mode 100644 index ff72de910..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/pegmatite/smooth" - } - }, - "result": { - "id": "mineralogy:pegmatite_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_furnace.json deleted file mode 100644 index 65e726495..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/pegmatite/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:pegmatite_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_slab.json deleted file mode 100644 index d64177a3d..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_smooth_brick" - } - }, - "result": { - "id": "mineralogy:pegmatite_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_stairs.json deleted file mode 100644 index b59eb111f..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/pegmatite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:pegmatite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_wall.json deleted file mode 100644 index f24a425fd..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/pegmatite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:pegmatite_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_furnace.json deleted file mode 100644 index 6d57e2378..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/pegmatite/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:pegmatite_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_slab.json deleted file mode 100644 index d148ec019..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:pegmatite_smooth" - } - }, - "result": { - "id": "mineralogy:pegmatite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_stairs.json deleted file mode 100644 index 984daa2ec..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/pegmatite/smooth" - } - }, - "result": { - "id": "mineralogy:pegmatite_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_wall.json deleted file mode 100644 index be8d7fba6..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/pegmatite/smooth" - } - }, - "result": { - "id": "mineralogy:pegmatite_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_stairs.json b/src/main/resources/data/mineralogy/recipes/pegmatite_stairs.json deleted file mode 100644 index bc6b0c4cf..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/pegmatite" - } - }, - "result": { - "id": "mineralogy:pegmatite_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_to_stone.json b/src/main/resources/data/mineralogy/recipes/pegmatite_to_stone.json deleted file mode 100644 index 65efb7699..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:pegmatite" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/pegmatite_wall.json b/src/main/resources/data/mineralogy/recipes/pegmatite_wall.json deleted file mode 100644 index eeb26007d..000000000 --- a/src/main/resources/data/mineralogy/recipes/pegmatite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/pegmatite" - } - }, - "result": { - "id": "mineralogy:pegmatite_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_brick.json b/src/main/resources/data/mineralogy/recipes/peridotite_brick.json deleted file mode 100644 index 5c6ce54eb..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/peridotite" - } - }, - "result": { - "id": "mineralogy:peridotite_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/peridotite_brick_block_polishing.json deleted file mode 100644 index df3867279..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:peridotite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/peridotite_brick_furnace.json deleted file mode 100644 index d5c97848b..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/peridotite/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:peridotite_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_brick_slab.json b/src/main/resources/data/mineralogy/recipes/peridotite_brick_slab.json deleted file mode 100644 index 4f8333aab..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_brick" - } - }, - "result": { - "id": "mineralogy:peridotite_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/peridotite_brick_slab_polishing.json deleted file mode 100644 index 852eb3429..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:peridotite_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/peridotite_brick_slab_recombination.json deleted file mode 100644 index d6436723a..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_brick_slab" - }, - { - "item": "mineralogy:peridotite_brick_slab" - } - ], - "result": { - "id": "mineralogy:peridotite_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/peridotite_brick_stairs.json deleted file mode 100644 index 21708fa18..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/peridotite/brick" - } - }, - "result": { - "id": "mineralogy:peridotite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/peridotite_brick_stairs_polishing.json deleted file mode 100644 index 453f864bf..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:peridotite_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_brick_wall.json b/src/main/resources/data/mineralogy/recipes/peridotite_brick_wall.json deleted file mode 100644 index 7cb83789b..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/peridotite/brick" - } - }, - "result": { - "id": "mineralogy:peridotite_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/peridotite_brick_wall_polishing.json deleted file mode 100644 index c06fde2ba..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:peridotite_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_cobblestone.json b/src/main/resources/data/mineralogy/recipes/peridotite_cobblestone.json deleted file mode 100644 index d64107527..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/peridotite" - }, - { - "tag": "mineralogy:stones/peridotite" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_furnace.json b/src/main/resources/data/mineralogy/recipes/peridotite_furnace.json deleted file mode 100644 index b6e1f25ac..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/peridotite" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:peridotite_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/peridotite_polished_brick_slab_recombination.json deleted file mode 100644 index 612edab33..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_smooth_brick_slab" - }, - { - "item": "mineralogy:peridotite_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:peridotite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/peridotite_polished_slab_recombination.json deleted file mode 100644 index 4084632e7..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_smooth_slab" - }, - { - "item": "mineralogy:peridotite_smooth_slab" - } - ], - "result": { - "id": "mineralogy:peridotite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/peridotite_polished_slabs_to_brick.json deleted file mode 100644 index 56802670c..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_smooth_slab" - } - }, - "result": { - "id": "mineralogy:peridotite_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/peridotite_polished_stairs_to_brick.json deleted file mode 100644 index c82fd65d3..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:peridotite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/peridotite_polished_walls_to_brick.json deleted file mode 100644 index 30686908b..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_smooth_wall" - } - }, - "result": { - "id": "mineralogy:peridotite_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/peridotite_raw_slab_polishing.json deleted file mode 100644 index 38be03417..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:peridotite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/peridotite_raw_slab_recombination.json deleted file mode 100644 index 90673600e..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_slab" - }, - { - "item": "mineralogy:peridotite_slab" - } - ], - "result": { - "id": "mineralogy:peridotite", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/peridotite_raw_slabs_to_brick.json deleted file mode 100644 index 647833f72..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_slab" - } - }, - "result": { - "id": "mineralogy:peridotite_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/peridotite_raw_stairs_polishing.json deleted file mode 100644 index 48262524c..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:peridotite_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/peridotite_raw_stairs_to_brick.json deleted file mode 100644 index cd85b3173..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_stairs" - } - }, - "result": { - "id": "mineralogy:peridotite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/peridotite_raw_wall_polishing.json deleted file mode 100644 index 241550cd5..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:peridotite_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/peridotite_raw_walls_to_brick.json deleted file mode 100644 index fd3bb414f..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_wall" - } - }, - "result": { - "id": "mineralogy:peridotite_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_axe.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_axe.json deleted file mode 100644 index 2597783fd..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:peridotite_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_blank.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_blank.json deleted file mode 100644 index fd409853a..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_smooth" - } - }, - "result": { - "id": "mineralogy:peridotite_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_cross.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_cross.json deleted file mode 100644 index a92b125c2..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_relief_blank" - } - }, - "result": { - "id": "mineralogy:peridotite_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_hammer.json deleted file mode 100644 index c56168c28..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:peridotite_relief_blank" - } - }, - "result": { - "id": "mineralogy:peridotite_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_hoe.json deleted file mode 100644 index 6b91bfe13..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:peridotite_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_horizontal.json deleted file mode 100644 index a7f18cc00..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_relief_blank" - } - }, - "result": { - "id": "mineralogy:peridotite_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_i.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_i.json deleted file mode 100644 index 707f84e96..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_relief_blank" - } - }, - "result": { - "id": "mineralogy:peridotite_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_left.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_left.json deleted file mode 100644 index 1016c9147..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_relief_blank" - } - }, - "result": { - "id": "mineralogy:peridotite_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_pickaxe.json deleted file mode 100644 index 9dae178c1..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:peridotite_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_plus.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_plus.json deleted file mode 100644 index 382dd73ff..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:peridotite_relief_blank" - } - }, - "result": { - "id": "mineralogy:peridotite_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_right.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_right.json deleted file mode 100644 index d217bda41..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_relief_left" - }, - { - "item": "mineralogy:peridotite_relief_left" - } - ], - "result": { - "id": "mineralogy:peridotite_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_sword.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_sword.json deleted file mode 100644 index 9b9654294..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "mineralogy:peridotite_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:peridotite_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/peridotite_relief_vertical.json deleted file mode 100644 index b9be113b4..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_relief_blank" - } - }, - "result": { - "id": "mineralogy:peridotite_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_slab.json b/src/main/resources/data/mineralogy/recipes/peridotite_slab.json deleted file mode 100644 index f46201e40..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite" - } - }, - "result": { - "id": "mineralogy:peridotite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_smooth.json b/src/main/resources/data/mineralogy/recipes/peridotite_smooth.json deleted file mode 100644 index fc87b7cdc..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/peridotite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:peridotite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick.json deleted file mode 100644 index 1610ce91c..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/peridotite/smooth" - } - }, - "result": { - "id": "mineralogy:peridotite_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_furnace.json deleted file mode 100644 index 4a9aa919c..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/peridotite/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:peridotite_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_slab.json deleted file mode 100644 index b2259a58f..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_smooth_brick" - } - }, - "result": { - "id": "mineralogy:peridotite_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_stairs.json deleted file mode 100644 index aee64cc2f..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/peridotite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:peridotite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_wall.json deleted file mode 100644 index fca17094d..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/peridotite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:peridotite_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/peridotite_smooth_furnace.json deleted file mode 100644 index 05e1844a6..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/peridotite/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:peridotite_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/peridotite_smooth_slab.json deleted file mode 100644 index bf9bf6bee..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:peridotite_smooth" - } - }, - "result": { - "id": "mineralogy:peridotite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/peridotite_smooth_stairs.json deleted file mode 100644 index 5e4b99396..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/peridotite/smooth" - } - }, - "result": { - "id": "mineralogy:peridotite_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/peridotite_smooth_wall.json deleted file mode 100644 index 2502c430a..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/peridotite/smooth" - } - }, - "result": { - "id": "mineralogy:peridotite_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_stairs.json b/src/main/resources/data/mineralogy/recipes/peridotite_stairs.json deleted file mode 100644 index 20eb13572..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/peridotite" - } - }, - "result": { - "id": "mineralogy:peridotite_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_to_stone.json b/src/main/resources/data/mineralogy/recipes/peridotite_to_stone.json deleted file mode 100644 index e7ea54bb4..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:peridotite" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/peridotite_wall.json b/src/main/resources/data/mineralogy/recipes/peridotite_wall.json deleted file mode 100644 index c02ab1d12..000000000 --- a/src/main/resources/data/mineralogy/recipes/peridotite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/peridotite" - } - }, - "result": { - "id": "mineralogy:peridotite_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phosphorous_block.json b/src/main/resources/data/mineralogy/recipes/phosphorous_block.json deleted file mode 100644 index dbd955906..000000000 --- a/src/main/resources/data/mineralogy/recipes/phosphorous_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:phosphorous_dust" - } - }, - "result": { - "id": "mineralogy:phosphorous_block", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phosphorous_dust.json b/src/main/resources/data/mineralogy/recipes/phosphorous_dust.json deleted file mode 100644 index 2250f0f1e..000000000 --- a/src/main/resources/data/mineralogy/recipes/phosphorous_dust.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "c:storage_blocks/phosphorous" - } - ], - "result": { - "id": "mineralogy:phosphorous_dust", - "count": 9 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_brick.json b/src/main/resources/data/mineralogy/recipes/phyllite_brick.json deleted file mode 100644 index c88b7b29d..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/phyllite" - } - }, - "result": { - "id": "mineralogy:phyllite_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/phyllite_brick_block_polishing.json deleted file mode 100644 index d50d6d9bd..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:phyllite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/phyllite_brick_furnace.json deleted file mode 100644 index 090bc6d11..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/phyllite/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:phyllite_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_brick_slab.json b/src/main/resources/data/mineralogy/recipes/phyllite_brick_slab.json deleted file mode 100644 index 633d9afc6..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_brick" - } - }, - "result": { - "id": "mineralogy:phyllite_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/phyllite_brick_slab_polishing.json deleted file mode 100644 index d62f115c3..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:phyllite_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/phyllite_brick_slab_recombination.json deleted file mode 100644 index 720d9fa8b..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_brick_slab" - }, - { - "item": "mineralogy:phyllite_brick_slab" - } - ], - "result": { - "id": "mineralogy:phyllite_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/phyllite_brick_stairs.json deleted file mode 100644 index b5646d5db..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/phyllite/brick" - } - }, - "result": { - "id": "mineralogy:phyllite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/phyllite_brick_stairs_polishing.json deleted file mode 100644 index 627deb1a2..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:phyllite_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_brick_wall.json b/src/main/resources/data/mineralogy/recipes/phyllite_brick_wall.json deleted file mode 100644 index 72a87ffdb..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/phyllite/brick" - } - }, - "result": { - "id": "mineralogy:phyllite_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/phyllite_brick_wall_polishing.json deleted file mode 100644 index e04beac9b..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:phyllite_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_cobblestone.json b/src/main/resources/data/mineralogy/recipes/phyllite_cobblestone.json deleted file mode 100644 index 40046ab3f..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/phyllite" - }, - { - "tag": "mineralogy:stones/phyllite" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_furnace.json b/src/main/resources/data/mineralogy/recipes/phyllite_furnace.json deleted file mode 100644 index 6f805d347..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/phyllite" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:phyllite_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/phyllite_polished_brick_slab_recombination.json deleted file mode 100644 index 4f71a6eac..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_smooth_brick_slab" - }, - { - "item": "mineralogy:phyllite_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:phyllite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/phyllite_polished_slab_recombination.json deleted file mode 100644 index 2a0767da4..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_smooth_slab" - }, - { - "item": "mineralogy:phyllite_smooth_slab" - } - ], - "result": { - "id": "mineralogy:phyllite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/phyllite_polished_slabs_to_brick.json deleted file mode 100644 index 482bc5aa4..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_smooth_slab" - } - }, - "result": { - "id": "mineralogy:phyllite_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/phyllite_polished_stairs_to_brick.json deleted file mode 100644 index 71d1efa5c..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:phyllite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/phyllite_polished_walls_to_brick.json deleted file mode 100644 index 8b79b7669..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_smooth_wall" - } - }, - "result": { - "id": "mineralogy:phyllite_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/phyllite_raw_slab_polishing.json deleted file mode 100644 index cbcb53485..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:phyllite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/phyllite_raw_slab_recombination.json deleted file mode 100644 index 2a762450f..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_slab" - }, - { - "item": "mineralogy:phyllite_slab" - } - ], - "result": { - "id": "mineralogy:phyllite", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/phyllite_raw_slabs_to_brick.json deleted file mode 100644 index 8d0b3f0ab..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_slab" - } - }, - "result": { - "id": "mineralogy:phyllite_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/phyllite_raw_stairs_polishing.json deleted file mode 100644 index e05a3617c..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:phyllite_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/phyllite_raw_stairs_to_brick.json deleted file mode 100644 index e9d6efe86..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_stairs" - } - }, - "result": { - "id": "mineralogy:phyllite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/phyllite_raw_wall_polishing.json deleted file mode 100644 index 641cd0adf..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:phyllite_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/phyllite_raw_walls_to_brick.json deleted file mode 100644 index 748f78811..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_wall" - } - }, - "result": { - "id": "mineralogy:phyllite_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_axe.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_axe.json deleted file mode 100644 index 55ce9aa47..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:phyllite_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_blank.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_blank.json deleted file mode 100644 index 9832c4ba6..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_smooth" - } - }, - "result": { - "id": "mineralogy:phyllite_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_cross.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_cross.json deleted file mode 100644 index ddb071523..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_relief_blank" - } - }, - "result": { - "id": "mineralogy:phyllite_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_hammer.json deleted file mode 100644 index ce6db71a1..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:phyllite_relief_blank" - } - }, - "result": { - "id": "mineralogy:phyllite_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_hoe.json deleted file mode 100644 index 3b084c073..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:phyllite_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_horizontal.json deleted file mode 100644 index df784b3b3..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_relief_blank" - } - }, - "result": { - "id": "mineralogy:phyllite_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_i.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_i.json deleted file mode 100644 index 58695b234..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_relief_blank" - } - }, - "result": { - "id": "mineralogy:phyllite_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_left.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_left.json deleted file mode 100644 index ad0bc7d28..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_relief_blank" - } - }, - "result": { - "id": "mineralogy:phyllite_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_pickaxe.json deleted file mode 100644 index 7f7598623..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:phyllite_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_plus.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_plus.json deleted file mode 100644 index 8079a6664..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:phyllite_relief_blank" - } - }, - "result": { - "id": "mineralogy:phyllite_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_right.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_right.json deleted file mode 100644 index 11c7bdd1d..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_relief_left" - }, - { - "item": "mineralogy:phyllite_relief_left" - } - ], - "result": { - "id": "mineralogy:phyllite_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_sword.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_sword.json deleted file mode 100644 index 9b6a0b12c..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "mineralogy:phyllite_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:phyllite_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/phyllite_relief_vertical.json deleted file mode 100644 index 0c5fae68c..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_relief_blank" - } - }, - "result": { - "id": "mineralogy:phyllite_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_slab.json b/src/main/resources/data/mineralogy/recipes/phyllite_slab.json deleted file mode 100644 index d09352684..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite" - } - }, - "result": { - "id": "mineralogy:phyllite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_smooth.json b/src/main/resources/data/mineralogy/recipes/phyllite_smooth.json deleted file mode 100644 index dc9a4dae0..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/phyllite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:phyllite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick.json deleted file mode 100644 index d2bcd3ea3..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/phyllite/smooth" - } - }, - "result": { - "id": "mineralogy:phyllite_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_furnace.json deleted file mode 100644 index 3981b62fd..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/phyllite/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:phyllite_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_slab.json deleted file mode 100644 index 766d12289..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_smooth_brick" - } - }, - "result": { - "id": "mineralogy:phyllite_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_stairs.json deleted file mode 100644 index 645c5ae5b..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/phyllite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:phyllite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_wall.json deleted file mode 100644 index a720e1e70..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/phyllite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:phyllite_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/phyllite_smooth_furnace.json deleted file mode 100644 index aae95fd55..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/phyllite/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:phyllite_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/phyllite_smooth_slab.json deleted file mode 100644 index 372c2f8e3..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:phyllite_smooth" - } - }, - "result": { - "id": "mineralogy:phyllite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/phyllite_smooth_stairs.json deleted file mode 100644 index 1ea7c679e..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/phyllite/smooth" - } - }, - "result": { - "id": "mineralogy:phyllite_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/phyllite_smooth_wall.json deleted file mode 100644 index 32a4c33ed..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/phyllite/smooth" - } - }, - "result": { - "id": "mineralogy:phyllite_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_stairs.json b/src/main/resources/data/mineralogy/recipes/phyllite_stairs.json deleted file mode 100644 index 7120af09f..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/phyllite" - } - }, - "result": { - "id": "mineralogy:phyllite_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_to_stone.json b/src/main/resources/data/mineralogy/recipes/phyllite_to_stone.json deleted file mode 100644 index 2b946183b..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:phyllite" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/phyllite_wall.json b/src/main/resources/data/mineralogy/recipes/phyllite_wall.json deleted file mode 100644 index 40bfc3e2e..000000000 --- a/src/main/resources/data/mineralogy/recipes/phyllite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/phyllite" - } - }, - "result": { - "id": "mineralogy:phyllite_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_brick.json b/src/main/resources/data/mineralogy/recipes/quartzite_brick.json deleted file mode 100644 index aa13e82c7..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/quartzite" - } - }, - "result": { - "id": "mineralogy:quartzite_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/quartzite_brick_block_polishing.json deleted file mode 100644 index 8ddeaf5c4..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:quartzite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/quartzite_brick_furnace.json deleted file mode 100644 index 48233afe9..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/quartzite/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:quartzite_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_brick_slab.json b/src/main/resources/data/mineralogy/recipes/quartzite_brick_slab.json deleted file mode 100644 index 1849e90a7..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_brick" - } - }, - "result": { - "id": "mineralogy:quartzite_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/quartzite_brick_slab_polishing.json deleted file mode 100644 index 5fcd52ada..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:quartzite_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/quartzite_brick_slab_recombination.json deleted file mode 100644 index 40743ce3d..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_brick_slab" - }, - { - "item": "mineralogy:quartzite_brick_slab" - } - ], - "result": { - "id": "mineralogy:quartzite_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/quartzite_brick_stairs.json deleted file mode 100644 index 683db63ed..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/quartzite/brick" - } - }, - "result": { - "id": "mineralogy:quartzite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/quartzite_brick_stairs_polishing.json deleted file mode 100644 index 08707856c..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:quartzite_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_brick_wall.json b/src/main/resources/data/mineralogy/recipes/quartzite_brick_wall.json deleted file mode 100644 index ab57d34b7..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/quartzite/brick" - } - }, - "result": { - "id": "mineralogy:quartzite_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/quartzite_brick_wall_polishing.json deleted file mode 100644 index b4f2177e4..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:quartzite_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_cobblestone.json b/src/main/resources/data/mineralogy/recipes/quartzite_cobblestone.json deleted file mode 100644 index 8fffb28f2..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/quartzite" - }, - { - "tag": "mineralogy:stones/quartzite" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_furnace.json b/src/main/resources/data/mineralogy/recipes/quartzite_furnace.json deleted file mode 100644 index e569cfcb1..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/quartzite" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:quartzite_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/quartzite_polished_brick_slab_recombination.json deleted file mode 100644 index e7a254227..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_smooth_brick_slab" - }, - { - "item": "mineralogy:quartzite_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:quartzite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/quartzite_polished_slab_recombination.json deleted file mode 100644 index 79edbc7cf..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_smooth_slab" - }, - { - "item": "mineralogy:quartzite_smooth_slab" - } - ], - "result": { - "id": "mineralogy:quartzite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/quartzite_polished_slabs_to_brick.json deleted file mode 100644 index acf957e7b..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_smooth_slab" - } - }, - "result": { - "id": "mineralogy:quartzite_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/quartzite_polished_stairs_to_brick.json deleted file mode 100644 index 9341422bb..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:quartzite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/quartzite_polished_walls_to_brick.json deleted file mode 100644 index b7a8d89cd..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_smooth_wall" - } - }, - "result": { - "id": "mineralogy:quartzite_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/quartzite_raw_slab_polishing.json deleted file mode 100644 index 985cf7053..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:quartzite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/quartzite_raw_slab_recombination.json deleted file mode 100644 index f2cd4427a..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_slab" - }, - { - "item": "mineralogy:quartzite_slab" - } - ], - "result": { - "id": "mineralogy:quartzite", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/quartzite_raw_slabs_to_brick.json deleted file mode 100644 index 3d121dc7f..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_slab" - } - }, - "result": { - "id": "mineralogy:quartzite_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/quartzite_raw_stairs_polishing.json deleted file mode 100644 index 2aa4bb261..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:quartzite_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/quartzite_raw_stairs_to_brick.json deleted file mode 100644 index baacf7cfb..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_stairs" - } - }, - "result": { - "id": "mineralogy:quartzite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/quartzite_raw_wall_polishing.json deleted file mode 100644 index 74887d872..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:quartzite_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/quartzite_raw_walls_to_brick.json deleted file mode 100644 index a1eb773c5..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_wall" - } - }, - "result": { - "id": "mineralogy:quartzite_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_axe.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_axe.json deleted file mode 100644 index c9a59c250..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:quartzite_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_blank.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_blank.json deleted file mode 100644 index eb895abb0..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_smooth" - } - }, - "result": { - "id": "mineralogy:quartzite_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_cross.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_cross.json deleted file mode 100644 index 6cb44388e..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_relief_blank" - } - }, - "result": { - "id": "mineralogy:quartzite_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_hammer.json deleted file mode 100644 index 3c36e95c6..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:quartzite_relief_blank" - } - }, - "result": { - "id": "mineralogy:quartzite_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_hoe.json deleted file mode 100644 index 652a2a5e5..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:quartzite_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_horizontal.json deleted file mode 100644 index f5046e016..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_relief_blank" - } - }, - "result": { - "id": "mineralogy:quartzite_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_i.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_i.json deleted file mode 100644 index 0b90fb541..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_relief_blank" - } - }, - "result": { - "id": "mineralogy:quartzite_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_left.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_left.json deleted file mode 100644 index f1a47dcc6..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_relief_blank" - } - }, - "result": { - "id": "mineralogy:quartzite_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_pickaxe.json deleted file mode 100644 index 86287c68c..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:quartzite_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_plus.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_plus.json deleted file mode 100644 index f7f85537b..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:quartzite_relief_blank" - } - }, - "result": { - "id": "mineralogy:quartzite_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_right.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_right.json deleted file mode 100644 index 56124de89..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_relief_left" - }, - { - "item": "mineralogy:quartzite_relief_left" - } - ], - "result": { - "id": "mineralogy:quartzite_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_sword.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_sword.json deleted file mode 100644 index f431cf996..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "mineralogy:quartzite_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:quartzite_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/quartzite_relief_vertical.json deleted file mode 100644 index 3938ab6e0..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_relief_blank" - } - }, - "result": { - "id": "mineralogy:quartzite_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_slab.json b/src/main/resources/data/mineralogy/recipes/quartzite_slab.json deleted file mode 100644 index a52b11cb2..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite" - } - }, - "result": { - "id": "mineralogy:quartzite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_smooth.json b/src/main/resources/data/mineralogy/recipes/quartzite_smooth.json deleted file mode 100644 index 352f03e77..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/quartzite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:quartzite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick.json deleted file mode 100644 index 058647895..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/quartzite/smooth" - } - }, - "result": { - "id": "mineralogy:quartzite_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_furnace.json deleted file mode 100644 index 10e5c4133..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/quartzite/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:quartzite_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_slab.json deleted file mode 100644 index e43379afd..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_smooth_brick" - } - }, - "result": { - "id": "mineralogy:quartzite_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_stairs.json deleted file mode 100644 index 3d59c7618..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/quartzite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:quartzite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_wall.json deleted file mode 100644 index 1c0e92511..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/quartzite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:quartzite_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/quartzite_smooth_furnace.json deleted file mode 100644 index 4470c813b..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/quartzite/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:quartzite_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/quartzite_smooth_slab.json deleted file mode 100644 index 4a5889c67..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:quartzite_smooth" - } - }, - "result": { - "id": "mineralogy:quartzite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/quartzite_smooth_stairs.json deleted file mode 100644 index 1a8cffc73..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/quartzite/smooth" - } - }, - "result": { - "id": "mineralogy:quartzite_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/quartzite_smooth_wall.json deleted file mode 100644 index 3ffe04965..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/quartzite/smooth" - } - }, - "result": { - "id": "mineralogy:quartzite_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_stairs.json b/src/main/resources/data/mineralogy/recipes/quartzite_stairs.json deleted file mode 100644 index b92ba6ff5..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/quartzite" - } - }, - "result": { - "id": "mineralogy:quartzite_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_to_stone.json b/src/main/resources/data/mineralogy/recipes/quartzite_to_stone.json deleted file mode 100644 index 04319e09f..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:quartzite" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/quartzite_wall.json b/src/main/resources/data/mineralogy/recipes/quartzite_wall.json deleted file mode 100644 index 0a6809efc..000000000 --- a/src/main/resources/data/mineralogy/recipes/quartzite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/quartzite" - } - }, - "result": { - "id": "mineralogy:quartzite_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_brick.json b/src/main/resources/data/mineralogy/recipes/rhyolite_brick.json deleted file mode 100644 index fc6333c9e..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rhyolite" - } - }, - "result": { - "id": "mineralogy:rhyolite_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/rhyolite_brick_block_polishing.json deleted file mode 100644 index f1bb61b15..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rhyolite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/rhyolite_brick_furnace.json deleted file mode 100644 index 4adf43dc9..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/rhyolite/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:rhyolite_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_slab.json b/src/main/resources/data/mineralogy/recipes/rhyolite_brick_slab.json deleted file mode 100644 index 989318094..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_brick" - } - }, - "result": { - "id": "mineralogy:rhyolite_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/rhyolite_brick_slab_polishing.json deleted file mode 100644 index 989b789d1..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rhyolite_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/rhyolite_brick_slab_recombination.json deleted file mode 100644 index c5d01c2b3..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_brick_slab" - }, - { - "item": "mineralogy:rhyolite_brick_slab" - } - ], - "result": { - "id": "mineralogy:rhyolite_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/rhyolite_brick_stairs.json deleted file mode 100644 index adc8f10ba..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rhyolite/brick" - } - }, - "result": { - "id": "mineralogy:rhyolite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/rhyolite_brick_stairs_polishing.json deleted file mode 100644 index 82f70aeb4..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rhyolite_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_wall.json b/src/main/resources/data/mineralogy/recipes/rhyolite_brick_wall.json deleted file mode 100644 index b0f57dd8d..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rhyolite/brick" - } - }, - "result": { - "id": "mineralogy:rhyolite_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/rhyolite_brick_wall_polishing.json deleted file mode 100644 index 84739d7aa..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rhyolite_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_cobblestone.json b/src/main/resources/data/mineralogy/recipes/rhyolite_cobblestone.json deleted file mode 100644 index 184b68652..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/rhyolite" - }, - { - "tag": "mineralogy:stones/rhyolite" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_furnace.json b/src/main/resources/data/mineralogy/recipes/rhyolite_furnace.json deleted file mode 100644 index 0f615bc8b..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/rhyolite" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:rhyolite_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/rhyolite_polished_brick_slab_recombination.json deleted file mode 100644 index fff3fc803..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_smooth_brick_slab" - }, - { - "item": "mineralogy:rhyolite_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:rhyolite_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/rhyolite_polished_slab_recombination.json deleted file mode 100644 index 4dd158a2b..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_smooth_slab" - }, - { - "item": "mineralogy:rhyolite_smooth_slab" - } - ], - "result": { - "id": "mineralogy:rhyolite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/rhyolite_polished_slabs_to_brick.json deleted file mode 100644 index 2296e3956..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_smooth_slab" - } - }, - "result": { - "id": "mineralogy:rhyolite_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/rhyolite_polished_stairs_to_brick.json deleted file mode 100644 index 5f8f8d331..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:rhyolite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/rhyolite_polished_walls_to_brick.json deleted file mode 100644 index 219900553..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_smooth_wall" - } - }, - "result": { - "id": "mineralogy:rhyolite_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/rhyolite_raw_slab_polishing.json deleted file mode 100644 index 77a8a22af..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rhyolite_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/rhyolite_raw_slab_recombination.json deleted file mode 100644 index 1373ead54..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_slab" - }, - { - "item": "mineralogy:rhyolite_slab" - } - ], - "result": { - "id": "mineralogy:rhyolite", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/rhyolite_raw_slabs_to_brick.json deleted file mode 100644 index 37f8caca0..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_slab" - } - }, - "result": { - "id": "mineralogy:rhyolite_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/rhyolite_raw_stairs_polishing.json deleted file mode 100644 index 68270caef..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rhyolite_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/rhyolite_raw_stairs_to_brick.json deleted file mode 100644 index 9c03abfbc..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_stairs" - } - }, - "result": { - "id": "mineralogy:rhyolite_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/rhyolite_raw_wall_polishing.json deleted file mode 100644 index 4513d90f9..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rhyolite_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/rhyolite_raw_walls_to_brick.json deleted file mode 100644 index fb32f3c95..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_wall" - } - }, - "result": { - "id": "mineralogy:rhyolite_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_axe.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_axe.json deleted file mode 100644 index fe6b85fce..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:rhyolite_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_blank.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_blank.json deleted file mode 100644 index 65503bbed..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_smooth" - } - }, - "result": { - "id": "mineralogy:rhyolite_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_cross.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_cross.json deleted file mode 100644 index 7ed126d6c..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:rhyolite_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_hammer.json deleted file mode 100644 index 7d48ab71d..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:rhyolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:rhyolite_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_hoe.json deleted file mode 100644 index 6b1f70647..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:rhyolite_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_horizontal.json deleted file mode 100644 index 267be9c2f..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:rhyolite_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_i.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_i.json deleted file mode 100644 index ab7772d6e..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:rhyolite_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_left.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_left.json deleted file mode 100644 index 95ec8f2cd..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:rhyolite_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_pickaxe.json deleted file mode 100644 index d2744a215..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:rhyolite_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_plus.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_plus.json deleted file mode 100644 index da7e20c7a..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:rhyolite_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_right.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_right.json deleted file mode 100644 index 677327052..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_relief_left" - }, - { - "item": "mineralogy:rhyolite_relief_left" - } - ], - "result": { - "id": "mineralogy:rhyolite_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_sword.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_sword.json deleted file mode 100644 index 6030c57cb..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "mineralogy:rhyolite_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:rhyolite_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/rhyolite_relief_vertical.json deleted file mode 100644 index 4b9020b8a..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_relief_blank" - } - }, - "result": { - "id": "mineralogy:rhyolite_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_slab.json b/src/main/resources/data/mineralogy/recipes/rhyolite_slab.json deleted file mode 100644 index c5ffd97f0..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite" - } - }, - "result": { - "id": "mineralogy:rhyolite_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth.json b/src/main/resources/data/mineralogy/recipes/rhyolite_smooth.json deleted file mode 100644 index 4e63b5375..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/rhyolite" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:rhyolite_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick.json deleted file mode 100644 index 8663f4393..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rhyolite/smooth" - } - }, - "result": { - "id": "mineralogy:rhyolite_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_furnace.json deleted file mode 100644 index d93bf4b04..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/rhyolite/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:rhyolite_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_slab.json deleted file mode 100644 index 21c20ec5b..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_smooth_brick" - } - }, - "result": { - "id": "mineralogy:rhyolite_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_stairs.json deleted file mode 100644 index 412987e6e..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rhyolite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:rhyolite_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_wall.json deleted file mode 100644 index 29c450b0f..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rhyolite/smooth_brick" - } - }, - "result": { - "id": "mineralogy:rhyolite_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_furnace.json deleted file mode 100644 index ceab7b779..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/rhyolite/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:rhyolite_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_slab.json deleted file mode 100644 index d964bdded..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rhyolite_smooth" - } - }, - "result": { - "id": "mineralogy:rhyolite_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_stairs.json deleted file mode 100644 index 3bdff5404..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rhyolite/smooth" - } - }, - "result": { - "id": "mineralogy:rhyolite_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_wall.json deleted file mode 100644 index f3fa7f0f9..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rhyolite/smooth" - } - }, - "result": { - "id": "mineralogy:rhyolite_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_stairs.json b/src/main/resources/data/mineralogy/recipes/rhyolite_stairs.json deleted file mode 100644 index 21bc6e206..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rhyolite" - } - }, - "result": { - "id": "mineralogy:rhyolite_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_to_stone.json b/src/main/resources/data/mineralogy/recipes/rhyolite_to_stone.json deleted file mode 100644 index 458236ce6..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:rhyolite" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/rhyolite_wall.json b/src/main/resources/data/mineralogy/recipes/rhyolite_wall.json deleted file mode 100644 index 926bbdfaf..000000000 --- a/src/main/resources/data/mineralogy/recipes/rhyolite_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rhyolite" - } - }, - "result": { - "id": "mineralogy:rhyolite_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt.json b/src/main/resources/data/mineralogy/recipes/rock_salt.json deleted file mode 100644 index 58aeba680..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "c:dusts/rock_salt" - } - }, - "result": { - "id": "mineralogy:rock_salt", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_brick.json b/src/main/resources/data/mineralogy/recipes/rock_salt_brick.json deleted file mode 100644 index cbe2c3f58..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rock_salt" - } - }, - "result": { - "id": "mineralogy:rock_salt_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/rock_salt_brick_block_polishing.json deleted file mode 100644 index ea4addc5e..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rock_salt_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/rock_salt_brick_furnace.json deleted file mode 100644 index d23742d28..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/rock_salt/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:rock_salt_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_slab.json b/src/main/resources/data/mineralogy/recipes/rock_salt_brick_slab.json deleted file mode 100644 index e8b7d4ad5..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_brick" - } - }, - "result": { - "id": "mineralogy:rock_salt_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/rock_salt_brick_slab_polishing.json deleted file mode 100644 index 1e1543313..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rock_salt_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/rock_salt_brick_slab_recombination.json deleted file mode 100644 index 47cddfa0f..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_brick_slab" - }, - { - "item": "mineralogy:rock_salt_brick_slab" - } - ], - "result": { - "id": "mineralogy:rock_salt_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/rock_salt_brick_stairs.json deleted file mode 100644 index a8ca56151..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rock_salt/brick" - } - }, - "result": { - "id": "mineralogy:rock_salt_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/rock_salt_brick_stairs_polishing.json deleted file mode 100644 index d4c4f470b..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rock_salt_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_wall.json b/src/main/resources/data/mineralogy/recipes/rock_salt_brick_wall.json deleted file mode 100644 index 7522479b8..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rock_salt/brick" - } - }, - "result": { - "id": "mineralogy:rock_salt_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/rock_salt_brick_wall_polishing.json deleted file mode 100644 index f3c2431e0..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rock_salt_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_cobblestone.json b/src/main/resources/data/mineralogy/recipes/rock_salt_cobblestone.json deleted file mode 100644 index 63202a35f..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/rock_salt" - }, - { - "tag": "mineralogy:stones/rock_salt" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_dust.json b/src/main/resources/data/mineralogy/recipes/rock_salt_dust.json deleted file mode 100644 index ebe95cc66..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_dust.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "c:storage_blocks/rock_salt" - } - ], - "result": { - "id": "mineralogy:rock_salt_dust", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_furnace.json b/src/main/resources/data/mineralogy/recipes/rock_salt_furnace.json deleted file mode 100644 index e7f38ec3d..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/rock_salt" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:rock_salt_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/rock_salt_polished_brick_slab_recombination.json deleted file mode 100644 index 56a1a9f7f..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_smooth_brick_slab" - }, - { - "item": "mineralogy:rock_salt_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:rock_salt_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/rock_salt_polished_slab_recombination.json deleted file mode 100644 index f03da68a4..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_smooth_slab" - }, - { - "item": "mineralogy:rock_salt_smooth_slab" - } - ], - "result": { - "id": "mineralogy:rock_salt_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/rock_salt_polished_slabs_to_brick.json deleted file mode 100644 index ac02fe4a9..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_smooth_slab" - } - }, - "result": { - "id": "mineralogy:rock_salt_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/rock_salt_polished_stairs_to_brick.json deleted file mode 100644 index f9410c2a2..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:rock_salt_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/rock_salt_polished_walls_to_brick.json deleted file mode 100644 index 2a5f87cf9..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_smooth_wall" - } - }, - "result": { - "id": "mineralogy:rock_salt_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/rock_salt_raw_slab_polishing.json deleted file mode 100644 index 1e36c9325..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rock_salt_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/rock_salt_raw_slab_recombination.json deleted file mode 100644 index db76eb864..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_slab" - }, - { - "item": "mineralogy:rock_salt_slab" - } - ], - "result": { - "id": "mineralogy:rock_salt", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/rock_salt_raw_slabs_to_brick.json deleted file mode 100644 index 508448f52..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_slab" - } - }, - "result": { - "id": "mineralogy:rock_salt_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/rock_salt_raw_stairs_polishing.json deleted file mode 100644 index 37ecbb959..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rock_salt_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/rock_salt_raw_stairs_to_brick.json deleted file mode 100644 index 4da9180fe..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_stairs" - } - }, - "result": { - "id": "mineralogy:rock_salt_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/rock_salt_raw_wall_polishing.json deleted file mode 100644 index 46a959c7b..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:rock_salt_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/rock_salt_raw_walls_to_brick.json deleted file mode 100644 index 909ec3ad3..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_wall" - } - }, - "result": { - "id": "mineralogy:rock_salt_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_axe.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_axe.json deleted file mode 100644 index f143be898..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:rock_salt_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_blank.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_blank.json deleted file mode 100644 index 9464bd84f..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_smooth" - } - }, - "result": { - "id": "mineralogy:rock_salt_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_cross.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_cross.json deleted file mode 100644 index 29073b722..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_relief_blank" - } - }, - "result": { - "id": "mineralogy:rock_salt_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_hammer.json deleted file mode 100644 index 2a960c6fa..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:rock_salt_relief_blank" - } - }, - "result": { - "id": "mineralogy:rock_salt_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_hoe.json deleted file mode 100644 index cece07707..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:rock_salt_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_horizontal.json deleted file mode 100644 index e8c08056d..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_relief_blank" - } - }, - "result": { - "id": "mineralogy:rock_salt_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_i.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_i.json deleted file mode 100644 index 21bd4c4ca..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_relief_blank" - } - }, - "result": { - "id": "mineralogy:rock_salt_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_left.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_left.json deleted file mode 100644 index b3824eab3..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_relief_blank" - } - }, - "result": { - "id": "mineralogy:rock_salt_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_pickaxe.json deleted file mode 100644 index 863963a3e..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:rock_salt_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_plus.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_plus.json deleted file mode 100644 index 9fb82bff4..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_relief_blank" - } - }, - "result": { - "id": "mineralogy:rock_salt_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_right.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_right.json deleted file mode 100644 index 092694342..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_relief_left" - }, - { - "item": "mineralogy:rock_salt_relief_left" - } - ], - "result": { - "id": "mineralogy:rock_salt_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_sword.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_sword.json deleted file mode 100644 index 6b4f3ccf6..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "mineralogy:rock_salt_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:rock_salt_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/rock_salt_relief_vertical.json deleted file mode 100644 index b36851bf5..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_relief_blank" - } - }, - "result": { - "id": "mineralogy:rock_salt_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_slab.json b/src/main/resources/data/mineralogy/recipes/rock_salt_slab.json deleted file mode 100644 index a22a473f1..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt" - } - }, - "result": { - "id": "mineralogy:rock_salt_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth.json b/src/main/resources/data/mineralogy/recipes/rock_salt_smooth.json deleted file mode 100644 index 8b354bb3d..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/rock_salt" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:rock_salt_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick.json deleted file mode 100644 index 415bd8c60..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rock_salt/smooth" - } - }, - "result": { - "id": "mineralogy:rock_salt_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_furnace.json deleted file mode 100644 index b9e0eeb03..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/rock_salt/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:rock_salt_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_slab.json deleted file mode 100644 index a51e8331f..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_smooth_brick" - } - }, - "result": { - "id": "mineralogy:rock_salt_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_stairs.json deleted file mode 100644 index 1bffe40b7..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rock_salt/smooth_brick" - } - }, - "result": { - "id": "mineralogy:rock_salt_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_wall.json deleted file mode 100644 index d77f1ee3b..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rock_salt/smooth_brick" - } - }, - "result": { - "id": "mineralogy:rock_salt_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_furnace.json deleted file mode 100644 index f44b998e6..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/rock_salt/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:rock_salt_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_slab.json deleted file mode 100644 index e0f670c2b..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:rock_salt_smooth" - } - }, - "result": { - "id": "mineralogy:rock_salt_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_stairs.json deleted file mode 100644 index 8271de27d..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rock_salt/smooth" - } - }, - "result": { - "id": "mineralogy:rock_salt_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_wall.json deleted file mode 100644 index e378d255b..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rock_salt/smooth" - } - }, - "result": { - "id": "mineralogy:rock_salt_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_stairs.json b/src/main/resources/data/mineralogy/recipes/rock_salt_stairs.json deleted file mode 100644 index 8d6d166ed..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rock_salt" - } - }, - "result": { - "id": "mineralogy:rock_salt_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_to_stone.json b/src/main/resources/data/mineralogy/recipes/rock_salt_to_stone.json deleted file mode 100644 index 091801f46..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:rock_salt" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/rock_salt_wall.json b/src/main/resources/data/mineralogy/recipes/rock_salt_wall.json deleted file mode 100644 index c8c7ec6ca..000000000 --- a/src/main/resources/data/mineralogy/recipes/rock_salt_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/rock_salt" - } - }, - "result": { - "id": "mineralogy:rock_salt_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/rocksaltlamp.json b/src/main/resources/data/mineralogy/recipes/rocksaltlamp.json deleted file mode 100644 index b9f48f9ce..000000000 --- a/src/main/resources/data/mineralogy/recipes/rocksaltlamp.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_ROCK_SALT_LAMPS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:rock_salt" - }, - { - "item": "minecraft:torch" - }, - { - "item": "minecraft:iron_ingot" - } - ], - "result": { - "id": "mineralogy:rocksaltlamp", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/rocksaltstreetlamp.json b/src/main/resources/data/mineralogy/recipes/rocksaltstreetlamp.json deleted file mode 100644 index 2f4910a14..000000000 --- a/src/main/resources/data/mineralogy/recipes/rocksaltstreetlamp.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_ROCK_SALT_LAMPS" - } - ], - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "y", - "y" - ], - "key": { - "x": { - "tag": "c:lamps/rock_salt" - }, - "y": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "id": "mineralogy:rocksaltstreetlamp", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_brick.json b/src/main/resources/data/mineralogy/recipes/schist_brick.json deleted file mode 100644 index 5c8310f36..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/schist" - } - }, - "result": { - "id": "mineralogy:schist_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/schist_brick_block_polishing.json deleted file mode 100644 index 226087231..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:schist_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/schist_brick_furnace.json deleted file mode 100644 index 34951168e..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/schist/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:schist_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_brick_slab.json b/src/main/resources/data/mineralogy/recipes/schist_brick_slab.json deleted file mode 100644 index 9037c158d..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:schist_brick" - } - }, - "result": { - "id": "mineralogy:schist_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/schist_brick_slab_polishing.json deleted file mode 100644 index bed589fc5..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:schist_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/schist_brick_slab_recombination.json deleted file mode 100644 index 5903b9c12..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_brick_slab" - }, - { - "item": "mineralogy:schist_brick_slab" - } - ], - "result": { - "id": "mineralogy:schist_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/schist_brick_stairs.json deleted file mode 100644 index 1bbd08be8..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/schist/brick" - } - }, - "result": { - "id": "mineralogy:schist_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/schist_brick_stairs_polishing.json deleted file mode 100644 index d4c5206ce..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:schist_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_brick_wall.json b/src/main/resources/data/mineralogy/recipes/schist_brick_wall.json deleted file mode 100644 index 34fed13a7..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/schist/brick" - } - }, - "result": { - "id": "mineralogy:schist_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/schist_brick_wall_polishing.json deleted file mode 100644 index 9e6e37796..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:schist_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_cobblestone.json b/src/main/resources/data/mineralogy/recipes/schist_cobblestone.json deleted file mode 100644 index a41b843c4..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/schist" - }, - { - "tag": "mineralogy:stones/schist" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_furnace.json b/src/main/resources/data/mineralogy/recipes/schist_furnace.json deleted file mode 100644 index e5922ffa5..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/schist" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:schist_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/schist_polished_brick_slab_recombination.json deleted file mode 100644 index 882254ea2..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_smooth_brick_slab" - }, - { - "item": "mineralogy:schist_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:schist_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/schist_polished_slab_recombination.json deleted file mode 100644 index 928073000..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_smooth_slab" - }, - { - "item": "mineralogy:schist_smooth_slab" - } - ], - "result": { - "id": "mineralogy:schist_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/schist_polished_slabs_to_brick.json deleted file mode 100644 index 827dc2391..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:schist_smooth_slab" - } - }, - "result": { - "id": "mineralogy:schist_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/schist_polished_stairs_to_brick.json deleted file mode 100644 index ca5da28b5..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:schist_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:schist_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/schist_polished_walls_to_brick.json deleted file mode 100644 index 420a3bd9b..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:schist_smooth_wall" - } - }, - "result": { - "id": "mineralogy:schist_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/schist_raw_slab_polishing.json deleted file mode 100644 index 55980bf13..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:schist_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/schist_raw_slab_recombination.json deleted file mode 100644 index bf5747ef7..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_slab" - }, - { - "item": "mineralogy:schist_slab" - } - ], - "result": { - "id": "mineralogy:schist", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/schist_raw_slabs_to_brick.json deleted file mode 100644 index 4215f1a79..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:schist_slab" - } - }, - "result": { - "id": "mineralogy:schist_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/schist_raw_stairs_polishing.json deleted file mode 100644 index 35556b8f6..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:schist_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/schist_raw_stairs_to_brick.json deleted file mode 100644 index 117c6e544..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:schist_stairs" - } - }, - "result": { - "id": "mineralogy:schist_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/schist_raw_wall_polishing.json deleted file mode 100644 index f507e7513..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:schist_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/schist_raw_walls_to_brick.json deleted file mode 100644 index d398beaac..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:schist_wall" - } - }, - "result": { - "id": "mineralogy:schist_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_axe.json b/src/main/resources/data/mineralogy/recipes/schist_relief_axe.json deleted file mode 100644 index 4e106dead..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:schist_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_blank.json b/src/main/resources/data/mineralogy/recipes/schist_relief_blank.json deleted file mode 100644 index bf9ae4914..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:schist_smooth" - } - }, - "result": { - "id": "mineralogy:schist_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_cross.json b/src/main/resources/data/mineralogy/recipes/schist_relief_cross.json deleted file mode 100644 index d9dbb0096..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:schist_relief_blank" - } - }, - "result": { - "id": "mineralogy:schist_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/schist_relief_hammer.json deleted file mode 100644 index a9a487976..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:schist_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:schist_relief_blank" - } - }, - "result": { - "id": "mineralogy:schist_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/schist_relief_hoe.json deleted file mode 100644 index a07c7b2bc..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:schist_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/schist_relief_horizontal.json deleted file mode 100644 index b841b0f32..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:schist_relief_blank" - } - }, - "result": { - "id": "mineralogy:schist_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_i.json b/src/main/resources/data/mineralogy/recipes/schist_relief_i.json deleted file mode 100644 index 8e540c873..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:schist_relief_blank" - } - }, - "result": { - "id": "mineralogy:schist_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_left.json b/src/main/resources/data/mineralogy/recipes/schist_relief_left.json deleted file mode 100644 index 554829168..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:schist_relief_blank" - } - }, - "result": { - "id": "mineralogy:schist_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/schist_relief_pickaxe.json deleted file mode 100644 index b32399fa9..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:schist_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_plus.json b/src/main/resources/data/mineralogy/recipes/schist_relief_plus.json deleted file mode 100644 index 706c06ec4..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:schist_relief_blank" - } - }, - "result": { - "id": "mineralogy:schist_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_right.json b/src/main/resources/data/mineralogy/recipes/schist_relief_right.json deleted file mode 100644 index 88d1e9ceb..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_relief_left" - }, - { - "item": "mineralogy:schist_relief_left" - } - ], - "result": { - "id": "mineralogy:schist_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_sword.json b/src/main/resources/data/mineralogy/recipes/schist_relief_sword.json deleted file mode 100644 index 92af9ad25..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "mineralogy:schist_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:schist_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/schist_relief_vertical.json deleted file mode 100644 index 757c46217..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:schist_relief_blank" - } - }, - "result": { - "id": "mineralogy:schist_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_slab.json b/src/main/resources/data/mineralogy/recipes/schist_slab.json deleted file mode 100644 index 7e10db428..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:schist" - } - }, - "result": { - "id": "mineralogy:schist_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_smooth.json b/src/main/resources/data/mineralogy/recipes/schist_smooth.json deleted file mode 100644 index 66ea31ec2..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/schist" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:schist_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/schist_smooth_brick.json deleted file mode 100644 index 64d7e3a3d..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/schist/smooth" - } - }, - "result": { - "id": "mineralogy:schist_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/schist_smooth_brick_furnace.json deleted file mode 100644 index 1d55595a4..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/schist/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:schist_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/schist_smooth_brick_slab.json deleted file mode 100644 index 016d5fd33..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:schist_smooth_brick" - } - }, - "result": { - "id": "mineralogy:schist_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/schist_smooth_brick_stairs.json deleted file mode 100644 index c7007f1d3..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/schist/smooth_brick" - } - }, - "result": { - "id": "mineralogy:schist_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/schist_smooth_brick_wall.json deleted file mode 100644 index b6bd8984d..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/schist/smooth_brick" - } - }, - "result": { - "id": "mineralogy:schist_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/schist_smooth_furnace.json deleted file mode 100644 index db7f200a1..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/schist/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:schist_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/schist_smooth_slab.json deleted file mode 100644 index ad1134685..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:schist_smooth" - } - }, - "result": { - "id": "mineralogy:schist_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/schist_smooth_stairs.json deleted file mode 100644 index 9c0f3ec75..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/schist/smooth" - } - }, - "result": { - "id": "mineralogy:schist_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/schist_smooth_wall.json deleted file mode 100644 index bb470d431..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/schist/smooth" - } - }, - "result": { - "id": "mineralogy:schist_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_stairs.json b/src/main/resources/data/mineralogy/recipes/schist_stairs.json deleted file mode 100644 index 9ac2ad37d..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/schist" - } - }, - "result": { - "id": "mineralogy:schist_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_to_stone.json b/src/main/resources/data/mineralogy/recipes/schist_to_stone.json deleted file mode 100644 index 62a53fbec..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:schist" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/schist_wall.json b/src/main/resources/data/mineralogy/recipes/schist_wall.json deleted file mode 100644 index 58866e767..000000000 --- a/src/main/resources/data/mineralogy/recipes/schist_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/schist" - } - }, - "result": { - "id": "mineralogy:schist_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_brick.json b/src/main/resources/data/mineralogy/recipes/scoria_brick.json deleted file mode 100644 index fc8b399c5..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/scoria" - } - }, - "result": { - "id": "mineralogy:scoria_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/scoria_brick_block_polishing.json deleted file mode 100644 index f6afd9112..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:scoria_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/scoria_brick_furnace.json deleted file mode 100644 index fd665eeb4..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/scoria/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:scoria_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_brick_slab.json b/src/main/resources/data/mineralogy/recipes/scoria_brick_slab.json deleted file mode 100644 index c1730d992..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:scoria_brick" - } - }, - "result": { - "id": "mineralogy:scoria_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/scoria_brick_slab_polishing.json deleted file mode 100644 index 0b4cdbf93..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:scoria_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/scoria_brick_slab_recombination.json deleted file mode 100644 index c37cb8181..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_brick_slab" - }, - { - "item": "mineralogy:scoria_brick_slab" - } - ], - "result": { - "id": "mineralogy:scoria_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/scoria_brick_stairs.json deleted file mode 100644 index 6a01f0297..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/scoria/brick" - } - }, - "result": { - "id": "mineralogy:scoria_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/scoria_brick_stairs_polishing.json deleted file mode 100644 index 942cf171c..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:scoria_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_brick_wall.json b/src/main/resources/data/mineralogy/recipes/scoria_brick_wall.json deleted file mode 100644 index 79129de2d..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/scoria/brick" - } - }, - "result": { - "id": "mineralogy:scoria_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/scoria_brick_wall_polishing.json deleted file mode 100644 index 103b7e9d9..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:scoria_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_cobblestone.json b/src/main/resources/data/mineralogy/recipes/scoria_cobblestone.json deleted file mode 100644 index 9b725fab5..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/scoria" - }, - { - "tag": "mineralogy:stones/scoria" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_furnace.json b/src/main/resources/data/mineralogy/recipes/scoria_furnace.json deleted file mode 100644 index b7e49c468..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/scoria" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:scoria_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/scoria_polished_brick_slab_recombination.json deleted file mode 100644 index 8856758a9..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_smooth_brick_slab" - }, - { - "item": "mineralogy:scoria_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:scoria_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/scoria_polished_slab_recombination.json deleted file mode 100644 index 450aa4a79..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_smooth_slab" - }, - { - "item": "mineralogy:scoria_smooth_slab" - } - ], - "result": { - "id": "mineralogy:scoria_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/scoria_polished_slabs_to_brick.json deleted file mode 100644 index a107bbb43..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:scoria_smooth_slab" - } - }, - "result": { - "id": "mineralogy:scoria_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/scoria_polished_stairs_to_brick.json deleted file mode 100644 index c09dbef30..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:scoria_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:scoria_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/scoria_polished_walls_to_brick.json deleted file mode 100644 index 9944324b2..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:scoria_smooth_wall" - } - }, - "result": { - "id": "mineralogy:scoria_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/scoria_raw_slab_polishing.json deleted file mode 100644 index a44886247..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:scoria_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/scoria_raw_slab_recombination.json deleted file mode 100644 index e2c38ee04..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_slab" - }, - { - "item": "mineralogy:scoria_slab" - } - ], - "result": { - "id": "mineralogy:scoria", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/scoria_raw_slabs_to_brick.json deleted file mode 100644 index fa633abd3..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:scoria_slab" - } - }, - "result": { - "id": "mineralogy:scoria_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/scoria_raw_stairs_polishing.json deleted file mode 100644 index cbe20a833..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:scoria_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/scoria_raw_stairs_to_brick.json deleted file mode 100644 index b16c54014..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:scoria_stairs" - } - }, - "result": { - "id": "mineralogy:scoria_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/scoria_raw_wall_polishing.json deleted file mode 100644 index bfab67f36..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:scoria_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/scoria_raw_walls_to_brick.json deleted file mode 100644 index d072c29fe..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:scoria_wall" - } - }, - "result": { - "id": "mineralogy:scoria_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_axe.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_axe.json deleted file mode 100644 index 5ae66b0f2..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:scoria_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_blank.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_blank.json deleted file mode 100644 index 6b2f77274..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:scoria_smooth" - } - }, - "result": { - "id": "mineralogy:scoria_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_cross.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_cross.json deleted file mode 100644 index 161d2403c..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:scoria_relief_blank" - } - }, - "result": { - "id": "mineralogy:scoria_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_hammer.json deleted file mode 100644 index f72c8f2a4..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:scoria_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:scoria_relief_blank" - } - }, - "result": { - "id": "mineralogy:scoria_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_hoe.json deleted file mode 100644 index 6bfe7b3a4..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:scoria_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_horizontal.json deleted file mode 100644 index 887417e45..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:scoria_relief_blank" - } - }, - "result": { - "id": "mineralogy:scoria_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_i.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_i.json deleted file mode 100644 index 153226aa0..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:scoria_relief_blank" - } - }, - "result": { - "id": "mineralogy:scoria_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_left.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_left.json deleted file mode 100644 index c164485f6..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:scoria_relief_blank" - } - }, - "result": { - "id": "mineralogy:scoria_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_pickaxe.json deleted file mode 100644 index ac977b1e0..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:scoria_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_plus.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_plus.json deleted file mode 100644 index 18ec042b7..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:scoria_relief_blank" - } - }, - "result": { - "id": "mineralogy:scoria_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_right.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_right.json deleted file mode 100644 index d636351de..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_relief_left" - }, - { - "item": "mineralogy:scoria_relief_left" - } - ], - "result": { - "id": "mineralogy:scoria_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_sword.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_sword.json deleted file mode 100644 index 114f6ad9a..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "mineralogy:scoria_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:scoria_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/scoria_relief_vertical.json deleted file mode 100644 index d1a9854d7..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:scoria_relief_blank" - } - }, - "result": { - "id": "mineralogy:scoria_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_slab.json b/src/main/resources/data/mineralogy/recipes/scoria_slab.json deleted file mode 100644 index 9e093c8ba..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:scoria" - } - }, - "result": { - "id": "mineralogy:scoria_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_smooth.json b/src/main/resources/data/mineralogy/recipes/scoria_smooth.json deleted file mode 100644 index 63ef1120b..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/scoria" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:scoria_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick.json deleted file mode 100644 index 8c981ae98..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/scoria/smooth" - } - }, - "result": { - "id": "mineralogy:scoria_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_furnace.json deleted file mode 100644 index 35fa072b4..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/scoria/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:scoria_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_slab.json deleted file mode 100644 index 8c7155993..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:scoria_smooth_brick" - } - }, - "result": { - "id": "mineralogy:scoria_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_stairs.json deleted file mode 100644 index 875e80db0..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/scoria/smooth_brick" - } - }, - "result": { - "id": "mineralogy:scoria_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_wall.json deleted file mode 100644 index d652ec27b..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/scoria/smooth_brick" - } - }, - "result": { - "id": "mineralogy:scoria_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/scoria_smooth_furnace.json deleted file mode 100644 index 0d70c9d2e..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/scoria/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:scoria_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/scoria_smooth_slab.json deleted file mode 100644 index fdf7b0dab..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:scoria_smooth" - } - }, - "result": { - "id": "mineralogy:scoria_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/scoria_smooth_stairs.json deleted file mode 100644 index 88955cf70..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/scoria/smooth" - } - }, - "result": { - "id": "mineralogy:scoria_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/scoria_smooth_wall.json deleted file mode 100644 index cc547ce4e..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/scoria/smooth" - } - }, - "result": { - "id": "mineralogy:scoria_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_stairs.json b/src/main/resources/data/mineralogy/recipes/scoria_stairs.json deleted file mode 100644 index 32f0f0fd1..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/scoria" - } - }, - "result": { - "id": "mineralogy:scoria_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_to_stone.json b/src/main/resources/data/mineralogy/recipes/scoria_to_stone.json deleted file mode 100644 index 68bd08f54..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:scoria" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/scoria_wall.json b/src/main/resources/data/mineralogy/recipes/scoria_wall.json deleted file mode 100644 index 2be32fea9..000000000 --- a/src/main/resources/data/mineralogy/recipes/scoria_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/scoria" - } - }, - "result": { - "id": "mineralogy:scoria_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_brick.json b/src/main/resources/data/mineralogy/recipes/shale_brick.json deleted file mode 100644 index de282274d..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/shale" - } - }, - "result": { - "id": "mineralogy:shale_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/shale_brick_block_polishing.json deleted file mode 100644 index 35b4f3ad7..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:shale_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/shale_brick_furnace.json deleted file mode 100644 index 3816648a8..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/shale/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:shale_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_brick_slab.json b/src/main/resources/data/mineralogy/recipes/shale_brick_slab.json deleted file mode 100644 index e7ff8fdb0..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:shale_brick" - } - }, - "result": { - "id": "mineralogy:shale_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/shale_brick_slab_polishing.json deleted file mode 100644 index d74f14298..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:shale_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/shale_brick_slab_recombination.json deleted file mode 100644 index b2815e9e9..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_brick_slab" - }, - { - "item": "mineralogy:shale_brick_slab" - } - ], - "result": { - "id": "mineralogy:shale_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/shale_brick_stairs.json deleted file mode 100644 index c7344404a..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/shale/brick" - } - }, - "result": { - "id": "mineralogy:shale_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/shale_brick_stairs_polishing.json deleted file mode 100644 index 4c7f1dc16..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:shale_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_brick_wall.json b/src/main/resources/data/mineralogy/recipes/shale_brick_wall.json deleted file mode 100644 index b6d5c58b2..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/shale/brick" - } - }, - "result": { - "id": "mineralogy:shale_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/shale_brick_wall_polishing.json deleted file mode 100644 index c21401759..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:shale_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_cobblestone.json b/src/main/resources/data/mineralogy/recipes/shale_cobblestone.json deleted file mode 100644 index 86e9c9bfa..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/shale" - }, - { - "tag": "mineralogy:stones/shale" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_furnace.json b/src/main/resources/data/mineralogy/recipes/shale_furnace.json deleted file mode 100644 index 0e8e9b9ac..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/shale" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:shale_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/shale_polished_brick_slab_recombination.json deleted file mode 100644 index 72894bacd..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_smooth_brick_slab" - }, - { - "item": "mineralogy:shale_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:shale_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/shale_polished_slab_recombination.json deleted file mode 100644 index f0a3b7f3b..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_smooth_slab" - }, - { - "item": "mineralogy:shale_smooth_slab" - } - ], - "result": { - "id": "mineralogy:shale_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/shale_polished_slabs_to_brick.json deleted file mode 100644 index 898773ddb..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:shale_smooth_slab" - } - }, - "result": { - "id": "mineralogy:shale_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/shale_polished_stairs_to_brick.json deleted file mode 100644 index 39401cb33..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:shale_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:shale_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/shale_polished_walls_to_brick.json deleted file mode 100644 index cfe0aa2ed..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:shale_smooth_wall" - } - }, - "result": { - "id": "mineralogy:shale_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/shale_raw_slab_polishing.json deleted file mode 100644 index b4d7c87d1..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:shale_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/shale_raw_slab_recombination.json deleted file mode 100644 index 6044a6c6e..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_slab" - }, - { - "item": "mineralogy:shale_slab" - } - ], - "result": { - "id": "mineralogy:shale", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/shale_raw_slabs_to_brick.json deleted file mode 100644 index 0407b6fb1..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:shale_slab" - } - }, - "result": { - "id": "mineralogy:shale_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/shale_raw_stairs_polishing.json deleted file mode 100644 index c82060b0b..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:shale_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/shale_raw_stairs_to_brick.json deleted file mode 100644 index ebec2bfbe..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:shale_stairs" - } - }, - "result": { - "id": "mineralogy:shale_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/shale_raw_wall_polishing.json deleted file mode 100644 index 2c94a3da2..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:shale_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/shale_raw_walls_to_brick.json deleted file mode 100644 index ab2ad8f8a..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:shale_wall" - } - }, - "result": { - "id": "mineralogy:shale_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_axe.json b/src/main/resources/data/mineralogy/recipes/shale_relief_axe.json deleted file mode 100644 index 65af07c8b..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:shale_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_blank.json b/src/main/resources/data/mineralogy/recipes/shale_relief_blank.json deleted file mode 100644 index f5d0e8fc7..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:shale_smooth" - } - }, - "result": { - "id": "mineralogy:shale_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_cross.json b/src/main/resources/data/mineralogy/recipes/shale_relief_cross.json deleted file mode 100644 index 513f4e648..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:shale_relief_blank" - } - }, - "result": { - "id": "mineralogy:shale_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/shale_relief_hammer.json deleted file mode 100644 index 0a24bead1..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:shale_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:shale_relief_blank" - } - }, - "result": { - "id": "mineralogy:shale_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/shale_relief_hoe.json deleted file mode 100644 index b9b1ec90f..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:shale_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/shale_relief_horizontal.json deleted file mode 100644 index 806cea934..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:shale_relief_blank" - } - }, - "result": { - "id": "mineralogy:shale_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_i.json b/src/main/resources/data/mineralogy/recipes/shale_relief_i.json deleted file mode 100644 index 18af67ebd..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:shale_relief_blank" - } - }, - "result": { - "id": "mineralogy:shale_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_left.json b/src/main/resources/data/mineralogy/recipes/shale_relief_left.json deleted file mode 100644 index c0bb7d4c1..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:shale_relief_blank" - } - }, - "result": { - "id": "mineralogy:shale_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/shale_relief_pickaxe.json deleted file mode 100644 index 0c553cb70..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:shale_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_plus.json b/src/main/resources/data/mineralogy/recipes/shale_relief_plus.json deleted file mode 100644 index ce33f93e7..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:shale_relief_blank" - } - }, - "result": { - "id": "mineralogy:shale_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_right.json b/src/main/resources/data/mineralogy/recipes/shale_relief_right.json deleted file mode 100644 index 0ea59a720..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_relief_left" - }, - { - "item": "mineralogy:shale_relief_left" - } - ], - "result": { - "id": "mineralogy:shale_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_sword.json b/src/main/resources/data/mineralogy/recipes/shale_relief_sword.json deleted file mode 100644 index 5b4854300..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "mineralogy:shale_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:shale_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/shale_relief_vertical.json deleted file mode 100644 index 9c543b8ea..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:shale_relief_blank" - } - }, - "result": { - "id": "mineralogy:shale_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_slab.json b/src/main/resources/data/mineralogy/recipes/shale_slab.json deleted file mode 100644 index faab2ec45..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:shale" - } - }, - "result": { - "id": "mineralogy:shale_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_smooth.json b/src/main/resources/data/mineralogy/recipes/shale_smooth.json deleted file mode 100644 index 07dfd5da2..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/shale" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:shale_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/shale_smooth_brick.json deleted file mode 100644 index 521f238c6..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/shale/smooth" - } - }, - "result": { - "id": "mineralogy:shale_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/shale_smooth_brick_furnace.json deleted file mode 100644 index b8efc98c9..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/shale/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:shale_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/shale_smooth_brick_slab.json deleted file mode 100644 index 188b3bd54..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:shale_smooth_brick" - } - }, - "result": { - "id": "mineralogy:shale_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/shale_smooth_brick_stairs.json deleted file mode 100644 index 958a070dc..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/shale/smooth_brick" - } - }, - "result": { - "id": "mineralogy:shale_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/shale_smooth_brick_wall.json deleted file mode 100644 index a4d7621b5..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/shale/smooth_brick" - } - }, - "result": { - "id": "mineralogy:shale_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/shale_smooth_furnace.json deleted file mode 100644 index 90227906d..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/shale/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:shale_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/shale_smooth_slab.json deleted file mode 100644 index 945b71a9c..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:shale_smooth" - } - }, - "result": { - "id": "mineralogy:shale_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/shale_smooth_stairs.json deleted file mode 100644 index 25d6d7ebc..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/shale/smooth" - } - }, - "result": { - "id": "mineralogy:shale_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/shale_smooth_wall.json deleted file mode 100644 index a11f37a21..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/shale/smooth" - } - }, - "result": { - "id": "mineralogy:shale_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_stairs.json b/src/main/resources/data/mineralogy/recipes/shale_stairs.json deleted file mode 100644 index 205c601de..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/shale" - } - }, - "result": { - "id": "mineralogy:shale_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_to_stone.json b/src/main/resources/data/mineralogy/recipes/shale_to_stone.json deleted file mode 100644 index 981cc9719..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:shale" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/shale_wall.json b/src/main/resources/data/mineralogy/recipes/shale_wall.json deleted file mode 100644 index d35c34fee..000000000 --- a/src/main/resources/data/mineralogy/recipes/shale_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/shale" - } - }, - "result": { - "id": "mineralogy:shale_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_brick.json b/src/main/resources/data/mineralogy/recipes/siltstone_brick.json deleted file mode 100644 index bbc6c1eac..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/siltstone" - } - }, - "result": { - "id": "mineralogy:siltstone_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/siltstone_brick_block_polishing.json deleted file mode 100644 index 882da16d6..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:siltstone_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/siltstone_brick_furnace.json deleted file mode 100644 index 9f954f33e..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/siltstone/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:siltstone_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_brick_slab.json b/src/main/resources/data/mineralogy/recipes/siltstone_brick_slab.json deleted file mode 100644 index 0cf27aa3d..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_brick" - } - }, - "result": { - "id": "mineralogy:siltstone_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/siltstone_brick_slab_polishing.json deleted file mode 100644 index bc551dd5f..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:siltstone_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/siltstone_brick_slab_recombination.json deleted file mode 100644 index b01972df1..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_brick_slab" - }, - { - "item": "mineralogy:siltstone_brick_slab" - } - ], - "result": { - "id": "mineralogy:siltstone_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/siltstone_brick_stairs.json deleted file mode 100644 index 717f404f8..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/siltstone/brick" - } - }, - "result": { - "id": "mineralogy:siltstone_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/siltstone_brick_stairs_polishing.json deleted file mode 100644 index 1aaaf2805..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:siltstone_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_brick_wall.json b/src/main/resources/data/mineralogy/recipes/siltstone_brick_wall.json deleted file mode 100644 index 9578a5b6e..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/siltstone/brick" - } - }, - "result": { - "id": "mineralogy:siltstone_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/siltstone_brick_wall_polishing.json deleted file mode 100644 index b9a5f25f4..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:siltstone_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_cobblestone.json b/src/main/resources/data/mineralogy/recipes/siltstone_cobblestone.json deleted file mode 100644 index 36a20add3..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/siltstone" - }, - { - "tag": "mineralogy:stones/siltstone" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_furnace.json b/src/main/resources/data/mineralogy/recipes/siltstone_furnace.json deleted file mode 100644 index 54a50a5bd..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/siltstone" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:siltstone_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/siltstone_polished_brick_slab_recombination.json deleted file mode 100644 index 19570a995..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_smooth_brick_slab" - }, - { - "item": "mineralogy:siltstone_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:siltstone_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/siltstone_polished_slab_recombination.json deleted file mode 100644 index c3d365959..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_smooth_slab" - }, - { - "item": "mineralogy:siltstone_smooth_slab" - } - ], - "result": { - "id": "mineralogy:siltstone_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/siltstone_polished_slabs_to_brick.json deleted file mode 100644 index fce337023..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_smooth_slab" - } - }, - "result": { - "id": "mineralogy:siltstone_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/siltstone_polished_stairs_to_brick.json deleted file mode 100644 index c1f56bb93..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:siltstone_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/siltstone_polished_walls_to_brick.json deleted file mode 100644 index a5642a24e..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_smooth_wall" - } - }, - "result": { - "id": "mineralogy:siltstone_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/siltstone_raw_slab_polishing.json deleted file mode 100644 index 9ceb54e8d..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:siltstone_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/siltstone_raw_slab_recombination.json deleted file mode 100644 index efc8756f7..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_slab" - }, - { - "item": "mineralogy:siltstone_slab" - } - ], - "result": { - "id": "mineralogy:siltstone", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/siltstone_raw_slabs_to_brick.json deleted file mode 100644 index 6e2b6c36c..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_slab" - } - }, - "result": { - "id": "mineralogy:siltstone_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/siltstone_raw_stairs_polishing.json deleted file mode 100644 index 5893cc300..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:siltstone_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/siltstone_raw_stairs_to_brick.json deleted file mode 100644 index 48f060524..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_stairs" - } - }, - "result": { - "id": "mineralogy:siltstone_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/siltstone_raw_wall_polishing.json deleted file mode 100644 index 01abfac5c..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:siltstone_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/siltstone_raw_walls_to_brick.json deleted file mode 100644 index 8c45c4d53..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_wall" - } - }, - "result": { - "id": "mineralogy:siltstone_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_axe.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_axe.json deleted file mode 100644 index 6e6152f04..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:siltstone_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_blank.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_blank.json deleted file mode 100644 index 5ff9d34a7..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_smooth" - } - }, - "result": { - "id": "mineralogy:siltstone_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_cross.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_cross.json deleted file mode 100644 index a10e16e79..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_relief_blank" - } - }, - "result": { - "id": "mineralogy:siltstone_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_hammer.json deleted file mode 100644 index b465f7463..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:siltstone_relief_blank" - } - }, - "result": { - "id": "mineralogy:siltstone_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_hoe.json deleted file mode 100644 index adb7455a0..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:siltstone_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_horizontal.json deleted file mode 100644 index 0106fc52b..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_relief_blank" - } - }, - "result": { - "id": "mineralogy:siltstone_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_i.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_i.json deleted file mode 100644 index f3fab6926..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_relief_blank" - } - }, - "result": { - "id": "mineralogy:siltstone_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_left.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_left.json deleted file mode 100644 index d30491c95..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_relief_blank" - } - }, - "result": { - "id": "mineralogy:siltstone_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_pickaxe.json deleted file mode 100644 index 71b44a0b3..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:siltstone_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_plus.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_plus.json deleted file mode 100644 index 5af9e2f4b..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:siltstone_relief_blank" - } - }, - "result": { - "id": "mineralogy:siltstone_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_right.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_right.json deleted file mode 100644 index d7888da2c..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_relief_left" - }, - { - "item": "mineralogy:siltstone_relief_left" - } - ], - "result": { - "id": "mineralogy:siltstone_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_sword.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_sword.json deleted file mode 100644 index 839bdaf8c..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "mineralogy:siltstone_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:siltstone_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/siltstone_relief_vertical.json deleted file mode 100644 index 79a708fae..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_relief_blank" - } - }, - "result": { - "id": "mineralogy:siltstone_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_slab.json b/src/main/resources/data/mineralogy/recipes/siltstone_slab.json deleted file mode 100644 index 33060dee7..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone" - } - }, - "result": { - "id": "mineralogy:siltstone_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_smooth.json b/src/main/resources/data/mineralogy/recipes/siltstone_smooth.json deleted file mode 100644 index 8af7a8dd1..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/siltstone" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:siltstone_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick.json deleted file mode 100644 index 3dd2227db..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/siltstone/smooth" - } - }, - "result": { - "id": "mineralogy:siltstone_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_furnace.json deleted file mode 100644 index 51a39d128..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/siltstone/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:siltstone_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_slab.json deleted file mode 100644 index c357fa169..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_smooth_brick" - } - }, - "result": { - "id": "mineralogy:siltstone_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_stairs.json deleted file mode 100644 index 08f1741cf..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/siltstone/smooth_brick" - } - }, - "result": { - "id": "mineralogy:siltstone_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_wall.json deleted file mode 100644 index 14359e50d..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/siltstone/smooth_brick" - } - }, - "result": { - "id": "mineralogy:siltstone_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/siltstone_smooth_furnace.json deleted file mode 100644 index 8234a9127..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/siltstone/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:siltstone_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/siltstone_smooth_slab.json deleted file mode 100644 index 2e432900f..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:siltstone_smooth" - } - }, - "result": { - "id": "mineralogy:siltstone_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/siltstone_smooth_stairs.json deleted file mode 100644 index 596ff9454..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/siltstone/smooth" - } - }, - "result": { - "id": "mineralogy:siltstone_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/siltstone_smooth_wall.json deleted file mode 100644 index 36f1e4788..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/siltstone/smooth" - } - }, - "result": { - "id": "mineralogy:siltstone_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_stairs.json b/src/main/resources/data/mineralogy/recipes/siltstone_stairs.json deleted file mode 100644 index 5032e5a58..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/siltstone" - } - }, - "result": { - "id": "mineralogy:siltstone_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_to_stone.json b/src/main/resources/data/mineralogy/recipes/siltstone_to_stone.json deleted file mode 100644 index 222912807..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:siltstone" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/siltstone_wall.json b/src/main/resources/data/mineralogy/recipes/siltstone_wall.json deleted file mode 100644 index c6a0b8612..000000000 --- a/src/main/resources/data/mineralogy/recipes/siltstone_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/siltstone" - } - }, - "result": { - "id": "mineralogy:siltstone_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_brick.json b/src/main/resources/data/mineralogy/recipes/slate_brick.json deleted file mode 100644 index e65f6c404..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/slate" - } - }, - "result": { - "id": "mineralogy:slate_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/slate_brick_block_polishing.json deleted file mode 100644 index 4e701e750..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:slate_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/slate_brick_furnace.json deleted file mode 100644 index 784c4b1be..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/slate/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:slate_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_brick_slab.json b/src/main/resources/data/mineralogy/recipes/slate_brick_slab.json deleted file mode 100644 index 2abfe517f..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:slate_brick" - } - }, - "result": { - "id": "mineralogy:slate_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/slate_brick_slab_polishing.json deleted file mode 100644 index 43dc0fc49..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:slate_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/slate_brick_slab_recombination.json deleted file mode 100644 index 8123c114b..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_brick_slab" - }, - { - "item": "mineralogy:slate_brick_slab" - } - ], - "result": { - "id": "mineralogy:slate_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/slate_brick_stairs.json deleted file mode 100644 index 97d044070..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/slate/brick" - } - }, - "result": { - "id": "mineralogy:slate_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/slate_brick_stairs_polishing.json deleted file mode 100644 index 16f474d6a..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:slate_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_brick_wall.json b/src/main/resources/data/mineralogy/recipes/slate_brick_wall.json deleted file mode 100644 index af83fac37..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/slate/brick" - } - }, - "result": { - "id": "mineralogy:slate_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/slate_brick_wall_polishing.json deleted file mode 100644 index 4da6952c2..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:slate_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_cobblestone.json b/src/main/resources/data/mineralogy/recipes/slate_cobblestone.json deleted file mode 100644 index e1c22efcb..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/slate" - }, - { - "tag": "mineralogy:stones/slate" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_furnace.json b/src/main/resources/data/mineralogy/recipes/slate_furnace.json deleted file mode 100644 index 397339799..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/slate" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:slate_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/slate_polished_brick_slab_recombination.json deleted file mode 100644 index a46aace41..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_smooth_brick_slab" - }, - { - "item": "mineralogy:slate_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:slate_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/slate_polished_slab_recombination.json deleted file mode 100644 index e163d1de8..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_smooth_slab" - }, - { - "item": "mineralogy:slate_smooth_slab" - } - ], - "result": { - "id": "mineralogy:slate_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/slate_polished_slabs_to_brick.json deleted file mode 100644 index 97950ee4a..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:slate_smooth_slab" - } - }, - "result": { - "id": "mineralogy:slate_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/slate_polished_stairs_to_brick.json deleted file mode 100644 index dfd68227e..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:slate_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:slate_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/slate_polished_walls_to_brick.json deleted file mode 100644 index 91c129db5..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:slate_smooth_wall" - } - }, - "result": { - "id": "mineralogy:slate_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/slate_raw_slab_polishing.json deleted file mode 100644 index b5a13b81e..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:slate_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/slate_raw_slab_recombination.json deleted file mode 100644 index 22b203f42..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_slab" - }, - { - "item": "mineralogy:slate_slab" - } - ], - "result": { - "id": "mineralogy:slate", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/slate_raw_slabs_to_brick.json deleted file mode 100644 index 3a3332c43..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:slate_slab" - } - }, - "result": { - "id": "mineralogy:slate_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/slate_raw_stairs_polishing.json deleted file mode 100644 index fe23f6ce0..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:slate_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/slate_raw_stairs_to_brick.json deleted file mode 100644 index 608c9be85..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:slate_stairs" - } - }, - "result": { - "id": "mineralogy:slate_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/slate_raw_wall_polishing.json deleted file mode 100644 index 1174e3269..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:slate_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/slate_raw_walls_to_brick.json deleted file mode 100644 index c2b8ab710..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:slate_wall" - } - }, - "result": { - "id": "mineralogy:slate_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_axe.json b/src/main/resources/data/mineralogy/recipes/slate_relief_axe.json deleted file mode 100644 index 6c53f0394..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:slate_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_blank.json b/src/main/resources/data/mineralogy/recipes/slate_relief_blank.json deleted file mode 100644 index bc8be8dd7..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:slate_smooth" - } - }, - "result": { - "id": "mineralogy:slate_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_cross.json b/src/main/resources/data/mineralogy/recipes/slate_relief_cross.json deleted file mode 100644 index e1bf1c0f3..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:slate_relief_blank" - } - }, - "result": { - "id": "mineralogy:slate_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/slate_relief_hammer.json deleted file mode 100644 index 5b39654b1..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:slate_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:slate_relief_blank" - } - }, - "result": { - "id": "mineralogy:slate_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/slate_relief_hoe.json deleted file mode 100644 index 6fdae7ad6..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:slate_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/slate_relief_horizontal.json deleted file mode 100644 index f260ed145..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:slate_relief_blank" - } - }, - "result": { - "id": "mineralogy:slate_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_i.json b/src/main/resources/data/mineralogy/recipes/slate_relief_i.json deleted file mode 100644 index 29e72b98d..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:slate_relief_blank" - } - }, - "result": { - "id": "mineralogy:slate_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_left.json b/src/main/resources/data/mineralogy/recipes/slate_relief_left.json deleted file mode 100644 index 5ebd2007f..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:slate_relief_blank" - } - }, - "result": { - "id": "mineralogy:slate_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/slate_relief_pickaxe.json deleted file mode 100644 index e90862572..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:slate_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_plus.json b/src/main/resources/data/mineralogy/recipes/slate_relief_plus.json deleted file mode 100644 index 1b8bd4390..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:slate_relief_blank" - } - }, - "result": { - "id": "mineralogy:slate_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_right.json b/src/main/resources/data/mineralogy/recipes/slate_relief_right.json deleted file mode 100644 index aed37e27b..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_relief_left" - }, - { - "item": "mineralogy:slate_relief_left" - } - ], - "result": { - "id": "mineralogy:slate_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_sword.json b/src/main/resources/data/mineralogy/recipes/slate_relief_sword.json deleted file mode 100644 index d491730ab..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "mineralogy:slate_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:slate_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/slate_relief_vertical.json deleted file mode 100644 index 0da944f90..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:slate_relief_blank" - } - }, - "result": { - "id": "mineralogy:slate_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_slab.json b/src/main/resources/data/mineralogy/recipes/slate_slab.json deleted file mode 100644 index 3374ccaae..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:slate" - } - }, - "result": { - "id": "mineralogy:slate_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_smooth.json b/src/main/resources/data/mineralogy/recipes/slate_smooth.json deleted file mode 100644 index 385d5ff3b..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/slate" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:slate_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/slate_smooth_brick.json deleted file mode 100644 index 876274114..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/slate/smooth" - } - }, - "result": { - "id": "mineralogy:slate_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/slate_smooth_brick_furnace.json deleted file mode 100644 index e4fb8460e..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/slate/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:slate_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/slate_smooth_brick_slab.json deleted file mode 100644 index 99daf1e55..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:slate_smooth_brick" - } - }, - "result": { - "id": "mineralogy:slate_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/slate_smooth_brick_stairs.json deleted file mode 100644 index c48585d1b..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/slate/smooth_brick" - } - }, - "result": { - "id": "mineralogy:slate_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/slate_smooth_brick_wall.json deleted file mode 100644 index c23ec76fe..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/slate/smooth_brick" - } - }, - "result": { - "id": "mineralogy:slate_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/slate_smooth_furnace.json deleted file mode 100644 index 4baf3a38a..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/slate/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:slate_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/slate_smooth_slab.json deleted file mode 100644 index fd9c53811..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:slate_smooth" - } - }, - "result": { - "id": "mineralogy:slate_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/slate_smooth_stairs.json deleted file mode 100644 index 74b990caa..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/slate/smooth" - } - }, - "result": { - "id": "mineralogy:slate_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/slate_smooth_wall.json deleted file mode 100644 index 95ddd44ac..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/slate/smooth" - } - }, - "result": { - "id": "mineralogy:slate_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_stairs.json b/src/main/resources/data/mineralogy/recipes/slate_stairs.json deleted file mode 100644 index 211b10455..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/slate" - } - }, - "result": { - "id": "mineralogy:slate_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_to_stone.json b/src/main/resources/data/mineralogy/recipes/slate_to_stone.json deleted file mode 100644 index 6211c1409..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:slate" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/slate_wall.json b/src/main/resources/data/mineralogy/recipes/slate_wall.json deleted file mode 100644 index 76d7626a9..000000000 --- a/src/main/resources/data/mineralogy/recipes/slate_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/slate" - } - }, - "result": { - "id": "mineralogy:slate_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/sulfur_block.json b/src/main/resources/data/mineralogy/recipes/sulfur_block.json deleted file mode 100644 index fb10e498f..000000000 --- a/src/main/resources/data/mineralogy/recipes/sulfur_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:sulfur_dust" - } - }, - "result": { - "id": "mineralogy:sulfur_block", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/sulfur_dust.json b/src/main/resources/data/mineralogy/recipes/sulfur_dust.json deleted file mode 100644 index 6b266de36..000000000 --- a/src/main/resources/data/mineralogy/recipes/sulfur_dust.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "mineralogy:config", - "flag": "ENABLE_MINERAL_DUSTS" - } - ], - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "c:storage_blocks/sulfur" - } - ], - "result": { - "id": "mineralogy:sulfur_dust", - "count": 9 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_brick.json b/src/main/resources/data/mineralogy/recipes/tuff_brick.json deleted file mode 100644 index 9d1b24766..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff" - } - }, - "result": { - "id": "mineralogy:tuff_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_brick_block_polishing.json b/src/main/resources/data/mineralogy/recipes/tuff_brick_block_polishing.json deleted file mode 100644 index 76f575e78..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_brick_block_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_brick" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:tuff_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/tuff_brick_furnace.json deleted file mode 100644 index 8955a09bc..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/tuff/brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:tuff_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_brick_slab.json b/src/main/resources/data/mineralogy/recipes/tuff_brick_slab.json deleted file mode 100644 index e41021242..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:tuff_brick" - } - }, - "result": { - "id": "mineralogy:tuff_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_brick_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/tuff_brick_slab_polishing.json deleted file mode 100644 index ff487c6d9..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_brick_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_brick_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:tuff_smooth_brick_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/tuff_brick_slab_recombination.json deleted file mode 100644 index 1c383f778..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_brick_slab" - }, - { - "item": "mineralogy:tuff_brick_slab" - } - ], - "result": { - "id": "mineralogy:tuff_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/tuff_brick_stairs.json deleted file mode 100644 index 0a1c72a44..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff/brick" - } - }, - "result": { - "id": "mineralogy:tuff_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_brick_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/tuff_brick_stairs_polishing.json deleted file mode 100644 index 4cbdd1131..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_brick_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_brick_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:tuff_smooth_brick_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_brick_wall.json b/src/main/resources/data/mineralogy/recipes/tuff_brick_wall.json deleted file mode 100644 index 75469ec8c..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff/brick" - } - }, - "result": { - "id": "mineralogy:tuff_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_brick_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/tuff_brick_wall_polishing.json deleted file mode 100644 index 1d076080b..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_brick_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_brick_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:tuff_smooth_brick_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_cobblestone.json b/src/main/resources/data/mineralogy/recipes/tuff_cobblestone.json deleted file mode 100644 index 1ac42be03..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/tuff" - }, - { - "tag": "mineralogy:stones/tuff" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "id": "minecraft:cobblestone", - "count": 4 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_furnace.json b/src/main/resources/data/mineralogy/recipes/tuff_furnace.json deleted file mode 100644 index 7c5ab1642..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/tuff" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:tuff_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_polished_brick_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/tuff_polished_brick_slab_recombination.json deleted file mode 100644 index ac374291c..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_polished_brick_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_smooth_brick_slab" - }, - { - "item": "mineralogy:tuff_smooth_brick_slab" - } - ], - "result": { - "id": "mineralogy:tuff_smooth_brick", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_polished_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/tuff_polished_slab_recombination.json deleted file mode 100644 index bda071478..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_polished_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_smooth_slab" - }, - { - "item": "mineralogy:tuff_smooth_slab" - } - ], - "result": { - "id": "mineralogy:tuff_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_polished_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/tuff_polished_slabs_to_brick.json deleted file mode 100644 index 2af837ca5..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_polished_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:tuff_smooth_slab" - } - }, - "result": { - "id": "mineralogy:tuff_smooth_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_polished_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/tuff_polished_stairs_to_brick.json deleted file mode 100644 index 081c66c30..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_polished_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:tuff_smooth_stairs" - } - }, - "result": { - "id": "mineralogy:tuff_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_polished_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/tuff_polished_walls_to_brick.json deleted file mode 100644 index dce9b5b11..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_polished_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:tuff_smooth_wall" - } - }, - "result": { - "id": "mineralogy:tuff_smooth_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_raw_slab_polishing.json b/src/main/resources/data/mineralogy/recipes/tuff_raw_slab_polishing.json deleted file mode 100644 index 5f640ba70..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_raw_slab_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_slab" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:tuff_smooth_slab", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_raw_slab_recombination.json b/src/main/resources/data/mineralogy/recipes/tuff_raw_slab_recombination.json deleted file mode 100644 index 3d07c47c4..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_raw_slab_recombination.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_slab" - }, - { - "item": "mineralogy:tuff_slab" - } - ], - "result": { - "id": "mineralogy:tuff", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_raw_slabs_to_brick.json b/src/main/resources/data/mineralogy/recipes/tuff_raw_slabs_to_brick.json deleted file mode 100644 index 147d928cb..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_raw_slabs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:tuff_slab" - } - }, - "result": { - "id": "mineralogy:tuff_brick_slab", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_raw_stairs_polishing.json b/src/main/resources/data/mineralogy/recipes/tuff_raw_stairs_polishing.json deleted file mode 100644 index 2207faa55..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_raw_stairs_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_stairs" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:tuff_smooth_stairs", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_raw_stairs_to_brick.json b/src/main/resources/data/mineralogy/recipes/tuff_raw_stairs_to_brick.json deleted file mode 100644 index 9927634f6..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_raw_stairs_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:tuff_stairs" - } - }, - "result": { - "id": "mineralogy:tuff_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_raw_wall_polishing.json b/src/main/resources/data/mineralogy/recipes/tuff_raw_wall_polishing.json deleted file mode 100644 index e6e9c71e5..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_raw_wall_polishing.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_wall" - }, - { - "tag": "c:sands" - } - ], - "result": { - "id": "mineralogy:tuff_smooth_wall", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_raw_walls_to_brick.json b/src/main/resources/data/mineralogy/recipes/tuff_raw_walls_to_brick.json deleted file mode 100644 index a62eaf6b1..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_raw_walls_to_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "item": "mineralogy:tuff_wall" - } - }, - "result": { - "id": "mineralogy:tuff_brick_wall", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_axe.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_axe.json deleted file mode 100644 index aeb1cec4f..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_axe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "minecraft:stone_axe" - } - ], - "result": { - "id": "mineralogy:tuff_relief_axe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_blank.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_blank.json deleted file mode 100644 index 57f496bb6..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_blank.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff/smooth" - } - }, - "result": { - "id": "mineralogy:tuff_relief_blank", - "count": 16 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_cross.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_cross.json deleted file mode 100644 index 4166b7905..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_cross.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x x", - " ", - "x x" - ], - "key": { - "x": { - "item": "mineralogy:tuff_relief_blank" - } - }, - "result": { - "id": "mineralogy:tuff_relief_cross", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_hammer.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_hammer.json deleted file mode 100644 index 0e46569b2..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_hammer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "zxz", - "zyz", - "zzz" - ], - "key": { - "x": { - "item": "mineralogy:tuff_smooth" - }, - "y": { - "item": "minecraft:stick" - }, - "z": { - "item": "mineralogy:tuff_relief_blank" - } - }, - "result": { - "id": "mineralogy:tuff_relief_hammer", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_hoe.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_hoe.json deleted file mode 100644 index aa2828081..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_hoe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "minecraft:stone_hoe" - } - ], - "result": { - "id": "mineralogy:tuff_relief_hoe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_horizontal.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_horizontal.json deleted file mode 100644 index 6ee7798a4..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_horizontal.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:tuff_relief_blank" - } - }, - "result": { - "id": "mineralogy:tuff_relief_horizontal", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_i.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_i.json deleted file mode 100644 index 6063730b4..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_i.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - " x ", - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:tuff_relief_blank" - } - }, - "result": { - "id": "mineralogy:tuff_relief_i", - "count": 7 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_left.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_left.json deleted file mode 100644 index b236c2009..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_left.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - " x ", - " x" - ], - "key": { - "x": { - "item": "mineralogy:tuff_relief_blank" - } - }, - "result": { - "id": "mineralogy:tuff_relief_left", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_pickaxe.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_pickaxe.json deleted file mode 100644 index 237f14000..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_pickaxe.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "minecraft:stone_pickaxe" - } - ], - "result": { - "id": "mineralogy:tuff_relief_pickaxe", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_plus.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_plus.json deleted file mode 100644 index 76a031702..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_plus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - " x ", - "xxx", - " x " - ], - "key": { - "x": { - "item": "mineralogy:tuff_relief_blank" - } - }, - "result": { - "id": "mineralogy:tuff_relief_plus", - "count": 5 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_right.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_right.json deleted file mode 100644 index cefc07dfb..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_right.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_relief_left" - }, - { - "item": "mineralogy:tuff_relief_left" - } - ], - "result": { - "id": "mineralogy:tuff_relief_right", - "count": 2 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_sword.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_sword.json deleted file mode 100644 index 650a855a4..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_sword.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "mineralogy:tuff_relief_blank" - }, - { - "item": "minecraft:stone_sword" - } - ], - "result": { - "id": "mineralogy:tuff_relief_sword", - "count": 8 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_relief_vertical.json b/src/main/resources/data/mineralogy/recipes/tuff_relief_vertical.json deleted file mode 100644 index 9f85d24fb..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_relief_vertical.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x", - "x", - "x" - ], - "key": { - "x": { - "item": "mineralogy:tuff_relief_blank" - } - }, - "result": { - "id": "mineralogy:tuff_relief_vertical", - "count": 3 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_slab.json b/src/main/resources/data/mineralogy/recipes/tuff_slab.json deleted file mode 100644 index 235f2187d..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff" - } - }, - "result": { - "id": "mineralogy:tuff_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_smooth.json b/src/main/resources/data/mineralogy/recipes/tuff_smooth.json deleted file mode 100644 index 065bd8e8a..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_smooth.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "building", - "ingredients": [ - { - "tag": "mineralogy:stones/tuff" - }, - { - "item": "minecraft:sand" - } - ], - "result": { - "id": "mineralogy:tuff_smooth", - "count": 1 - } -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick.json b/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick.json deleted file mode 100644 index e3e8db40b..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xx", - "xx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff/smooth" - } - }, - "result": { - "id": "mineralogy:tuff_smooth_brick", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_furnace.json b/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_furnace.json deleted file mode 100644 index 6b9c52eb0..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/tuff/smooth_brick" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:tuff_smooth_brick_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_slab.json b/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_slab.json deleted file mode 100644 index 0aa50f3f5..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "item": "mineralogy:tuff_smooth_brick" - } - }, - "result": { - "id": "mineralogy:tuff_smooth_brick_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_stairs.json b/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_stairs.json deleted file mode 100644 index 440e33ce2..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff/smooth_brick" - } - }, - "result": { - "id": "mineralogy:tuff_smooth_brick_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_wall.json b/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_wall.json deleted file mode 100644 index a357c6514..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_smooth_brick_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff/smooth_brick" - } - }, - "result": { - "id": "mineralogy:tuff_smooth_brick_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_smooth_furnace.json b/src/main/resources/data/mineralogy/recipes/tuff_smooth_furnace.json deleted file mode 100644 index b3e3e30dc..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_smooth_furnace.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "pattern": [ - "xxx", - "xyx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:slabs/tuff/smooth" - }, - "y": { - "item": "minecraft:furnace" - } - }, - "result": { - "id": "mineralogy:tuff_smooth_furnace", - "count": 1 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_smooth_slab.json b/src/main/resources/data/mineralogy/recipes/tuff_smooth_slab.json deleted file mode 100644 index e70d81d57..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_smooth_slab.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff/smooth" - } - }, - "result": { - "id": "mineralogy:tuff_smooth_slab", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_smooth_stairs.json b/src/main/resources/data/mineralogy/recipes/tuff_smooth_stairs.json deleted file mode 100644 index 2433bfd84..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_smooth_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff/smooth" - } - }, - "result": { - "id": "mineralogy:tuff_smooth_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_smooth_wall.json b/src/main/resources/data/mineralogy/recipes/tuff_smooth_wall.json deleted file mode 100644 index 8004c757c..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_smooth_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff/smooth" - } - }, - "result": { - "id": "mineralogy:tuff_smooth_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_stairs.json b/src/main/resources/data/mineralogy/recipes/tuff_stairs.json deleted file mode 100644 index 80b3df155..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_stairs.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "x ", - "xx ", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff" - } - }, - "result": { - "id": "mineralogy:tuff_stairs", - "count": 4 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_to_stone.json b/src/main/resources/data/mineralogy/recipes/tuff_to_stone.json deleted file mode 100644 index 73ea7837c..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_to_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "minecraft:smelting", - "category": "blocks", - "ingredient": { - "item": "mineralogy:tuff" - }, - "result": { - "id": "minecraft:stone" - }, - "experience": 0.1, - "cookingtime": 200 -} diff --git a/src/main/resources/data/mineralogy/recipes/tuff_wall.json b/src/main/resources/data/mineralogy/recipes/tuff_wall.json deleted file mode 100644 index 48c26adac..000000000 --- a/src/main/resources/data/mineralogy/recipes/tuff_wall.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "building", - "pattern": [ - "xxx", - "xxx" - ], - "key": { - "x": { - "tag": "mineralogy:stones/tuff" - } - }, - "result": { - "id": "mineralogy:tuff_wall", - "count": 6 - }, - "show_notification": true -} diff --git a/src/main/resources/data/mineralogy/tags/blocks/rocks.json b/src/main/resources/data/mineralogy/tags/block/rocks.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/rocks.json rename to src/main/resources/data/mineralogy/tags/block/rocks.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/rocks/igneous.json b/src/main/resources/data/mineralogy/tags/block/rocks/igneous.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/rocks/igneous.json rename to src/main/resources/data/mineralogy/tags/block/rocks/igneous.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/rocks/metamorphic.json b/src/main/resources/data/mineralogy/tags/block/rocks/metamorphic.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/rocks/metamorphic.json rename to src/main/resources/data/mineralogy/tags/block/rocks/metamorphic.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/rocks/sedimentary.json b/src/main/resources/data/mineralogy/tags/block/rocks/sedimentary.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/rocks/sedimentary.json rename to src/main/resources/data/mineralogy/tags/block/rocks/sedimentary.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/standard_rocks.json b/src/main/resources/data/mineralogy/tags/block/standard_rocks.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/standard_rocks.json rename to src/main/resources/data/mineralogy/tags/block/standard_rocks.json diff --git a/src/main/resources/data/mineralogy/tags/block/stones/amphibolite.json b/src/main/resources/data/mineralogy/tags/block/stones/amphibolite.json new file mode 100644 index 000000000..5cdea399b --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/amphibolite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:amphibolite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/andesite.json b/src/main/resources/data/mineralogy/tags/block/stones/andesite.json new file mode 100644 index 000000000..708588bcd --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/andesite.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:andesite", + "minecraft:andesite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/basalt.json b/src/main/resources/data/mineralogy/tags/block/stones/basalt.json new file mode 100644 index 000000000..1ae916657 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/basalt.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:basalt", + "minecraft:basalt" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/basaltic_glass.json b/src/main/resources/data/mineralogy/tags/block/stones/basaltic_glass.json new file mode 100644 index 000000000..9cb3a5c60 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/basaltic_glass.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basaltic_glass" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/conglomerate.json b/src/main/resources/data/mineralogy/tags/block/stones/conglomerate.json new file mode 100644 index 000000000..9a8db044e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/conglomerate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:conglomerate" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/diabase.json b/src/main/resources/data/mineralogy/tags/block/stones/diabase.json new file mode 100644 index 000000000..b1d74d01e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/diabase.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diabase" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/diorite.json b/src/main/resources/data/mineralogy/tags/block/stones/diorite.json new file mode 100644 index 000000000..a6c473010 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/diorite.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:diorite", + "minecraft:diorite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/dolomite.json b/src/main/resources/data/mineralogy/tags/block/stones/dolomite.json new file mode 100644 index 000000000..f329a9162 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/dolomite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:dolomite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/gabbro.json b/src/main/resources/data/mineralogy/tags/block/stones/gabbro.json new file mode 100644 index 000000000..2b664843f --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/gabbro.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gabbro" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/gneiss.json b/src/main/resources/data/mineralogy/tags/block/stones/gneiss.json new file mode 100644 index 000000000..a19fbac88 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/gneiss.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gneiss" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/granite.json b/src/main/resources/data/mineralogy/tags/block/stones/granite.json new file mode 100644 index 000000000..ae5dd9590 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/granite.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:granite", + "minecraft:granite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/hornfels.json b/src/main/resources/data/mineralogy/tags/block/stones/hornfels.json new file mode 100644 index 000000000..7ec83bdd3 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/hornfels.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:hornfels" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/limestone.json b/src/main/resources/data/mineralogy/tags/block/stones/limestone.json new file mode 100644 index 000000000..3f32e2ff2 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/limestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:limestone" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/marble.json b/src/main/resources/data/mineralogy/tags/block/stones/marble.json new file mode 100644 index 000000000..bdb724467 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/marble.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:marble" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/novaculite.json b/src/main/resources/data/mineralogy/tags/block/stones/novaculite.json new file mode 100644 index 000000000..74fb17da3 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/novaculite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:novaculite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/pegmatite.json b/src/main/resources/data/mineralogy/tags/block/stones/pegmatite.json new file mode 100644 index 000000000..7675fc010 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/pegmatite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:pegmatite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/peridotite.json b/src/main/resources/data/mineralogy/tags/block/stones/peridotite.json new file mode 100644 index 000000000..34de42c18 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/peridotite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:peridotite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/phyllite.json b/src/main/resources/data/mineralogy/tags/block/stones/phyllite.json new file mode 100644 index 000000000..991dc28d5 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/phyllite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:phyllite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/quartzite.json b/src/main/resources/data/mineralogy/tags/block/stones/quartzite.json new file mode 100644 index 000000000..f539e57f9 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/quartzite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:quartzite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/rhyolite.json b/src/main/resources/data/mineralogy/tags/block/stones/rhyolite.json new file mode 100644 index 000000000..460e41c8e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/rhyolite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rhyolite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/rock_salt.json b/src/main/resources/data/mineralogy/tags/block/stones/rock_salt.json new file mode 100644 index 000000000..24df4c009 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/rock_salt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rock_salt" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/schist.json b/src/main/resources/data/mineralogy/tags/block/stones/schist.json new file mode 100644 index 000000000..ba6cdfc2c --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/schist.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:schist" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/scoria.json b/src/main/resources/data/mineralogy/tags/block/stones/scoria.json new file mode 100644 index 000000000..51d04b13d --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/scoria.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:scoria" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/shale.json b/src/main/resources/data/mineralogy/tags/block/stones/shale.json new file mode 100644 index 000000000..e95cbccee --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/shale.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:shale" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/siltstone.json b/src/main/resources/data/mineralogy/tags/block/stones/siltstone.json new file mode 100644 index 000000000..105f43a4d --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/siltstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:siltstone" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/slate.json b/src/main/resources/data/mineralogy/tags/block/stones/slate.json new file mode 100644 index 000000000..75a410d88 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/slate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:slate" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/block/stones/tuff.json b/src/main/resources/data/mineralogy/tags/block/stones/tuff.json new file mode 100644 index 000000000..922156e16 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/block/stones/tuff.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:tuff", + "minecraft:tuff" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/cobblestone_equivalents.json b/src/main/resources/data/mineralogy/tags/item/cobblestone_equivalents.json new file mode 100644 index 000000000..f983581b4 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/cobblestone_equivalents.json @@ -0,0 +1,33 @@ +{ + "replace": false, + "values": [ + "#c:cobblestones", + "#mineralogy:stones/andesite", + "#mineralogy:stones/basalt", + "#mineralogy:stones/diorite", + "#mineralogy:stones/granite", + "#mineralogy:stones/rhyolite", + "#mineralogy:stones/pegmatite", + "#mineralogy:stones/diabase", + "#mineralogy:stones/gabbro", + "#mineralogy:stones/peridotite", + "#mineralogy:stones/basaltic_glass", + "#mineralogy:stones/scoria", + "#mineralogy:stones/tuff", + "#mineralogy:stones/shale", + "#mineralogy:stones/conglomerate", + "#mineralogy:stones/dolomite", + "#mineralogy:stones/limestone", + "#mineralogy:stones/siltstone", + "#mineralogy:stones/marble", + "#mineralogy:stones/slate", + "#mineralogy:stones/schist", + "#mineralogy:stones/gneiss", + "#mineralogy:stones/phyllite", + "#mineralogy:stones/amphibolite", + "#mineralogy:stones/hornfels", + "#mineralogy:stones/quartzite", + "#mineralogy:stones/novaculite", + "#mineralogy:stones/rock_salt" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/amphibolite.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/amphibolite.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/amphibolite.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/amphibolite.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/andesite.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/andesite.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/andesite.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/andesite.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/basalt.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/basalt.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/basalt.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/basalt.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/basaltic_glass.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/basaltic_glass.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/basaltic_glass.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/basaltic_glass.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/conglomerate.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/conglomerate.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/conglomerate.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/conglomerate.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/diabase.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/diabase.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/diabase.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/diabase.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/diorite.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/diorite.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/diorite.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/diorite.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/dolomite.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/dolomite.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/dolomite.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/dolomite.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/gabbro.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/gabbro.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/gabbro.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/gabbro.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/gneiss.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/gneiss.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/gneiss.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/gneiss.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/granite.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/granite.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/granite.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/granite.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/hornfels.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/hornfels.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/hornfels.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/hornfels.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/limestone.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/limestone.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/limestone.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/limestone.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/marble.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/marble.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/marble.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/marble.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/novaculite.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/novaculite.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/novaculite.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/novaculite.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/pegmatite.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/pegmatite.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/pegmatite.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/pegmatite.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/peridotite.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/peridotite.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/peridotite.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/peridotite.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/phyllite.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/phyllite.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/phyllite.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/phyllite.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/quartzite.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/quartzite.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/quartzite.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/quartzite.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/rhyolite.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/rhyolite.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/rhyolite.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/rhyolite.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/rock_salt.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/rock_salt.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/rock_salt.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/rock_salt.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/schist.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/schist.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/schist.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/schist.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/scoria.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/scoria.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/scoria.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/scoria.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/shale.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/shale.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/shale.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/shale.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/siltstone.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/siltstone.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/siltstone.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/siltstone.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/slate.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/slate.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/slate.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/slate.json diff --git a/src/main/resources/data/mineralogy/tags/blocks/stones/tuff.json b/src/main/resources/data/mineralogy/tags/item/crafting_materials/tuff.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/blocks/stones/tuff.json rename to src/main/resources/data/mineralogy/tags/item/crafting_materials/tuff.json diff --git a/src/main/resources/data/mineralogy/tags/items/drywall/white.json b/src/main/resources/data/mineralogy/tags/item/drywall/white.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/items/drywall/white.json rename to src/main/resources/data/mineralogy/tags/item/drywall/white.json diff --git a/src/main/resources/data/mineralogy/tags/items/rocks.json b/src/main/resources/data/mineralogy/tags/item/rocks.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/items/rocks.json rename to src/main/resources/data/mineralogy/tags/item/rocks.json diff --git a/src/main/resources/data/mineralogy/tags/items/rocks/igneous.json b/src/main/resources/data/mineralogy/tags/item/rocks/igneous.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/items/rocks/igneous.json rename to src/main/resources/data/mineralogy/tags/item/rocks/igneous.json diff --git a/src/main/resources/data/mineralogy/tags/items/rocks/metamorphic.json b/src/main/resources/data/mineralogy/tags/item/rocks/metamorphic.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/items/rocks/metamorphic.json rename to src/main/resources/data/mineralogy/tags/item/rocks/metamorphic.json diff --git a/src/main/resources/data/mineralogy/tags/items/rocks/sedimentary.json b/src/main/resources/data/mineralogy/tags/item/rocks/sedimentary.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/items/rocks/sedimentary.json rename to src/main/resources/data/mineralogy/tags/item/rocks/sedimentary.json diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/amphibolite.json b/src/main/resources/data/mineralogy/tags/item/slabs/amphibolite.json new file mode 100644 index 000000000..cc4117a83 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/amphibolite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:amphibolite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/amphibolite/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/amphibolite/brick.json new file mode 100644 index 000000000..9db82ccae --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/amphibolite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:amphibolite_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/amphibolite/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/amphibolite/smooth.json new file mode 100644 index 000000000..5670a0a5f --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/amphibolite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:amphibolite_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/amphibolite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/amphibolite/smooth_brick.json new file mode 100644 index 000000000..fbbd50b2c --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/amphibolite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:amphibolite_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/andesite.json b/src/main/resources/data/mineralogy/tags/item/slabs/andesite.json new file mode 100644 index 000000000..2d0d6184e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/andesite.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:andesite_slab", + "minecraft:andesite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/andesite/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/andesite/brick.json new file mode 100644 index 000000000..66931ac90 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/andesite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:andesite_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/andesite/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/andesite/smooth.json new file mode 100644 index 000000000..6fe008cd9 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/andesite/smooth.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:andesite_smooth_slab", + "minecraft:polished_andesite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/andesite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/andesite/smooth_brick.json new file mode 100644 index 000000000..397fdafd5 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/andesite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:andesite_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/basalt.json b/src/main/resources/data/mineralogy/tags/item/slabs/basalt.json new file mode 100644 index 000000000..c86626703 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/basalt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basalt_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/basalt/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/basalt/brick.json new file mode 100644 index 000000000..b7c770d7c --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/basalt/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basalt_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/basalt/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/basalt/smooth.json new file mode 100644 index 000000000..a61e9fd5d --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/basalt/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basalt_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/basalt/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/basalt/smooth_brick.json new file mode 100644 index 000000000..d90666abc --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/basalt/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basalt_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass.json b/src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass.json new file mode 100644 index 000000000..717c00479 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basaltic_glass_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass/brick.json new file mode 100644 index 000000000..5a3e112e8 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basaltic_glass_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass/smooth.json new file mode 100644 index 000000000..1a0e8a748 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basaltic_glass_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass/smooth_brick.json new file mode 100644 index 000000000..3ce475146 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/basaltic_glass/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basaltic_glass_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/conglomerate.json b/src/main/resources/data/mineralogy/tags/item/slabs/conglomerate.json new file mode 100644 index 000000000..d97b6a843 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/conglomerate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:conglomerate_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/conglomerate/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/conglomerate/brick.json new file mode 100644 index 000000000..2970425bc --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/conglomerate/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:conglomerate_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/conglomerate/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/conglomerate/smooth.json new file mode 100644 index 000000000..d04c77375 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/conglomerate/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:conglomerate_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/conglomerate/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/conglomerate/smooth_brick.json new file mode 100644 index 000000000..d28a89f07 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/conglomerate/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:conglomerate_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/diabase.json b/src/main/resources/data/mineralogy/tags/item/slabs/diabase.json new file mode 100644 index 000000000..665ed6689 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/diabase.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diabase_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/diabase/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/diabase/brick.json new file mode 100644 index 000000000..1a8dc00dc --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/diabase/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diabase_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/diabase/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/diabase/smooth.json new file mode 100644 index 000000000..a511e4684 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/diabase/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diabase_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/diabase/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/diabase/smooth_brick.json new file mode 100644 index 000000000..8e2151cfc --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/diabase/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diabase_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/diorite.json b/src/main/resources/data/mineralogy/tags/item/slabs/diorite.json new file mode 100644 index 000000000..67b558bee --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/diorite.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:diorite_slab", + "minecraft:diorite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/diorite/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/diorite/brick.json new file mode 100644 index 000000000..6bf529738 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/diorite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diorite_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/diorite/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/diorite/smooth.json new file mode 100644 index 000000000..20eef8ccb --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/diorite/smooth.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:diorite_smooth_slab", + "minecraft:polished_diorite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/diorite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/diorite/smooth_brick.json new file mode 100644 index 000000000..7a98dd262 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/diorite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diorite_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/dolomite.json b/src/main/resources/data/mineralogy/tags/item/slabs/dolomite.json new file mode 100644 index 000000000..4d290eed2 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/dolomite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:dolomite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/dolomite/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/dolomite/brick.json new file mode 100644 index 000000000..97227b908 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/dolomite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:dolomite_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/dolomite/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/dolomite/smooth.json new file mode 100644 index 000000000..1dc98f76e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/dolomite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:dolomite_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/dolomite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/dolomite/smooth_brick.json new file mode 100644 index 000000000..8dd4268b0 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/dolomite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:dolomite_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/gabbro.json b/src/main/resources/data/mineralogy/tags/item/slabs/gabbro.json new file mode 100644 index 000000000..e3576cff4 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/gabbro.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gabbro_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/gabbro/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/gabbro/brick.json new file mode 100644 index 000000000..643872776 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/gabbro/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gabbro_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/gabbro/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/gabbro/smooth.json new file mode 100644 index 000000000..20e323ef8 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/gabbro/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gabbro_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/gabbro/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/gabbro/smooth_brick.json new file mode 100644 index 000000000..4e328768c --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/gabbro/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gabbro_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/gneiss.json b/src/main/resources/data/mineralogy/tags/item/slabs/gneiss.json new file mode 100644 index 000000000..68512d817 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/gneiss.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gneiss_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/gneiss/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/gneiss/brick.json new file mode 100644 index 000000000..e962d4e9c --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/gneiss/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gneiss_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/gneiss/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/gneiss/smooth.json new file mode 100644 index 000000000..7aa2f746d --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/gneiss/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gneiss_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/gneiss/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/gneiss/smooth_brick.json new file mode 100644 index 000000000..c6a513819 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/gneiss/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gneiss_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/granite.json b/src/main/resources/data/mineralogy/tags/item/slabs/granite.json new file mode 100644 index 000000000..892116b2c --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/granite.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:granite_slab", + "minecraft:granite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/granite/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/granite/brick.json new file mode 100644 index 000000000..c7c412ec2 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/granite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:granite_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/granite/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/granite/smooth.json new file mode 100644 index 000000000..730511a99 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/granite/smooth.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:granite_smooth_slab", + "minecraft:polished_granite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/granite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/granite/smooth_brick.json new file mode 100644 index 000000000..e56697231 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/granite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:granite_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/hornfels.json b/src/main/resources/data/mineralogy/tags/item/slabs/hornfels.json new file mode 100644 index 000000000..408d05b3c --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/hornfels.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:hornfels_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/hornfels/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/hornfels/brick.json new file mode 100644 index 000000000..4297940a7 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/hornfels/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:hornfels_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/hornfels/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/hornfels/smooth.json new file mode 100644 index 000000000..97f5d04e1 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/hornfels/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:hornfels_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/hornfels/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/hornfels/smooth_brick.json new file mode 100644 index 000000000..b1ce7f4db --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/hornfels/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:hornfels_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/limestone.json b/src/main/resources/data/mineralogy/tags/item/slabs/limestone.json new file mode 100644 index 000000000..e5f7333c1 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/limestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:limestone_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/limestone/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/limestone/brick.json new file mode 100644 index 000000000..ef5bdae0d --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/limestone/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:limestone_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/limestone/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/limestone/smooth.json new file mode 100644 index 000000000..f5701a999 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/limestone/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:limestone_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/limestone/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/limestone/smooth_brick.json new file mode 100644 index 000000000..113f36066 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/limestone/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:limestone_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/marble.json b/src/main/resources/data/mineralogy/tags/item/slabs/marble.json new file mode 100644 index 000000000..ebda57b3d --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/marble.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:marble_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/marble/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/marble/brick.json new file mode 100644 index 000000000..3b9fba246 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/marble/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:marble_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/marble/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/marble/smooth.json new file mode 100644 index 000000000..876baf7d3 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/marble/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:marble_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/marble/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/marble/smooth_brick.json new file mode 100644 index 000000000..cc716132c --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/marble/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:marble_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/novaculite.json b/src/main/resources/data/mineralogy/tags/item/slabs/novaculite.json new file mode 100644 index 000000000..2d75804c5 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/novaculite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:novaculite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/novaculite/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/novaculite/brick.json new file mode 100644 index 000000000..1fa49bab1 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/novaculite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:novaculite_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/novaculite/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/novaculite/smooth.json new file mode 100644 index 000000000..842a79951 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/novaculite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:novaculite_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/novaculite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/novaculite/smooth_brick.json new file mode 100644 index 000000000..975702399 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/novaculite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:novaculite_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/pegmatite.json b/src/main/resources/data/mineralogy/tags/item/slabs/pegmatite.json new file mode 100644 index 000000000..85d7de59c --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/pegmatite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:pegmatite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/pegmatite/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/pegmatite/brick.json new file mode 100644 index 000000000..a9e624210 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/pegmatite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:pegmatite_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/pegmatite/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/pegmatite/smooth.json new file mode 100644 index 000000000..66f6500ec --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/pegmatite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:pegmatite_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/pegmatite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/pegmatite/smooth_brick.json new file mode 100644 index 000000000..8ccfcb2a6 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/pegmatite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:pegmatite_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/peridotite.json b/src/main/resources/data/mineralogy/tags/item/slabs/peridotite.json new file mode 100644 index 000000000..15551daab --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/peridotite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:peridotite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/peridotite/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/peridotite/brick.json new file mode 100644 index 000000000..e31a75bdf --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/peridotite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:peridotite_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/peridotite/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/peridotite/smooth.json new file mode 100644 index 000000000..18572c5d3 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/peridotite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:peridotite_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/peridotite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/peridotite/smooth_brick.json new file mode 100644 index 000000000..651d50fe3 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/peridotite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:peridotite_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/phyllite.json b/src/main/resources/data/mineralogy/tags/item/slabs/phyllite.json new file mode 100644 index 000000000..f727b589a --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/phyllite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:phyllite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/phyllite/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/phyllite/brick.json new file mode 100644 index 000000000..d470beba6 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/phyllite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:phyllite_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/phyllite/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/phyllite/smooth.json new file mode 100644 index 000000000..a43bb7783 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/phyllite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:phyllite_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/phyllite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/phyllite/smooth_brick.json new file mode 100644 index 000000000..bf5f49a29 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/phyllite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:phyllite_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/quartzite.json b/src/main/resources/data/mineralogy/tags/item/slabs/quartzite.json new file mode 100644 index 000000000..3595ab596 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/quartzite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:quartzite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/quartzite/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/quartzite/brick.json new file mode 100644 index 000000000..f58f9f563 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/quartzite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:quartzite_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/quartzite/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/quartzite/smooth.json new file mode 100644 index 000000000..1dd4e97fe --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/quartzite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:quartzite_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/quartzite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/quartzite/smooth_brick.json new file mode 100644 index 000000000..9a998c5dc --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/quartzite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:quartzite_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/rhyolite.json b/src/main/resources/data/mineralogy/tags/item/slabs/rhyolite.json new file mode 100644 index 000000000..c185ea5e4 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/rhyolite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rhyolite_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/rhyolite/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/rhyolite/brick.json new file mode 100644 index 000000000..dd1efa5d1 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/rhyolite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rhyolite_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/rhyolite/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/rhyolite/smooth.json new file mode 100644 index 000000000..d41b64b15 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/rhyolite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rhyolite_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/rhyolite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/rhyolite/smooth_brick.json new file mode 100644 index 000000000..a4932de04 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/rhyolite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rhyolite_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/rock_salt.json b/src/main/resources/data/mineralogy/tags/item/slabs/rock_salt.json new file mode 100644 index 000000000..e76862b94 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/rock_salt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rock_salt_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/rock_salt/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/rock_salt/brick.json new file mode 100644 index 000000000..cd5329250 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/rock_salt/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rock_salt_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/rock_salt/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/rock_salt/smooth.json new file mode 100644 index 000000000..85a609347 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/rock_salt/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rock_salt_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/rock_salt/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/rock_salt/smooth_brick.json new file mode 100644 index 000000000..9864136eb --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/rock_salt/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rock_salt_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/schist.json b/src/main/resources/data/mineralogy/tags/item/slabs/schist.json new file mode 100644 index 000000000..a1ce71a3a --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/schist.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:schist_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/schist/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/schist/brick.json new file mode 100644 index 000000000..e1306e381 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/schist/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:schist_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/schist/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/schist/smooth.json new file mode 100644 index 000000000..93401df40 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/schist/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:schist_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/schist/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/schist/smooth_brick.json new file mode 100644 index 000000000..c0658afea --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/schist/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:schist_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/scoria.json b/src/main/resources/data/mineralogy/tags/item/slabs/scoria.json new file mode 100644 index 000000000..b58eade46 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/scoria.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:scoria_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/scoria/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/scoria/brick.json new file mode 100644 index 000000000..9ca979dc7 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/scoria/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:scoria_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/scoria/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/scoria/smooth.json new file mode 100644 index 000000000..fbcce69b9 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/scoria/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:scoria_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/scoria/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/scoria/smooth_brick.json new file mode 100644 index 000000000..a53e4803e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/scoria/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:scoria_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/shale.json b/src/main/resources/data/mineralogy/tags/item/slabs/shale.json new file mode 100644 index 000000000..b55c232a4 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/shale.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:shale_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/shale/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/shale/brick.json new file mode 100644 index 000000000..1981c8a99 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/shale/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:shale_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/shale/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/shale/smooth.json new file mode 100644 index 000000000..662067502 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/shale/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:shale_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/shale/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/shale/smooth_brick.json new file mode 100644 index 000000000..77666c63d --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/shale/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:shale_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/siltstone.json b/src/main/resources/data/mineralogy/tags/item/slabs/siltstone.json new file mode 100644 index 000000000..dc95b1428 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/siltstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:siltstone_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/siltstone/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/siltstone/brick.json new file mode 100644 index 000000000..d461205e9 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/siltstone/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:siltstone_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/siltstone/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/siltstone/smooth.json new file mode 100644 index 000000000..0aeafc131 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/siltstone/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:siltstone_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/siltstone/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/siltstone/smooth_brick.json new file mode 100644 index 000000000..c90b6e834 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/siltstone/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:siltstone_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/slate.json b/src/main/resources/data/mineralogy/tags/item/slabs/slate.json new file mode 100644 index 000000000..6c4f3d89b --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/slate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:slate_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/slate/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/slate/brick.json new file mode 100644 index 000000000..4aabe2c82 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/slate/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:slate_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/slate/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/slate/smooth.json new file mode 100644 index 000000000..4e198eb90 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/slate/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:slate_smooth_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/slate/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/slate/smooth_brick.json new file mode 100644 index 000000000..77e8f5b2c --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/slate/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:slate_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/tuff.json b/src/main/resources/data/mineralogy/tags/item/slabs/tuff.json new file mode 100644 index 000000000..3025e7992 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/tuff.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:tuff_slab", + "minecraft:tuff_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/tuff/brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/tuff/brick.json new file mode 100644 index 000000000..4bc16d404 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/tuff/brick.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:tuff_brick_slab", + "minecraft:tuff_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/tuff/smooth.json b/src/main/resources/data/mineralogy/tags/item/slabs/tuff/smooth.json new file mode 100644 index 000000000..d23fa0987 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/tuff/smooth.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:tuff_smooth_slab", + "minecraft:polished_tuff_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/slabs/tuff/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/slabs/tuff/smooth_brick.json new file mode 100644 index 000000000..6c6dd368b --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/slabs/tuff/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:tuff_smooth_brick_slab" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/items/standard_rocks.json b/src/main/resources/data/mineralogy/tags/item/standard_rocks.json similarity index 100% rename from src/main/resources/data/mineralogy/tags/items/standard_rocks.json rename to src/main/resources/data/mineralogy/tags/item/standard_rocks.json diff --git a/src/main/resources/data/mineralogy/tags/item/stone_crafting_materials.json b/src/main/resources/data/mineralogy/tags/item/stone_crafting_materials.json new file mode 100644 index 000000000..5643de212 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stone_crafting_materials.json @@ -0,0 +1,33 @@ +{ + "replace": false, + "values": [ + "#minecraft:stone_crafting_materials", + "#mineralogy:stones/andesite", + "#mineralogy:stones/basalt", + "#mineralogy:stones/diorite", + "#mineralogy:stones/granite", + "#mineralogy:stones/rhyolite", + "#mineralogy:stones/pegmatite", + "#mineralogy:stones/diabase", + "#mineralogy:stones/gabbro", + "#mineralogy:stones/peridotite", + "#mineralogy:stones/basaltic_glass", + "#mineralogy:stones/scoria", + "#mineralogy:stones/tuff", + "#mineralogy:stones/shale", + "#mineralogy:stones/conglomerate", + "#mineralogy:stones/dolomite", + "#mineralogy:stones/limestone", + "#mineralogy:stones/siltstone", + "#mineralogy:stones/marble", + "#mineralogy:stones/slate", + "#mineralogy:stones/schist", + "#mineralogy:stones/gneiss", + "#mineralogy:stones/phyllite", + "#mineralogy:stones/amphibolite", + "#mineralogy:stones/hornfels", + "#mineralogy:stones/quartzite", + "#mineralogy:stones/novaculite", + "#mineralogy:stones/rock_salt" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stone_tool_materials.json b/src/main/resources/data/mineralogy/tags/item/stone_tool_materials.json new file mode 100644 index 000000000..d2bd2ba86 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stone_tool_materials.json @@ -0,0 +1,33 @@ +{ + "replace": false, + "values": [ + "#minecraft:stone_tool_materials", + "#mineralogy:stones/andesite", + "#mineralogy:stones/basalt", + "#mineralogy:stones/diorite", + "#mineralogy:stones/granite", + "#mineralogy:stones/rhyolite", + "#mineralogy:stones/pegmatite", + "#mineralogy:stones/diabase", + "#mineralogy:stones/gabbro", + "#mineralogy:stones/peridotite", + "#mineralogy:stones/basaltic_glass", + "#mineralogy:stones/scoria", + "#mineralogy:stones/tuff", + "#mineralogy:stones/shale", + "#mineralogy:stones/conglomerate", + "#mineralogy:stones/dolomite", + "#mineralogy:stones/limestone", + "#mineralogy:stones/siltstone", + "#mineralogy:stones/marble", + "#mineralogy:stones/slate", + "#mineralogy:stones/schist", + "#mineralogy:stones/gneiss", + "#mineralogy:stones/phyllite", + "#mineralogy:stones/amphibolite", + "#mineralogy:stones/hornfels", + "#mineralogy:stones/quartzite", + "#mineralogy:stones/novaculite", + "#mineralogy:stones/rock_salt" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/amphibolite.json b/src/main/resources/data/mineralogy/tags/item/stones/amphibolite.json new file mode 100644 index 000000000..5cdea399b --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/amphibolite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:amphibolite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/amphibolite/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/amphibolite/brick.json new file mode 100644 index 000000000..1651716ad --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/amphibolite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:amphibolite_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/amphibolite/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/amphibolite/smooth.json new file mode 100644 index 000000000..a891ba7f8 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/amphibolite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:amphibolite_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/amphibolite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/amphibolite/smooth_brick.json new file mode 100644 index 000000000..48eb807c9 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/amphibolite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:amphibolite_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/andesite.json b/src/main/resources/data/mineralogy/tags/item/stones/andesite.json new file mode 100644 index 000000000..708588bcd --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/andesite.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:andesite", + "minecraft:andesite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/andesite/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/andesite/brick.json new file mode 100644 index 000000000..65dd79abf --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/andesite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:andesite_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/andesite/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/andesite/smooth.json new file mode 100644 index 000000000..a69cca9fa --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/andesite/smooth.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:andesite_smooth", + "minecraft:polished_andesite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/andesite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/andesite/smooth_brick.json new file mode 100644 index 000000000..77fa030cc --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/andesite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:andesite_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/basalt.json b/src/main/resources/data/mineralogy/tags/item/stones/basalt.json new file mode 100644 index 000000000..1ae916657 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/basalt.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:basalt", + "minecraft:basalt" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/basalt/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/basalt/brick.json new file mode 100644 index 000000000..49e671bdb --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/basalt/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basalt_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/basalt/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/basalt/smooth.json new file mode 100644 index 000000000..4a744d51b --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/basalt/smooth.json @@ -0,0 +1,8 @@ +{ + "replace": false, + "values": [ + "mineralogy:basalt_smooth", + "minecraft:polished_basalt", + "minecraft:smooth_basalt" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/basalt/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/basalt/smooth_brick.json new file mode 100644 index 000000000..3118bb8c9 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/basalt/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basalt_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass.json b/src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass.json new file mode 100644 index 000000000..9cb3a5c60 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basaltic_glass" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass/brick.json new file mode 100644 index 000000000..ca6b5c874 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basaltic_glass_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass/smooth.json new file mode 100644 index 000000000..c26bf62e0 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basaltic_glass_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass/smooth_brick.json new file mode 100644 index 000000000..687a62cb9 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/basaltic_glass/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:basaltic_glass_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/conglomerate.json b/src/main/resources/data/mineralogy/tags/item/stones/conglomerate.json new file mode 100644 index 000000000..9a8db044e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/conglomerate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:conglomerate" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/conglomerate/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/conglomerate/brick.json new file mode 100644 index 000000000..dbb375208 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/conglomerate/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:conglomerate_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/conglomerate/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/conglomerate/smooth.json new file mode 100644 index 000000000..e9b9b7d51 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/conglomerate/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:conglomerate_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/conglomerate/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/conglomerate/smooth_brick.json new file mode 100644 index 000000000..0c58445bb --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/conglomerate/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:conglomerate_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/diabase.json b/src/main/resources/data/mineralogy/tags/item/stones/diabase.json new file mode 100644 index 000000000..b1d74d01e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/diabase.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diabase" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/diabase/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/diabase/brick.json new file mode 100644 index 000000000..dfd293283 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/diabase/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diabase_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/diabase/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/diabase/smooth.json new file mode 100644 index 000000000..3931e59c9 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/diabase/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diabase_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/diabase/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/diabase/smooth_brick.json new file mode 100644 index 000000000..c4039acd1 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/diabase/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diabase_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/diorite.json b/src/main/resources/data/mineralogy/tags/item/stones/diorite.json new file mode 100644 index 000000000..a6c473010 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/diorite.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:diorite", + "minecraft:diorite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/diorite/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/diorite/brick.json new file mode 100644 index 000000000..44f75de23 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/diorite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diorite_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/diorite/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/diorite/smooth.json new file mode 100644 index 000000000..28fc952bd --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/diorite/smooth.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:diorite_smooth", + "minecraft:polished_diorite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/diorite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/diorite/smooth_brick.json new file mode 100644 index 000000000..9d2661c01 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/diorite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:diorite_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/dolomite.json b/src/main/resources/data/mineralogy/tags/item/stones/dolomite.json new file mode 100644 index 000000000..f329a9162 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/dolomite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:dolomite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/dolomite/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/dolomite/brick.json new file mode 100644 index 000000000..c010f8c2e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/dolomite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:dolomite_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/dolomite/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/dolomite/smooth.json new file mode 100644 index 000000000..d1e984d14 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/dolomite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:dolomite_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/dolomite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/dolomite/smooth_brick.json new file mode 100644 index 000000000..2f74306bc --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/dolomite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:dolomite_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/gabbro.json b/src/main/resources/data/mineralogy/tags/item/stones/gabbro.json new file mode 100644 index 000000000..2b664843f --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/gabbro.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gabbro" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/gabbro/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/gabbro/brick.json new file mode 100644 index 000000000..1a4f230f9 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/gabbro/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gabbro_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/gabbro/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/gabbro/smooth.json new file mode 100644 index 000000000..ce9b70813 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/gabbro/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gabbro_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/gabbro/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/gabbro/smooth_brick.json new file mode 100644 index 000000000..53dea2b13 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/gabbro/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gabbro_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/gneiss.json b/src/main/resources/data/mineralogy/tags/item/stones/gneiss.json new file mode 100644 index 000000000..a19fbac88 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/gneiss.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gneiss" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/gneiss/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/gneiss/brick.json new file mode 100644 index 000000000..6a784a9fb --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/gneiss/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gneiss_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/gneiss/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/gneiss/smooth.json new file mode 100644 index 000000000..211fd8983 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/gneiss/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gneiss_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/gneiss/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/gneiss/smooth_brick.json new file mode 100644 index 000000000..5ab5d0aaa --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/gneiss/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:gneiss_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/granite.json b/src/main/resources/data/mineralogy/tags/item/stones/granite.json new file mode 100644 index 000000000..ae5dd9590 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/granite.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:granite", + "minecraft:granite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/granite/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/granite/brick.json new file mode 100644 index 000000000..b4f65a8a6 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/granite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:granite_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/granite/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/granite/smooth.json new file mode 100644 index 000000000..947518d8b --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/granite/smooth.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:granite_smooth", + "minecraft:polished_granite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/granite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/granite/smooth_brick.json new file mode 100644 index 000000000..a68aa55e3 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/granite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:granite_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/hornfels.json b/src/main/resources/data/mineralogy/tags/item/stones/hornfels.json new file mode 100644 index 000000000..7ec83bdd3 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/hornfels.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:hornfels" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/hornfels/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/hornfels/brick.json new file mode 100644 index 000000000..fa6cbf595 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/hornfels/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:hornfels_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/hornfels/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/hornfels/smooth.json new file mode 100644 index 000000000..9f6801294 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/hornfels/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:hornfels_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/hornfels/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/hornfels/smooth_brick.json new file mode 100644 index 000000000..9da4b03c2 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/hornfels/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:hornfels_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/limestone.json b/src/main/resources/data/mineralogy/tags/item/stones/limestone.json new file mode 100644 index 000000000..3f32e2ff2 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/limestone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:limestone" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/limestone/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/limestone/brick.json new file mode 100644 index 000000000..f49563caf --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/limestone/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:limestone_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/limestone/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/limestone/smooth.json new file mode 100644 index 000000000..d45ba82ba --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/limestone/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:limestone_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/limestone/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/limestone/smooth_brick.json new file mode 100644 index 000000000..4e7f4269e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/limestone/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:limestone_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/marble.json b/src/main/resources/data/mineralogy/tags/item/stones/marble.json new file mode 100644 index 000000000..bdb724467 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/marble.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:marble" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/marble/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/marble/brick.json new file mode 100644 index 000000000..7359596ec --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/marble/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:marble_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/marble/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/marble/smooth.json new file mode 100644 index 000000000..4ec76fe47 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/marble/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:marble_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/marble/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/marble/smooth_brick.json new file mode 100644 index 000000000..ed9758ea4 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/marble/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:marble_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/novaculite.json b/src/main/resources/data/mineralogy/tags/item/stones/novaculite.json new file mode 100644 index 000000000..74fb17da3 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/novaculite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:novaculite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/novaculite/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/novaculite/brick.json new file mode 100644 index 000000000..5572d90dd --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/novaculite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:novaculite_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/novaculite/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/novaculite/smooth.json new file mode 100644 index 000000000..99993cecc --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/novaculite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:novaculite_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/novaculite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/novaculite/smooth_brick.json new file mode 100644 index 000000000..b393df328 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/novaculite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:novaculite_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/pegmatite.json b/src/main/resources/data/mineralogy/tags/item/stones/pegmatite.json new file mode 100644 index 000000000..7675fc010 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/pegmatite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:pegmatite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/pegmatite/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/pegmatite/brick.json new file mode 100644 index 000000000..79089e743 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/pegmatite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:pegmatite_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/pegmatite/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/pegmatite/smooth.json new file mode 100644 index 000000000..f0cd06b16 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/pegmatite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:pegmatite_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/pegmatite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/pegmatite/smooth_brick.json new file mode 100644 index 000000000..c947fbd24 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/pegmatite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:pegmatite_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/peridotite.json b/src/main/resources/data/mineralogy/tags/item/stones/peridotite.json new file mode 100644 index 000000000..34de42c18 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/peridotite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:peridotite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/peridotite/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/peridotite/brick.json new file mode 100644 index 000000000..d5164e79e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/peridotite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:peridotite_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/peridotite/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/peridotite/smooth.json new file mode 100644 index 000000000..05cc3984e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/peridotite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:peridotite_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/peridotite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/peridotite/smooth_brick.json new file mode 100644 index 000000000..f4aea4223 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/peridotite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:peridotite_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/phyllite.json b/src/main/resources/data/mineralogy/tags/item/stones/phyllite.json new file mode 100644 index 000000000..991dc28d5 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/phyllite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:phyllite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/phyllite/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/phyllite/brick.json new file mode 100644 index 000000000..9e33f47aa --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/phyllite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:phyllite_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/phyllite/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/phyllite/smooth.json new file mode 100644 index 000000000..6c74aea08 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/phyllite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:phyllite_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/phyllite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/phyllite/smooth_brick.json new file mode 100644 index 000000000..d381910bc --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/phyllite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:phyllite_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/quartzite.json b/src/main/resources/data/mineralogy/tags/item/stones/quartzite.json new file mode 100644 index 000000000..f539e57f9 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/quartzite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:quartzite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/quartzite/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/quartzite/brick.json new file mode 100644 index 000000000..ae21a9047 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/quartzite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:quartzite_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/quartzite/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/quartzite/smooth.json new file mode 100644 index 000000000..f29a3ef24 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/quartzite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:quartzite_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/quartzite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/quartzite/smooth_brick.json new file mode 100644 index 000000000..73b47a97a --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/quartzite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:quartzite_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/rhyolite.json b/src/main/resources/data/mineralogy/tags/item/stones/rhyolite.json new file mode 100644 index 000000000..460e41c8e --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/rhyolite.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rhyolite" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/rhyolite/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/rhyolite/brick.json new file mode 100644 index 000000000..324c3af21 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/rhyolite/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rhyolite_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/rhyolite/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/rhyolite/smooth.json new file mode 100644 index 000000000..37b2943cc --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/rhyolite/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rhyolite_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/rhyolite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/rhyolite/smooth_brick.json new file mode 100644 index 000000000..3fb64d82b --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/rhyolite/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rhyolite_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/rock_salt.json b/src/main/resources/data/mineralogy/tags/item/stones/rock_salt.json new file mode 100644 index 000000000..24df4c009 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/rock_salt.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rock_salt" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/rock_salt/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/rock_salt/brick.json new file mode 100644 index 000000000..a66102e22 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/rock_salt/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rock_salt_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/rock_salt/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/rock_salt/smooth.json new file mode 100644 index 000000000..cb1591d29 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/rock_salt/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rock_salt_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/rock_salt/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/rock_salt/smooth_brick.json new file mode 100644 index 000000000..b63b027b0 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/rock_salt/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:rock_salt_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/schist.json b/src/main/resources/data/mineralogy/tags/item/stones/schist.json new file mode 100644 index 000000000..ba6cdfc2c --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/schist.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:schist" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/schist/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/schist/brick.json new file mode 100644 index 000000000..9e7adbfbf --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/schist/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:schist_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/schist/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/schist/smooth.json new file mode 100644 index 000000000..35372ad18 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/schist/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:schist_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/schist/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/schist/smooth_brick.json new file mode 100644 index 000000000..b1eaa31df --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/schist/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:schist_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/scoria.json b/src/main/resources/data/mineralogy/tags/item/stones/scoria.json new file mode 100644 index 000000000..51d04b13d --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/scoria.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:scoria" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/scoria/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/scoria/brick.json new file mode 100644 index 000000000..d752ece67 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/scoria/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:scoria_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/scoria/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/scoria/smooth.json new file mode 100644 index 000000000..72faf39b1 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/scoria/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:scoria_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/scoria/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/scoria/smooth_brick.json new file mode 100644 index 000000000..3d375e806 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/scoria/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:scoria_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/shale.json b/src/main/resources/data/mineralogy/tags/item/stones/shale.json new file mode 100644 index 000000000..e95cbccee --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/shale.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:shale" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/shale/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/shale/brick.json new file mode 100644 index 000000000..645bac6d1 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/shale/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:shale_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/shale/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/shale/smooth.json new file mode 100644 index 000000000..c0ac17bed --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/shale/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:shale_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/shale/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/shale/smooth_brick.json new file mode 100644 index 000000000..f87e41f64 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/shale/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:shale_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/siltstone.json b/src/main/resources/data/mineralogy/tags/item/stones/siltstone.json new file mode 100644 index 000000000..105f43a4d --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/siltstone.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:siltstone" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/siltstone/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/siltstone/brick.json new file mode 100644 index 000000000..e156e2851 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/siltstone/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:siltstone_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/siltstone/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/siltstone/smooth.json new file mode 100644 index 000000000..40a652aba --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/siltstone/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:siltstone_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/siltstone/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/siltstone/smooth_brick.json new file mode 100644 index 000000000..3ace16070 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/siltstone/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:siltstone_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/slate.json b/src/main/resources/data/mineralogy/tags/item/stones/slate.json new file mode 100644 index 000000000..75a410d88 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/slate.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:slate" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/slate/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/slate/brick.json new file mode 100644 index 000000000..8d291b1f2 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/slate/brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:slate_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/slate/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/slate/smooth.json new file mode 100644 index 000000000..ead7f959d --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/slate/smooth.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:slate_smooth" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/slate/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/slate/smooth_brick.json new file mode 100644 index 000000000..50301895c --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/slate/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:slate_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/tuff.json b/src/main/resources/data/mineralogy/tags/item/stones/tuff.json new file mode 100644 index 000000000..922156e16 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/tuff.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:tuff", + "minecraft:tuff" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/tuff/brick.json b/src/main/resources/data/mineralogy/tags/item/stones/tuff/brick.json new file mode 100644 index 000000000..b0dea8145 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/tuff/brick.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:tuff_brick", + "minecraft:tuff_bricks" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/tuff/smooth.json b/src/main/resources/data/mineralogy/tags/item/stones/tuff/smooth.json new file mode 100644 index 000000000..4911690bc --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/tuff/smooth.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "mineralogy:tuff_smooth", + "minecraft:polished_tuff" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/item/stones/tuff/smooth_brick.json b/src/main/resources/data/mineralogy/tags/item/stones/tuff/smooth_brick.json new file mode 100644 index 000000000..db7ed6370 --- /dev/null +++ b/src/main/resources/data/mineralogy/tags/item/stones/tuff/smooth_brick.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "mineralogy:tuff_smooth_brick" + ] +} diff --git a/src/main/resources/data/mineralogy/tags/items/cobblestone_equivalents.json b/src/main/resources/data/mineralogy/tags/items/cobblestone_equivalents.json deleted file mode 100644 index 9716d8b6d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/cobblestone_equivalents.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:cobblestones", - "#mineralogy:stones/andesite", - "#mineralogy:stones/basalt", - "#mineralogy:stones/diorite", - "#mineralogy:stones/granite", - "#mineralogy:stones/rhyolite", - "#mineralogy:stones/pegmatite", - "#mineralogy:stones/diabase", - "#mineralogy:stones/gabbro", - "#mineralogy:stones/peridotite", - "#mineralogy:stones/basaltic_glass", - "#mineralogy:stones/scoria", - "#mineralogy:stones/tuff", - "#mineralogy:stones/shale", - "#mineralogy:stones/conglomerate", - "#mineralogy:stones/dolomite", - "#mineralogy:stones/limestone", - "#mineralogy:stones/siltstone", - "#mineralogy:stones/marble", - "#mineralogy:stones/slate", - "#mineralogy:stones/schist", - "#mineralogy:stones/gneiss", - "#mineralogy:stones/phyllite", - "#mineralogy:stones/amphibolite", - "#mineralogy:stones/hornfels", - "#mineralogy:stones/quartzite", - "#mineralogy:stones/novaculite", - "#mineralogy:stones/rock_salt" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/amphibolite.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/amphibolite.json deleted file mode 100644 index 26e1eac26..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/amphibolite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:amphibolite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/andesite.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/andesite.json deleted file mode 100644 index 0680f2507..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/andesite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:andesite", - "minecraft:andesite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/basalt.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/basalt.json deleted file mode 100644 index e0e10bf52..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/basalt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basalt", - "minecraft:basalt" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/basaltic_glass.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/basaltic_glass.json deleted file mode 100644 index 59c1e89a3..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/basaltic_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basaltic_glass" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/conglomerate.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/conglomerate.json deleted file mode 100644 index e4e289fb2..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/conglomerate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:conglomerate" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/diabase.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/diabase.json deleted file mode 100644 index c53507246..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/diabase.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diabase" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/diorite.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/diorite.json deleted file mode 100644 index 8d8329944..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/diorite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diorite", - "minecraft:diorite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/dolomite.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/dolomite.json deleted file mode 100644 index 1ed6b212d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/dolomite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:dolomite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/gabbro.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/gabbro.json deleted file mode 100644 index d2d73ceb1..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/gabbro.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gabbro" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/gneiss.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/gneiss.json deleted file mode 100644 index 6d15d2677..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/gneiss.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gneiss" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/granite.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/granite.json deleted file mode 100644 index 817e7c5da..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/granite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:granite", - "minecraft:granite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/hornfels.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/hornfels.json deleted file mode 100644 index 59acdf116..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/hornfels.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:hornfels" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/limestone.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/limestone.json deleted file mode 100644 index ae25aec9e..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/limestone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:limestone" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/marble.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/marble.json deleted file mode 100644 index e22e67bb1..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/marble.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:marble" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/novaculite.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/novaculite.json deleted file mode 100644 index 2339a11c9..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/novaculite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:novaculite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/pegmatite.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/pegmatite.json deleted file mode 100644 index 442dbf678..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/pegmatite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:pegmatite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/peridotite.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/peridotite.json deleted file mode 100644 index d774099e2..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/peridotite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:peridotite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/phyllite.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/phyllite.json deleted file mode 100644 index f705ab15b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/phyllite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:phyllite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/quartzite.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/quartzite.json deleted file mode 100644 index 21db863d4..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/quartzite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:quartzite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/rhyolite.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/rhyolite.json deleted file mode 100644 index 77c7ece7b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/rhyolite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rhyolite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/rock_salt.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/rock_salt.json deleted file mode 100644 index 8133cee26..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/rock_salt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rock_salt" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/schist.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/schist.json deleted file mode 100644 index 61f16050a..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/schist.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:schist" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/scoria.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/scoria.json deleted file mode 100644 index 064d4d35b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/scoria.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:scoria" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/shale.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/shale.json deleted file mode 100644 index f5bb0657a..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/shale.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:shale" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/siltstone.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/siltstone.json deleted file mode 100644 index d09f8782d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/siltstone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:siltstone" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/slate.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/slate.json deleted file mode 100644 index a9a6c28e5..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/slate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:slate" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/crafting_materials/tuff.json b/src/main/resources/data/mineralogy/tags/items/crafting_materials/tuff.json deleted file mode 100644 index 0273bebcd..000000000 --- a/src/main/resources/data/mineralogy/tags/items/crafting_materials/tuff.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:tuff", - "minecraft:tuff" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/amphibolite.json b/src/main/resources/data/mineralogy/tags/items/slabs/amphibolite.json deleted file mode 100644 index 6c69ddf73..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/amphibolite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:amphibolite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/amphibolite/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/amphibolite/brick.json deleted file mode 100644 index 46a24f9fd..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/amphibolite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:amphibolite_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/amphibolite/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/amphibolite/smooth.json deleted file mode 100644 index 67d861832..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/amphibolite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:amphibolite_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/amphibolite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/amphibolite/smooth_brick.json deleted file mode 100644 index 789448072..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/amphibolite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:amphibolite_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/andesite.json b/src/main/resources/data/mineralogy/tags/items/slabs/andesite.json deleted file mode 100644 index a2dad5cbb..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/andesite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:andesite_slab", - "minecraft:andesite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/andesite/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/andesite/brick.json deleted file mode 100644 index 86fc7b5f6..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/andesite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:andesite_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/andesite/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/andesite/smooth.json deleted file mode 100644 index a2cc3c4d9..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/andesite/smooth.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:andesite_smooth_slab", - "minecraft:polished_andesite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/andesite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/andesite/smooth_brick.json deleted file mode 100644 index 5318fc8be..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/andesite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:andesite_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/basalt.json b/src/main/resources/data/mineralogy/tags/items/slabs/basalt.json deleted file mode 100644 index e9009b136..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/basalt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basalt_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/basalt/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/basalt/brick.json deleted file mode 100644 index 8473ca13e..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/basalt/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basalt_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/basalt/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/basalt/smooth.json deleted file mode 100644 index 01fbe72a9..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/basalt/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basalt_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/basalt/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/basalt/smooth_brick.json deleted file mode 100644 index e7e72f896..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/basalt/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basalt_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass.json b/src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass.json deleted file mode 100644 index 235c14f48..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basaltic_glass_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass/brick.json deleted file mode 100644 index ed0d0dddc..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basaltic_glass_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass/smooth.json deleted file mode 100644 index 9d66a4f36..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basaltic_glass_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass/smooth_brick.json deleted file mode 100644 index 8dc7c14e0..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/basaltic_glass/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basaltic_glass_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/conglomerate.json b/src/main/resources/data/mineralogy/tags/items/slabs/conglomerate.json deleted file mode 100644 index 87155b98c..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/conglomerate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:conglomerate_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/conglomerate/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/conglomerate/brick.json deleted file mode 100644 index 734d203f0..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/conglomerate/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:conglomerate_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/conglomerate/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/conglomerate/smooth.json deleted file mode 100644 index a91c0394b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/conglomerate/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:conglomerate_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/conglomerate/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/conglomerate/smooth_brick.json deleted file mode 100644 index 8c5011c1b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/conglomerate/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:conglomerate_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/diabase.json b/src/main/resources/data/mineralogy/tags/items/slabs/diabase.json deleted file mode 100644 index eca7810bf..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/diabase.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diabase_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/diabase/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/diabase/brick.json deleted file mode 100644 index 86dc2e36c..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/diabase/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diabase_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/diabase/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/diabase/smooth.json deleted file mode 100644 index 7fe562492..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/diabase/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diabase_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/diabase/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/diabase/smooth_brick.json deleted file mode 100644 index 74411ad6d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/diabase/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diabase_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/diorite.json b/src/main/resources/data/mineralogy/tags/items/slabs/diorite.json deleted file mode 100644 index a788d9f5c..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/diorite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diorite_slab", - "minecraft:diorite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/diorite/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/diorite/brick.json deleted file mode 100644 index ad21c87ef..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/diorite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diorite_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/diorite/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/diorite/smooth.json deleted file mode 100644 index c9121aee1..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/diorite/smooth.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diorite_smooth_slab", - "minecraft:polished_diorite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/diorite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/diorite/smooth_brick.json deleted file mode 100644 index 0fe1f24d4..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/diorite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diorite_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/dolomite.json b/src/main/resources/data/mineralogy/tags/items/slabs/dolomite.json deleted file mode 100644 index 4629c21aa..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/dolomite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:dolomite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/dolomite/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/dolomite/brick.json deleted file mode 100644 index 38cf3c315..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/dolomite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:dolomite_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/dolomite/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/dolomite/smooth.json deleted file mode 100644 index 150097a68..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/dolomite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:dolomite_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/dolomite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/dolomite/smooth_brick.json deleted file mode 100644 index 5be581a10..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/dolomite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:dolomite_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/gabbro.json b/src/main/resources/data/mineralogy/tags/items/slabs/gabbro.json deleted file mode 100644 index a6417c016..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/gabbro.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gabbro_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/gabbro/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/gabbro/brick.json deleted file mode 100644 index 86e301bf7..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/gabbro/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gabbro_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/gabbro/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/gabbro/smooth.json deleted file mode 100644 index e76568c00..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/gabbro/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gabbro_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/gabbro/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/gabbro/smooth_brick.json deleted file mode 100644 index 377e70c5d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/gabbro/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gabbro_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/gneiss.json b/src/main/resources/data/mineralogy/tags/items/slabs/gneiss.json deleted file mode 100644 index c277f959b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/gneiss.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gneiss_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/gneiss/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/gneiss/brick.json deleted file mode 100644 index c71a3b803..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/gneiss/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gneiss_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/gneiss/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/gneiss/smooth.json deleted file mode 100644 index a41d0d512..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/gneiss/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gneiss_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/gneiss/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/gneiss/smooth_brick.json deleted file mode 100644 index c4d892e20..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/gneiss/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gneiss_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/granite.json b/src/main/resources/data/mineralogy/tags/items/slabs/granite.json deleted file mode 100644 index b8277bc3c..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/granite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:granite_slab", - "minecraft:granite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/granite/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/granite/brick.json deleted file mode 100644 index 1f6a1049a..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/granite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:granite_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/granite/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/granite/smooth.json deleted file mode 100644 index a3f8a1a3f..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/granite/smooth.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:granite_smooth_slab", - "minecraft:polished_granite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/granite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/granite/smooth_brick.json deleted file mode 100644 index 2aa54502a..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/granite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:granite_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/hornfels.json b/src/main/resources/data/mineralogy/tags/items/slabs/hornfels.json deleted file mode 100644 index 674535f32..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/hornfels.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:hornfels_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/hornfels/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/hornfels/brick.json deleted file mode 100644 index 547291ff0..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/hornfels/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:hornfels_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/hornfels/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/hornfels/smooth.json deleted file mode 100644 index d1265c838..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/hornfels/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:hornfels_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/hornfels/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/hornfels/smooth_brick.json deleted file mode 100644 index 60132ec26..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/hornfels/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:hornfels_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/limestone.json b/src/main/resources/data/mineralogy/tags/items/slabs/limestone.json deleted file mode 100644 index ff332e77d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/limestone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:limestone_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/limestone/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/limestone/brick.json deleted file mode 100644 index 94765e9fa..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/limestone/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:limestone_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/limestone/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/limestone/smooth.json deleted file mode 100644 index 909a1d37b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/limestone/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:limestone_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/limestone/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/limestone/smooth_brick.json deleted file mode 100644 index c662796c3..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/limestone/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:limestone_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/marble.json b/src/main/resources/data/mineralogy/tags/items/slabs/marble.json deleted file mode 100644 index f0a05b980..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/marble.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:marble_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/marble/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/marble/brick.json deleted file mode 100644 index fc86044b6..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/marble/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:marble_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/marble/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/marble/smooth.json deleted file mode 100644 index e92c5d02e..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/marble/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:marble_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/marble/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/marble/smooth_brick.json deleted file mode 100644 index b7d2e550e..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/marble/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:marble_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/novaculite.json b/src/main/resources/data/mineralogy/tags/items/slabs/novaculite.json deleted file mode 100644 index 8f4c9718b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/novaculite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:novaculite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/novaculite/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/novaculite/brick.json deleted file mode 100644 index 73ad82e52..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/novaculite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:novaculite_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/novaculite/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/novaculite/smooth.json deleted file mode 100644 index dc2b13442..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/novaculite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:novaculite_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/novaculite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/novaculite/smooth_brick.json deleted file mode 100644 index 085648387..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/novaculite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:novaculite_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/pegmatite.json b/src/main/resources/data/mineralogy/tags/items/slabs/pegmatite.json deleted file mode 100644 index 52d50562a..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/pegmatite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:pegmatite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/pegmatite/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/pegmatite/brick.json deleted file mode 100644 index 70c0fb849..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/pegmatite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:pegmatite_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/pegmatite/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/pegmatite/smooth.json deleted file mode 100644 index f22d74ab7..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/pegmatite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:pegmatite_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/pegmatite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/pegmatite/smooth_brick.json deleted file mode 100644 index d9ffedd98..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/pegmatite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:pegmatite_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/peridotite.json b/src/main/resources/data/mineralogy/tags/items/slabs/peridotite.json deleted file mode 100644 index 9425b4c32..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/peridotite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:peridotite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/peridotite/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/peridotite/brick.json deleted file mode 100644 index 4ea5079a6..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/peridotite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:peridotite_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/peridotite/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/peridotite/smooth.json deleted file mode 100644 index 940b05161..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/peridotite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:peridotite_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/peridotite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/peridotite/smooth_brick.json deleted file mode 100644 index 215baec58..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/peridotite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:peridotite_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/phyllite.json b/src/main/resources/data/mineralogy/tags/items/slabs/phyllite.json deleted file mode 100644 index fa9c15c9e..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/phyllite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:phyllite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/phyllite/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/phyllite/brick.json deleted file mode 100644 index 4760ed624..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/phyllite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:phyllite_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/phyllite/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/phyllite/smooth.json deleted file mode 100644 index 842b451dd..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/phyllite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:phyllite_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/phyllite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/phyllite/smooth_brick.json deleted file mode 100644 index 4ebdae194..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/phyllite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:phyllite_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/quartzite.json b/src/main/resources/data/mineralogy/tags/items/slabs/quartzite.json deleted file mode 100644 index 263571ea7..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/quartzite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:quartzite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/quartzite/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/quartzite/brick.json deleted file mode 100644 index 32035f3a7..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/quartzite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:quartzite_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/quartzite/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/quartzite/smooth.json deleted file mode 100644 index 1f73e700e..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/quartzite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:quartzite_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/quartzite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/quartzite/smooth_brick.json deleted file mode 100644 index 05d19d992..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/quartzite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:quartzite_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/rhyolite.json b/src/main/resources/data/mineralogy/tags/items/slabs/rhyolite.json deleted file mode 100644 index 9ec17b051..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/rhyolite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rhyolite_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/rhyolite/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/rhyolite/brick.json deleted file mode 100644 index 9caa4d7ed..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/rhyolite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rhyolite_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/rhyolite/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/rhyolite/smooth.json deleted file mode 100644 index 8fda40f22..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/rhyolite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rhyolite_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/rhyolite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/rhyolite/smooth_brick.json deleted file mode 100644 index b5858e7d4..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/rhyolite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rhyolite_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/rock_salt.json b/src/main/resources/data/mineralogy/tags/items/slabs/rock_salt.json deleted file mode 100644 index 0a8068edd..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/rock_salt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rock_salt_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/rock_salt/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/rock_salt/brick.json deleted file mode 100644 index 211adf7dc..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/rock_salt/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rock_salt_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/rock_salt/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/rock_salt/smooth.json deleted file mode 100644 index 0ca994774..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/rock_salt/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rock_salt_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/rock_salt/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/rock_salt/smooth_brick.json deleted file mode 100644 index 6c3f23062..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/rock_salt/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rock_salt_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/schist.json b/src/main/resources/data/mineralogy/tags/items/slabs/schist.json deleted file mode 100644 index a9fb96052..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/schist.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:schist_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/schist/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/schist/brick.json deleted file mode 100644 index 2b3afdc2a..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/schist/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:schist_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/schist/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/schist/smooth.json deleted file mode 100644 index 06d30fc65..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/schist/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:schist_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/schist/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/schist/smooth_brick.json deleted file mode 100644 index be8e69417..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/schist/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:schist_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/scoria.json b/src/main/resources/data/mineralogy/tags/items/slabs/scoria.json deleted file mode 100644 index c9944d9dc..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/scoria.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:scoria_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/scoria/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/scoria/brick.json deleted file mode 100644 index a5899b7e8..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/scoria/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:scoria_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/scoria/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/scoria/smooth.json deleted file mode 100644 index 46f4c2bd5..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/scoria/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:scoria_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/scoria/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/scoria/smooth_brick.json deleted file mode 100644 index 0151b0aa8..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/scoria/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:scoria_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/shale.json b/src/main/resources/data/mineralogy/tags/items/slabs/shale.json deleted file mode 100644 index 872602391..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/shale.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:shale_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/shale/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/shale/brick.json deleted file mode 100644 index be65235e7..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/shale/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:shale_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/shale/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/shale/smooth.json deleted file mode 100644 index e5e9170c0..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/shale/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:shale_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/shale/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/shale/smooth_brick.json deleted file mode 100644 index 630314255..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/shale/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:shale_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/siltstone.json b/src/main/resources/data/mineralogy/tags/items/slabs/siltstone.json deleted file mode 100644 index b7f38d8c2..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/siltstone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:siltstone_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/siltstone/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/siltstone/brick.json deleted file mode 100644 index 27c478fcb..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/siltstone/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:siltstone_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/siltstone/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/siltstone/smooth.json deleted file mode 100644 index abe13b010..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/siltstone/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:siltstone_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/siltstone/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/siltstone/smooth_brick.json deleted file mode 100644 index 136c08404..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/siltstone/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:siltstone_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/slate.json b/src/main/resources/data/mineralogy/tags/items/slabs/slate.json deleted file mode 100644 index 4a53e2403..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/slate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:slate_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/slate/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/slate/brick.json deleted file mode 100644 index 4933a4e75..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/slate/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:slate_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/slate/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/slate/smooth.json deleted file mode 100644 index 981c75014..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/slate/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:slate_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/slate/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/slate/smooth_brick.json deleted file mode 100644 index 66b48d143..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/slate/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:slate_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/tuff.json b/src/main/resources/data/mineralogy/tags/items/slabs/tuff.json deleted file mode 100644 index ab5c83bda..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/tuff.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:tuff_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/tuff/brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/tuff/brick.json deleted file mode 100644 index dd9e31c88..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/tuff/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:tuff_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/tuff/smooth.json b/src/main/resources/data/mineralogy/tags/items/slabs/tuff/smooth.json deleted file mode 100644 index 011c7bf65..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/tuff/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:tuff_smooth_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/slabs/tuff/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/slabs/tuff/smooth_brick.json deleted file mode 100644 index bf5975824..000000000 --- a/src/main/resources/data/mineralogy/tags/items/slabs/tuff/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:tuff_smooth_brick_slab" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stone_crafting_materials.json b/src/main/resources/data/mineralogy/tags/items/stone_crafting_materials.json deleted file mode 100644 index eb501c330..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stone_crafting_materials.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "replace": false, - "values": [ - "#minecraft:stone_crafting_materials", - "#mineralogy:stones/andesite", - "#mineralogy:stones/basalt", - "#mineralogy:stones/diorite", - "#mineralogy:stones/granite", - "#mineralogy:stones/rhyolite", - "#mineralogy:stones/pegmatite", - "#mineralogy:stones/diabase", - "#mineralogy:stones/gabbro", - "#mineralogy:stones/peridotite", - "#mineralogy:stones/basaltic_glass", - "#mineralogy:stones/scoria", - "#mineralogy:stones/tuff", - "#mineralogy:stones/shale", - "#mineralogy:stones/conglomerate", - "#mineralogy:stones/dolomite", - "#mineralogy:stones/limestone", - "#mineralogy:stones/siltstone", - "#mineralogy:stones/marble", - "#mineralogy:stones/slate", - "#mineralogy:stones/schist", - "#mineralogy:stones/gneiss", - "#mineralogy:stones/phyllite", - "#mineralogy:stones/amphibolite", - "#mineralogy:stones/hornfels", - "#mineralogy:stones/quartzite", - "#mineralogy:stones/novaculite", - "#mineralogy:stones/rock_salt" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stone_tool_materials.json b/src/main/resources/data/mineralogy/tags/items/stone_tool_materials.json deleted file mode 100644 index 1a3a9a931..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stone_tool_materials.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "replace": false, - "values": [ - "#minecraft:stone_tool_materials", - "#mineralogy:stones/andesite", - "#mineralogy:stones/basalt", - "#mineralogy:stones/diorite", - "#mineralogy:stones/granite", - "#mineralogy:stones/rhyolite", - "#mineralogy:stones/pegmatite", - "#mineralogy:stones/diabase", - "#mineralogy:stones/gabbro", - "#mineralogy:stones/peridotite", - "#mineralogy:stones/basaltic_glass", - "#mineralogy:stones/scoria", - "#mineralogy:stones/tuff", - "#mineralogy:stones/shale", - "#mineralogy:stones/conglomerate", - "#mineralogy:stones/dolomite", - "#mineralogy:stones/limestone", - "#mineralogy:stones/siltstone", - "#mineralogy:stones/marble", - "#mineralogy:stones/slate", - "#mineralogy:stones/schist", - "#mineralogy:stones/gneiss", - "#mineralogy:stones/phyllite", - "#mineralogy:stones/amphibolite", - "#mineralogy:stones/hornfels", - "#mineralogy:stones/quartzite", - "#mineralogy:stones/novaculite", - "#mineralogy:stones/rock_salt" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/amphibolite.json b/src/main/resources/data/mineralogy/tags/items/stones/amphibolite.json deleted file mode 100644 index 26e1eac26..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/amphibolite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:amphibolite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/amphibolite/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/amphibolite/brick.json deleted file mode 100644 index 09c0bacbd..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/amphibolite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:amphibolite_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/amphibolite/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/amphibolite/smooth.json deleted file mode 100644 index 896936dfe..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/amphibolite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:amphibolite_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/amphibolite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/amphibolite/smooth_brick.json deleted file mode 100644 index 42c31f259..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/amphibolite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:amphibolite_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/andesite.json b/src/main/resources/data/mineralogy/tags/items/stones/andesite.json deleted file mode 100644 index 0680f2507..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/andesite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:andesite", - "minecraft:andesite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/andesite/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/andesite/brick.json deleted file mode 100644 index 664447e78..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/andesite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:andesite_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/andesite/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/andesite/smooth.json deleted file mode 100644 index 66bc8782f..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/andesite/smooth.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:andesite_smooth", - "minecraft:polished_andesite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/andesite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/andesite/smooth_brick.json deleted file mode 100644 index 7d8ea7173..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/andesite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:andesite_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/basalt.json b/src/main/resources/data/mineralogy/tags/items/stones/basalt.json deleted file mode 100644 index e0e10bf52..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/basalt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basalt", - "minecraft:basalt" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/basalt/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/basalt/brick.json deleted file mode 100644 index b11e0a450..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/basalt/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basalt_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/basalt/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/basalt/smooth.json deleted file mode 100644 index 25d2d8f96..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/basalt/smooth.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basalt_smooth", - "minecraft:polished_basalt", - "minecraft:smooth_basalt" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/basalt/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/basalt/smooth_brick.json deleted file mode 100644 index 78d3151ba..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/basalt/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basalt_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass.json b/src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass.json deleted file mode 100644 index 59c1e89a3..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basaltic_glass" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass/brick.json deleted file mode 100644 index c3e714d9b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basaltic_glass_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass/smooth.json deleted file mode 100644 index 5d316108c..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basaltic_glass_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass/smooth_brick.json deleted file mode 100644 index 5683c3449..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/basaltic_glass/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:basaltic_glass_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/conglomerate.json b/src/main/resources/data/mineralogy/tags/items/stones/conglomerate.json deleted file mode 100644 index e4e289fb2..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/conglomerate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:conglomerate" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/conglomerate/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/conglomerate/brick.json deleted file mode 100644 index 16c776423..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/conglomerate/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:conglomerate_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/conglomerate/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/conglomerate/smooth.json deleted file mode 100644 index ed03eccae..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/conglomerate/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:conglomerate_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/conglomerate/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/conglomerate/smooth_brick.json deleted file mode 100644 index eb4fade20..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/conglomerate/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:conglomerate_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/diabase.json b/src/main/resources/data/mineralogy/tags/items/stones/diabase.json deleted file mode 100644 index c53507246..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/diabase.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diabase" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/diabase/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/diabase/brick.json deleted file mode 100644 index e8f95bf2d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/diabase/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diabase_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/diabase/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/diabase/smooth.json deleted file mode 100644 index f82c21daa..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/diabase/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diabase_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/diabase/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/diabase/smooth_brick.json deleted file mode 100644 index 8f7a84978..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/diabase/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diabase_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/diorite.json b/src/main/resources/data/mineralogy/tags/items/stones/diorite.json deleted file mode 100644 index 8d8329944..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/diorite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diorite", - "minecraft:diorite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/diorite/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/diorite/brick.json deleted file mode 100644 index bb7d68cd5..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/diorite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diorite_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/diorite/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/diorite/smooth.json deleted file mode 100644 index 1e9107888..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/diorite/smooth.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diorite_smooth", - "minecraft:polished_diorite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/diorite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/diorite/smooth_brick.json deleted file mode 100644 index 82d7dba0f..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/diorite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:diorite_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/dolomite.json b/src/main/resources/data/mineralogy/tags/items/stones/dolomite.json deleted file mode 100644 index 1ed6b212d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/dolomite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:dolomite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/dolomite/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/dolomite/brick.json deleted file mode 100644 index 7687e5979..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/dolomite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:dolomite_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/dolomite/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/dolomite/smooth.json deleted file mode 100644 index 80a03fa1f..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/dolomite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:dolomite_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/dolomite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/dolomite/smooth_brick.json deleted file mode 100644 index 80d7e45bc..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/dolomite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:dolomite_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/gabbro.json b/src/main/resources/data/mineralogy/tags/items/stones/gabbro.json deleted file mode 100644 index d2d73ceb1..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/gabbro.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gabbro" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/gabbro/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/gabbro/brick.json deleted file mode 100644 index 6ee0d9b94..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/gabbro/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gabbro_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/gabbro/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/gabbro/smooth.json deleted file mode 100644 index 2991c2caf..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/gabbro/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gabbro_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/gabbro/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/gabbro/smooth_brick.json deleted file mode 100644 index dba246ae4..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/gabbro/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gabbro_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/gneiss.json b/src/main/resources/data/mineralogy/tags/items/stones/gneiss.json deleted file mode 100644 index 6d15d2677..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/gneiss.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gneiss" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/gneiss/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/gneiss/brick.json deleted file mode 100644 index b70ba68ac..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/gneiss/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gneiss_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/gneiss/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/gneiss/smooth.json deleted file mode 100644 index bc0ba263f..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/gneiss/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gneiss_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/gneiss/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/gneiss/smooth_brick.json deleted file mode 100644 index 45acbec54..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/gneiss/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:gneiss_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/granite.json b/src/main/resources/data/mineralogy/tags/items/stones/granite.json deleted file mode 100644 index 817e7c5da..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/granite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:granite", - "minecraft:granite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/granite/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/granite/brick.json deleted file mode 100644 index c16cf5c6b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/granite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:granite_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/granite/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/granite/smooth.json deleted file mode 100644 index 8c7cecd8a..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/granite/smooth.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:granite_smooth", - "minecraft:polished_granite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/granite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/granite/smooth_brick.json deleted file mode 100644 index 404ac981b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/granite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:granite_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/hornfels.json b/src/main/resources/data/mineralogy/tags/items/stones/hornfels.json deleted file mode 100644 index 59acdf116..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/hornfels.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:hornfels" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/hornfels/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/hornfels/brick.json deleted file mode 100644 index 6aa77206d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/hornfels/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:hornfels_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/hornfels/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/hornfels/smooth.json deleted file mode 100644 index 07cebd176..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/hornfels/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:hornfels_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/hornfels/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/hornfels/smooth_brick.json deleted file mode 100644 index ffea474be..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/hornfels/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:hornfels_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/limestone.json b/src/main/resources/data/mineralogy/tags/items/stones/limestone.json deleted file mode 100644 index ae25aec9e..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/limestone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:limestone" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/limestone/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/limestone/brick.json deleted file mode 100644 index 6b0d439c2..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/limestone/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:limestone_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/limestone/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/limestone/smooth.json deleted file mode 100644 index 507e26428..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/limestone/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:limestone_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/limestone/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/limestone/smooth_brick.json deleted file mode 100644 index 4fdaa20ac..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/limestone/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:limestone_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/marble.json b/src/main/resources/data/mineralogy/tags/items/stones/marble.json deleted file mode 100644 index e22e67bb1..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/marble.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:marble" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/marble/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/marble/brick.json deleted file mode 100644 index 5929140c8..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/marble/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:marble_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/marble/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/marble/smooth.json deleted file mode 100644 index 4a4461db9..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/marble/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:marble_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/marble/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/marble/smooth_brick.json deleted file mode 100644 index 43df1bb35..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/marble/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:marble_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/novaculite.json b/src/main/resources/data/mineralogy/tags/items/stones/novaculite.json deleted file mode 100644 index 2339a11c9..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/novaculite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:novaculite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/novaculite/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/novaculite/brick.json deleted file mode 100644 index dbf80694b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/novaculite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:novaculite_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/novaculite/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/novaculite/smooth.json deleted file mode 100644 index 4051ebdc5..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/novaculite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:novaculite_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/novaculite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/novaculite/smooth_brick.json deleted file mode 100644 index 08c1ee6dc..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/novaculite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:novaculite_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/pegmatite.json b/src/main/resources/data/mineralogy/tags/items/stones/pegmatite.json deleted file mode 100644 index 442dbf678..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/pegmatite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:pegmatite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/pegmatite/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/pegmatite/brick.json deleted file mode 100644 index d3eb34db3..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/pegmatite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:pegmatite_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/pegmatite/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/pegmatite/smooth.json deleted file mode 100644 index 08eed28b3..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/pegmatite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:pegmatite_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/pegmatite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/pegmatite/smooth_brick.json deleted file mode 100644 index acd0d803f..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/pegmatite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:pegmatite_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/peridotite.json b/src/main/resources/data/mineralogy/tags/items/stones/peridotite.json deleted file mode 100644 index d774099e2..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/peridotite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:peridotite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/peridotite/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/peridotite/brick.json deleted file mode 100644 index 63d016f1b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/peridotite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:peridotite_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/peridotite/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/peridotite/smooth.json deleted file mode 100644 index df0eb7298..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/peridotite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:peridotite_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/peridotite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/peridotite/smooth_brick.json deleted file mode 100644 index 8c09bb92d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/peridotite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:peridotite_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/phyllite.json b/src/main/resources/data/mineralogy/tags/items/stones/phyllite.json deleted file mode 100644 index f705ab15b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/phyllite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:phyllite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/phyllite/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/phyllite/brick.json deleted file mode 100644 index 48217ba35..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/phyllite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:phyllite_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/phyllite/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/phyllite/smooth.json deleted file mode 100644 index 0262774fc..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/phyllite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:phyllite_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/phyllite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/phyllite/smooth_brick.json deleted file mode 100644 index 5a4d2ab25..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/phyllite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:phyllite_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/quartzite.json b/src/main/resources/data/mineralogy/tags/items/stones/quartzite.json deleted file mode 100644 index 21db863d4..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/quartzite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:quartzite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/quartzite/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/quartzite/brick.json deleted file mode 100644 index 52e4999bb..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/quartzite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:quartzite_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/quartzite/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/quartzite/smooth.json deleted file mode 100644 index 93425eab3..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/quartzite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:quartzite_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/quartzite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/quartzite/smooth_brick.json deleted file mode 100644 index 2331a2b9b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/quartzite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:quartzite_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/rhyolite.json b/src/main/resources/data/mineralogy/tags/items/stones/rhyolite.json deleted file mode 100644 index 77c7ece7b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/rhyolite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rhyolite" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/rhyolite/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/rhyolite/brick.json deleted file mode 100644 index 13795d330..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/rhyolite/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rhyolite_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/rhyolite/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/rhyolite/smooth.json deleted file mode 100644 index c0efe6ff2..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/rhyolite/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rhyolite_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/rhyolite/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/rhyolite/smooth_brick.json deleted file mode 100644 index 0d66a8397..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/rhyolite/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rhyolite_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/rock_salt.json b/src/main/resources/data/mineralogy/tags/items/stones/rock_salt.json deleted file mode 100644 index 8133cee26..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/rock_salt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rock_salt" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/rock_salt/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/rock_salt/brick.json deleted file mode 100644 index 817a098e1..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/rock_salt/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rock_salt_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/rock_salt/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/rock_salt/smooth.json deleted file mode 100644 index 06d1768f9..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/rock_salt/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rock_salt_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/rock_salt/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/rock_salt/smooth_brick.json deleted file mode 100644 index a4201fe22..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/rock_salt/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:rock_salt_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/schist.json b/src/main/resources/data/mineralogy/tags/items/stones/schist.json deleted file mode 100644 index 61f16050a..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/schist.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:schist" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/schist/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/schist/brick.json deleted file mode 100644 index fc9085b03..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/schist/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:schist_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/schist/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/schist/smooth.json deleted file mode 100644 index 909bf8736..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/schist/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:schist_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/schist/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/schist/smooth_brick.json deleted file mode 100644 index 2c5fef98b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/schist/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:schist_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/scoria.json b/src/main/resources/data/mineralogy/tags/items/stones/scoria.json deleted file mode 100644 index 064d4d35b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/scoria.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:scoria" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/scoria/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/scoria/brick.json deleted file mode 100644 index e9b5259e7..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/scoria/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:scoria_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/scoria/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/scoria/smooth.json deleted file mode 100644 index 4868f7e4d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/scoria/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:scoria_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/scoria/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/scoria/smooth_brick.json deleted file mode 100644 index ebe08dc1c..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/scoria/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:scoria_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/shale.json b/src/main/resources/data/mineralogy/tags/items/stones/shale.json deleted file mode 100644 index f5bb0657a..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/shale.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:shale" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/shale/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/shale/brick.json deleted file mode 100644 index fa80fcdf2..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/shale/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:shale_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/shale/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/shale/smooth.json deleted file mode 100644 index 6459ae55c..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/shale/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:shale_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/shale/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/shale/smooth_brick.json deleted file mode 100644 index 91555bf03..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/shale/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:shale_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/siltstone.json b/src/main/resources/data/mineralogy/tags/items/stones/siltstone.json deleted file mode 100644 index d09f8782d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/siltstone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:siltstone" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/siltstone/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/siltstone/brick.json deleted file mode 100644 index 4938dfb4b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/siltstone/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:siltstone_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/siltstone/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/siltstone/smooth.json deleted file mode 100644 index c9102dbd7..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/siltstone/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:siltstone_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/siltstone/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/siltstone/smooth_brick.json deleted file mode 100644 index 6a1503d2d..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/siltstone/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:siltstone_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/slate.json b/src/main/resources/data/mineralogy/tags/items/stones/slate.json deleted file mode 100644 index a9a6c28e5..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/slate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:slate" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/slate/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/slate/brick.json deleted file mode 100644 index 615cf2cc3..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/slate/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:slate_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/slate/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/slate/smooth.json deleted file mode 100644 index 00d738b2e..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/slate/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:slate_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/slate/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/slate/smooth_brick.json deleted file mode 100644 index 2296b997b..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/slate/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:slate_smooth_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/tuff.json b/src/main/resources/data/mineralogy/tags/items/stones/tuff.json deleted file mode 100644 index 0273bebcd..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/tuff.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:tuff", - "minecraft:tuff" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/tuff/brick.json b/src/main/resources/data/mineralogy/tags/items/stones/tuff/brick.json deleted file mode 100644 index f156dac18..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/tuff/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:tuff_brick" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/tuff/smooth.json b/src/main/resources/data/mineralogy/tags/items/stones/tuff/smooth.json deleted file mode 100644 index 008c2f3a3..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/tuff/smooth.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:tuff_smooth" - ] -} diff --git a/src/main/resources/data/mineralogy/tags/items/stones/tuff/smooth_brick.json b/src/main/resources/data/mineralogy/tags/items/stones/tuff/smooth_brick.json deleted file mode 100644 index 08fc4afec..000000000 --- a/src/main/resources/data/mineralogy/tags/items/stones/tuff/smooth_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "mineralogy:tuff_smooth_brick" - ] -} diff --git a/src/main/resources/data/poweradvantage/tags/blocks/crusher_inputs/rocks.json b/src/main/resources/data/poweradvantage/tags/block/crusher_inputs/rocks.json similarity index 100% rename from src/main/resources/data/poweradvantage/tags/blocks/crusher_inputs/rocks.json rename to src/main/resources/data/poweradvantage/tags/block/crusher_inputs/rocks.json diff --git a/src/main/resources/data/poweradvantage/tags/items/crusher_inputs/rocks.json b/src/main/resources/data/poweradvantage/tags/item/crusher_inputs/rocks.json similarity index 100% rename from src/main/resources/data/poweradvantage/tags/items/crusher_inputs/rocks.json rename to src/main/resources/data/poweradvantage/tags/item/crusher_inputs/rocks.json diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index 4411722ad..5a311b7a7 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "description": "mineralogy resources", - "pack_format": 32 + "pack_format": 34 } } diff --git a/src/oilCompatibilityTest/java/zone/moddev/mc/mineralogy/fixture/HistoricalOilCompatibilityProbe.java b/src/oilCompatibilityTest/java/zone/moddev/mc/mineralogy/fixture/HistoricalOilCompatibilityProbe.java index 7357b4426..bebf816ef 100644 --- a/src/oilCompatibilityTest/java/zone/moddev/mc/mineralogy/fixture/HistoricalOilCompatibilityProbe.java +++ b/src/oilCompatibilityTest/java/zone/moddev/mc/mineralogy/fixture/HistoricalOilCompatibilityProbe.java @@ -79,9 +79,9 @@ private void serverStarted(ServerStartedEvent event) { Item mineralogyBucket = requireItem("mineralogy", "crude_oil_bucket"); Item historicalBucket = requireItem(MODID, "crude_oil_bucket"); TagKey oilTag = TagKey.create(Registries.FLUID, - new ResourceLocation("c", "crude_oil")); + ResourceLocation.fromNamespaceAndPath("c", "crude_oil")); TagKey bucketTag = TagKey.create(Registries.ITEM, - new ResourceLocation("c", "buckets/crude_oil")); + ResourceLocation.fromNamespaceAndPath("c", "buckets/crude_oil")); boolean distinctFluids = mineralogy != historical; boolean distinctBuckets = mineralogyBucket != historicalBucket; @@ -90,7 +90,9 @@ private void serverStarted(ServerStartedEvent event) { boolean additiveBucketTag = new ItemStack(mineralogyBucket).is(bucketTag) && new ItemStack(historicalBucket).is(bucketTag); if (!distinctFluids || !distinctBuckets || !additiveFluidTag || !additiveBucketTag) { - throw new IllegalStateException("Historical crude-oil coexistence contract failed"); + throw new IllegalStateException("Historical crude-oil coexistence contract failed: distinctFluids=" + + distinctFluids + ", distinctBuckets=" + distinctBuckets + ", additiveFluidTag=" + + additiveFluidTag + ", additiveBucketTag=" + additiveBucketTag); } String result = "mineralogy_fluid=mineralogy:crude_oil\n" @@ -107,11 +109,12 @@ private void serverStarted(ServerStartedEvent event) { } catch (IOException exception) { throw new IllegalStateException("Could not write oil compatibility marker", exception); } + event.getServer().halt(false); } private static Fluid requireFluid(String namespace, String path) { Fluid result = BuiltInRegistries.FLUID.get( - new ResourceLocation(namespace, path)); + ResourceLocation.fromNamespaceAndPath(namespace, path)); if (result == null) { throw new IllegalStateException("Missing fluid " + namespace + ':' + path); } @@ -120,7 +123,7 @@ private static Fluid requireFluid(String namespace, String path) { private static Item requireItem(String namespace, String path) { Item result = BuiltInRegistries.ITEM.get( - new ResourceLocation(namespace, path)); + ResourceLocation.fromNamespaceAndPath(namespace, path)); if (result == null) { throw new IllegalStateException("Missing item " + namespace + ':' + path); } diff --git a/src/oilCompatibilityTest/resources/META-INF/neoforge.mods.toml b/src/oilCompatibilityTest/resources/META-INF/neoforge.mods.toml index ad26a9506..f4c98ea8d 100644 --- a/src/oilCompatibilityTest/resources/META-INF/neoforge.mods.toml +++ b/src/oilCompatibilityTest/resources/META-INF/neoforge.mods.toml @@ -1,5 +1,5 @@ modLoader="javafml" -loaderVersion="[2,)" +loaderVersion="[3,)" license="LGPL-2.1-only" [[mods]] @@ -11,13 +11,13 @@ description='''Disposable runtime fixture for Mineralogy crude-oil coexistence v [[dependencies.poweradvantage]] modId="neoforge" type="required" -versionRange="[20.6.139,20.7)" +versionRange="[21.1.247,21.2)" ordering="NONE" side="BOTH" [[dependencies.poweradvantage]] modId="mineralogy" type="required" -versionRange="[6.1.2.120062]" +versionRange="[6.1.2.121012]" ordering="AFTER" side="BOTH" diff --git a/src/oilCompatibilityTest/resources/data/c/tags/fluids/crude_oil.json b/src/oilCompatibilityTest/resources/data/c/tags/fluid/crude_oil.json similarity index 100% rename from src/oilCompatibilityTest/resources/data/c/tags/fluids/crude_oil.json rename to src/oilCompatibilityTest/resources/data/c/tags/fluid/crude_oil.json diff --git a/src/oilCompatibilityTest/resources/data/c/tags/items/buckets/crude_oil.json b/src/oilCompatibilityTest/resources/data/c/tags/item/buckets/crude_oil.json similarity index 100% rename from src/oilCompatibilityTest/resources/data/c/tags/items/buckets/crude_oil.json rename to src/oilCompatibilityTest/resources/data/c/tags/item/buckets/crude_oil.json diff --git a/src/main/resources/data/forge/tags/fluids/crude_oil.json b/src/oilCompatibilityTest/resources/data/forge/tags/fluid/crude_oil.json similarity index 100% rename from src/main/resources/data/forge/tags/fluids/crude_oil.json rename to src/oilCompatibilityTest/resources/data/forge/tags/fluid/crude_oil.json diff --git a/src/oilCompatibilityTest/resources/data/forge/tags/fluids/crude_oil.json b/src/oilCompatibilityTest/resources/data/forge/tags/fluids/crude_oil.json deleted file mode 100644 index 51d77e807..000000000 --- a/src/oilCompatibilityTest/resources/data/forge/tags/fluids/crude_oil.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:crude_oil" - ] -} diff --git a/src/main/resources/data/forge/tags/items/buckets/crude_oil.json b/src/oilCompatibilityTest/resources/data/forge/tags/item/buckets/crude_oil.json similarity index 100% rename from src/main/resources/data/forge/tags/items/buckets/crude_oil.json rename to src/oilCompatibilityTest/resources/data/forge/tags/item/buckets/crude_oil.json diff --git a/src/oilCompatibilityTest/resources/data/forge/tags/items/buckets/crude_oil.json b/src/oilCompatibilityTest/resources/data/forge/tags/items/buckets/crude_oil.json deleted file mode 100644 index fa2a63b3f..000000000 --- a/src/oilCompatibilityTest/resources/data/forge/tags/items/buckets/crude_oil.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "#c:buckets/crude_oil" - ] -} diff --git a/src/oilCompatibilityTest/resources/pack.mcmeta b/src/oilCompatibilityTest/resources/pack.mcmeta index 34e798d7f..5dd2ba7b0 100644 --- a/src/oilCompatibilityTest/resources/pack.mcmeta +++ b/src/oilCompatibilityTest/resources/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "description": "Mineralogy historical oil compatibility fixture", - "pack_format": 32 + "pack_format": 34 } } diff --git a/src/recipeIntegrationTest/java/zone/moddev/mc/mineralogy/fixture/RecipeIntegrationProbe.java b/src/recipeIntegrationTest/java/zone/moddev/mc/mineralogy/fixture/RecipeIntegrationProbe.java index 8aa2b3365..7f22d8df1 100644 --- a/src/recipeIntegrationTest/java/zone/moddev/mc/mineralogy/fixture/RecipeIntegrationProbe.java +++ b/src/recipeIntegrationTest/java/zone/moddev/mc/mineralogy/fixture/RecipeIntegrationProbe.java @@ -14,17 +14,14 @@ import net.minecraft.resources.ResourceLocation; import net.minecraft.tags.BlockTags; import net.minecraft.tags.TagKey; -import net.minecraft.world.SimpleContainer; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.inventory.AbstractContainerMenu; -import net.minecraft.world.inventory.CraftingContainer; -import net.minecraft.world.inventory.TransientCraftingContainer; import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; +import net.minecraft.world.item.crafting.CraftingInput; import net.minecraft.world.item.crafting.CraftingRecipe; import net.minecraft.world.item.crafting.Ingredient; import net.minecraft.world.item.crafting.RecipeHolder; +import net.minecraft.world.item.crafting.SingleRecipeInput; import net.minecraft.world.item.crafting.StonecutterRecipe; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.Block; @@ -71,7 +68,7 @@ private void serverStarted(ServerStartedEvent event) { if (enabled) { TagKey union = TagKey.create(net.minecraft.core.registries.Registries.ITEM, - new ResourceLocation("mineralogy", "cobblestone_equivalents")); + ResourceLocation.fromNamespaceAndPath("mineralogy", "cobblestone_equivalents")); Item andesite = requireItem("mineralogy", "andesite"); require(andesite.builtInRegistryHolder().is(union), "mineralogy:andesite is absent from the rebound cobblestone union tag"); @@ -84,11 +81,9 @@ private void serverStarted(ServerStartedEvent event) { CraftingRecipe recipe = requireCraftingRecipe(level, name); if (enabled && "lever".equals(name)) { Item andesite = requireItem("mineralogy", "andesite"); - boolean ingredientAcceptsAndesite = recipe.getIngredients().stream() - .anyMatch(ingredient -> ingredient.test(new ItemStack(andesite))); - require(ingredientAcceptsAndesite, - "loaded lever ingredients reject mineralogy:andesite: " - + describeIngredients(recipe)); + require(recipe.getIngredients().stream() + .anyMatch(ingredient -> ingredient.test(new ItemStack(andesite))), + "loaded lever ingredients reject mineralogy:andesite after tag rebinding"); } if (enabled) { for (String rockName : LEGACY_ROCKS) { @@ -130,32 +125,6 @@ private void serverStarted(ServerStartedEvent event) { event.getServer().halt(false); } - private static String describeIngredients(CraftingRecipe recipe) { - List descriptions = new ArrayList<>(); - TagKey union = TagKey.create(net.minecraft.core.registries.Registries.ITEM, - new ResourceLocation("mineralogy", "cobblestone_equivalents")); - descriptions.add("canonical=" + union + "@" + System.identityHashCode(union)); - for (Ingredient ingredient : recipe.getIngredients()) { - List items = new ArrayList<>(); - for (ItemStack stack : ingredient.getItems()) { - items.add(BuiltInRegistries.ITEM.getKey(stack.getItem()).toString()); - } - List values = new ArrayList<>(); - if (!ingredient.isCustom()) { - for (Ingredient.Value value : ingredient.getValues()) { - if (value instanceof Ingredient.TagValue tagValue) { - values.add(tagValue.tag().toString() + "@" - + System.identityHashCode(tagValue.tag())); - } else { - values.add(value.toString()); - } - } - } - descriptions.add(values + "=" + items); - } - return descriptions.toString(); - } - private static void verifyMiningTags() { List missingPickaxeTags = new ArrayList<>(); int mineralogyBlocks = 0; @@ -250,9 +219,9 @@ private static void verifySlabRoutes(Level level) { for (String family : new String[] { "andesite", "diorite", "granite" }) { Item nativeRock = requireItem("minecraft", family); CraftingRecipe slab = requireCraftingRecipe(level, family + "_slab"); - CraftingContainer slabInput = shaped(new String[] { "###" }, Map.of('#', nativeRock)); + CraftingInput slabInput = shaped(new String[] { "###" }, Map.of('#', nativeRock)); require(slab.matches(slabInput, level), family + " slab override does not match"); - require(new ResourceLocation("mineralogy", family + "_slab").equals( + require(ResourceLocation.fromNamespaceAndPath("mineralogy", family + "_slab").equals( BuiltInRegistries.ITEM.getKey(slab.assemble(slabInput, level.registryAccess()).getItem())), family + " slab override did not produce Mineralogy's slab"); @@ -278,25 +247,132 @@ private static void verifySlabRoutes(Level level) { + family + "_stonecutting", requireItem("minecraft", "polished_" + family), requireItem("mineralogy", family + "_smooth_slab")); } + + verifyTuffSlabRoutes(level); + } + + private static void verifyTuffSlabRoutes(Level level) { + String[][] forms = { + { "tuff", "tuff_slab", "tuff_slab" }, + { "polished_tuff", "polished_tuff_slab", "tuff_smooth_slab" }, + { "tuff_bricks", "tuff_brick_slab", "tuff_brick_slab" } + }; + for (String[] form : forms) { + Item source = requireItem("minecraft", form[0]); + Item nativeSlab = requireItem("minecraft", form[1]); + Item mineralogySlab = requireItem("mineralogy", form[2]); + CraftingRecipe slab = requireCraftingRecipe(level, form[1]); + CraftingInput input = shaped(new String[] { "###" }, Map.of('#', source)); + require(slab.matches(input, level), form[1] + " override does not match"); + ItemStack result = slab.assemble(input, level.registryAccess()); + require(result.getItem() == mineralogySlab && result.getCount() == 6, + form[1] + " override did not produce six matching Mineralogy slabs"); + + String mineralogyName = form[2]; + assertBridge(level, mineralogyName + "_to_vanilla", mineralogySlab, nativeSlab); + assertBridge(level, mineralogyName + "_from_vanilla", nativeSlab, mineralogySlab); + } + + assertStonecutting(level, "tuff_slab_from_tuff_stonecutting", + Blocks.TUFF.asItem(), requireItem("mineralogy", "tuff_slab")); + assertStonecutting(level, "polished_tuff_slab_from_tuff_stonecutting", + Blocks.TUFF.asItem(), requireItem("mineralogy", "tuff_smooth_slab")); + assertStonecutting(level, "polished_tuff_slab_from_polished_tuff_stonecutting", + Blocks.POLISHED_TUFF.asItem(), requireItem("mineralogy", "tuff_smooth_slab")); + assertStonecutting(level, "tuff_brick_slab_from_tuff_stonecutting", + Blocks.TUFF.asItem(), requireItem("mineralogy", "tuff_brick_slab")); + assertStonecutting(level, "tuff_brick_slab_from_polished_tuff_stonecutting", + Blocks.POLISHED_TUFF.asItem(), requireItem("mineralogy", "tuff_brick_slab")); + assertStonecutting(level, "tuff_brick_slab_from_tuff_bricks_stonecutting", + Blocks.TUFF_BRICKS.asItem(), requireItem("mineralogy", "tuff_brick_slab")); + + assertNativeTuffCrafting(level); + assertNativeTuffStonecutting(level); + } + + private static void assertNativeTuffCrafting(Level level) { + assertCrafting(level, "polished_tuff", shapeless(Blocks.TUFF.asItem(), Blocks.SAND.asItem()), + Blocks.POLISHED_TUFF.asItem(), 1); + assertCrafting(level, "tuff_stairs", shaped(new String[] { "# ", "## ", "###" }, + Map.of('#', Blocks.TUFF.asItem())), Blocks.TUFF_STAIRS.asItem(), 4); + assertCrafting(level, "tuff_wall", shaped(new String[] { "###", "###" }, + Map.of('#', Blocks.TUFF.asItem())), Blocks.TUFF_WALL.asItem(), 6); + assertCrafting(level, "polished_tuff_stairs", shaped(new String[] { "# ", "## ", "###" }, + Map.of('#', Blocks.POLISHED_TUFF.asItem())), Blocks.POLISHED_TUFF_STAIRS.asItem(), 4); + assertCrafting(level, "polished_tuff_wall", shaped(new String[] { "###", "###" }, + Map.of('#', Blocks.POLISHED_TUFF.asItem())), Blocks.POLISHED_TUFF_WALL.asItem(), 6); + assertCrafting(level, "tuff_bricks", shaped(new String[] { "##", "##" }, + Map.of('#', Blocks.POLISHED_TUFF.asItem())), Blocks.TUFF_BRICKS.asItem(), 4); + assertCrafting(level, "tuff_brick_stairs", shaped(new String[] { "# ", "## ", "###" }, + Map.of('#', Blocks.TUFF_BRICKS.asItem())), Blocks.TUFF_BRICK_STAIRS.asItem(), 4); + assertCrafting(level, "tuff_brick_wall", shaped(new String[] { "###", "###" }, + Map.of('#', Blocks.TUFF_BRICKS.asItem())), Blocks.TUFF_BRICK_WALL.asItem(), 6); + assertCrafting(level, "chiseled_tuff", shaped(new String[] { "#", "#" }, + Map.of('#', Blocks.TUFF_SLAB.asItem())), Blocks.CHISELED_TUFF.asItem(), 1); + assertCrafting(level, "chiseled_tuff_bricks", shaped(new String[] { "#", "#" }, + Map.of('#', Blocks.TUFF_BRICK_SLAB.asItem())), Blocks.CHISELED_TUFF_BRICKS.asItem(), 1); + } + + private static void assertNativeTuffStonecutting(Level level) { + Object[][] routes = { + { "chiseled_tuff_from_tuff_stonecutting", Blocks.TUFF, Blocks.CHISELED_TUFF }, + { "chiseled_tuff_bricks_from_tuff_stonecutting", Blocks.TUFF, Blocks.CHISELED_TUFF_BRICKS }, + { "chiseled_tuff_bricks_from_polished_tuff_stonecutting", Blocks.POLISHED_TUFF, Blocks.CHISELED_TUFF_BRICKS }, + { "chiseled_tuff_bricks_from_tuff_bricks_stonecutting", Blocks.TUFF_BRICKS, Blocks.CHISELED_TUFF_BRICKS }, + { "polished_tuff_from_tuff_stonecutting", Blocks.TUFF, Blocks.POLISHED_TUFF }, + { "tuff_stairs_from_tuff_stonecutting", Blocks.TUFF, Blocks.TUFF_STAIRS }, + { "tuff_wall_from_tuff_stonecutting", Blocks.TUFF, Blocks.TUFF_WALL }, + { "polished_tuff_stairs_from_tuff_stonecutting", Blocks.TUFF, Blocks.POLISHED_TUFF_STAIRS }, + { "polished_tuff_stairs_from_polished_tuff_stonecutting", Blocks.POLISHED_TUFF, Blocks.POLISHED_TUFF_STAIRS }, + { "polished_tuff_wall_from_tuff_stonecutting", Blocks.TUFF, Blocks.POLISHED_TUFF_WALL }, + { "polished_tuff_wall_from_polished_tuff_stonecutting", Blocks.POLISHED_TUFF, Blocks.POLISHED_TUFF_WALL }, + { "tuff_bricks_from_tuff_stonecutting", Blocks.TUFF, Blocks.TUFF_BRICKS }, + { "tuff_bricks_from_polished_tuff_stonecutting", Blocks.POLISHED_TUFF, Blocks.TUFF_BRICKS }, + { "tuff_brick_stairs_from_tuff_stonecutting", Blocks.TUFF, Blocks.TUFF_BRICK_STAIRS }, + { "tuff_brick_stairs_from_polished_tuff_stonecutting", Blocks.POLISHED_TUFF, Blocks.TUFF_BRICK_STAIRS }, + { "tuff_brick_stairs_from_tuff_bricks_stonecutting", Blocks.TUFF_BRICKS, Blocks.TUFF_BRICK_STAIRS }, + { "tuff_brick_wall_from_tuff_stonecutting", Blocks.TUFF, Blocks.TUFF_BRICK_WALL }, + { "tuff_brick_wall_from_polished_tuff_stonecutting", Blocks.POLISHED_TUFF, Blocks.TUFF_BRICK_WALL }, + { "tuff_brick_wall_from_tuff_bricks_stonecutting", Blocks.TUFF_BRICKS, Blocks.TUFF_BRICK_WALL } + }; + for (Object[] route : routes) { + assertStonecutting(level, (String) route[0], + ((net.minecraft.world.level.block.Block) route[1]).asItem(), + ((net.minecraft.world.level.block.Block) route[2]).asItem(), 1); + } } private static void assertStonecutting(Level level, String name, Item source, Item expected) { + assertStonecutting(level, name, source, expected, 2); + } + + private static void assertStonecutting(Level level, String name, Item source, + Item expected, int expectedCount) { RecipeHolder holder = level.getRecipeManager().byKey( - new ResourceLocation("minecraft", name)).orElseThrow(() -> + ResourceLocation.fromNamespaceAndPath("minecraft", name)).orElseThrow(() -> new IllegalStateException("Missing loaded stonecutting recipe minecraft:" + name)); require(holder.value() instanceof StonecutterRecipe, "minecraft:" + name + " is not a stonecutting recipe"); StonecutterRecipe recipe = (StonecutterRecipe) holder.value(); - SimpleContainer input = new SimpleContainer(new ItemStack(source)); + SingleRecipeInput input = new SingleRecipeInput(new ItemStack(source)); require(recipe.matches(input, level), name + " does not match its native source"); ItemStack output = recipe.assemble(input, level.registryAccess()); - require(output.getItem() == expected && output.getCount() == 2, - name + " did not produce two matching Mineralogy slabs"); + require(output.getItem() == expected && output.getCount() == expectedCount, + name + " produced the wrong stonecutting result"); + } + + private static void assertCrafting(Level level, String name, CraftingInput input, + Item expected, int expectedCount) { + CraftingRecipe recipe = requireCraftingRecipe(level, name); + require(recipe.matches(input, level), name + " does not match its native inputs"); + ItemStack output = recipe.assemble(input, level.registryAccess()); + require(output.getItem() == expected && output.getCount() == expectedCount, + name + " produced the wrong native result"); } private static void assertBridge(Level level, String name, Item source, Item expected) { CraftingRecipe recipe = requireCraftingRecipe(level, name, "mineralogy"); - CraftingContainer input = shapeless(source); + CraftingInput input = shapeless(source); require(recipe.matches(input, level), name + " does not match its exact source"); ItemStack output = recipe.assemble(input, level.registryAccess()); require(output.getItem() == expected && output.getCount() == 1, @@ -307,14 +383,14 @@ private static void verifyAdvancements(ServerStartedEvent event) { for (String name : RECIPE_NAMES) { if (isTrimTemplateRecipe(name)) continue; String category = advancementCategory(name); - ResourceLocation id = new ResourceLocation( + ResourceLocation id = ResourceLocation.fromNamespaceAndPath( "minecraft", "recipes/" + category + "/" + name); require(event.getServer().getAdvancements().get(id) != null, "Missing loaded advancement " + id); } for (String id : new String[] { "basalt_slab", "basalt_smooth_stairs", "basalt_furnace", "basalt_relief_blank", "basalt_relief_pickaxe" }) { - ResourceLocation advancement = new ResourceLocation( + ResourceLocation advancement = ResourceLocation.fromNamespaceAndPath( "mineralogy", "recipes/" + id); require(event.getServer().getAdvancements().get(advancement) != null, "Missing progressive advancement " + advancement); @@ -327,14 +403,14 @@ private static CraftingRecipe requireCraftingRecipe(Level level, String name) { private static CraftingRecipe requireCraftingRecipe(Level level, String name, String namespace) { RecipeHolder holder = level.getRecipeManager().byKey( - new ResourceLocation(namespace, name)).orElseThrow(() -> + ResourceLocation.fromNamespaceAndPath(namespace, name)).orElseThrow(() -> new IllegalStateException("Missing loaded recipe " + namespace + ':' + name)); require(holder.value() instanceof CraftingRecipe, namespace + ':' + name + " is not a crafting recipe"); return (CraftingRecipe) holder.value(); } - private static CraftingContainer inventory(String name, Item rock) { + private static CraftingInput inventory(String name, Item rock) { if ("mossy_cobblestone_from_vine".equals(name)) return shapeless(rock, Blocks.VINE.asItem()); if ("mossy_cobblestone_from_moss_block".equals(name)) { return shapeless(rock, Blocks.MOSS_BLOCK.asItem()); @@ -418,41 +494,40 @@ private static CraftingContainer inventory(String name, Item rock) { return shaped(pattern, ingredients); } - private static CraftingContainer shaped(String[] pattern, Map ingredients) { - CraftingContainer inventory = new TransientCraftingContainer(dummyContainer(), 3, 3); + private static CraftingInput shaped(String[] pattern, Map ingredients) { + List inventory = emptyGrid(); for (int row = 0; row < pattern.length; row++) { for (int column = 0; column < pattern[row].length(); column++) { Item item = ingredients.get(pattern[row].charAt(column)); - if (item != null) inventory.setItem(row * 3 + column, new ItemStack(item)); + if (item != null) inventory.set(row * 3 + column, new ItemStack(item)); } } - return inventory; + return CraftingInput.of(3, 3, inventory); } - private static CraftingContainer shapeless(Item... items) { - CraftingContainer inventory = new TransientCraftingContainer(dummyContainer(), 3, 3); + private static CraftingInput shapeless(Item... items) { + List inventory = emptyGrid(); for (int index = 0; index < items.length; index++) { - inventory.setItem(index, new ItemStack(items[index])); + inventory.set(index, new ItemStack(items[index])); } - return inventory; + return CraftingInput.of(3, 3, inventory); } - private static AbstractContainerMenu dummyContainer() { - return new AbstractContainerMenu(null, -1) { - @Override public ItemStack quickMoveStack(Player player, int index) { return ItemStack.EMPTY; } - @Override public boolean stillValid(Player player) { return false; } - }; + private static List emptyGrid() { + List result = new ArrayList<>(9); + for (int index = 0; index < 9; index++) result.add(ItemStack.EMPTY); + return result; } private static Item requireItem(String namespace, String path) { Item result = BuiltInRegistries.ITEM.get( - new ResourceLocation(namespace, path)); + ResourceLocation.fromNamespaceAndPath(namespace, path)); if (result == null) throw new IllegalStateException("Missing item " + namespace + ':' + path); return result; } private static Block requireBlock(String namespace, String path) { - ResourceLocation id = new ResourceLocation(namespace, path); + ResourceLocation id = ResourceLocation.fromNamespaceAndPath(namespace, path); Block block = BuiltInRegistries.BLOCK.get(id); require(block != null && block != Blocks.AIR, "missing block " + id); return block; @@ -460,7 +535,7 @@ private static Block requireBlock(String namespace, String path) { private static ResourceLocation expectedOutput(String name) { String path = name.startsWith("mossy_cobblestone_from_") ? "mossy_cobblestone" : name; - return new ResourceLocation("minecraft", path); + return ResourceLocation.fromNamespaceAndPath("minecraft", path); } private static int expectedCount(String name) { @@ -493,8 +568,8 @@ private static void writeMarker(boolean enabled, String phase) { + "diamond_pickaxe_harvest_verified=true\n" + "furnace_state_transitions_verified=true\n" + "furnace_reload_verified=" + "reload".equals(phase) + "\n" - + "shared_stonecutting_routes=9\n" - + "slab_bridges=12\n" + + "shared_stonecutting_routes=15\n" + + "slab_bridges=18\n" + "progressive_advancements_loaded=true\n"; try { Files.writeString(Path.of("recipe-integration-pass.properties"), result, diff --git a/src/recipeIntegrationTest/resources/META-INF/neoforge.mods.toml b/src/recipeIntegrationTest/resources/META-INF/neoforge.mods.toml index a4e853a05..beba3ce0a 100644 --- a/src/recipeIntegrationTest/resources/META-INF/neoforge.mods.toml +++ b/src/recipeIntegrationTest/resources/META-INF/neoforge.mods.toml @@ -1,5 +1,5 @@ modLoader="javafml" -loaderVersion="[2,)" +loaderVersion="[3,)" license="LGPL-2.1-only" [[mods]] @@ -10,13 +10,13 @@ displayName="Mineralogy Recipe Integration Probe" [[dependencies.mineralogyrecipeprobe]] modId="neoforge" type="required" -versionRange="[20.6.139,20.7)" +versionRange="[21.1.247,21.2)" ordering="NONE" side="BOTH" [[dependencies.mineralogyrecipeprobe]] modId="mineralogy" type="required" -versionRange="[6.1.2.120062]" +versionRange="[6.1.2.121012]" ordering="AFTER" side="BOTH" diff --git a/src/recipeIntegrationTest/resources/pack.mcmeta b/src/recipeIntegrationTest/resources/pack.mcmeta index cc042a223..8f37e9bf4 100644 --- a/src/recipeIntegrationTest/resources/pack.mcmeta +++ b/src/recipeIntegrationTest/resources/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "description": "Mineralogy recipe integration fixture", - "pack_format": 32 + "pack_format": 34 } } diff --git a/src/test/java/zone/moddev/mc/mineralogy/LocalizationQualityTest.java b/src/test/java/zone/moddev/mc/mineralogy/LocalizationQualityTest.java index f5271650f..7a6cf7fd3 100644 --- a/src/test/java/zone/moddev/mc/mineralogy/LocalizationQualityTest.java +++ b/src/test/java/zone/moddev/mc/mineralogy/LocalizationQualityTest.java @@ -23,7 +23,7 @@ import static org.junit.Assert.*; -/** Quality policy for the reviewed 1.20.6 JSON localization inventory. */ +/** Quality policy for the reviewed 1.21.1 JSON localization inventory. */ public class LocalizationQualityTest { private static final File LANG_DIR = new File("src/main/resources/assets/mineralogy/lang"); private static final Set ENGLISH_LOCALES = new HashSet(Arrays.asList( diff --git a/src/test/java/zone/moddev/mc/mineralogy/NativeRecipeManagerTest.java b/src/test/java/zone/moddev/mc/mineralogy/NativeRecipeManagerTest.java index 5433ee6b7..8d24a1384 100644 --- a/src/test/java/zone/moddev/mc/mineralogy/NativeRecipeManagerTest.java +++ b/src/test/java/zone/moddev/mc/mineralogy/NativeRecipeManagerTest.java @@ -26,9 +26,9 @@ * a plain JUnit VM, so real codec loading and matching are exercised in NeoForge. */ public class NativeRecipeManagerTest { - private static final File RECIPE_ROOT = new File("src/main/resources/data/minecraft/recipes"); + private static final File RECIPE_ROOT = new File("src/main/resources/data/minecraft/recipe"); private static final File MINERALOGY_RECIPE_ROOT = new File( - "src/main/resources/data/mineralogy/recipes"); + "src/main/resources/data/mineralogy/recipe"); @Test public void enabledBranchesUseExpandedMaterialsForEveryCoveredVanillaRecipe() @@ -57,9 +57,9 @@ public void stableRecipesUseTagsWhoseDisabledMembershipIsReboundAtRuntime() thro assertCompositeTag("cobblestone_equivalents", "#c:cobblestones"); assertCompositeTag("stone_crafting_materials", "#minecraft:stone_crafting_materials"); assertCompositeTag("stone_tool_materials", "#minecraft:stone_tool_materials"); - assertTagContains("data/c/tags/items/cobblestones.json", + assertTagContains("data/c/tags/item/cobblestones.json", "mineralogy:chert", "mineralogy:pumice"); - assertTagContains("data/forge/tags/items/cobblestone.json", "#c:cobblestones"); + assertTagContains("data/forge/tags/item/cobblestone.json", "#c:cobblestones"); } @Test @@ -77,6 +77,18 @@ public void nativeAndMineralogySlabsConvertExactlyOneForOneInBothDirections() "minecraft:polished_" + family + "_slab", "mineralogy:" + family + "_smooth_slab"); } + assertSlabConversion("tuff_slab_to_vanilla", + "mineralogy:tuff_slab", "minecraft:tuff_slab"); + assertSlabConversion("tuff_slab_from_vanilla", + "minecraft:tuff_slab", "mineralogy:tuff_slab"); + assertSlabConversion("tuff_smooth_slab_to_vanilla", + "mineralogy:tuff_smooth_slab", "minecraft:polished_tuff_slab"); + assertSlabConversion("tuff_smooth_slab_from_vanilla", + "minecraft:polished_tuff_slab", "mineralogy:tuff_smooth_slab"); + assertSlabConversion("tuff_brick_slab_to_vanilla", + "mineralogy:tuff_brick_slab", "minecraft:tuff_brick_slab"); + assertSlabConversion("tuff_brick_slab_from_vanilla", + "minecraft:tuff_brick_slab", "mineralogy:tuff_brick_slab"); } private static void assertSlabConversion(String name, String source, String result) @@ -137,7 +149,7 @@ private static String expectedOutput(String name) { } private static void assertCompositeTag(String name, String base) throws Exception { - JsonArray values = json(new File("src/main/resources/data/mineralogy/tags/items/" + JsonArray values = json(new File("src/main/resources/data/mineralogy/tags/item/" + name + ".json")).getAsJsonArray("values"); assertEquals(name, 28, values.size()); assertEquals(name, base, values.get(0).getAsString()); diff --git a/src/test/java/zone/moddev/mc/mineralogy/ResourceContractTest.java b/src/test/java/zone/moddev/mc/mineralogy/ResourceContractTest.java index a94d0aa49..8ab5201fe 100644 --- a/src/test/java/zone/moddev/mc/mineralogy/ResourceContractTest.java +++ b/src/test/java/zone/moddev/mc/mineralogy/ResourceContractTest.java @@ -74,7 +74,7 @@ public void providerUsesOreSpawnFourAndOwnsNoVanillaGeneration() throws Exceptio @Test public void customAdvancementUsesTheDataComponentItemStackShape() throws Exception { JsonObject advancement = json(new File(ROOT, - "data/mineralogy/advancements/mineralogy/all_the_rocks.json")); + "data/mineralogy/advancement/mineralogy/all_the_rocks.json")); JsonObject icon = advancement.getAsJsonObject("display").getAsJsonObject("icon"); assertEquals("mineralogy:basalt", icon.get("id").getAsString()); assertFalse(icon.has("item")); @@ -82,14 +82,14 @@ public void customAdvancementUsesTheDataComponentItemStackShape() throws Excepti @Test public void everyRecipeHasAProgressiveAdvancement() throws Exception { - File recipeDir = new File(ROOT, "data/mineralogy/recipes"); - File advancementDir = new File(ROOT, "data/mineralogy/advancements/recipes"); + File recipeDir = new File(ROOT, "data/mineralogy/recipe"); + File advancementDir = new File(ROOT, "data/mineralogy/advancement/recipes"); File[] recipes = recipeDir.listFiles((dir, name) -> name.endsWith(".json")); File[] advancements = advancementDir.listFiles((dir, name) -> name.endsWith(".json")); assertNotNull(recipes); assertNotNull(advancements); - assertEquals(1427, recipes.length); - assertEquals(1427, advancements.length); + assertEquals(1433, recipes.length); + assertEquals(1433, advancements.length); Set advancementNames = new HashSet(); for (File file : advancements) advancementNames.add(file.getName()); @@ -128,7 +128,7 @@ public void everyRecipeHasAProgressiveAdvancement() throws Exception { @Test public void advancementsUseMinecraft1206HolderSetPredicateSchema() throws Exception { - File mineralogy = new File(ROOT, "data/mineralogy/advancements"); + File mineralogy = new File(ROOT, "data/mineralogy/advancement"); for (File file : jsonFiles(mineralogy)) { JsonObject advancement = json(file); if (advancement.has("criteria")) { @@ -136,7 +136,7 @@ public void advancementsUseMinecraft1206HolderSetPredicateSchema() throws Except } } - File minecraft = new File(ROOT, "data/minecraft/advancements/recipes"); + File minecraft = new File(ROOT, "data/minecraft/advancement/recipes"); for (File file : jsonFiles(minecraft)) { JsonObject wrapper = json(file); if (wrapper.has("advancements")) { @@ -151,10 +151,10 @@ public void advancementsUseMinecraft1206HolderSetPredicateSchema() throws Except @Test public void minecraftOverridesUseNativeRecipesAndRecipeBookFields() throws Exception { - File recipeDirectory = new File(ROOT, "data/minecraft/recipes"); + File recipeDirectory = new File(ROOT, "data/minecraft/recipe"); File[] recipes = recipeDirectory.listFiles((directory, name) -> name.endsWith(".json")); assertNotNull(recipes); - assertEquals(38, recipes.length); + assertEquals(48, recipes.length); for (File file : recipes) { JsonObject recipe = json(file); assertFalse(file.getName(), recipe.has("recipes")); @@ -166,7 +166,7 @@ public void minecraftOverridesUseNativeRecipesAndRecipeBookFields() throws Excep @Test public void rockFurnacesUnlockFromTheirMatchingSlabs() throws Exception { - File advancementDir = new File(ROOT, "data/mineralogy/advancements/recipes"); + File advancementDir = new File(ROOT, "data/mineralogy/advancement/recipes"); File[] furnaces = advancementDir.listFiles((dir, name) -> name.endsWith("_furnace.json")); assertNotNull(furnaces); assertEquals(108, furnaces.length); @@ -190,7 +190,7 @@ public void rockFurnacesUnlockFromTheirMatchingSlabs() throws Exception { @Test public void nativeRockAliasesDriveRecipesAndAdvancementsWithoutStealingVanillaForms() throws Exception { - File tags = new File(ROOT, "data/mineralogy/tags/items"); + File tags = new File(ROOT, "data/mineralogy/tags/item"); for (String family : Arrays.asList("andesite", "diorite", "granite")) { assertTagValues(new File(tags, "stones/" + family + ".json"), "mineralogy:" + family, "minecraft:" + family); @@ -204,7 +204,9 @@ public void nativeRockAliasesDriveRecipesAndAdvancementsWithoutStealingVanillaFo assertTagValues(new File(tags, "stones/tuff.json"), "mineralogy:tuff", "minecraft:tuff"); assertTagValues(new File(tags, "stones/tuff/smooth.json"), - "mineralogy:tuff_smooth"); + "mineralogy:tuff_smooth", "minecraft:polished_tuff"); + assertTagValues(new File(tags, "stones/tuff/brick.json"), + "mineralogy:tuff_brick", "minecraft:tuff_bricks"); for (String family : Arrays.asList("andesite", "diorite", "granite")) { assertTagValues(new File(tags, "slabs/" + family + ".json"), "mineralogy:" + family + "_slab", "minecraft:" + family + "_slab"); @@ -215,6 +217,12 @@ public void nativeRockAliasesDriveRecipesAndAdvancementsWithoutStealingVanillaFo assertTagValues(new File(tags, "slabs/basalt.json"), "mineralogy:basalt_slab"); assertTagValues(new File(tags, "slabs/basalt/smooth.json"), "mineralogy:basalt_smooth_slab"); + assertTagValues(new File(tags, "slabs/tuff.json"), + "mineralogy:tuff_slab", "minecraft:tuff_slab"); + assertTagValues(new File(tags, "slabs/tuff/smooth.json"), + "mineralogy:tuff_smooth_slab", "minecraft:polished_tuff_slab"); + assertTagValues(new File(tags, "slabs/tuff/brick.json"), + "mineralogy:tuff_brick_slab", "minecraft:tuff_brick_slab"); assertRecipeIngredient("basalt_slab", "tag", "mineralogy:stones/basalt"); assertRecipeIngredient("basalt_stairs", "tag", "mineralogy:stones/basalt"); @@ -222,10 +230,14 @@ public void nativeRockAliasesDriveRecipesAndAdvancementsWithoutStealingVanillaFo assertRecipeIngredient("basalt_smooth_slab", "tag", "mineralogy:stones/basalt/smooth"); assertRecipeIngredient("basalt_smooth_stairs", "tag", "mineralogy:stones/basalt/smooth"); assertRecipeIngredient("basalt_smooth_wall", "tag", "mineralogy:stones/basalt/smooth"); - assertRecipeIngredient("tuff_slab", "tag", "mineralogy:stones/tuff"); - assertRecipeIngredient("tuff_stairs", "tag", "mineralogy:stones/tuff"); - assertRecipeIngredient("tuff_wall", "tag", "mineralogy:stones/tuff"); - assertRecipeIngredient("tuff_smooth", "tag", "mineralogy:stones/tuff"); + assertRecipeIngredient("tuff_slab", "item", "mineralogy:tuff"); + assertRecipeIngredient("tuff_stairs", "item", "mineralogy:tuff"); + assertRecipeIngredient("tuff_wall", "item", "mineralogy:tuff"); + assertRecipeIngredient("tuff_smooth", "item", "mineralogy:tuff"); + assertRecipeIngredient("tuff_brick", "tag", "mineralogy:stones/tuff"); + assertRecipeIngredient("tuff_smooth_brick", "item", "mineralogy:tuff_smooth"); + assertRecipeIngredient("tuff_brick_stairs", "item", "mineralogy:tuff_brick"); + assertRecipeIngredient("tuff_smooth_stairs", "item", "mineralogy:tuff_smooth"); for (String family : Arrays.asList("andesite", "diorite", "granite")) { assertRecipeIngredient(family + "_slab", "item", "mineralogy:" + family); @@ -238,7 +250,7 @@ public void nativeRockAliasesDriveRecipesAndAdvancementsWithoutStealingVanillaFo assertRecipeIngredient(family + "_smooth_wall", "tag", "mineralogy:stones/" + family + "/smooth"); } - for (String family : Arrays.asList("andesite", "basalt", "diorite", "granite")) { + for (String family : Arrays.asList("andesite", "basalt", "diorite", "granite", "tuff")) { assertRecipeIngredient(family + "_brick", "tag", "mineralogy:stones/" + family); assertAdvancementIngredient(family + "_brick", "tag", "mineralogy:stones/" + family); assertRecipeIngredient(family + "_smooth", "item", "mineralogy:" + family); @@ -247,7 +259,7 @@ public void nativeRockAliasesDriveRecipesAndAdvancementsWithoutStealingVanillaFo "mineralogy:stones/" + family + "/smooth"); JsonObject vanillaPolished = json(new File(ROOT, - "data/minecraft/recipes/polished_" + family + ".json")); + "data/minecraft/recipe/polished_" + family + ".json")); assertEquals("minecraft:crafting_shapeless", vanillaPolished.get("type").getAsString()); assertEquals("minecraft:" + family, vanillaPolished.getAsJsonArray("ingredients") @@ -259,7 +271,7 @@ public void nativeRockAliasesDriveRecipesAndAdvancementsWithoutStealingVanillaFo assertEquals(1, vanillaPolished.getAsJsonObject("result").get("count").getAsInt()); JsonObject nativeAdvancement = json(new File(ROOT, - "data/minecraft/advancements/recipes/building_blocks/polished_" + "data/minecraft/advancement/recipes/building_blocks/polished_" + family + ".json")); assertEquals("minecraft:" + family, nativeAdvancement.getAsJsonObject("criteria") .getAsJsonObject("has_rock").getAsJsonObject("conditions") @@ -286,7 +298,7 @@ public void nativeRockAliasesDriveRecipesAndAdvancementsWithoutStealingVanillaFo @Test public void acceptedRecipeDetailsArePresent() throws Exception { - File recipes = new File(ROOT, "data/mineralogy/recipes"); + File recipes = new File(ROOT, "data/mineralogy/recipe"); assertEquals(4, json(new File(recipes, "gypsum_dust.json")) .getAsJsonObject("result").get("count").getAsInt()); assertEquals(2, json(new File(recipes, "gypsum.json")).getAsJsonArray("pattern").size()); @@ -309,26 +321,26 @@ public void acceptedRecipeDetailsArePresent() throws Exception { assertEquals("minecraft:furnace", furnace.getAsJsonObject("key") .getAsJsonObject("y").get("item").getAsString()); assertFalse(new File(recipes, "basalt_furnace_from_rock.json").exists()); - JsonObject vanillaFurnace = json(new File(ROOT, "data/minecraft/recipes/furnace.json")); + JsonObject vanillaFurnace = json(new File(ROOT, "data/minecraft/recipe/furnace.json")); assertEquals("mineralogy:stone_crafting_materials", vanillaFurnace.getAsJsonObject("key") .getAsJsonObject("#").get("tag").getAsString()); - assertTrue(new File(ROOT, "data/minecraft/recipes/stone_pickaxe.json").isFile()); + assertTrue(new File(ROOT, "data/minecraft/recipe/stone_pickaxe.json").isFile()); assertEquals("#c:cobblestones", json(new File(ROOT, - "data/minecraft/tags/items/stone_crafting_materials.json")) + "data/minecraft/tags/item/stone_crafting_materials.json")) .getAsJsonArray("values").get(0).getAsString()); assertEquals("#c:cobblestones", json(new File(ROOT, - "data/minecraft/tags/items/stone_tool_materials.json")) + "data/minecraft/tags/item/stone_tool_materials.json")) .getAsJsonArray("values").get(0).getAsString()); - assertTagValues(new File(ROOT, "data/c/tags/items/cobblestones.json"), + assertTagValues(new File(ROOT, "data/c/tags/item/cobblestones.json"), "mineralogy:chert", "mineralogy:pumice"); - assertTagValues(new File(ROOT, "data/c/tags/blocks/cobblestones.json"), + assertTagValues(new File(ROOT, "data/c/tags/block/cobblestones.json"), "mineralogy:chert", "mineralogy:pumice"); - assertTagValues(new File(ROOT, "data/forge/tags/items/cobblestone.json"), + assertTagValues(new File(ROOT, "data/forge/tags/item/cobblestone.json"), "#c:cobblestones"); - assertFalse(new File(ROOT, "data/mineralogy/tags/items/vanilla_furnace_materials.json").exists()); + assertFalse(new File(ROOT, "data/mineralogy/tags/item/vanilla_furnace_materials.json").exists()); for (String moss : Arrays.asList("mossy_cobblestone_from_vine", "mossy_cobblestone_from_moss_block")) { - JsonObject recipe = json(new File(ROOT, "data/minecraft/recipes/" + moss + ".json")); + JsonObject recipe = json(new File(ROOT, "data/minecraft/recipe/" + moss + ".json")); assertEquals(moss, "mossy_cobblestone", recipe.get("group").getAsString()); } assertEquals("minecraft:red_dye", json(new File(recipes, "drywall_red.json")) @@ -375,9 +387,9 @@ public void allSeventeenLocalesHaveOrdered938KeyParity() throws Exception { } @Test - public void forge50ResourcesRetainNativeWallsTagsAndPackFormats() throws Exception { + public void neoForge211ResourcesRetainNativeWallsTagsAndPackFormats() throws Exception { JsonObject pack = json(new File(ROOT, "pack.mcmeta")); - assertEquals(32, pack.getAsJsonObject("pack").get("pack_format").getAsInt()); + assertEquals(34, pack.getAsJsonObject("pack").get("pack_format").getAsInt()); assertFalse(pack.getAsJsonObject("pack").has("forge:resource_pack_format")); assertFalse(pack.getAsJsonObject("pack").has("forge:data_pack_format")); @@ -394,12 +406,12 @@ public void forge50ResourcesRetainNativeWallsTagsAndPackFormats() throws Excepti assertNotNull(tallSides); assertEquals(108, tallSides.length); - assertTrue(new File(ROOT, "data/minecraft/tags/blocks/walls.json").isFile()); - assertTrue(new File(ROOT, "data/minecraft/tags/items/walls.json").isFile()); - File minecraftRecipes = new File(ROOT, "data/minecraft/recipes"); + assertTrue(new File(ROOT, "data/minecraft/tags/block/walls.json").isFile()); + assertTrue(new File(ROOT, "data/minecraft/tags/item/walls.json").isFile()); + File minecraftRecipes = new File(ROOT, "data/minecraft/recipe"); File[] overrides = minecraftRecipes.listFiles((dir, name) -> name.endsWith(".json")); assertNotNull(overrides); - assertEquals(38, overrides.length); + assertEquals(48, overrides.length); Set overrideNames = new HashSet(); for (File override : overrides) overrideNames.add(override.getName()); Set expected = new HashSet(Arrays.asList( @@ -409,7 +421,7 @@ public void forge50ResourcesRetainNativeWallsTagsAndPackFormats() throws Excepti "andesite.json", "diorite.json", "stone_axe.json", "stone_hoe.json", "stone_pickaxe.json", "stone_shovel.json", "stone_sword.json", "polished_andesite.json", "polished_basalt.json", - "polished_diorite.json", "polished_granite.json", + "polished_diorite.json", "polished_granite.json", "polished_tuff.json", "coast_armor_trim_smithing_template.json", "sentry_armor_trim_smithing_template.json", "vex_armor_trim_smithing_template.json")); @@ -421,6 +433,14 @@ public void forge50ResourcesRetainNativeWallsTagsAndPackFormats() throws Excepti expected.add("polished_" + family + "_slab_from_polished_" + family + "_stonecutting.json"); } + expected.addAll(Arrays.asList( + "tuff_slab.json", "polished_tuff_slab.json", "tuff_brick_slab.json", + "tuff_slab_from_tuff_stonecutting.json", + "polished_tuff_slab_from_tuff_stonecutting.json", + "polished_tuff_slab_from_polished_tuff_stonecutting.json", + "tuff_brick_slab_from_tuff_stonecutting.json", + "tuff_brick_slab_from_polished_tuff_stonecutting.json", + "tuff_brick_slab_from_tuff_bricks_stonecutting.json")); assertEquals(expected, overrideNames); for (String family : Arrays.asList("coast", "sentry", "vex")) { @@ -439,26 +459,46 @@ public void forge50ResourcesRetainNativeWallsTagsAndPackFormats() throws Excepti enabled.getAsJsonObject("result").get("id").getAsString()); assertEquals(id, 2, enabled.getAsJsonObject("result").get("count").getAsInt()); } - File[] stonecutting = new File(ROOT, "data/mineralogy/recipes") + File[] stonecutting = new File(ROOT, "data/mineralogy/recipe") .listFiles((dir, name) -> name.contains("stonecutting")); assertNotNull(stonecutting); assertEquals(0, stonecutting.length); } + @Test + public void integrationFixturesUsePack34AndSingularDataDirectories() throws Exception { + for (String sourceSet : Arrays.asList("recipeIntegrationTest", "oilCompatibilityTest")) { + File fixtureRoot = new File("src/" + sourceSet + "/resources"); + JsonObject pack = json(new File(fixtureRoot, "pack.mcmeta")); + assertEquals(sourceSet, 34, + pack.getAsJsonObject("pack").get("pack_format").getAsInt()); + assertFalse(sourceSet, new File(fixtureRoot, "data/c/tags/items").exists()); + assertFalse(sourceSet, new File(fixtureRoot, "data/c/tags/fluids").exists()); + assertFalse(sourceSet, new File(fixtureRoot, "data/forge/tags/items").exists()); + assertFalse(sourceSet, new File(fixtureRoot, "data/forge/tags/fluids").exists()); + } + + File oilRoot = new File("src/oilCompatibilityTest/resources"); + assertTrue(new File(oilRoot, "data/c/tags/item/buckets/crude_oil.json").isFile()); + assertTrue(new File(oilRoot, "data/c/tags/fluid/crude_oil.json").isFile()); + assertTrue(new File(oilRoot, "data/forge/tags/item/buckets/crude_oil.json").isFile()); + assertTrue(new File(oilRoot, "data/forge/tags/fluid/crude_oil.json").isFile()); + } + @Test public void generatedRecipeAdvancementsDisableTelemetry() throws Exception { - File mineralogyAdvancements = new File(ROOT, "data/mineralogy/advancements/recipes"); + File mineralogyAdvancements = new File(ROOT, "data/mineralogy/advancement/recipes"); List generated = jsonFiles(mineralogyAdvancements); - assertEquals(1427, generated.size()); + assertEquals(1433, generated.size()); for (File file : generated) { JsonObject advancement = json(file); assertTrue(file.getPath(), advancement.has("sends_telemetry_event")); assertFalse(file.getPath(), advancement.get("sends_telemetry_event").getAsBoolean()); } - File minecraftAdvancements = new File(ROOT, "data/minecraft/advancements/recipes"); + File minecraftAdvancements = new File(ROOT, "data/minecraft/advancement/recipes"); List overrides = jsonFiles(minecraftAdvancements); - assertEquals(20, overrides.size()); + assertEquals(21, overrides.size()); for (File file : overrides) { JsonObject wrapper = json(file); if (wrapper.has("advancements")) { @@ -509,16 +549,16 @@ public void nativeSlabsAndCobblestoneOverridesUseStableConditionalTags() throws assertCompositeRockTag("stone_crafting_materials", "#minecraft:stone_crafting_materials"); assertCompositeRockTag("stone_tool_materials", "#minecraft:stone_tool_materials"); for (String family : rockFamilies()) { - File blockTag = new File(ROOT, "data/mineralogy/tags/blocks/stones/" + family + ".json"); + File blockTag = new File(ROOT, "data/mineralogy/tags/block/stones/" + family + ".json"); assertTrue(family, blockTag.isFile()); assertTrue(family, json(blockTag).getAsJsonArray("values").toString() .contains("mineralogy:" + family)); } - assertTagValues(new File(ROOT, "data/mineralogy/tags/blocks/stones/basalt.json"), + assertTagValues(new File(ROOT, "data/mineralogy/tags/block/stones/basalt.json"), "mineralogy:basalt", "minecraft:basalt"); - File advancementRoot = new File(ROOT, "data/minecraft/advancements/recipes"); - assertEquals(20, countJsonFiles(advancementRoot)); + File advancementRoot = new File(ROOT, "data/minecraft/advancement/recipes"); + assertEquals(21, countJsonFiles(advancementRoot)); JsonObject furnace = json(new File(advancementRoot, "decorations/furnace.json")); assertEquals("#mineralogy:stone_crafting_materials", furnace .getAsJsonObject("criteria").getAsJsonObject("has_cobblestone") @@ -552,8 +592,8 @@ public void nativeSlabsAndCobblestoneOverridesUseStableConditionalTags() throws @Test public void oilAndBuildMetadataUseStableTargetIdentities() throws Exception { String properties = new String(Files.readAllBytes(new File("gradle.properties").toPath()), StandardCharsets.UTF_8); - assertTrue(properties.contains("mod_version=6.1.2.120062")); - assertTrue(properties.contains("orespawn_curse_file_id=8800065")); + assertTrue(properties.contains("mod_version=6.1.2.121012")); + assertTrue(properties.contains("orespawn_curse_file_id=8807135")); String build = new String(Files.readAllBytes(new File("build.gradle").toPath()), StandardCharsets.UTF_8); assertTrue(build.contains("runtimeOnly \"curse.maven:mmd-orespawn-")); assertTrue(build.contains("orespawnRelease")); @@ -578,12 +618,12 @@ public void oilAndBuildMetadataUseStableTargetIdentities() throws Exception { ResourceLocation historicalPowerAdvantageOil = ResourceLocation.tryParse("poweradvantage:crude_oil"); assertNotEquals(historicalPowerAdvantageOil, mineralogyOil); - JsonObject fluidTag = json(new File(ROOT, "data/c/tags/fluids/crude_oil.json")); + JsonObject fluidTag = json(new File(ROOT, "data/c/tags/fluid/crude_oil.json")); assertFalse(fluidTag.get("replace").getAsBoolean()); assertTrue(fluidTag.getAsJsonArray("values").toString().contains("mineralogy:crude_oil")); assertTrue(fluidTag.getAsJsonArray("values").toString().contains("mineralogy:flowing_crude_oil")); - JsonObject bucketTag = json(new File(ROOT, "data/c/tags/items/buckets/crude_oil.json")); + JsonObject bucketTag = json(new File(ROOT, "data/c/tags/item/buckets/crude_oil.json")); assertFalse(bucketTag.get("replace").getAsBoolean()); assertTrue(bucketTag.getAsJsonArray("values").toString().contains("mineralogy:crude_oil_bucket")); } @@ -657,7 +697,7 @@ private static void assertTagValues(File file, String... expected) throws Except private static void assertRecipeIngredient(String recipeName, String key, String value) throws Exception { JsonObject recipe = json(new File(ROOT, - "data/mineralogy/recipes/" + recipeName + ".json")); + "data/mineralogy/recipe/" + recipeName + ".json")); JsonObject ingredient = recipe.has("key") ? recipe.getAsJsonObject("key").getAsJsonObject("x") : recipe.getAsJsonArray("ingredients").get(0).getAsJsonObject(); @@ -668,7 +708,7 @@ private static void assertRecipeIngredient(String recipeName, String key, String private static void assertAdvancementIngredient(String recipeName, String key, String value) throws Exception { JsonObject advancement = json(new File(ROOT, - "data/mineralogy/advancements/recipes/" + recipeName + ".json")); + "data/mineralogy/advancement/recipes/" + recipeName + ".json")); JsonObject ingredient = advancement.getAsJsonObject("criteria") .getAsJsonObject("has_rock").getAsJsonObject("conditions") .getAsJsonArray("items").get(0).getAsJsonObject(); @@ -679,7 +719,7 @@ private static void assertAdvancementIngredient(String recipeName, String key, S private static void assertNativeSlabOverride(String recipeName, String source, String mineralogyResult, String vanillaResult, int count) throws Exception { - JsonObject enabled = json(new File(ROOT, "data/minecraft/recipes/" + recipeName + ".json")); + JsonObject enabled = json(new File(ROOT, "data/minecraft/recipe/" + recipeName + ".json")); assertEquals(recipeName, "minecraft:crafting_shaped", enabled.get("type").getAsString()); assertEquals(recipeName, source, enabled.getAsJsonObject("key") .getAsJsonObject("#").get("item").getAsString()); @@ -691,7 +731,7 @@ private static void assertNativeSlabOverride(String recipeName, String source, private static void assertNativeStonecuttingOverride(String recipeName, String source, String mineralogyResult, String vanillaResult) throws Exception { - JsonObject enabled = json(new File(ROOT, "data/minecraft/recipes/" + recipeName + ".json")); + JsonObject enabled = json(new File(ROOT, "data/minecraft/recipe/" + recipeName + ".json")); assertEquals(recipeName, "minecraft:stonecutting", enabled.get("type").getAsString()); assertEquals(recipeName, source, enabled.getAsJsonObject("ingredient").get("item").getAsString()); @@ -705,7 +745,7 @@ private static void assertNativeStonecuttingOverride(String recipeName, String s private static void assertNativeSlabConversion(String recipeName, String source, String result) throws Exception { JsonObject recipe = json(new File(ROOT, - "data/mineralogy/recipes/" + recipeName + ".json")); + "data/mineralogy/recipe/" + recipeName + ".json")); assertEquals(recipeName, "minecraft:crafting_shapeless", recipe.get("type").getAsString()); assertEquals(recipeName, 1, recipe.getAsJsonArray("ingredients").size()); assertEquals(recipeName, source, recipe.getAsJsonArray("ingredients").get(0) @@ -715,7 +755,7 @@ private static void assertNativeSlabConversion(String recipeName, String source, assertFalse(recipeName, recipe.has("neoforge:conditions")); JsonObject advancement = json(new File(ROOT, - "data/mineralogy/advancements/recipes/" + recipeName + ".json")); + "data/mineralogy/advancement/recipes/" + recipeName + ".json")); assertFalse(recipeName, advancement.has("neoforge:conditions")); assertEquals(recipeName, source, criterionItem(advancement, "has_rock")); assertEquals(recipeName, "mineralogy:" + recipeName, @@ -725,7 +765,7 @@ private static void assertNativeSlabConversion(String recipeName, String source, private static void assertCompositeRockTag(String name, String baseTag) throws Exception { JsonArray values = json(new File(ROOT, - "data/mineralogy/tags/items/" + name + ".json")).getAsJsonArray("values"); + "data/mineralogy/tags/item/" + name + ".json")).getAsJsonArray("values"); assertEquals(name, 28, values.size()); assertEquals(name, baseTag, values.get(0).getAsString()); for (int index = 0; index < rockFamilies().size(); index++) { @@ -802,9 +842,9 @@ private static List jsonFiles(File directory) { @Test public void miningTagsUseSupportedOptionalEntryObjects() throws Exception { String[] paths = { - "data/minecraft/tags/blocks/mineable/pickaxe.json", - "data/minecraft/tags/blocks/needs_iron_tool.json", - "data/minecraft/tags/blocks/needs_stone_tool.json" + "data/minecraft/tags/block/mineable/pickaxe.json", + "data/minecraft/tags/block/needs_iron_tool.json", + "data/minecraft/tags/block/needs_stone_tool.json" }; int[] totals = { 1133, 123, 329 }; int[] optionalTotals = { 1080, 120, 320 }; @@ -867,7 +907,7 @@ private static void assertGunpowderRecipe(File recipes, String name, String requ assertEquals(name, 3, recipe.getAsJsonArray("ingredients").size()); assertGunpowderConditions(name, requiredTag, recipe.getAsJsonArray("neoforge:conditions")); JsonObject advancement = json(new File(ROOT, - "data/mineralogy/advancements/recipes/" + name + ".json")); + "data/mineralogy/advancement/recipes/" + name + ".json")); assertGunpowderConditions(name + " advancement", requiredTag, advancement.getAsJsonArray("neoforge:conditions")); } diff --git a/src/test/java/zone/moddev/mc/mineralogy/WorkflowContractTest.java b/src/test/java/zone/moddev/mc/mineralogy/WorkflowContractTest.java index 2611f1b77..7225aab2d 100644 --- a/src/test/java/zone/moddev/mc/mineralogy/WorkflowContractTest.java +++ b/src/test/java/zone/moddev/mc/mineralogy/WorkflowContractTest.java @@ -19,8 +19,8 @@ public void releaseMetadataIdentifiesTheGenericNeoForgeTarget() throws Exception try (FileInputStream input = new FileInputStream("gradle.properties")) { properties.load(input); } - assertEquals("6.1.2.120062", properties.getProperty("mod_version")); - assertEquals("1.20.6", properties.getProperty("minecraft_version")); + assertEquals("6.1.2.121012", properties.getProperty("mod_version")); + assertEquals("1.21.1", properties.getProperty("minecraft_version")); assertEquals(properties.getProperty("mc_version"), properties.getProperty("minecraft_version")); assertEquals("neoforge", properties.getProperty("loader_name")); assertEquals("2", properties.getProperty("loader_code")); @@ -29,9 +29,9 @@ public void releaseMetadataIdentifiesTheGenericNeoForgeTarget() throws Exception assertEquals("21", properties.getProperty("gradle_java_version")); assertEquals("240974", properties.getProperty("curseforge_project_id")); assertEquals("zone.moddev.mc.mineralogy", properties.getProperty("mod_group")); - assertEquals("4.0.16.120062", properties.getProperty("orespawn_version")); - assertEquals("8800065", properties.getProperty("orespawn_curse_file_id")); - assertEquals("C3642CE69BE10E140BCE12345FBA1AF22C06E8A1D92F34B4C1E1356027D692F0", + assertEquals("4.0.16.121012", properties.getProperty("orespawn_version")); + assertEquals("8807135", properties.getProperty("orespawn_curse_file_id")); + assertEquals("B0659E071633D9EC42A96D9759895DE2F5126C205A4BDBFEE0EB8E3F226D158B", properties.getProperty("orespawn_sha256")); } @@ -42,7 +42,7 @@ public void ciAndSecurityChecksUsePinnedTargetNativeBuilds() throws Exception { String wrapper = text(".github/workflows/validate-gradle-build.yml"); String staging = text("gradle/stage-orespawn-release.sh"); assertTrue(ci.contains("name: Build, test, and audit")); - assertTrue(ci.contains("master-1.20.6-neo")); + assertTrue(ci.contains("master-1.21.1-neo")); assertTrue(ci.contains("java-version: '21.0.7+6.0.LTS'")); assertTrue(ci.contains("Install exact Java 21")); assertTrue(ci.contains("Cold NeoForge bootstrap")); diff --git a/src/test/java/zone/moddev/mc/mineralogy/compat/CobblestoneTagPolicyTest.java b/src/test/java/zone/moddev/mc/mineralogy/compat/CobblestoneTagPolicyTest.java index fc30d5eb4..e1954e45b 100644 --- a/src/test/java/zone/moddev/mc/mineralogy/compat/CobblestoneTagPolicyTest.java +++ b/src/test/java/zone/moddev/mc/mineralogy/compat/CobblestoneTagPolicyTest.java @@ -3,6 +3,7 @@ import static org.junit.Assert.assertEquals; import java.util.ArrayList; +import java.util.Collections; import java.util.IdentityHashMap; import java.util.LinkedHashSet; import java.util.List; @@ -20,6 +21,8 @@ import net.minecraft.world.item.Item; import net.minecraft.world.level.block.Blocks; import net.minecraft.server.Bootstrap; +import net.neoforged.fml.loading.LoadingModList; +import net.neoforged.neoforge.registries.GameData; import org.junit.BeforeClass; import org.junit.Test; @@ -33,7 +36,11 @@ public static void initializeRegistries() { field.setAccessible(true); if (!field.getBoolean(null)) { field.setBoolean(null, true); + LoadingModList.of(Collections.emptyList(), Collections.emptyList(), + Collections.emptyList(), Collections.emptyList(), Collections.emptyMap()); + BuiltInRegistries.BLOCK.size(); BuiltInRegistries.bootStrap(); + GameData.vanillaSnapshot(); } } catch (ReflectiveOperationException exception) { throw new AssertionError("Unable to initialize the isolated tag registry", exception); @@ -45,7 +52,7 @@ public void rebuiltTagPreservesVanillaAndAddsOrRemovesConfiguredElements() { Holder vanilla = holder(Blocks.COBBLESTONE.asItem()); Holder mineralogyStandIn = holder(Blocks.BASALT.asItem()); TagKey cobblestone = TagKey.create(Registries.ITEM, - new ResourceLocation("forge", "cobblestone")); + ResourceLocation.fromNamespaceAndPath("forge", "cobblestone")); Map, List>> tags = new IdentityHashMap<>(); tags.put(cobblestone, list(vanilla)); From 303cf48649102d61baf522beac714121d92403fe Mon Sep 17 00:00:00 2001 From: JohnBraham Date: Wed, 9 Sep 2026 10:17:38 +0100 Subject: [PATCH 2/2] Use MMD Maven for OreSpawn resolution --- CHANGELOG.txt | 3 + build.gradle | 72 ++++++++++++++----- .../mc/mineralogy/ResourceContractTest.java | 4 +- .../mc/mineralogy/WorkflowContractTest.java | 12 +++- 4 files changed, 68 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2429098b4..8faa547f1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,9 @@ Mineralogy 6.1.2.121012 for Minecraft 1.21.1 NeoForge - Updated the build, metadata, CI, documentation, and exact OreSpawn pin for Minecraft 1.21.1, NeoForge 21.1.247, OreSpawn 4.0.16.121012, Java 21, and pack format 34. Mineralogy still registers no world generator. +- Prefer the exact OreSpawn release from MMD Maven, with the matching + CurseForge file retained as a narrowly scoped fallback and SHA-256-verified + release provenance. This avoids CurseMaven rate limits breaking IDE sync. Mineralogy 6.1.2.120062 for Minecraft 1.20.6 NeoForge diff --git a/build.gradle b/build.gradle index 43fb5d679..f8e9467c9 100644 --- a/build.gradle +++ b/build.gradle @@ -130,28 +130,57 @@ runs { minecraft.accessTransformers.file rootProject.file('src/main/resources/META-INF/accesstransformer.cfg') -def orespawnModule = "mmd-orespawn-${project.orespawn_curse_project_id}" +def orespawnMavenGroup = 'zone.moddev.mc.orespawn' +def orespawnMavenArtifact = 'OreSpawn' +def orespawnCoordinate = "${orespawnMavenGroup}:${orespawnMavenArtifact}:${project.orespawn_version}" +def orespawnCurseModule = "mmd-orespawn-${project.orespawn_curse_project_id}" def orespawnVerificationRepository = project.findProperty('orespawnVerificationRepository') +def orespawnMmdRepository = project.findProperty('orespawnMmdRepository') + ?: 'https://maven.moddev.zone/releases' +def orespawnCurseRepository = project.findProperty('orespawnCurseRepository') + ?: 'https://www.cursemaven.com' repositories { mavenCentral() - // The staged CI mirror is the only permitted source for this exact - // OreSpawn module. Without exclusive routing, a transient HTTP error from - // Maven Central aborts resolution before Gradle reaches the verified jar. - exclusiveContent { - forRepository { - maven { - name = orespawnVerificationRepository == null - ? 'CurseMaven' - : 'OreSpawnReleaseVerificationMirror' - url = orespawnVerificationRepository == null - ? uri('https://www.cursemaven.com') - : uri(orespawnVerificationRepository) - metadataSources { artifact() } + // Prefer MMD's Maven publication. Gradle treats HTTP 429 as fatal rather + // than trying the next repository, so CurseMaven cannot be the primary if + // it is to serve as a useful fallback. CI may prepend its sealed local + // mirror while retaining the same published Maven coordinate. + def orespawnRepositories = [] + if (orespawnVerificationRepository != null) { + orespawnRepositories.add(ivy { + name = 'OreSpawnReleaseVerificationMirror' + url = uri(orespawnVerificationRepository) + patternLayout { + artifact "curse/maven/${orespawnCurseModule}/${project.orespawn_curse_file_id}/${orespawnCurseModule}-${project.orespawn_curse_file_id}.[ext]" } + metadataSources { artifact() } + }) + } + orespawnRepositories.add(maven { + name = 'MMDMaven' + url = uri(orespawnMmdRepository) + metadataSources { + mavenPom() + artifact() + } + }) + orespawnRepositories.add(ivy { + name = 'CurseMavenOreSpawnFallback' + url = uri(orespawnCurseRepository) + patternLayout { + artifact "curse/maven/${orespawnCurseModule}/${project.orespawn_curse_file_id}/${orespawnCurseModule}-${project.orespawn_curse_file_id}.[ext]" } + metadataSources { artifact() } + }) + + // Prevent this module from falling through to unrelated plugin or public + // repositories; only the sealed mirror and the two audited release hosts + // may provide it. + exclusiveContent { + forRepositories(orespawnRepositories as org.gradle.api.artifacts.repositories.ArtifactRepository[]) filter { - includeModule('curse.maven', orespawnModule) + includeModule(orespawnMavenGroup, orespawnMavenArtifact) } } } @@ -164,13 +193,13 @@ dependencies { implementation "net.neoforged:neoforge:${project.neo_version}" // NeoForge 21.1 uses official names in both development and production, so the // exact released OreSpawn artifact is suitable for ordinary runtime use. - runtimeOnly "curse.maven:mmd-orespawn-${project.orespawn_curse_project_id}:${project.orespawn_curse_file_id}" - orespawnRelease "curse.maven:mmd-orespawn-${project.orespawn_curse_project_id}:${project.orespawn_curse_file_id}" + runtimeOnly(orespawnCoordinate) { transitive = false } + orespawnRelease(orespawnCoordinate) { transitive = false } testImplementation 'junit:junit:4.13.2' } configurations.named('testRuntimeClasspath') { - exclude group: 'curse.maven', module: "mmd-orespawn-${project.orespawn_curse_project_id}" + exclude group: orespawnMavenGroup, module: orespawnMavenArtifact } tasks.withType(Test).configureEach { @@ -463,7 +492,12 @@ tasks.register('verifyReleaseDependencies') { throw new GradleException('Unexpected OreSpawn release coordinates') } File artifact = configurations.orespawnRelease.resolvedConfiguration.resolvedArtifacts - .find { it.moduleVersion.id.group == 'curse.maven' && it.file.name.endsWith('.jar') }?.file + .find { + it.moduleVersion.id.group == orespawnMavenGroup + && it.moduleVersion.id.name == orespawnMavenArtifact + && it.moduleVersion.id.version == project.orespawn_version + && it.file.name.endsWith('.jar') + }?.file if (artifact == null || !artifact.isFile()) { throw new GradleException('Released OreSpawn artifact did not resolve') } diff --git a/src/test/java/zone/moddev/mc/mineralogy/ResourceContractTest.java b/src/test/java/zone/moddev/mc/mineralogy/ResourceContractTest.java index 8ab5201fe..81382cdcb 100644 --- a/src/test/java/zone/moddev/mc/mineralogy/ResourceContractTest.java +++ b/src/test/java/zone/moddev/mc/mineralogy/ResourceContractTest.java @@ -595,7 +595,9 @@ public void oilAndBuildMetadataUseStableTargetIdentities() throws Exception { assertTrue(properties.contains("mod_version=6.1.2.121012")); assertTrue(properties.contains("orespawn_curse_file_id=8807135")); String build = new String(Files.readAllBytes(new File("build.gradle").toPath()), StandardCharsets.UTF_8); - assertTrue(build.contains("runtimeOnly \"curse.maven:mmd-orespawn-")); + assertTrue(build.contains("runtimeOnly(orespawnCoordinate)")); + assertTrue(build.contains("https://maven.moddev.zone/releases")); + assertTrue(build.contains("CurseMavenOreSpawnFallback")); assertTrue(build.contains("orespawnRelease")); String metadata = new String(Files.readAllBytes(new File(ROOT, "META-INF/neoforge.mods.toml").toPath()), StandardCharsets.UTF_8); assertTrue(metadata.contains("loaderVersion=\"${loader_version_range}\"")); diff --git a/src/test/java/zone/moddev/mc/mineralogy/WorkflowContractTest.java b/src/test/java/zone/moddev/mc/mineralogy/WorkflowContractTest.java index 7225aab2d..25b86ece2 100644 --- a/src/test/java/zone/moddev/mc/mineralogy/WorkflowContractTest.java +++ b/src/test/java/zone/moddev/mc/mineralogy/WorkflowContractTest.java @@ -98,12 +98,18 @@ public void buildPublishesOnlyThePreparedRemoteBundle() throws Exception { } @Test - public void stagedOreSpawnDependencyCannotFallThroughToPublicRepositories() throws Exception { + public void oreSpawnUsesMmdMavenWithCurseAndSealedMirrorFallbacks() throws Exception { String build = text("build.gradle"); assertTrue(build.contains("exclusiveContent")); - assertTrue(build.contains("forRepository")); - assertTrue(build.contains("includeModule('curse.maven', orespawnModule)")); + assertTrue(build.contains("forRepositories")); + assertTrue(build.contains("includeModule(orespawnMavenGroup, orespawnMavenArtifact)")); + assertTrue(build.contains("?: 'https://maven.moddev.zone/releases'")); + assertTrue(build.contains("?: 'https://www.cursemaven.com'")); + assertTrue(build.contains("'CurseMavenOreSpawnFallback'")); + assertTrue(build.contains("curse/maven/${orespawnCurseModule}")); assertTrue(build.contains("'OreSpawnReleaseVerificationMirror'")); + assertTrue(build.contains("runtimeOnly(orespawnCoordinate) { transitive = false }")); + assertFalse(build.contains("runtimeOnly \"curse.maven:mmd-orespawn-")); } @Test