From a99830976a380d483a5a2c6ea983f3b4cc0a50cd Mon Sep 17 00:00:00 2001 From: Spencer Brown Date: Fri, 16 Apr 2021 12:07:41 +1000 Subject: [PATCH] Move anvil recipes to their own folder --- src/generated/resources/.cache/cache | 108 +++++++++--------- .../andesite.json} | 0 .../black_concrete_powder.json} | 0 .../black_mulch.json} | 0 ...blackstone_from_bricks_anvil_smashing.json | 0 ...ackstone_from_polished_anvil_smashing.json | 0 .../blue_concrete_powder.json} | 0 .../blue_mulch.json} | 0 .../brown_concrete_powder.json} | 0 .../brown_mulch.json} | 0 .../cobble_from_bricks_anvil_smashing.json | 0 ...bble_from_smooth_stone_anvil_smashing.json | 0 .../cobble_from_stone_anvil_smashing.json | 0 .../cyan_concrete_powder.json} | 0 .../diorite.json} | 0 .../end_stone.json} | 0 .../granite.json} | 0 .../gravel.json} | 0 .../gray_concrete_powder.json} | 0 .../green_concrete_powder.json} | 0 .../light_blue_concrete_powder.json} | 0 .../light_gray_concrete_powder.json} | 0 .../lime_concrete_powder.json} | 0 .../magenta_concrete_powder.json} | 0 .../mossy_cobblestone.json} | 0 .../orange_concrete_powder.json} | 0 .../pink_concrete_powder.json} | 0 .../plain_mulch.json} | 0 .../prismarine.json} | 0 .../purple_concrete_powder.json} | 0 .../red_concrete_powder.json} | 0 .../red_mulch.json} | 0 .../red_sand.json} | 0 .../sand.json} | 0 .../smash_brown_mushroom_block.json} | 0 .../smash_carved_pumpkin.json} | 0 .../smash_glass_door.json} | 0 .../smash_glass_panes_tag.json} | 0 .../smash_glass_tag.json} | 0 .../smash_glass_trapdoor.json} | 0 .../smash_gold_from_gilded_blackstone.json} | 0 .../smash_ice.json} | 0 ...smash_infested_chiseled_stone_bricks.json} | 0 .../smash_infested_cobblestone.json} | 0 .../smash_infested_cracked_stone_bricks.json} | 0 .../smash_infested_mossy_stone_bricks.json} | 0 .../smash_infested_stone.json} | 0 .../smash_infested_stone_bricks.json} | 0 .../smash_jack_o_lantern.json} | 0 .../smash_leaves.json} | 0 .../smash_melon.json} | 0 .../smash_pumpkin.json} | 0 .../smash_red_mushroom_block.json} | 0 .../white_concrete_powder.json} | 0 .../yellow_concrete_powder.json} | 0 .../common/datagen/AnvilRecipeBuilder.java | 6 +- .../recipes/data/RecipesRecipeProvider.java | 10 +- 57 files changed, 62 insertions(+), 62 deletions(-) rename src/generated/resources/data/inspirations/recipes/{andesite_from_anvil_smashing.json => anvil/andesite.json} (100%) rename src/generated/resources/data/inspirations/recipes/{black_concrete_powder_from_anvil_smashing.json => anvil/black_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{black_mulch_from_anvil_smashing.json => anvil/black_mulch.json} (100%) rename src/generated/resources/data/inspirations/recipes/{ => anvil}/blackstone_from_bricks_anvil_smashing.json (100%) rename src/generated/resources/data/inspirations/recipes/{ => anvil}/blackstone_from_polished_anvil_smashing.json (100%) rename src/generated/resources/data/inspirations/recipes/{blue_concrete_powder_from_anvil_smashing.json => anvil/blue_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{blue_mulch_from_anvil_smashing.json => anvil/blue_mulch.json} (100%) rename src/generated/resources/data/inspirations/recipes/{brown_concrete_powder_from_anvil_smashing.json => anvil/brown_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{brown_mulch_from_anvil_smashing.json => anvil/brown_mulch.json} (100%) rename src/generated/resources/data/inspirations/recipes/{ => anvil}/cobble_from_bricks_anvil_smashing.json (100%) rename src/generated/resources/data/inspirations/recipes/{ => anvil}/cobble_from_smooth_stone_anvil_smashing.json (100%) rename src/generated/resources/data/inspirations/recipes/{ => anvil}/cobble_from_stone_anvil_smashing.json (100%) rename src/generated/resources/data/inspirations/recipes/{cyan_concrete_powder_from_anvil_smashing.json => anvil/cyan_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{diorite_from_anvil_smashing.json => anvil/diorite.json} (100%) rename src/generated/resources/data/inspirations/recipes/{end_stone_from_anvil_smashing.json => anvil/end_stone.json} (100%) rename src/generated/resources/data/inspirations/recipes/{granite_from_anvil_smashing.json => anvil/granite.json} (100%) rename src/generated/resources/data/inspirations/recipes/{gravel_from_anvil_smashing.json => anvil/gravel.json} (100%) rename src/generated/resources/data/inspirations/recipes/{gray_concrete_powder_from_anvil_smashing.json => anvil/gray_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{green_concrete_powder_from_anvil_smashing.json => anvil/green_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{light_blue_concrete_powder_from_anvil_smashing.json => anvil/light_blue_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{light_gray_concrete_powder_from_anvil_smashing.json => anvil/light_gray_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{lime_concrete_powder_from_anvil_smashing.json => anvil/lime_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{magenta_concrete_powder_from_anvil_smashing.json => anvil/magenta_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{mossy_cobblestone_from_anvil_smashing.json => anvil/mossy_cobblestone.json} (100%) rename src/generated/resources/data/inspirations/recipes/{orange_concrete_powder_from_anvil_smashing.json => anvil/orange_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{pink_concrete_powder_from_anvil_smashing.json => anvil/pink_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{plain_mulch_from_anvil_smashing.json => anvil/plain_mulch.json} (100%) rename src/generated/resources/data/inspirations/recipes/{prismarine_from_anvil_smashing.json => anvil/prismarine.json} (100%) rename src/generated/resources/data/inspirations/recipes/{purple_concrete_powder_from_anvil_smashing.json => anvil/purple_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{red_concrete_powder_from_anvil_smashing.json => anvil/red_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{red_mulch_from_anvil_smashing.json => anvil/red_mulch.json} (100%) rename src/generated/resources/data/inspirations/recipes/{red_sand_from_anvil_smashing.json => anvil/red_sand.json} (100%) rename src/generated/resources/data/inspirations/recipes/{sand_from_anvil_smashing.json => anvil/sand.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_brown_mushroom_block.json => anvil/smash_brown_mushroom_block.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_carved_pumpkin.json => anvil/smash_carved_pumpkin.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_glass_door.json => anvil/smash_glass_door.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_glass_panes_tag.json => anvil/smash_glass_panes_tag.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_glass_tag.json => anvil/smash_glass_tag.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_glass_trapdoor.json => anvil/smash_glass_trapdoor.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_gold_from_gilded_blackstone.json => anvil/smash_gold_from_gilded_blackstone.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_ice.json => anvil/smash_ice.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_infested_chiseled_stone_bricks.json => anvil/smash_infested_chiseled_stone_bricks.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_infested_cobblestone.json => anvil/smash_infested_cobblestone.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_infested_cracked_stone_bricks.json => anvil/smash_infested_cracked_stone_bricks.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_infested_mossy_stone_bricks.json => anvil/smash_infested_mossy_stone_bricks.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_infested_stone.json => anvil/smash_infested_stone.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_infested_stone_bricks.json => anvil/smash_infested_stone_bricks.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_jack_o_lantern.json => anvil/smash_jack_o_lantern.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_leaves.json => anvil/smash_leaves.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_melon.json => anvil/smash_melon.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_pumpkin.json => anvil/smash_pumpkin.json} (100%) rename src/generated/resources/data/inspirations/recipes/{anvil_smash_red_mushroom_block.json => anvil/smash_red_mushroom_block.json} (100%) rename src/generated/resources/data/inspirations/recipes/{white_concrete_powder_from_anvil_smashing.json => anvil/white_concrete_powder.json} (100%) rename src/generated/resources/data/inspirations/recipes/{yellow_concrete_powder_from_anvil_smashing.json => anvil/yellow_concrete_powder.json} (100%) diff --git a/src/generated/resources/.cache/cache b/src/generated/resources/.cache/cache index eeec5377..d06ec2d4 100644 --- a/src/generated/resources/.cache/cache +++ b/src/generated/resources/.cache/cache @@ -467,34 +467,60 @@ e680bcbd06a62804166f4ea2a53bb6c600363c6e data/inspirations/loot_tables/blocks/wh 8414820b8306f38fea6d02f953f858f03e437c4c data/inspirations/loot_tables/blocks/yellow_carpeted_pressure_plate.json 1662e9e63a2a6348880aa59de1e3fdbaf9be9a65 data/inspirations/loot_tables/blocks/yellow_carpeted_trapdoor.json 474e2fd8db2db9a1e0129160b366e11afbe61f25 data/inspirations/loot_tables/blocks/yellow_fitted_carpet.json -d481d98ec8abe00eef6536fc9eac9264db8bee1f data/inspirations/recipes/andesite_from_anvil_smashing.json -9ac1a231d45f2fb49e069c3a70abd0fe0fcb1ccd data/inspirations/recipes/anvil_smash_brown_mushroom_block.json -79759e1f662a452bbe1a420b0ce09f53acdd2e75 data/inspirations/recipes/anvil_smash_carved_pumpkin.json -2f13ab1f56c04f1a91ccc72eed6c359338ddcd07 data/inspirations/recipes/anvil_smash_glass_door.json -8094a47b684e7b78b30e0a37fbd8bd3c5c081c7c data/inspirations/recipes/anvil_smash_glass_panes_tag.json -97b3f734342806dc7e37b8bfada06972d1ec0a84 data/inspirations/recipes/anvil_smash_glass_tag.json -c04a02be229d3db412fe0b6eda88245ec5680a1e data/inspirations/recipes/anvil_smash_glass_trapdoor.json -96e7407b1907be4584c2c2025d9942fa16576782 data/inspirations/recipes/anvil_smash_gold_from_gilded_blackstone.json -3c3f2f6b5d96c978be100148b764e8084bbe2ae6 data/inspirations/recipes/anvil_smash_ice.json -5594a08de60a525f3ca5e32e0790b034c2cea1c0 data/inspirations/recipes/anvil_smash_infested_chiseled_stone_bricks.json -656fe8a3b33fe609122d6d73ef4934c02e618096 data/inspirations/recipes/anvil_smash_infested_cobblestone.json -1f1550d89a895829e2555d6d825fb0c8ac625bb3 data/inspirations/recipes/anvil_smash_infested_cracked_stone_bricks.json -4d86c2e5485ec99a840588d1ad1bdc401d616013 data/inspirations/recipes/anvil_smash_infested_mossy_stone_bricks.json -bfaf191e518256090f9896dabc900afe8bb59f5b data/inspirations/recipes/anvil_smash_infested_stone.json -b2fb95f40ce3d5bc59a09de3f9b2e7758c6b249d data/inspirations/recipes/anvil_smash_infested_stone_bricks.json -c6ef97c8f7fd550d4ee137eac7c79d07261030d6 data/inspirations/recipes/anvil_smash_jack_o_lantern.json -9b1d56ef077d56395fba177a4bdecca764eb57c1 data/inspirations/recipes/anvil_smash_leaves.json -b96d16d87a3695f41d8afea7f335998d9ae23301 data/inspirations/recipes/anvil_smash_melon.json -f04def4857490fad3d6fc9fef36ca8d683b471c7 data/inspirations/recipes/anvil_smash_pumpkin.json -55f0f00e9940627b9c323a6fb4eebb4e56be1b59 data/inspirations/recipes/anvil_smash_red_mushroom_block.json -f940de66c70e1bc153671d99c0f07abec06c52f6 data/inspirations/recipes/black_concrete_powder_from_anvil_smashing.json -76b3388af47fe7b22c70465bfdfe0c6a363ca457 data/inspirations/recipes/black_mulch_from_anvil_smashing.json -330722da32c39ecb3d92553a9a8c6a5113f65d44 data/inspirations/recipes/blackstone_from_bricks_anvil_smashing.json -76bf4620d60c95da02325b35e2fbbc361b9e8f5b data/inspirations/recipes/blackstone_from_polished_anvil_smashing.json -b6821b9b0cc8f54b70d7bceb74aea0ebef30d555 data/inspirations/recipes/blue_concrete_powder_from_anvil_smashing.json -36513f21c35a1b9f72ccf9c304a64b61a7045d49 data/inspirations/recipes/blue_mulch_from_anvil_smashing.json -23e225c64945027fd35badf4c9e9ddf7cd6877a2 data/inspirations/recipes/brown_concrete_powder_from_anvil_smashing.json -5cd3e5ddc448531f02c7a3f2ab5bd8a40afa9950 data/inspirations/recipes/brown_mulch_from_anvil_smashing.json +d481d98ec8abe00eef6536fc9eac9264db8bee1f data/inspirations/recipes/anvil/andesite.json +f940de66c70e1bc153671d99c0f07abec06c52f6 data/inspirations/recipes/anvil/black_concrete_powder.json +76b3388af47fe7b22c70465bfdfe0c6a363ca457 data/inspirations/recipes/anvil/black_mulch.json +330722da32c39ecb3d92553a9a8c6a5113f65d44 data/inspirations/recipes/anvil/blackstone_from_bricks_anvil_smashing.json +76bf4620d60c95da02325b35e2fbbc361b9e8f5b data/inspirations/recipes/anvil/blackstone_from_polished_anvil_smashing.json +b6821b9b0cc8f54b70d7bceb74aea0ebef30d555 data/inspirations/recipes/anvil/blue_concrete_powder.json +36513f21c35a1b9f72ccf9c304a64b61a7045d49 data/inspirations/recipes/anvil/blue_mulch.json +23e225c64945027fd35badf4c9e9ddf7cd6877a2 data/inspirations/recipes/anvil/brown_concrete_powder.json +5cd3e5ddc448531f02c7a3f2ab5bd8a40afa9950 data/inspirations/recipes/anvil/brown_mulch.json +b471e9d2c3d7c5d4f1be2b4af0bc986b6f03643a data/inspirations/recipes/anvil/cobble_from_bricks_anvil_smashing.json +8a66c369c22c77b1d03e58228a755a66884d171f data/inspirations/recipes/anvil/cobble_from_smooth_stone_anvil_smashing.json +35abf71ccc3fc8c7d1de138026fba38639182da8 data/inspirations/recipes/anvil/cobble_from_stone_anvil_smashing.json +dfe2ab9463819ce7ee97c7f53db40b86527acb0f data/inspirations/recipes/anvil/cyan_concrete_powder.json +d8ae67c210fba6962e5496c063ddb9e66bb58d99 data/inspirations/recipes/anvil/diorite.json +ddf39d5baf3513721baa70fd5f02297c39877691 data/inspirations/recipes/anvil/end_stone.json +c2ed585f6de5273c4c9f9012d137d397ef107495 data/inspirations/recipes/anvil/granite.json +51d3d4e918589d69e6813baef85aa9d9b88cf17d data/inspirations/recipes/anvil/gravel.json +d6f4ffd22c7aaa382e338b7ba78267972ce92e4a data/inspirations/recipes/anvil/gray_concrete_powder.json +66737fde33d5a9dd23de3c5c4471af66a117625e data/inspirations/recipes/anvil/green_concrete_powder.json +00dd115ef04fc7726f625575753c3efefb40368a data/inspirations/recipes/anvil/light_blue_concrete_powder.json +1b3631d77ab6f12540fa68ac8196513a18af2dd3 data/inspirations/recipes/anvil/light_gray_concrete_powder.json +f1914dc6432e0d2ec8bce17615dbf1b6df3a003f data/inspirations/recipes/anvil/lime_concrete_powder.json +109f6a23f278e021ec917fe2cec67980a6fb15fd data/inspirations/recipes/anvil/magenta_concrete_powder.json +e56ca764fce56e830a8323981faac1438c792fc1 data/inspirations/recipes/anvil/mossy_cobblestone.json +5745be46134f8bbe775b55bcbc1847d449e92aba data/inspirations/recipes/anvil/orange_concrete_powder.json +5acbcb6b9b90e76b2d358158a9ce771b71bac4fb data/inspirations/recipes/anvil/pink_concrete_powder.json +a7caa018e6acdce865cf40fdb63ad2b13ec19f6f data/inspirations/recipes/anvil/plain_mulch.json +c0559d4a0f89cbff7f69d9a247cc9e50a6445f0a data/inspirations/recipes/anvil/prismarine.json +af69cbed8084284b0414b76207137db2cad7ee8b data/inspirations/recipes/anvil/purple_concrete_powder.json +a52674bb204dbbb8fddc03472f17886b47703d53 data/inspirations/recipes/anvil/red_concrete_powder.json +f3ff9933bb3344d4c32caf00a978692b655b21af data/inspirations/recipes/anvil/red_mulch.json +80636b92a336b61f5e57aaf27e3354f3e0151a1e data/inspirations/recipes/anvil/red_sand.json +d72864889f6bd24677267e7e475017ae648f671d data/inspirations/recipes/anvil/sand.json +9ac1a231d45f2fb49e069c3a70abd0fe0fcb1ccd data/inspirations/recipes/anvil/smash_brown_mushroom_block.json +79759e1f662a452bbe1a420b0ce09f53acdd2e75 data/inspirations/recipes/anvil/smash_carved_pumpkin.json +2f13ab1f56c04f1a91ccc72eed6c359338ddcd07 data/inspirations/recipes/anvil/smash_glass_door.json +8094a47b684e7b78b30e0a37fbd8bd3c5c081c7c data/inspirations/recipes/anvil/smash_glass_panes_tag.json +97b3f734342806dc7e37b8bfada06972d1ec0a84 data/inspirations/recipes/anvil/smash_glass_tag.json +c04a02be229d3db412fe0b6eda88245ec5680a1e data/inspirations/recipes/anvil/smash_glass_trapdoor.json +96e7407b1907be4584c2c2025d9942fa16576782 data/inspirations/recipes/anvil/smash_gold_from_gilded_blackstone.json +3c3f2f6b5d96c978be100148b764e8084bbe2ae6 data/inspirations/recipes/anvil/smash_ice.json +5594a08de60a525f3ca5e32e0790b034c2cea1c0 data/inspirations/recipes/anvil/smash_infested_chiseled_stone_bricks.json +656fe8a3b33fe609122d6d73ef4934c02e618096 data/inspirations/recipes/anvil/smash_infested_cobblestone.json +1f1550d89a895829e2555d6d825fb0c8ac625bb3 data/inspirations/recipes/anvil/smash_infested_cracked_stone_bricks.json +4d86c2e5485ec99a840588d1ad1bdc401d616013 data/inspirations/recipes/anvil/smash_infested_mossy_stone_bricks.json +bfaf191e518256090f9896dabc900afe8bb59f5b data/inspirations/recipes/anvil/smash_infested_stone.json +b2fb95f40ce3d5bc59a09de3f9b2e7758c6b249d data/inspirations/recipes/anvil/smash_infested_stone_bricks.json +c6ef97c8f7fd550d4ee137eac7c79d07261030d6 data/inspirations/recipes/anvil/smash_jack_o_lantern.json +9b1d56ef077d56395fba177a4bdecca764eb57c1 data/inspirations/recipes/anvil/smash_leaves.json +b96d16d87a3695f41d8afea7f335998d9ae23301 data/inspirations/recipes/anvil/smash_melon.json +f04def4857490fad3d6fc9fef36ca8d683b471c7 data/inspirations/recipes/anvil/smash_pumpkin.json +55f0f00e9940627b9c323a6fb4eebb4e56be1b59 data/inspirations/recipes/anvil/smash_red_mushroom_block.json +174aa1a6bdcc514dfb1eecfa0a17f1fb3ecf3fda data/inspirations/recipes/anvil/white_concrete_powder.json +c101434bce07b39d0d332cd116b9e2c59a7ac781 data/inspirations/recipes/anvil/yellow_concrete_powder.json 66c8ae7dc727dc4fa88d3815eb4d30d96334297e data/inspirations/recipes/building/books/black.json 479c598b6716af1b34e51482e9af9bf609410e68 data/inspirations/recipes/building/books/blue.json 74652f994f246faa93bb606ccca458d72c14d771 data/inspirations/recipes/building/books/brown.json @@ -869,30 +895,6 @@ a8c2c26d7bd9341b9da0e5d2c1c507d9a433d519 data/inspirations/recipes/cauldron/wool 41723f8c2e889f8f2864d8c42a5aadd8dd5ba8be data/inspirations/recipes/cauldron/wool/undye.json 54f33f4611ee6d3f5d22e54b4d10c9ee5105ec6c data/inspirations/recipes/cauldron/wool/white.json f9dca9ac56f2181a2dee883cb4c4ab898e291385 data/inspirations/recipes/cauldron/wool/yellow.json -b471e9d2c3d7c5d4f1be2b4af0bc986b6f03643a data/inspirations/recipes/cobble_from_bricks_anvil_smashing.json -8a66c369c22c77b1d03e58228a755a66884d171f data/inspirations/recipes/cobble_from_smooth_stone_anvil_smashing.json -35abf71ccc3fc8c7d1de138026fba38639182da8 data/inspirations/recipes/cobble_from_stone_anvil_smashing.json -dfe2ab9463819ce7ee97c7f53db40b86527acb0f data/inspirations/recipes/cyan_concrete_powder_from_anvil_smashing.json -d8ae67c210fba6962e5496c063ddb9e66bb58d99 data/inspirations/recipes/diorite_from_anvil_smashing.json -ddf39d5baf3513721baa70fd5f02297c39877691 data/inspirations/recipes/end_stone_from_anvil_smashing.json -c2ed585f6de5273c4c9f9012d137d397ef107495 data/inspirations/recipes/granite_from_anvil_smashing.json -51d3d4e918589d69e6813baef85aa9d9b88cf17d data/inspirations/recipes/gravel_from_anvil_smashing.json -d6f4ffd22c7aaa382e338b7ba78267972ce92e4a data/inspirations/recipes/gray_concrete_powder_from_anvil_smashing.json -66737fde33d5a9dd23de3c5c4471af66a117625e data/inspirations/recipes/green_concrete_powder_from_anvil_smashing.json -00dd115ef04fc7726f625575753c3efefb40368a data/inspirations/recipes/light_blue_concrete_powder_from_anvil_smashing.json -1b3631d77ab6f12540fa68ac8196513a18af2dd3 data/inspirations/recipes/light_gray_concrete_powder_from_anvil_smashing.json -f1914dc6432e0d2ec8bce17615dbf1b6df3a003f data/inspirations/recipes/lime_concrete_powder_from_anvil_smashing.json -109f6a23f278e021ec917fe2cec67980a6fb15fd data/inspirations/recipes/magenta_concrete_powder_from_anvil_smashing.json -e56ca764fce56e830a8323981faac1438c792fc1 data/inspirations/recipes/mossy_cobblestone_from_anvil_smashing.json -5745be46134f8bbe775b55bcbc1847d449e92aba data/inspirations/recipes/orange_concrete_powder_from_anvil_smashing.json -5acbcb6b9b90e76b2d358158a9ce771b71bac4fb data/inspirations/recipes/pink_concrete_powder_from_anvil_smashing.json -a7caa018e6acdce865cf40fdb63ad2b13ec19f6f data/inspirations/recipes/plain_mulch_from_anvil_smashing.json -c0559d4a0f89cbff7f69d9a247cc9e50a6445f0a data/inspirations/recipes/prismarine_from_anvil_smashing.json -af69cbed8084284b0414b76207137db2cad7ee8b data/inspirations/recipes/purple_concrete_powder_from_anvil_smashing.json -a52674bb204dbbb8fddc03472f17886b47703d53 data/inspirations/recipes/red_concrete_powder_from_anvil_smashing.json -f3ff9933bb3344d4c32caf00a978692b655b21af data/inspirations/recipes/red_mulch_from_anvil_smashing.json -80636b92a336b61f5e57aaf27e3354f3e0151a1e data/inspirations/recipes/red_sand_from_anvil_smashing.json -d72864889f6bd24677267e7e475017ae648f671d data/inspirations/recipes/sand_from_anvil_smashing.json 16a719f79bdc48f49c973b2ccd36073b4601d990 data/inspirations/recipes/tools/barometer.json fcb024c548dc92aa8e9f95e9a558faa00b0a629b data/inspirations/recipes/tools/charged_arrow.json d9a5f7bcf0c126ff5c24b773240938b5d4b267d2 data/inspirations/recipes/tools/key.json @@ -941,8 +943,6 @@ b0f48080d43e7e18a4636efff565826d40b9cbdc data/inspirations/recipes/utility/carpe da11abcb530445e176910e9667b5d8747688f8bd data/inspirations/recipes/utility/redstone_book.json 979232eb902e927e7f26a637aabe84bc10ef7d27 data/inspirations/recipes/utility/soul_torch_lever.json 11bb6d6c7413b1cffc7cadde117038f0abae3431 data/inspirations/recipes/utility/torch_lever.json -174aa1a6bdcc514dfb1eecfa0a17f1fb3ecf3fda data/inspirations/recipes/white_concrete_powder_from_anvil_smashing.json -c101434bce07b39d0d332cd116b9e2c59a7ac781 data/inspirations/recipes/yellow_concrete_powder_from_anvil_smashing.json a7677e2f4b61bec6a66eb117ddf741a3a7225321 data/inspirations/tags/blocks/bookshelves.json 579234399829919ebd802e353152fc56d36c6319 data/inspirations/tags/blocks/carpeted_pressure_plates.json 85c18a3259a3290405d1f9b53f263fa73d5016f3 data/inspirations/tags/blocks/carpeted_trapdoors.json diff --git a/src/generated/resources/data/inspirations/recipes/andesite_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/andesite.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/andesite_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/andesite.json diff --git a/src/generated/resources/data/inspirations/recipes/black_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/black_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/black_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/black_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/black_mulch_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/black_mulch.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/black_mulch_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/black_mulch.json diff --git a/src/generated/resources/data/inspirations/recipes/blackstone_from_bricks_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/blackstone_from_bricks_anvil_smashing.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/blackstone_from_bricks_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/blackstone_from_bricks_anvil_smashing.json diff --git a/src/generated/resources/data/inspirations/recipes/blackstone_from_polished_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/blackstone_from_polished_anvil_smashing.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/blackstone_from_polished_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/blackstone_from_polished_anvil_smashing.json diff --git a/src/generated/resources/data/inspirations/recipes/blue_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/blue_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/blue_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/blue_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/blue_mulch_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/blue_mulch.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/blue_mulch_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/blue_mulch.json diff --git a/src/generated/resources/data/inspirations/recipes/brown_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/brown_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/brown_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/brown_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/brown_mulch_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/brown_mulch.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/brown_mulch_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/brown_mulch.json diff --git a/src/generated/resources/data/inspirations/recipes/cobble_from_bricks_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/cobble_from_bricks_anvil_smashing.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/cobble_from_bricks_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/cobble_from_bricks_anvil_smashing.json diff --git a/src/generated/resources/data/inspirations/recipes/cobble_from_smooth_stone_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/cobble_from_smooth_stone_anvil_smashing.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/cobble_from_smooth_stone_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/cobble_from_smooth_stone_anvil_smashing.json diff --git a/src/generated/resources/data/inspirations/recipes/cobble_from_stone_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/cobble_from_stone_anvil_smashing.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/cobble_from_stone_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/cobble_from_stone_anvil_smashing.json diff --git a/src/generated/resources/data/inspirations/recipes/cyan_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/cyan_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/cyan_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/cyan_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/diorite_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/diorite.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/diorite_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/diorite.json diff --git a/src/generated/resources/data/inspirations/recipes/end_stone_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/end_stone.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/end_stone_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/end_stone.json diff --git a/src/generated/resources/data/inspirations/recipes/granite_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/granite.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/granite_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/granite.json diff --git a/src/generated/resources/data/inspirations/recipes/gravel_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/gravel.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/gravel_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/gravel.json diff --git a/src/generated/resources/data/inspirations/recipes/gray_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/gray_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/gray_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/gray_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/green_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/green_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/green_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/green_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/light_blue_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/light_blue_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/light_blue_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/light_blue_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/light_gray_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/light_gray_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/light_gray_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/light_gray_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/lime_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/lime_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/lime_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/lime_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/magenta_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/magenta_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/magenta_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/magenta_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/mossy_cobblestone_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/mossy_cobblestone.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/mossy_cobblestone_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/mossy_cobblestone.json diff --git a/src/generated/resources/data/inspirations/recipes/orange_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/orange_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/orange_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/orange_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/pink_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/pink_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/pink_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/pink_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/plain_mulch_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/plain_mulch.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/plain_mulch_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/plain_mulch.json diff --git a/src/generated/resources/data/inspirations/recipes/prismarine_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/prismarine.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/prismarine_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/prismarine.json diff --git a/src/generated/resources/data/inspirations/recipes/purple_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/purple_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/purple_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/purple_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/red_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/red_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/red_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/red_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/red_mulch_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/red_mulch.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/red_mulch_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/red_mulch.json diff --git a/src/generated/resources/data/inspirations/recipes/red_sand_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/red_sand.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/red_sand_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/red_sand.json diff --git a/src/generated/resources/data/inspirations/recipes/sand_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/sand.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/sand_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/sand.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_brown_mushroom_block.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_brown_mushroom_block.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_brown_mushroom_block.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_brown_mushroom_block.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_carved_pumpkin.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_carved_pumpkin.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_carved_pumpkin.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_carved_pumpkin.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_glass_door.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_glass_door.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_glass_door.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_glass_door.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_glass_panes_tag.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_glass_panes_tag.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_glass_panes_tag.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_glass_panes_tag.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_glass_tag.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_glass_tag.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_glass_tag.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_glass_tag.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_glass_trapdoor.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_glass_trapdoor.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_glass_trapdoor.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_glass_trapdoor.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_gold_from_gilded_blackstone.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_gold_from_gilded_blackstone.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_gold_from_gilded_blackstone.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_gold_from_gilded_blackstone.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_ice.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_ice.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_ice.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_ice.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_infested_chiseled_stone_bricks.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_infested_chiseled_stone_bricks.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_infested_chiseled_stone_bricks.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_infested_chiseled_stone_bricks.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_infested_cobblestone.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_infested_cobblestone.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_infested_cobblestone.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_infested_cobblestone.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_infested_cracked_stone_bricks.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_infested_cracked_stone_bricks.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_infested_cracked_stone_bricks.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_infested_cracked_stone_bricks.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_infested_mossy_stone_bricks.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_infested_mossy_stone_bricks.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_infested_mossy_stone_bricks.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_infested_mossy_stone_bricks.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_infested_stone.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_infested_stone.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_infested_stone.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_infested_stone.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_infested_stone_bricks.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_infested_stone_bricks.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_infested_stone_bricks.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_infested_stone_bricks.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_jack_o_lantern.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_jack_o_lantern.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_jack_o_lantern.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_jack_o_lantern.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_leaves.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_leaves.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_leaves.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_leaves.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_melon.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_melon.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_melon.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_melon.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_pumpkin.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_pumpkin.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_pumpkin.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_pumpkin.json diff --git a/src/generated/resources/data/inspirations/recipes/anvil_smash_red_mushroom_block.json b/src/generated/resources/data/inspirations/recipes/anvil/smash_red_mushroom_block.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/anvil_smash_red_mushroom_block.json rename to src/generated/resources/data/inspirations/recipes/anvil/smash_red_mushroom_block.json diff --git a/src/generated/resources/data/inspirations/recipes/white_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/white_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/white_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/white_concrete_powder.json diff --git a/src/generated/resources/data/inspirations/recipes/yellow_concrete_powder_from_anvil_smashing.json b/src/generated/resources/data/inspirations/recipes/anvil/yellow_concrete_powder.json similarity index 100% rename from src/generated/resources/data/inspirations/recipes/yellow_concrete_powder_from_anvil_smashing.json rename to src/generated/resources/data/inspirations/recipes/anvil/yellow_concrete_powder.json diff --git a/src/main/java/knightminer/inspirations/common/datagen/AnvilRecipeBuilder.java b/src/main/java/knightminer/inspirations/common/datagen/AnvilRecipeBuilder.java index d6b68327..8ce0758d 100644 --- a/src/main/java/knightminer/inspirations/common/datagen/AnvilRecipeBuilder.java +++ b/src/main/java/knightminer/inspirations/common/datagen/AnvilRecipeBuilder.java @@ -186,9 +186,9 @@ public void build(Consumer consumer, ResourceLocation id) { throw new IllegalStateException("If recipe keeps input block, properties should be set to change it!"); } if (convertType == AnvilRecipe.ConvertType.SMASH) { - id = new ResourceLocation(id.getNamespace(), "anvil_smash_" + id.getPath()); - } else if (!id.getPath().contains("anvil")) { - id = new ResourceLocation(id.getNamespace(), id.getPath() + "_from_anvil_smashing"); + id = new ResourceLocation(id.getNamespace(), "anvil/smash_" + id.getPath()); + } else { + id = new ResourceLocation(id.getNamespace(), "anvil/" + id.getPath()); } consumer.accept(new Finished( id, diff --git a/src/main/java/knightminer/inspirations/recipes/data/RecipesRecipeProvider.java b/src/main/java/knightminer/inspirations/recipes/data/RecipesRecipeProvider.java index 33307f7e..67944b77 100644 --- a/src/main/java/knightminer/inspirations/recipes/data/RecipesRecipeProvider.java +++ b/src/main/java/knightminer/inspirations/recipes/data/RecipesRecipeProvider.java @@ -512,9 +512,9 @@ private void addCauldronRecipes() { } private void addAnvilRecipes() { - AnvilRecipeBuilder.places(Blocks.COBBLESTONE).addIngredient(Blocks.STONE).build(consumer, "cobble_from_stone_anvil_smashing"); - AnvilRecipeBuilder.places(Blocks.COBBLESTONE).addIngredient(Blocks.STONE_BRICKS).build(consumer, "cobble_from_bricks_anvil_smashing"); - AnvilRecipeBuilder.places(Blocks.COBBLESTONE).addIngredient(Blocks.SMOOTH_STONE).build(consumer, "cobble_from_smooth_stone_anvil_smashing"); + AnvilRecipeBuilder.places(Blocks.COBBLESTONE).addIngredient(Blocks.STONE).build(consumer, "cobble_from_stone"); + AnvilRecipeBuilder.places(Blocks.COBBLESTONE).addIngredient(Blocks.STONE_BRICKS).build(consumer, "cobble_from_bricks"); + AnvilRecipeBuilder.places(Blocks.COBBLESTONE).addIngredient(Blocks.SMOOTH_STONE).build(consumer, "cobble_from_smooth_stone"); AnvilRecipeBuilder.places(Blocks.MOSSY_COBBLESTONE).addIngredient(Blocks.MOSSY_STONE_BRICKS).build(consumer); AnvilRecipeBuilder.places(Blocks.PRISMARINE).addIngredient(Blocks.PRISMARINE_BRICKS).build(consumer); AnvilRecipeBuilder.places(Blocks.END_STONE).addIngredient(Blocks.END_STONE_BRICKS).build(consumer); @@ -522,8 +522,8 @@ private void addAnvilRecipes() { AnvilRecipeBuilder.places(Blocks.ANDESITE).addIngredient(Blocks.POLISHED_ANDESITE).build(consumer); AnvilRecipeBuilder.places(Blocks.GRANITE).addIngredient(Blocks.POLISHED_GRANITE).build(consumer); AnvilRecipeBuilder.places(Blocks.DIORITE).addIngredient(Blocks.POLISHED_DIORITE).build(consumer); - AnvilRecipeBuilder.places(Blocks.BLACKSTONE).addIngredient(Blocks.POLISHED_BLACKSTONE).build(consumer, "blackstone_from_polished_anvil_smashing"); - AnvilRecipeBuilder.places(Blocks.BLACKSTONE).addIngredient(Blocks.POLISHED_BLACKSTONE_BRICKS).build(consumer, "blackstone_from_bricks_anvil_smashing"); + AnvilRecipeBuilder.places(Blocks.BLACKSTONE).addIngredient(Blocks.POLISHED_BLACKSTONE).build(consumer, "blackstone_from_polished"); + AnvilRecipeBuilder.places(Blocks.BLACKSTONE).addIngredient(Blocks.POLISHED_BLACKSTONE_BRICKS).build(consumer, "blackstone_from_bricks"); AnvilRecipeBuilder.smashes() .addIngredient(Blocks.GILDED_BLACKSTONE)