diff --git a/src/main/resources/data/mores/recipe/amethyst_axe.json b/src/main/resources/data/mores/recipe/amethyst_axe.json index 1f9bbfd..3654755 100644 --- a/src/main/resources/data/mores/recipe/amethyst_axe.json +++ b/src/main/resources/data/mores/recipe/amethyst_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/amethyst_battleaxe.json b/src/main/resources/data/mores/recipe/amethyst_battleaxe.json index fdbb2a2..5dd85e8 100644 --- a/src/main/resources/data/mores/recipe/amethyst_battleaxe.json +++ b/src/main/resources/data/mores/recipe/amethyst_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/amethyst_block.json b/src/main/resources/data/mores/recipe/amethyst_block.json index 8ac8e91..18a1fd1 100644 --- a/src/main/resources/data/mores/recipe/amethyst_block.json +++ b/src/main/resources/data/mores/recipe/amethyst_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/amethyst_boots.json b/src/main/resources/data/mores/recipe/amethyst_boots.json index d1c2ab0..7e66bd1 100644 --- a/src/main/resources/data/mores/recipe/amethyst_boots.json +++ b/src/main/resources/data/mores/recipe/amethyst_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/amethyst_chestplate.json b/src/main/resources/data/mores/recipe/amethyst_chestplate.json index bc3670d..af02743 100644 --- a/src/main/resources/data/mores/recipe/amethyst_chestplate.json +++ b/src/main/resources/data/mores/recipe/amethyst_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/amethyst_dagger.json b/src/main/resources/data/mores/recipe/amethyst_dagger.json index 52a7030..b2ad0f4 100644 --- a/src/main/resources/data/mores/recipe/amethyst_dagger.json +++ b/src/main/resources/data/mores/recipe/amethyst_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/amethyst_helmet.json b/src/main/resources/data/mores/recipe/amethyst_helmet.json index bf24682..cd487bf 100644 --- a/src/main/resources/data/mores/recipe/amethyst_helmet.json +++ b/src/main/resources/data/mores/recipe/amethyst_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/amethyst_hoe.json b/src/main/resources/data/mores/recipe/amethyst_hoe.json index 4e5d71f..6b0f5e4 100644 --- a/src/main/resources/data/mores/recipe/amethyst_hoe.json +++ b/src/main/resources/data/mores/recipe/amethyst_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/amethyst_horse_armor.json b/src/main/resources/data/mores/recipe/amethyst_horse_armor.json index 084bd48..77a0793 100644 --- a/src/main/resources/data/mores/recipe/amethyst_horse_armor.json +++ b/src/main/resources/data/mores/recipe/amethyst_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/amethyst_leggings.json b/src/main/resources/data/mores/recipe/amethyst_leggings.json index 109d636..f2bce4c 100644 --- a/src/main/resources/data/mores/recipe/amethyst_leggings.json +++ b/src/main/resources/data/mores/recipe/amethyst_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/amethyst_mace.json b/src/main/resources/data/mores/recipe/amethyst_mace.json index 5e38daf..5e6a7b7 100644 --- a/src/main/resources/data/mores/recipe/amethyst_mace.json +++ b/src/main/resources/data/mores/recipe/amethyst_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/amethyst_pickaxe.json b/src/main/resources/data/mores/recipe/amethyst_pickaxe.json index 4dba0d7..f34c47f 100644 --- a/src/main/resources/data/mores/recipe/amethyst_pickaxe.json +++ b/src/main/resources/data/mores/recipe/amethyst_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/amethyst_shield.json b/src/main/resources/data/mores/recipe/amethyst_shield.json index 2b59153..90a930e 100644 --- a/src/main/resources/data/mores/recipe/amethyst_shield.json +++ b/src/main/resources/data/mores/recipe/amethyst_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/amethyst_sword.json b/src/main/resources/data/mores/recipe/amethyst_sword.json index 86ea115..6fdb30f 100644 --- a/src/main/resources/data/mores/recipe/amethyst_sword.json +++ b/src/main/resources/data/mores/recipe/amethyst_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/bronze_alloy_smithing_template.json b/src/main/resources/data/mores/recipe/bronze_alloy_smithing_template.json index 12026e8..f1f4540 100644 --- a/src/main/resources/data/mores/recipe/bronze_alloy_smithing_template.json +++ b/src/main/resources/data/mores/recipe/bronze_alloy_smithing_template.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "key": { "#": { "item": "minecraft:copper_ingot" diff --git a/src/main/resources/data/mores/recipe/bronze_apple.json b/src/main/resources/data/mores/recipe/bronze_apple.json index 41dadba..b5e34c6 100644 --- a/src/main/resources/data/mores/recipe/bronze_apple.json +++ b/src/main/resources/data/mores/recipe/bronze_apple.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "###", "#X#", diff --git a/src/main/resources/data/mores/recipe/bronze_axe.json b/src/main/resources/data/mores/recipe/bronze_axe.json index 0a783a7..e4b0dc5 100644 --- a/src/main/resources/data/mores/recipe/bronze_axe.json +++ b/src/main/resources/data/mores/recipe/bronze_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/bronze_battleaxe.json b/src/main/resources/data/mores/recipe/bronze_battleaxe.json index e2f90af..15232b6 100644 --- a/src/main/resources/data/mores/recipe/bronze_battleaxe.json +++ b/src/main/resources/data/mores/recipe/bronze_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/bronze_block.json b/src/main/resources/data/mores/recipe/bronze_block.json index 99c35ad..e0a595d 100644 --- a/src/main/resources/data/mores/recipe/bronze_block.json +++ b/src/main/resources/data/mores/recipe/bronze_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/bronze_boots.json b/src/main/resources/data/mores/recipe/bronze_boots.json index 813327f..ed245f8 100644 --- a/src/main/resources/data/mores/recipe/bronze_boots.json +++ b/src/main/resources/data/mores/recipe/bronze_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/bronze_chestplate.json b/src/main/resources/data/mores/recipe/bronze_chestplate.json index 180cdd3..afe48c7 100644 --- a/src/main/resources/data/mores/recipe/bronze_chestplate.json +++ b/src/main/resources/data/mores/recipe/bronze_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/bronze_dagger.json b/src/main/resources/data/mores/recipe/bronze_dagger.json index 28b4c4f..21b58e4 100644 --- a/src/main/resources/data/mores/recipe/bronze_dagger.json +++ b/src/main/resources/data/mores/recipe/bronze_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/bronze_helmet.json b/src/main/resources/data/mores/recipe/bronze_helmet.json index e7e1420..443286e 100644 --- a/src/main/resources/data/mores/recipe/bronze_helmet.json +++ b/src/main/resources/data/mores/recipe/bronze_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/bronze_hoe.json b/src/main/resources/data/mores/recipe/bronze_hoe.json index b27dc50..22be9fa 100644 --- a/src/main/resources/data/mores/recipe/bronze_hoe.json +++ b/src/main/resources/data/mores/recipe/bronze_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/bronze_horse_armor.json b/src/main/resources/data/mores/recipe/bronze_horse_armor.json index d9e80cc..2f85ebc 100644 --- a/src/main/resources/data/mores/recipe/bronze_horse_armor.json +++ b/src/main/resources/data/mores/recipe/bronze_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/bronze_ingot_from_bronze_block.json b/src/main/resources/data/mores/recipe/bronze_ingot_from_bronze_block.json index 6e2498d..e1fb6b2 100644 --- a/src/main/resources/data/mores/recipe/bronze_ingot_from_bronze_block.json +++ b/src/main/resources/data/mores/recipe/bronze_ingot_from_bronze_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "bronze_ingot", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/bronze_ingot_from_nuggets.json b/src/main/resources/data/mores/recipe/bronze_ingot_from_nuggets.json index 8c99089..1f73130 100644 --- a/src/main/resources/data/mores/recipe/bronze_ingot_from_nuggets.json +++ b/src/main/resources/data/mores/recipe/bronze_ingot_from_nuggets.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "group": "bronze_ingot", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/bronze_leggings.json b/src/main/resources/data/mores/recipe/bronze_leggings.json index 03f8bb3..aba5915 100644 --- a/src/main/resources/data/mores/recipe/bronze_leggings.json +++ b/src/main/resources/data/mores/recipe/bronze_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/bronze_mace.json b/src/main/resources/data/mores/recipe/bronze_mace.json index a7efe85..2bd7808 100644 --- a/src/main/resources/data/mores/recipe/bronze_mace.json +++ b/src/main/resources/data/mores/recipe/bronze_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/bronze_nugget.json b/src/main/resources/data/mores/recipe/bronze_nugget.json index 4e07073..9287cb2 100644 --- a/src/main/resources/data/mores/recipe/bronze_nugget.json +++ b/src/main/resources/data/mores/recipe/bronze_nugget.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "ingredients": [ { "item": "mores:bronze_ingot" diff --git a/src/main/resources/data/mores/recipe/bronze_pickaxe.json b/src/main/resources/data/mores/recipe/bronze_pickaxe.json index e678508..a7fa54b 100644 --- a/src/main/resources/data/mores/recipe/bronze_pickaxe.json +++ b/src/main/resources/data/mores/recipe/bronze_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/bronze_shield.json b/src/main/resources/data/mores/recipe/bronze_shield.json index 9a89a60..b0597a7 100644 --- a/src/main/resources/data/mores/recipe/bronze_shield.json +++ b/src/main/resources/data/mores/recipe/bronze_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/bronze_shovel.json b/src/main/resources/data/mores/recipe/bronze_shovel.json index ca24f79..73dc6a4 100644 --- a/src/main/resources/data/mores/recipe/bronze_shovel.json +++ b/src/main/resources/data/mores/recipe/bronze_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/bronze_smithing.json b/src/main/resources/data/mores/recipe/bronze_smithing.json index 4cdc5a9..756a216 100644 --- a/src/main/resources/data/mores/recipe/bronze_smithing.json +++ b/src/main/resources/data/mores/recipe/bronze_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:bronze_alloy_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/bronze_sword.json b/src/main/resources/data/mores/recipe/bronze_sword.json index 7e2981c..8acf52d 100644 --- a/src/main/resources/data/mores/recipe/bronze_sword.json +++ b/src/main/resources/data/mores/recipe/bronze_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/carrot_pie.json b/src/main/resources/data/mores/recipe/carrot_pie.json index f395397..3b2691c 100644 --- a/src/main/resources/data/mores/recipe/carrot_pie.json +++ b/src/main/resources/data/mores/recipe/carrot_pie.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "ingredients": [ { "item": "minecraft:carrot" diff --git a/src/main/resources/data/mores/recipe/chain.json b/src/main/resources/data/mores/recipe/chain.json index ee8f3a0..ff8a3de 100644 --- a/src/main/resources/data/mores/recipe/chain.json +++ b/src/main/resources/data/mores/recipe/chain.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "#", diff --git a/src/main/resources/data/mores/recipe/chainmail_boots.json b/src/main/resources/data/mores/recipe/chainmail_boots.json index 8760bd7..9ffb019 100644 --- a/src/main/resources/data/mores/recipe/chainmail_boots.json +++ b/src/main/resources/data/mores/recipe/chainmail_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/chainmail_chestplate.json b/src/main/resources/data/mores/recipe/chainmail_chestplate.json index bfd591b..25d1e90 100644 --- a/src/main/resources/data/mores/recipe/chainmail_chestplate.json +++ b/src/main/resources/data/mores/recipe/chainmail_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/chainmail_helmet.json b/src/main/resources/data/mores/recipe/chainmail_helmet.json index 28e8e02..3de4c31 100644 --- a/src/main/resources/data/mores/recipe/chainmail_helmet.json +++ b/src/main/resources/data/mores/recipe/chainmail_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/chainmail_leggings.json b/src/main/resources/data/mores/recipe/chainmail_leggings.json index aaff51b..6656a72 100644 --- a/src/main/resources/data/mores/recipe/chainmail_leggings.json +++ b/src/main/resources/data/mores/recipe/chainmail_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/chocolate.json b/src/main/resources/data/mores/recipe/chocolate.json index 7253f64..3b1c5d5 100644 --- a/src/main/resources/data/mores/recipe/chocolate.json +++ b/src/main/resources/data/mores/recipe/chocolate.json @@ -1,6 +1,7 @@ { - "type": "minecraft:crafting_shapeless", - "ingredients": [ + "type": "minecraft:crafting_shaped", + "category": "misc", + "ingredients": [ { "item": "minecraft:cocoa_beans" }, diff --git a/src/main/resources/data/mores/recipe/cobalt_apple.json b/src/main/resources/data/mores/recipe/cobalt_apple.json index aebbde4..2b4b558 100644 --- a/src/main/resources/data/mores/recipe/cobalt_apple.json +++ b/src/main/resources/data/mores/recipe/cobalt_apple.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "###", "#X#", diff --git a/src/main/resources/data/mores/recipe/cobalt_axe.json b/src/main/resources/data/mores/recipe/cobalt_axe.json index 111ef54..4fedf84 100644 --- a/src/main/resources/data/mores/recipe/cobalt_axe.json +++ b/src/main/resources/data/mores/recipe/cobalt_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/cobalt_battleaxe.json b/src/main/resources/data/mores/recipe/cobalt_battleaxe.json index 61ad162..1a7cba3 100644 --- a/src/main/resources/data/mores/recipe/cobalt_battleaxe.json +++ b/src/main/resources/data/mores/recipe/cobalt_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/cobalt_block.json b/src/main/resources/data/mores/recipe/cobalt_block.json index 44a701c..47597dc 100644 --- a/src/main/resources/data/mores/recipe/cobalt_block.json +++ b/src/main/resources/data/mores/recipe/cobalt_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/cobalt_block_from_raw_cobalt_block_blasting.json b/src/main/resources/data/mores/recipe/cobalt_block_from_raw_cobalt_block_blasting.json index d80d94a..c88e162 100644 --- a/src/main/resources/data/mores/recipe/cobalt_block_from_raw_cobalt_block_blasting.json +++ b/src/main/resources/data/mores/recipe/cobalt_block_from_raw_cobalt_block_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 900, "experience": 7.0, "ingredient": { diff --git a/src/main/resources/data/mores/recipe/cobalt_block_from_raw_cobalt_block_smelting.json b/src/main/resources/data/mores/recipe/cobalt_block_from_raw_cobalt_block_smelting.json index 644aa01..7118f92 100644 --- a/src/main/resources/data/mores/recipe/cobalt_block_from_raw_cobalt_block_smelting.json +++ b/src/main/resources/data/mores/recipe/cobalt_block_from_raw_cobalt_block_smelting.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 1800, "experience": 7.0, "ingredient": { diff --git a/src/main/resources/data/mores/recipe/cobalt_boots.json b/src/main/resources/data/mores/recipe/cobalt_boots.json index a09d557..0317b42 100644 --- a/src/main/resources/data/mores/recipe/cobalt_boots.json +++ b/src/main/resources/data/mores/recipe/cobalt_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/cobalt_chestplate.json b/src/main/resources/data/mores/recipe/cobalt_chestplate.json index 8705382..1eb9019 100644 --- a/src/main/resources/data/mores/recipe/cobalt_chestplate.json +++ b/src/main/resources/data/mores/recipe/cobalt_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/cobalt_dagger.json b/src/main/resources/data/mores/recipe/cobalt_dagger.json index ae6de47..cb7fd5d 100644 --- a/src/main/resources/data/mores/recipe/cobalt_dagger.json +++ b/src/main/resources/data/mores/recipe/cobalt_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/cobalt_helmet.json b/src/main/resources/data/mores/recipe/cobalt_helmet.json index c702248..c1caf18 100644 --- a/src/main/resources/data/mores/recipe/cobalt_helmet.json +++ b/src/main/resources/data/mores/recipe/cobalt_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/cobalt_hoe.json b/src/main/resources/data/mores/recipe/cobalt_hoe.json index d2d8209..269fff3 100644 --- a/src/main/resources/data/mores/recipe/cobalt_hoe.json +++ b/src/main/resources/data/mores/recipe/cobalt_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/cobalt_horse_armor.json b/src/main/resources/data/mores/recipe/cobalt_horse_armor.json index 61f7cf3..785e16c 100644 --- a/src/main/resources/data/mores/recipe/cobalt_horse_armor.json +++ b/src/main/resources/data/mores/recipe/cobalt_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/cobalt_ingot_from_cobalt_block.json b/src/main/resources/data/mores/recipe/cobalt_ingot_from_cobalt_block.json index 51e88e2..5677cd6 100644 --- a/src/main/resources/data/mores/recipe/cobalt_ingot_from_cobalt_block.json +++ b/src/main/resources/data/mores/recipe/cobalt_ingot_from_cobalt_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "cobalt_ingot", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/cobalt_ingot_from_nuggets.json b/src/main/resources/data/mores/recipe/cobalt_ingot_from_nuggets.json index 8cbb1ba..1441609 100644 --- a/src/main/resources/data/mores/recipe/cobalt_ingot_from_nuggets.json +++ b/src/main/resources/data/mores/recipe/cobalt_ingot_from_nuggets.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "group": "cobalt_ingot", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/cobalt_leggings.json b/src/main/resources/data/mores/recipe/cobalt_leggings.json index 8df4c3b..99cd084 100644 --- a/src/main/resources/data/mores/recipe/cobalt_leggings.json +++ b/src/main/resources/data/mores/recipe/cobalt_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/cobalt_mace.json b/src/main/resources/data/mores/recipe/cobalt_mace.json index 7f50406..a2d3160 100644 --- a/src/main/resources/data/mores/recipe/cobalt_mace.json +++ b/src/main/resources/data/mores/recipe/cobalt_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/cobalt_nugget.json b/src/main/resources/data/mores/recipe/cobalt_nugget.json index 937e585..ba3c553 100644 --- a/src/main/resources/data/mores/recipe/cobalt_nugget.json +++ b/src/main/resources/data/mores/recipe/cobalt_nugget.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "ingredients": [ { "tag": "mores:ingot/cobalt" diff --git a/src/main/resources/data/mores/recipe/cobalt_nugget_from_blasting.json b/src/main/resources/data/mores/recipe/cobalt_nugget_from_blasting.json index efeb824..8784d6e 100644 --- a/src/main/resources/data/mores/recipe/cobalt_nugget_from_blasting.json +++ b/src/main/resources/data/mores/recipe/cobalt_nugget_from_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/cobalt_nugget_from_smelting.json b/src/main/resources/data/mores/recipe/cobalt_nugget_from_smelting.json index ec449d6..ddda24d 100644 --- a/src/main/resources/data/mores/recipe/cobalt_nugget_from_smelting.json +++ b/src/main/resources/data/mores/recipe/cobalt_nugget_from_smelting.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/cobalt_pickaxe.json b/src/main/resources/data/mores/recipe/cobalt_pickaxe.json index af0275e..3f38f7d 100644 --- a/src/main/resources/data/mores/recipe/cobalt_pickaxe.json +++ b/src/main/resources/data/mores/recipe/cobalt_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/cobalt_shield.json b/src/main/resources/data/mores/recipe/cobalt_shield.json index c7ae115..77cde0f 100644 --- a/src/main/resources/data/mores/recipe/cobalt_shield.json +++ b/src/main/resources/data/mores/recipe/cobalt_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/cobalt_shovel.json b/src/main/resources/data/mores/recipe/cobalt_shovel.json index 5183cd1..a35f55a 100644 --- a/src/main/resources/data/mores/recipe/cobalt_shovel.json +++ b/src/main/resources/data/mores/recipe/cobalt_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/cobalt_sword.json b/src/main/resources/data/mores/recipe/cobalt_sword.json index b50d89f..488b60c 100644 --- a/src/main/resources/data/mores/recipe/cobalt_sword.json +++ b/src/main/resources/data/mores/recipe/cobalt_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/cooked_duck.json b/src/main/resources/data/mores/recipe/cooked_duck.json index 3c407db..1ab1106 100644 --- a/src/main/resources/data/mores/recipe/cooked_duck.json +++ b/src/main/resources/data/mores/recipe/cooked_duck.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "ingredient": { "item": "mores:duck" }, diff --git a/src/main/resources/data/mores/recipe/copper_axe.json b/src/main/resources/data/mores/recipe/copper_axe.json index e6e72ab..e3577e3 100644 --- a/src/main/resources/data/mores/recipe/copper_axe.json +++ b/src/main/resources/data/mores/recipe/copper_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/copper_battleaxe.json b/src/main/resources/data/mores/recipe/copper_battleaxe.json index aa75972..04d7e6c 100644 --- a/src/main/resources/data/mores/recipe/copper_battleaxe.json +++ b/src/main/resources/data/mores/recipe/copper_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/copper_block_from_raw_copper_block_blasting.json b/src/main/resources/data/mores/recipe/copper_block_from_raw_copper_block_blasting.json index 43e9274..6464e06 100644 --- a/src/main/resources/data/mores/recipe/copper_block_from_raw_copper_block_blasting.json +++ b/src/main/resources/data/mores/recipe/copper_block_from_raw_copper_block_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 900, "experience": 6.3, "ingredient": { diff --git a/src/main/resources/data/mores/recipe/copper_block_from_raw_copper_block_smelting.json b/src/main/resources/data/mores/recipe/copper_block_from_raw_copper_block_smelting.json index 66bf981..7cdecb4 100644 --- a/src/main/resources/data/mores/recipe/copper_block_from_raw_copper_block_smelting.json +++ b/src/main/resources/data/mores/recipe/copper_block_from_raw_copper_block_smelting.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 1800, "experience": 6.3, "ingredient": { diff --git a/src/main/resources/data/mores/recipe/copper_boots.json b/src/main/resources/data/mores/recipe/copper_boots.json index 19262a8..61de587 100644 --- a/src/main/resources/data/mores/recipe/copper_boots.json +++ b/src/main/resources/data/mores/recipe/copper_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/copper_chestplate.json b/src/main/resources/data/mores/recipe/copper_chestplate.json index e2d4cd1..0cec1be 100644 --- a/src/main/resources/data/mores/recipe/copper_chestplate.json +++ b/src/main/resources/data/mores/recipe/copper_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/copper_dagger.json b/src/main/resources/data/mores/recipe/copper_dagger.json index 577753b..732c0d4 100644 --- a/src/main/resources/data/mores/recipe/copper_dagger.json +++ b/src/main/resources/data/mores/recipe/copper_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/copper_helmet.json b/src/main/resources/data/mores/recipe/copper_helmet.json index 2dcf31c..4388692 100644 --- a/src/main/resources/data/mores/recipe/copper_helmet.json +++ b/src/main/resources/data/mores/recipe/copper_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/copper_hoe.json b/src/main/resources/data/mores/recipe/copper_hoe.json index 830df8a..d357379 100644 --- a/src/main/resources/data/mores/recipe/copper_hoe.json +++ b/src/main/resources/data/mores/recipe/copper_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/copper_horse_armor.json b/src/main/resources/data/mores/recipe/copper_horse_armor.json index cba6788..af80998 100644 --- a/src/main/resources/data/mores/recipe/copper_horse_armor.json +++ b/src/main/resources/data/mores/recipe/copper_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/copper_ingot_from_nuggets.json b/src/main/resources/data/mores/recipe/copper_ingot_from_nuggets.json index 61e4433..5cb69b2 100644 --- a/src/main/resources/data/mores/recipe/copper_ingot_from_nuggets.json +++ b/src/main/resources/data/mores/recipe/copper_ingot_from_nuggets.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "group": "copper_ingot", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/copper_leggings.json b/src/main/resources/data/mores/recipe/copper_leggings.json index 1823bb7..56a564c 100644 --- a/src/main/resources/data/mores/recipe/copper_leggings.json +++ b/src/main/resources/data/mores/recipe/copper_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/copper_mace.json b/src/main/resources/data/mores/recipe/copper_mace.json index 2ff9b21..1e5b43b 100644 --- a/src/main/resources/data/mores/recipe/copper_mace.json +++ b/src/main/resources/data/mores/recipe/copper_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/copper_nugget_from_blasting.json b/src/main/resources/data/mores/recipe/copper_nugget_from_blasting.json index 0fecbc7..b55d476 100644 --- a/src/main/resources/data/mores/recipe/copper_nugget_from_blasting.json +++ b/src/main/resources/data/mores/recipe/copper_nugget_from_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/copper_nugget_from_smelting.json b/src/main/resources/data/mores/recipe/copper_nugget_from_smelting.json index fba49bb..b55d476 100644 --- a/src/main/resources/data/mores/recipe/copper_nugget_from_smelting.json +++ b/src/main/resources/data/mores/recipe/copper_nugget_from_smelting.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smelting", + "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/copper_pickaxe.json b/src/main/resources/data/mores/recipe/copper_pickaxe.json index dffe667..6dc821f 100644 --- a/src/main/resources/data/mores/recipe/copper_pickaxe.json +++ b/src/main/resources/data/mores/recipe/copper_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/copper_shield.json b/src/main/resources/data/mores/recipe/copper_shield.json index 4942556..be667b6 100644 --- a/src/main/resources/data/mores/recipe/copper_shield.json +++ b/src/main/resources/data/mores/recipe/copper_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/copper_shovel.json b/src/main/resources/data/mores/recipe/copper_shovel.json index 34866f0..bda9c18 100644 --- a/src/main/resources/data/mores/recipe/copper_shovel.json +++ b/src/main/resources/data/mores/recipe/copper_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/copper_sword.json b/src/main/resources/data/mores/recipe/copper_sword.json index df35407..c0320de 100644 --- a/src/main/resources/data/mores/recipe/copper_sword.json +++ b/src/main/resources/data/mores/recipe/copper_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/diamond_battleaxe.json b/src/main/resources/data/mores/recipe/diamond_battleaxe.json index 4287fb5..73aedd0 100644 --- a/src/main/resources/data/mores/recipe/diamond_battleaxe.json +++ b/src/main/resources/data/mores/recipe/diamond_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/diamond_dagger.json b/src/main/resources/data/mores/recipe/diamond_dagger.json index eea387d..50ea904 100644 --- a/src/main/resources/data/mores/recipe/diamond_dagger.json +++ b/src/main/resources/data/mores/recipe/diamond_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/diamond_horse_armor.json b/src/main/resources/data/mores/recipe/diamond_horse_armor.json index 5bd0d26..9a2c6c8 100644 --- a/src/main/resources/data/mores/recipe/diamond_horse_armor.json +++ b/src/main/resources/data/mores/recipe/diamond_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/diamond_mace.json b/src/main/resources/data/mores/recipe/diamond_mace.json index 34e0f91..019b0e9 100644 --- a/src/main/resources/data/mores/recipe/diamond_mace.json +++ b/src/main/resources/data/mores/recipe/diamond_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/emerald_axe.json b/src/main/resources/data/mores/recipe/emerald_axe.json index 6225e2d..5f415ea 100644 --- a/src/main/resources/data/mores/recipe/emerald_axe.json +++ b/src/main/resources/data/mores/recipe/emerald_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/emerald_battleaxe.json b/src/main/resources/data/mores/recipe/emerald_battleaxe.json index fb08492..7dbdeca 100644 --- a/src/main/resources/data/mores/recipe/emerald_battleaxe.json +++ b/src/main/resources/data/mores/recipe/emerald_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/emerald_boots.json b/src/main/resources/data/mores/recipe/emerald_boots.json index ae869b2..a5d44a6 100644 --- a/src/main/resources/data/mores/recipe/emerald_boots.json +++ b/src/main/resources/data/mores/recipe/emerald_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/emerald_chestplate.json b/src/main/resources/data/mores/recipe/emerald_chestplate.json index f080f17..6eb23d2 100644 --- a/src/main/resources/data/mores/recipe/emerald_chestplate.json +++ b/src/main/resources/data/mores/recipe/emerald_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/emerald_dagger.json b/src/main/resources/data/mores/recipe/emerald_dagger.json index f1e1973..286f80a 100644 --- a/src/main/resources/data/mores/recipe/emerald_dagger.json +++ b/src/main/resources/data/mores/recipe/emerald_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/emerald_helmet.json b/src/main/resources/data/mores/recipe/emerald_helmet.json index f4c167b..babd3f7 100644 --- a/src/main/resources/data/mores/recipe/emerald_helmet.json +++ b/src/main/resources/data/mores/recipe/emerald_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/emerald_hoe.json b/src/main/resources/data/mores/recipe/emerald_hoe.json index f58c4ee..528dd7a 100644 --- a/src/main/resources/data/mores/recipe/emerald_hoe.json +++ b/src/main/resources/data/mores/recipe/emerald_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/emerald_horse_armor.json b/src/main/resources/data/mores/recipe/emerald_horse_armor.json index fa3768e..bce552e 100644 --- a/src/main/resources/data/mores/recipe/emerald_horse_armor.json +++ b/src/main/resources/data/mores/recipe/emerald_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/emerald_leggings.json b/src/main/resources/data/mores/recipe/emerald_leggings.json index 5ca0a46..b4e5d83 100644 --- a/src/main/resources/data/mores/recipe/emerald_leggings.json +++ b/src/main/resources/data/mores/recipe/emerald_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/emerald_mace.json b/src/main/resources/data/mores/recipe/emerald_mace.json index affe776..27e9d6c 100644 --- a/src/main/resources/data/mores/recipe/emerald_mace.json +++ b/src/main/resources/data/mores/recipe/emerald_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/emerald_pickaxe.json b/src/main/resources/data/mores/recipe/emerald_pickaxe.json index 850e60c..0d108d0 100644 --- a/src/main/resources/data/mores/recipe/emerald_pickaxe.json +++ b/src/main/resources/data/mores/recipe/emerald_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/emerald_shield.json b/src/main/resources/data/mores/recipe/emerald_shield.json index 4dbe4e7..0df3893 100644 --- a/src/main/resources/data/mores/recipe/emerald_shield.json +++ b/src/main/resources/data/mores/recipe/emerald_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/emerald_shovel.json b/src/main/resources/data/mores/recipe/emerald_shovel.json index 892e2b6..14e6723 100644 --- a/src/main/resources/data/mores/recipe/emerald_shovel.json +++ b/src/main/resources/data/mores/recipe/emerald_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/emerald_sword.json b/src/main/resources/data/mores/recipe/emerald_sword.json index be4690e..f1a06e3 100644 --- a/src/main/resources/data/mores/recipe/emerald_sword.json +++ b/src/main/resources/data/mores/recipe/emerald_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/flint_and_steel.json b/src/main/resources/data/mores/recipe/flint_and_steel.json index 8723a16..76d42d3 100644 --- a/src/main/resources/data/mores/recipe/flint_and_steel.json +++ b/src/main/resources/data/mores/recipe/flint_and_steel.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "ingredients": [ { "tag": "mores:ingot/steel" diff --git a/src/main/resources/data/mores/recipe/gold_battleaxe.json b/src/main/resources/data/mores/recipe/gold_battleaxe.json index c326cda..1904645 100644 --- a/src/main/resources/data/mores/recipe/gold_battleaxe.json +++ b/src/main/resources/data/mores/recipe/gold_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/gold_block_from_raw_gold_block_blasting.json b/src/main/resources/data/mores/recipe/gold_block_from_raw_gold_block_blasting.json index 6ef1250..438e883 100644 --- a/src/main/resources/data/mores/recipe/gold_block_from_raw_gold_block_blasting.json +++ b/src/main/resources/data/mores/recipe/gold_block_from_raw_gold_block_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 900, "experience": 9, "ingredient": { diff --git a/src/main/resources/data/mores/recipe/gold_block_from_raw_gold_block_smelting.json b/src/main/resources/data/mores/recipe/gold_block_from_raw_gold_block_smelting.json index daf78ee..30267fa 100644 --- a/src/main/resources/data/mores/recipe/gold_block_from_raw_gold_block_smelting.json +++ b/src/main/resources/data/mores/recipe/gold_block_from_raw_gold_block_smelting.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 1800, "experience": 9, "ingredient": { diff --git a/src/main/resources/data/mores/recipe/gold_dagger.json b/src/main/resources/data/mores/recipe/gold_dagger.json index b99f8e9..c84e35a 100644 --- a/src/main/resources/data/mores/recipe/gold_dagger.json +++ b/src/main/resources/data/mores/recipe/gold_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/gold_horse_armor.json b/src/main/resources/data/mores/recipe/gold_horse_armor.json index 6cdbe19..51f27c1 100644 --- a/src/main/resources/data/mores/recipe/gold_horse_armor.json +++ b/src/main/resources/data/mores/recipe/gold_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/gold_mace.json b/src/main/resources/data/mores/recipe/gold_mace.json index 89cdd48..a442482 100644 --- a/src/main/resources/data/mores/recipe/gold_mace.json +++ b/src/main/resources/data/mores/recipe/gold_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/gold_nugget_from_blasting.json b/src/main/resources/data/mores/recipe/gold_nugget_from_blasting.json index 160ac7b..3943669 100644 --- a/src/main/resources/data/mores/recipe/gold_nugget_from_blasting.json +++ b/src/main/resources/data/mores/recipe/gold_nugget_from_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/gold_nugget_from_smelting.json b/src/main/resources/data/mores/recipe/gold_nugget_from_smelting.json index a28a8fa..b6b0a33 100644 --- a/src/main/resources/data/mores/recipe/gold_nugget_from_smelting.json +++ b/src/main/resources/data/mores/recipe/gold_nugget_from_smelting.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/graphene_alloy_smithing_template.json b/src/main/resources/data/mores/recipe/graphene_alloy_smithing_template.json index 9bccaac..198487c 100644 --- a/src/main/resources/data/mores/recipe/graphene_alloy_smithing_template.json +++ b/src/main/resources/data/mores/recipe/graphene_alloy_smithing_template.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "key": { "#": { "item": "mores:turquoise_gem" diff --git a/src/main/resources/data/mores/recipe/graphene_axe.json b/src/main/resources/data/mores/recipe/graphene_axe.json index 38982a0..2746b32 100644 --- a/src/main/resources/data/mores/recipe/graphene_axe.json +++ b/src/main/resources/data/mores/recipe/graphene_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/graphene_battleaxe.json b/src/main/resources/data/mores/recipe/graphene_battleaxe.json index 5b535fd..6dc9878 100644 --- a/src/main/resources/data/mores/recipe/graphene_battleaxe.json +++ b/src/main/resources/data/mores/recipe/graphene_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/graphene_block.json b/src/main/resources/data/mores/recipe/graphene_block.json index c927029..3f806c1 100644 --- a/src/main/resources/data/mores/recipe/graphene_block.json +++ b/src/main/resources/data/mores/recipe/graphene_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/graphene_boots.json b/src/main/resources/data/mores/recipe/graphene_boots.json index 7ee54bd..b3399c8 100644 --- a/src/main/resources/data/mores/recipe/graphene_boots.json +++ b/src/main/resources/data/mores/recipe/graphene_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/graphene_chestplate.json b/src/main/resources/data/mores/recipe/graphene_chestplate.json index beb0d46..f469c60 100644 --- a/src/main/resources/data/mores/recipe/graphene_chestplate.json +++ b/src/main/resources/data/mores/recipe/graphene_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/graphene_dagger.json b/src/main/resources/data/mores/recipe/graphene_dagger.json index 3432288..98a9914 100644 --- a/src/main/resources/data/mores/recipe/graphene_dagger.json +++ b/src/main/resources/data/mores/recipe/graphene_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/graphene_gem_from_graphene_block.json b/src/main/resources/data/mores/recipe/graphene_gem_from_graphene_block.json index 626fcd9..e00a49e 100644 --- a/src/main/resources/data/mores/recipe/graphene_gem_from_graphene_block.json +++ b/src/main/resources/data/mores/recipe/graphene_gem_from_graphene_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "graphene_gem", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/graphene_helmet.json b/src/main/resources/data/mores/recipe/graphene_helmet.json index 50a8df6..8fdb122 100644 --- a/src/main/resources/data/mores/recipe/graphene_helmet.json +++ b/src/main/resources/data/mores/recipe/graphene_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/graphene_hoe.json b/src/main/resources/data/mores/recipe/graphene_hoe.json index bb7aac9..c31388b 100644 --- a/src/main/resources/data/mores/recipe/graphene_hoe.json +++ b/src/main/resources/data/mores/recipe/graphene_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/graphene_horse_armor.json b/src/main/resources/data/mores/recipe/graphene_horse_armor.json index 1fe711b..2e66fb5 100644 --- a/src/main/resources/data/mores/recipe/graphene_horse_armor.json +++ b/src/main/resources/data/mores/recipe/graphene_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/graphene_leggings.json b/src/main/resources/data/mores/recipe/graphene_leggings.json index c5dd9ff..2342f0f 100644 --- a/src/main/resources/data/mores/recipe/graphene_leggings.json +++ b/src/main/resources/data/mores/recipe/graphene_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/graphene_mace.json b/src/main/resources/data/mores/recipe/graphene_mace.json index d4c6ced..a7e3f84 100644 --- a/src/main/resources/data/mores/recipe/graphene_mace.json +++ b/src/main/resources/data/mores/recipe/graphene_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/graphene_pickaxe.json b/src/main/resources/data/mores/recipe/graphene_pickaxe.json index d89a031..3e800d0 100644 --- a/src/main/resources/data/mores/recipe/graphene_pickaxe.json +++ b/src/main/resources/data/mores/recipe/graphene_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/graphene_shield.json b/src/main/resources/data/mores/recipe/graphene_shield.json index 1dca9cc..e16224d 100644 --- a/src/main/resources/data/mores/recipe/graphene_shield.json +++ b/src/main/resources/data/mores/recipe/graphene_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/graphene_shovel.json b/src/main/resources/data/mores/recipe/graphene_shovel.json index 0e59343..d189618 100644 --- a/src/main/resources/data/mores/recipe/graphene_shovel.json +++ b/src/main/resources/data/mores/recipe/graphene_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/graphene_smithing.json b/src/main/resources/data/mores/recipe/graphene_smithing.json index 8c704f4..ea28c1d 100644 --- a/src/main/resources/data/mores/recipe/graphene_smithing.json +++ b/src/main/resources/data/mores/recipe/graphene_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:graphene_alloy_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/graphene_sword.json b/src/main/resources/data/mores/recipe/graphene_sword.json index 1f5c35e..6e87ead 100644 --- a/src/main/resources/data/mores/recipe/graphene_sword.json +++ b/src/main/resources/data/mores/recipe/graphene_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/iron_battleaxe.json b/src/main/resources/data/mores/recipe/iron_battleaxe.json index fc71cd4..1a2c81a 100644 --- a/src/main/resources/data/mores/recipe/iron_battleaxe.json +++ b/src/main/resources/data/mores/recipe/iron_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/iron_block_from_raw_iron_block_blasting.json b/src/main/resources/data/mores/recipe/iron_block_from_raw_iron_block_blasting.json index 4e47d45..f4f5f6f 100644 --- a/src/main/resources/data/mores/recipe/iron_block_from_raw_iron_block_blasting.json +++ b/src/main/resources/data/mores/recipe/iron_block_from_raw_iron_block_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 900, "experience": 6.3, "ingredient": { diff --git a/src/main/resources/data/mores/recipe/iron_block_from_raw_iron_block_smelting.json b/src/main/resources/data/mores/recipe/iron_block_from_raw_iron_block_smelting.json index 53425a7..14cba11 100644 --- a/src/main/resources/data/mores/recipe/iron_block_from_raw_iron_block_smelting.json +++ b/src/main/resources/data/mores/recipe/iron_block_from_raw_iron_block_smelting.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 1800, "experience": 6.3, "ingredient": { diff --git a/src/main/resources/data/mores/recipe/iron_dagger.json b/src/main/resources/data/mores/recipe/iron_dagger.json index 8d6746e..4c5effd 100644 --- a/src/main/resources/data/mores/recipe/iron_dagger.json +++ b/src/main/resources/data/mores/recipe/iron_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/iron_horse_armor.json b/src/main/resources/data/mores/recipe/iron_horse_armor.json index cb413ff..adc9d3f 100644 --- a/src/main/resources/data/mores/recipe/iron_horse_armor.json +++ b/src/main/resources/data/mores/recipe/iron_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/iron_ingot_from_chain.json b/src/main/resources/data/mores/recipe/iron_ingot_from_chain.json index a6c22fc..b6dc872 100644 --- a/src/main/resources/data/mores/recipe/iron_ingot_from_chain.json +++ b/src/main/resources/data/mores/recipe/iron_ingot_from_chain.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "#" diff --git a/src/main/resources/data/mores/recipe/iron_mace.json b/src/main/resources/data/mores/recipe/iron_mace.json index 3b03951..4f5b9fa 100644 --- a/src/main/resources/data/mores/recipe/iron_mace.json +++ b/src/main/resources/data/mores/recipe/iron_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/iron_nugget_from_blasting.json b/src/main/resources/data/mores/recipe/iron_nugget_from_blasting.json index e4b4db3..3b7c192 100644 --- a/src/main/resources/data/mores/recipe/iron_nugget_from_blasting.json +++ b/src/main/resources/data/mores/recipe/iron_nugget_from_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/iron_nugget_from_smelting.json b/src/main/resources/data/mores/recipe/iron_nugget_from_smelting.json index efd0b75..b18c02e 100644 --- a/src/main/resources/data/mores/recipe/iron_nugget_from_smelting.json +++ b/src/main/resources/data/mores/recipe/iron_nugget_from_smelting.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/moissanite_axe.json b/src/main/resources/data/mores/recipe/moissanite_axe.json index ccbbfbd..0f86ef9 100644 --- a/src/main/resources/data/mores/recipe/moissanite_axe.json +++ b/src/main/resources/data/mores/recipe/moissanite_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/moissanite_battleaxe.json b/src/main/resources/data/mores/recipe/moissanite_battleaxe.json index 2fdc6d6..d962bb3 100644 --- a/src/main/resources/data/mores/recipe/moissanite_battleaxe.json +++ b/src/main/resources/data/mores/recipe/moissanite_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/moissanite_block.json b/src/main/resources/data/mores/recipe/moissanite_block.json index 1f5b21a..915da8c 100644 --- a/src/main/resources/data/mores/recipe/moissanite_block.json +++ b/src/main/resources/data/mores/recipe/moissanite_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/moissanite_boots.json b/src/main/resources/data/mores/recipe/moissanite_boots.json index 0d0e9b1..077d524 100644 --- a/src/main/resources/data/mores/recipe/moissanite_boots.json +++ b/src/main/resources/data/mores/recipe/moissanite_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/moissanite_chestplate.json b/src/main/resources/data/mores/recipe/moissanite_chestplate.json index 06bbdf8..5d0de3f 100644 --- a/src/main/resources/data/mores/recipe/moissanite_chestplate.json +++ b/src/main/resources/data/mores/recipe/moissanite_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/moissanite_dagger.json b/src/main/resources/data/mores/recipe/moissanite_dagger.json index c301802..4a9e3e1 100644 --- a/src/main/resources/data/mores/recipe/moissanite_dagger.json +++ b/src/main/resources/data/mores/recipe/moissanite_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/moissanite_gem_from_blasting_deepslate_moissanite_ore.json b/src/main/resources/data/mores/recipe/moissanite_gem_from_blasting_deepslate_moissanite_ore.json index 798c4f4..d7c57f2 100644 --- a/src/main/resources/data/mores/recipe/moissanite_gem_from_blasting_deepslate_moissanite_ore.json +++ b/src/main/resources/data/mores/recipe/moissanite_gem_from_blasting_deepslate_moissanite_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 1.0, "group": "moissanite_gem", diff --git a/src/main/resources/data/mores/recipe/moissanite_gem_from_blasting_moissanite_ore.json b/src/main/resources/data/mores/recipe/moissanite_gem_from_blasting_moissanite_ore.json index 0d7f172..96625ce 100644 --- a/src/main/resources/data/mores/recipe/moissanite_gem_from_blasting_moissanite_ore.json +++ b/src/main/resources/data/mores/recipe/moissanite_gem_from_blasting_moissanite_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 1.0, "group": "moissanite_gem", diff --git a/src/main/resources/data/mores/recipe/moissanite_gem_from_blasting_nether_moissanite_ore.json b/src/main/resources/data/mores/recipe/moissanite_gem_from_blasting_nether_moissanite_ore.json index 1d3923f..d7f8c14 100644 --- a/src/main/resources/data/mores/recipe/moissanite_gem_from_blasting_nether_moissanite_ore.json +++ b/src/main/resources/data/mores/recipe/moissanite_gem_from_blasting_nether_moissanite_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 1.0, "group": "moissanite_gem", diff --git a/src/main/resources/data/mores/recipe/moissanite_gem_from_moissanite_block.json b/src/main/resources/data/mores/recipe/moissanite_gem_from_moissanite_block.json index f2cbcdf..06ac9e3 100644 --- a/src/main/resources/data/mores/recipe/moissanite_gem_from_moissanite_block.json +++ b/src/main/resources/data/mores/recipe/moissanite_gem_from_moissanite_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "moissanite_gem", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/moissanite_gem_from_smelting_deepslate_moissanite_ore.json b/src/main/resources/data/mores/recipe/moissanite_gem_from_smelting_deepslate_moissanite_ore.json index b3df572..11e6582 100644 --- a/src/main/resources/data/mores/recipe/moissanite_gem_from_smelting_deepslate_moissanite_ore.json +++ b/src/main/resources/data/mores/recipe/moissanite_gem_from_smelting_deepslate_moissanite_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 1.0, "group": "moissanite_gem", diff --git a/src/main/resources/data/mores/recipe/moissanite_gem_from_smelting_moissanite_ore.json b/src/main/resources/data/mores/recipe/moissanite_gem_from_smelting_moissanite_ore.json index 336b665..11a76ca 100644 --- a/src/main/resources/data/mores/recipe/moissanite_gem_from_smelting_moissanite_ore.json +++ b/src/main/resources/data/mores/recipe/moissanite_gem_from_smelting_moissanite_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 1.0, "group": "moissanite_gem", diff --git a/src/main/resources/data/mores/recipe/moissanite_gem_from_smelting_nether_moissanite_ore.json b/src/main/resources/data/mores/recipe/moissanite_gem_from_smelting_nether_moissanite_ore.json index 32990ed..e189281 100644 --- a/src/main/resources/data/mores/recipe/moissanite_gem_from_smelting_nether_moissanite_ore.json +++ b/src/main/resources/data/mores/recipe/moissanite_gem_from_smelting_nether_moissanite_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 1.0, "group": "moissanite_gem", diff --git a/src/main/resources/data/mores/recipe/moissanite_helmet.json b/src/main/resources/data/mores/recipe/moissanite_helmet.json index 4614700..114d4dd 100644 --- a/src/main/resources/data/mores/recipe/moissanite_helmet.json +++ b/src/main/resources/data/mores/recipe/moissanite_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/moissanite_hoe.json b/src/main/resources/data/mores/recipe/moissanite_hoe.json index 4d7d977..86e5691 100644 --- a/src/main/resources/data/mores/recipe/moissanite_hoe.json +++ b/src/main/resources/data/mores/recipe/moissanite_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/moissanite_horse_armor.json b/src/main/resources/data/mores/recipe/moissanite_horse_armor.json index f65a0d0..9fb2791 100644 --- a/src/main/resources/data/mores/recipe/moissanite_horse_armor.json +++ b/src/main/resources/data/mores/recipe/moissanite_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/moissanite_leggings.json b/src/main/resources/data/mores/recipe/moissanite_leggings.json index ab40657..5a59a15 100644 --- a/src/main/resources/data/mores/recipe/moissanite_leggings.json +++ b/src/main/resources/data/mores/recipe/moissanite_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/moissanite_mace.json b/src/main/resources/data/mores/recipe/moissanite_mace.json index 050e873..cb6e22e 100644 --- a/src/main/resources/data/mores/recipe/moissanite_mace.json +++ b/src/main/resources/data/mores/recipe/moissanite_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/moissanite_pickaxe.json b/src/main/resources/data/mores/recipe/moissanite_pickaxe.json index d35ba59..2b96f7a 100644 --- a/src/main/resources/data/mores/recipe/moissanite_pickaxe.json +++ b/src/main/resources/data/mores/recipe/moissanite_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/moissanite_shield.json b/src/main/resources/data/mores/recipe/moissanite_shield.json index af17648..1e7f38f 100644 --- a/src/main/resources/data/mores/recipe/moissanite_shield.json +++ b/src/main/resources/data/mores/recipe/moissanite_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/moissanite_shovel.json b/src/main/resources/data/mores/recipe/moissanite_shovel.json index 8525004..ea7bb74 100644 --- a/src/main/resources/data/mores/recipe/moissanite_shovel.json +++ b/src/main/resources/data/mores/recipe/moissanite_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/moissanite_sword.json b/src/main/resources/data/mores/recipe/moissanite_sword.json index a1ffd0e..5ed08da 100644 --- a/src/main/resources/data/mores/recipe/moissanite_sword.json +++ b/src/main/resources/data/mores/recipe/moissanite_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/netherite_battleaxe_smithing.json b/src/main/resources/data/mores/recipe/netherite_battleaxe_smithing.json index c14f0dc..0893322 100644 --- a/src/main/resources/data/mores/recipe/netherite_battleaxe_smithing.json +++ b/src/main/resources/data/mores/recipe/netherite_battleaxe_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "minecraft:netherite_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/netherite_dagger_smithing.json b/src/main/resources/data/mores/recipe/netherite_dagger_smithing.json index 0aad781..23f1f6b 100644 --- a/src/main/resources/data/mores/recipe/netherite_dagger_smithing.json +++ b/src/main/resources/data/mores/recipe/netherite_dagger_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "minecraft:netherite_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/netherite_horse_armor.json b/src/main/resources/data/mores/recipe/netherite_horse_armor.json index f6fc6e4..6e7064f 100644 --- a/src/main/resources/data/mores/recipe/netherite_horse_armor.json +++ b/src/main/resources/data/mores/recipe/netherite_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/netherite_mace_smithing.json b/src/main/resources/data/mores/recipe/netherite_mace_smithing.json index e3d6844..118de43 100644 --- a/src/main/resources/data/mores/recipe/netherite_mace_smithing.json +++ b/src/main/resources/data/mores/recipe/netherite_mace_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "minecraft:netherite_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_axe_smithing.json b/src/main/resources/data/mores/recipe/obsidian_axe_smithing.json index ecec3e7..b4fb104 100644 --- a/src/main/resources/data/mores/recipe/obsidian_axe_smithing.json +++ b/src/main/resources/data/mores/recipe/obsidian_axe_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:obsidian_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_battleaxe_smithing.json b/src/main/resources/data/mores/recipe/obsidian_battleaxe_smithing.json index f2a7ea1..f0bd4fc 100644 --- a/src/main/resources/data/mores/recipe/obsidian_battleaxe_smithing.json +++ b/src/main/resources/data/mores/recipe/obsidian_battleaxe_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:obsidian_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_boots_smithing.json b/src/main/resources/data/mores/recipe/obsidian_boots_smithing.json index 8f6eb07..c5d4da0 100644 --- a/src/main/resources/data/mores/recipe/obsidian_boots_smithing.json +++ b/src/main/resources/data/mores/recipe/obsidian_boots_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:obsidian_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_chestplate_smithing.json b/src/main/resources/data/mores/recipe/obsidian_chestplate_smithing.json index 67857fe..1c76aa0 100644 --- a/src/main/resources/data/mores/recipe/obsidian_chestplate_smithing.json +++ b/src/main/resources/data/mores/recipe/obsidian_chestplate_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:obsidian_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_dagger_smithing.json b/src/main/resources/data/mores/recipe/obsidian_dagger_smithing.json index d169458..c5e8282 100644 --- a/src/main/resources/data/mores/recipe/obsidian_dagger_smithing.json +++ b/src/main/resources/data/mores/recipe/obsidian_dagger_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:obsidian_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_helmet_smithing.json b/src/main/resources/data/mores/recipe/obsidian_helmet_smithing.json index ee37f3b..c2bf8ac 100644 --- a/src/main/resources/data/mores/recipe/obsidian_helmet_smithing.json +++ b/src/main/resources/data/mores/recipe/obsidian_helmet_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:obsidian_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_hoe_smithing.json b/src/main/resources/data/mores/recipe/obsidian_hoe_smithing.json index c59b33e..a77acbe 100644 --- a/src/main/resources/data/mores/recipe/obsidian_hoe_smithing.json +++ b/src/main/resources/data/mores/recipe/obsidian_hoe_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:obsidian_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_horse_armor.json b/src/main/resources/data/mores/recipe/obsidian_horse_armor.json index 6ed8266..cca5aed 100644 --- a/src/main/resources/data/mores/recipe/obsidian_horse_armor.json +++ b/src/main/resources/data/mores/recipe/obsidian_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/obsidian_ingot_from_blasting_obsidian.json b/src/main/resources/data/mores/recipe/obsidian_ingot_from_blasting_obsidian.json index 049d540..a25d8ae 100644 --- a/src/main/resources/data/mores/recipe/obsidian_ingot_from_blasting_obsidian.json +++ b/src/main/resources/data/mores/recipe/obsidian_ingot_from_blasting_obsidian.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.7, "group": "obsidian", diff --git a/src/main/resources/data/mores/recipe/obsidian_leggings_smithing.json b/src/main/resources/data/mores/recipe/obsidian_leggings_smithing.json index 8ffa554..06acce0 100644 --- a/src/main/resources/data/mores/recipe/obsidian_leggings_smithing.json +++ b/src/main/resources/data/mores/recipe/obsidian_leggings_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:obsidian_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_mace_smithing.json b/src/main/resources/data/mores/recipe/obsidian_mace_smithing.json index fb7988e..2a4f8c9 100644 --- a/src/main/resources/data/mores/recipe/obsidian_mace_smithing.json +++ b/src/main/resources/data/mores/recipe/obsidian_mace_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:obsidian_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_pickaxe_smithing.json b/src/main/resources/data/mores/recipe/obsidian_pickaxe_smithing.json index 74a1b02..e1e7b24 100644 --- a/src/main/resources/data/mores/recipe/obsidian_pickaxe_smithing.json +++ b/src/main/resources/data/mores/recipe/obsidian_pickaxe_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:obsidian_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_shield.json b/src/main/resources/data/mores/recipe/obsidian_shield.json index 0843396..79acf52 100644 --- a/src/main/resources/data/mores/recipe/obsidian_shield.json +++ b/src/main/resources/data/mores/recipe/obsidian_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/obsidian_shovel_smithing.json b/src/main/resources/data/mores/recipe/obsidian_shovel_smithing.json index c6a05d7..dd96878 100644 --- a/src/main/resources/data/mores/recipe/obsidian_shovel_smithing.json +++ b/src/main/resources/data/mores/recipe/obsidian_shovel_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:obsidian_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_sword_smithing.json b/src/main/resources/data/mores/recipe/obsidian_sword_smithing.json index a096e47..631ed05 100644 --- a/src/main/resources/data/mores/recipe/obsidian_sword_smithing.json +++ b/src/main/resources/data/mores/recipe/obsidian_sword_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:obsidian_upgrade_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/obsidian_upgrade_smithing_template.json b/src/main/resources/data/mores/recipe/obsidian_upgrade_smithing_template.json index f5d0780..8d63e06 100644 --- a/src/main/resources/data/mores/recipe/obsidian_upgrade_smithing_template.json +++ b/src/main/resources/data/mores/recipe/obsidian_upgrade_smithing_template.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "key": { "#": { "item": "minecraft:diamond" diff --git a/src/main/resources/data/mores/recipe/onyx_axe.json b/src/main/resources/data/mores/recipe/onyx_axe.json index 530991e..8346cae 100644 --- a/src/main/resources/data/mores/recipe/onyx_axe.json +++ b/src/main/resources/data/mores/recipe/onyx_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/onyx_battleaxe.json b/src/main/resources/data/mores/recipe/onyx_battleaxe.json index ee79c97..6e4b8f1 100644 --- a/src/main/resources/data/mores/recipe/onyx_battleaxe.json +++ b/src/main/resources/data/mores/recipe/onyx_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/onyx_block.json b/src/main/resources/data/mores/recipe/onyx_block.json index abd4111..5f88206 100644 --- a/src/main/resources/data/mores/recipe/onyx_block.json +++ b/src/main/resources/data/mores/recipe/onyx_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/onyx_boots.json b/src/main/resources/data/mores/recipe/onyx_boots.json index 8cee1b3..cad1d0a 100644 --- a/src/main/resources/data/mores/recipe/onyx_boots.json +++ b/src/main/resources/data/mores/recipe/onyx_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/onyx_chestplate.json b/src/main/resources/data/mores/recipe/onyx_chestplate.json index e79e8bc..02cdcec 100644 --- a/src/main/resources/data/mores/recipe/onyx_chestplate.json +++ b/src/main/resources/data/mores/recipe/onyx_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/onyx_dagger.json b/src/main/resources/data/mores/recipe/onyx_dagger.json index b18b822..a666b2f 100644 --- a/src/main/resources/data/mores/recipe/onyx_dagger.json +++ b/src/main/resources/data/mores/recipe/onyx_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/onyx_gem_from_onyx_block.json b/src/main/resources/data/mores/recipe/onyx_gem_from_onyx_block.json index ad7c5b8..fbe9358 100644 --- a/src/main/resources/data/mores/recipe/onyx_gem_from_onyx_block.json +++ b/src/main/resources/data/mores/recipe/onyx_gem_from_onyx_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "onyx_gem", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/onyx_gem_from_smelting_onyx_ore.json b/src/main/resources/data/mores/recipe/onyx_gem_from_smelting_onyx_ore.json index 794e8ac..b2e2d61 100644 --- a/src/main/resources/data/mores/recipe/onyx_gem_from_smelting_onyx_ore.json +++ b/src/main/resources/data/mores/recipe/onyx_gem_from_smelting_onyx_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 1.1, "group": "onyx_gem", diff --git a/src/main/resources/data/mores/recipe/onyx_helmet.json b/src/main/resources/data/mores/recipe/onyx_helmet.json index 8c3a7b3..aaaa988 100644 --- a/src/main/resources/data/mores/recipe/onyx_helmet.json +++ b/src/main/resources/data/mores/recipe/onyx_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/onyx_hoe.json b/src/main/resources/data/mores/recipe/onyx_hoe.json index 135f165..cd1a6d7 100644 --- a/src/main/resources/data/mores/recipe/onyx_hoe.json +++ b/src/main/resources/data/mores/recipe/onyx_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/onyx_horse_armor.json b/src/main/resources/data/mores/recipe/onyx_horse_armor.json index 9ba7fc5..2956191 100644 --- a/src/main/resources/data/mores/recipe/onyx_horse_armor.json +++ b/src/main/resources/data/mores/recipe/onyx_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/onyx_leggings.json b/src/main/resources/data/mores/recipe/onyx_leggings.json index 5850b68..0615de0 100644 --- a/src/main/resources/data/mores/recipe/onyx_leggings.json +++ b/src/main/resources/data/mores/recipe/onyx_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/onyx_mace.json b/src/main/resources/data/mores/recipe/onyx_mace.json index 653209e..49b8c06 100644 --- a/src/main/resources/data/mores/recipe/onyx_mace.json +++ b/src/main/resources/data/mores/recipe/onyx_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/onyx_pickaxe.json b/src/main/resources/data/mores/recipe/onyx_pickaxe.json index bfc6cb7..c90589c 100644 --- a/src/main/resources/data/mores/recipe/onyx_pickaxe.json +++ b/src/main/resources/data/mores/recipe/onyx_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/onyx_shield.json b/src/main/resources/data/mores/recipe/onyx_shield.json index f80cf6f..6d91a11 100644 --- a/src/main/resources/data/mores/recipe/onyx_shield.json +++ b/src/main/resources/data/mores/recipe/onyx_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/onyx_shovel.json b/src/main/resources/data/mores/recipe/onyx_shovel.json index aec63f3..3bf3233 100644 --- a/src/main/resources/data/mores/recipe/onyx_shovel.json +++ b/src/main/resources/data/mores/recipe/onyx_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/onyx_sword.json b/src/main/resources/data/mores/recipe/onyx_sword.json index 8bb6a94..b4c13bf 100644 --- a/src/main/resources/data/mores/recipe/onyx_sword.json +++ b/src/main/resources/data/mores/recipe/onyx_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/raw_cobalt.json b/src/main/resources/data/mores/recipe/raw_cobalt.json index ffcc266..e263d5b 100644 --- a/src/main/resources/data/mores/recipe/raw_cobalt.json +++ b/src/main/resources/data/mores/recipe/raw_cobalt.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/raw_cobalt_from_raw_cobalt_block.json b/src/main/resources/data/mores/recipe/raw_cobalt_from_raw_cobalt_block.json index 52d067b..76ebbfb 100644 --- a/src/main/resources/data/mores/recipe/raw_cobalt_from_raw_cobalt_block.json +++ b/src/main/resources/data/mores/recipe/raw_cobalt_from_raw_cobalt_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "raw_cobalt", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/raw_silver_block.json b/src/main/resources/data/mores/recipe/raw_silver_block.json index 55abc52..251aeb5 100644 --- a/src/main/resources/data/mores/recipe/raw_silver_block.json +++ b/src/main/resources/data/mores/recipe/raw_silver_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/raw_silver_from_raw_silver_block.json b/src/main/resources/data/mores/recipe/raw_silver_from_raw_silver_block.json index 9dd3ae8..69564f8 100644 --- a/src/main/resources/data/mores/recipe/raw_silver_from_raw_silver_block.json +++ b/src/main/resources/data/mores/recipe/raw_silver_from_raw_silver_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "raw_silver", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/raw_tin_block.json b/src/main/resources/data/mores/recipe/raw_tin_block.json index 8468f90..c7ac6dc 100644 --- a/src/main/resources/data/mores/recipe/raw_tin_block.json +++ b/src/main/resources/data/mores/recipe/raw_tin_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/raw_tin_from_raw_tin_block.json b/src/main/resources/data/mores/recipe/raw_tin_from_raw_tin_block.json index 6b91927..fe3bfc0 100644 --- a/src/main/resources/data/mores/recipe/raw_tin_from_raw_tin_block.json +++ b/src/main/resources/data/mores/recipe/raw_tin_from_raw_tin_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "raw_tin", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/ruby_axe.json b/src/main/resources/data/mores/recipe/ruby_axe.json index b704075..1fc8b32 100644 --- a/src/main/resources/data/mores/recipe/ruby_axe.json +++ b/src/main/resources/data/mores/recipe/ruby_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/ruby_battleaxe.json b/src/main/resources/data/mores/recipe/ruby_battleaxe.json index 7c5a5b2..971fce3 100644 --- a/src/main/resources/data/mores/recipe/ruby_battleaxe.json +++ b/src/main/resources/data/mores/recipe/ruby_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/ruby_block.json b/src/main/resources/data/mores/recipe/ruby_block.json index 1e60862..b2063b7 100644 --- a/src/main/resources/data/mores/recipe/ruby_block.json +++ b/src/main/resources/data/mores/recipe/ruby_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/ruby_boots.json b/src/main/resources/data/mores/recipe/ruby_boots.json index fbf5077..389dc6d 100644 --- a/src/main/resources/data/mores/recipe/ruby_boots.json +++ b/src/main/resources/data/mores/recipe/ruby_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/ruby_chestplate.json b/src/main/resources/data/mores/recipe/ruby_chestplate.json index 95e7b54..5d6c77a 100644 --- a/src/main/resources/data/mores/recipe/ruby_chestplate.json +++ b/src/main/resources/data/mores/recipe/ruby_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/ruby_dagger.json b/src/main/resources/data/mores/recipe/ruby_dagger.json index 250d7b1..6042fc4 100644 --- a/src/main/resources/data/mores/recipe/ruby_dagger.json +++ b/src/main/resources/data/mores/recipe/ruby_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/ruby_gem_from_ruby_block.json b/src/main/resources/data/mores/recipe/ruby_gem_from_ruby_block.json index 2208603..cf42cfe 100644 --- a/src/main/resources/data/mores/recipe/ruby_gem_from_ruby_block.json +++ b/src/main/resources/data/mores/recipe/ruby_gem_from_ruby_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "ruby_gem", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/ruby_gem_from_smelting_deepslate_ruby_ore.json b/src/main/resources/data/mores/recipe/ruby_gem_from_smelting_deepslate_ruby_ore.json index 03c99ed..cc1b4be 100644 --- a/src/main/resources/data/mores/recipe/ruby_gem_from_smelting_deepslate_ruby_ore.json +++ b/src/main/resources/data/mores/recipe/ruby_gem_from_smelting_deepslate_ruby_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 1.0, "group": "ruby_gem", diff --git a/src/main/resources/data/mores/recipe/ruby_gem_from_smelting_nether_ruby_ore.json b/src/main/resources/data/mores/recipe/ruby_gem_from_smelting_nether_ruby_ore.json index 70ffcc1..7a75886 100644 --- a/src/main/resources/data/mores/recipe/ruby_gem_from_smelting_nether_ruby_ore.json +++ b/src/main/resources/data/mores/recipe/ruby_gem_from_smelting_nether_ruby_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 1.0, "group": "ruby_gem", diff --git a/src/main/resources/data/mores/recipe/ruby_gem_from_smelting_ruby_ore.json b/src/main/resources/data/mores/recipe/ruby_gem_from_smelting_ruby_ore.json index 9416641..861acfb 100644 --- a/src/main/resources/data/mores/recipe/ruby_gem_from_smelting_ruby_ore.json +++ b/src/main/resources/data/mores/recipe/ruby_gem_from_smelting_ruby_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 1.0, "group": "ruby_gem", diff --git a/src/main/resources/data/mores/recipe/ruby_helmet.json b/src/main/resources/data/mores/recipe/ruby_helmet.json index 3196ce7..f1e5971 100644 --- a/src/main/resources/data/mores/recipe/ruby_helmet.json +++ b/src/main/resources/data/mores/recipe/ruby_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/ruby_hoe.json b/src/main/resources/data/mores/recipe/ruby_hoe.json index defadfd..228da34 100644 --- a/src/main/resources/data/mores/recipe/ruby_hoe.json +++ b/src/main/resources/data/mores/recipe/ruby_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/ruby_horse_armor.json b/src/main/resources/data/mores/recipe/ruby_horse_armor.json index 0f4e68b..d0d2ce0 100644 --- a/src/main/resources/data/mores/recipe/ruby_horse_armor.json +++ b/src/main/resources/data/mores/recipe/ruby_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/ruby_leggings.json b/src/main/resources/data/mores/recipe/ruby_leggings.json index 72093d0..7548aa4 100644 --- a/src/main/resources/data/mores/recipe/ruby_leggings.json +++ b/src/main/resources/data/mores/recipe/ruby_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/ruby_mace.json b/src/main/resources/data/mores/recipe/ruby_mace.json index b241dc7..543bea0 100644 --- a/src/main/resources/data/mores/recipe/ruby_mace.json +++ b/src/main/resources/data/mores/recipe/ruby_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/ruby_pickaxe.json b/src/main/resources/data/mores/recipe/ruby_pickaxe.json index 6ee5694..2bb8605 100644 --- a/src/main/resources/data/mores/recipe/ruby_pickaxe.json +++ b/src/main/resources/data/mores/recipe/ruby_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/ruby_shield.json b/src/main/resources/data/mores/recipe/ruby_shield.json index c01d428..9469433 100644 --- a/src/main/resources/data/mores/recipe/ruby_shield.json +++ b/src/main/resources/data/mores/recipe/ruby_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/ruby_shovel.json b/src/main/resources/data/mores/recipe/ruby_shovel.json index fbcb706..c380ae5 100644 --- a/src/main/resources/data/mores/recipe/ruby_shovel.json +++ b/src/main/resources/data/mores/recipe/ruby_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/ruby_sword.json b/src/main/resources/data/mores/recipe/ruby_sword.json index 6e6f4b9..8623268 100644 --- a/src/main/resources/data/mores/recipe/ruby_sword.json +++ b/src/main/resources/data/mores/recipe/ruby_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/saddle.json b/src/main/resources/data/mores/recipe/saddle.json index ae7dc78..21c40bc 100644 --- a/src/main/resources/data/mores/recipe/saddle.json +++ b/src/main/resources/data/mores/recipe/saddle.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "LLL", diff --git a/src/main/resources/data/mores/recipe/sapphire_axe.json b/src/main/resources/data/mores/recipe/sapphire_axe.json index f638dde..1d5f845 100644 --- a/src/main/resources/data/mores/recipe/sapphire_axe.json +++ b/src/main/resources/data/mores/recipe/sapphire_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/sapphire_battleaxe.json b/src/main/resources/data/mores/recipe/sapphire_battleaxe.json index 734c4c5..0208a76 100644 --- a/src/main/resources/data/mores/recipe/sapphire_battleaxe.json +++ b/src/main/resources/data/mores/recipe/sapphire_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/sapphire_block.json b/src/main/resources/data/mores/recipe/sapphire_block.json index e24f387..b5f3289 100644 --- a/src/main/resources/data/mores/recipe/sapphire_block.json +++ b/src/main/resources/data/mores/recipe/sapphire_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/sapphire_boots.json b/src/main/resources/data/mores/recipe/sapphire_boots.json index fba54a7..608e29e 100644 --- a/src/main/resources/data/mores/recipe/sapphire_boots.json +++ b/src/main/resources/data/mores/recipe/sapphire_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/sapphire_chestplate.json b/src/main/resources/data/mores/recipe/sapphire_chestplate.json index 83808f8..3cf8c27 100644 --- a/src/main/resources/data/mores/recipe/sapphire_chestplate.json +++ b/src/main/resources/data/mores/recipe/sapphire_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/sapphire_dagger.json b/src/main/resources/data/mores/recipe/sapphire_dagger.json index 34f9a1a..f51dd11 100644 --- a/src/main/resources/data/mores/recipe/sapphire_dagger.json +++ b/src/main/resources/data/mores/recipe/sapphire_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/sapphire_gem_from_sapphire_block.json b/src/main/resources/data/mores/recipe/sapphire_gem_from_sapphire_block.json index 085e4d3..88c7f9a 100644 --- a/src/main/resources/data/mores/recipe/sapphire_gem_from_sapphire_block.json +++ b/src/main/resources/data/mores/recipe/sapphire_gem_from_sapphire_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "sapphire_gem", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/sapphire_gem_from_smelting_deepslate_sapphire_ore.json b/src/main/resources/data/mores/recipe/sapphire_gem_from_smelting_deepslate_sapphire_ore.json index 99004d4..e4f33eb 100644 --- a/src/main/resources/data/mores/recipe/sapphire_gem_from_smelting_deepslate_sapphire_ore.json +++ b/src/main/resources/data/mores/recipe/sapphire_gem_from_smelting_deepslate_sapphire_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 1.0, "group": "sapphire_gem", diff --git a/src/main/resources/data/mores/recipe/sapphire_gem_from_smelting_sapphire_nether_ore.json b/src/main/resources/data/mores/recipe/sapphire_gem_from_smelting_sapphire_nether_ore.json index 553df34..9c45b34 100644 --- a/src/main/resources/data/mores/recipe/sapphire_gem_from_smelting_sapphire_nether_ore.json +++ b/src/main/resources/data/mores/recipe/sapphire_gem_from_smelting_sapphire_nether_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 1.0, "group": "sapphire_gem", diff --git a/src/main/resources/data/mores/recipe/sapphire_gem_from_smelting_sapphire_ore.json b/src/main/resources/data/mores/recipe/sapphire_gem_from_smelting_sapphire_ore.json index a7792d7..4ea6339 100644 --- a/src/main/resources/data/mores/recipe/sapphire_gem_from_smelting_sapphire_ore.json +++ b/src/main/resources/data/mores/recipe/sapphire_gem_from_smelting_sapphire_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 1.0, "group": "sapphire_gem", diff --git a/src/main/resources/data/mores/recipe/sapphire_helmet.json b/src/main/resources/data/mores/recipe/sapphire_helmet.json index c919baa..5f5dc10 100644 --- a/src/main/resources/data/mores/recipe/sapphire_helmet.json +++ b/src/main/resources/data/mores/recipe/sapphire_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/sapphire_hoe.json b/src/main/resources/data/mores/recipe/sapphire_hoe.json index 7504e14..b5698c8 100644 --- a/src/main/resources/data/mores/recipe/sapphire_hoe.json +++ b/src/main/resources/data/mores/recipe/sapphire_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/sapphire_horse_armor.json b/src/main/resources/data/mores/recipe/sapphire_horse_armor.json index 3f8d22d..1d9af75 100644 --- a/src/main/resources/data/mores/recipe/sapphire_horse_armor.json +++ b/src/main/resources/data/mores/recipe/sapphire_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/sapphire_leggings.json b/src/main/resources/data/mores/recipe/sapphire_leggings.json index 72bec8b..e89c5ea 100644 --- a/src/main/resources/data/mores/recipe/sapphire_leggings.json +++ b/src/main/resources/data/mores/recipe/sapphire_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/sapphire_mace.json b/src/main/resources/data/mores/recipe/sapphire_mace.json index d40d90c..16abb29 100644 --- a/src/main/resources/data/mores/recipe/sapphire_mace.json +++ b/src/main/resources/data/mores/recipe/sapphire_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/sapphire_pickaxe.json b/src/main/resources/data/mores/recipe/sapphire_pickaxe.json index 725c9c7..a1db381 100644 --- a/src/main/resources/data/mores/recipe/sapphire_pickaxe.json +++ b/src/main/resources/data/mores/recipe/sapphire_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/sapphire_shield.json b/src/main/resources/data/mores/recipe/sapphire_shield.json index fff46d3..e59a463 100644 --- a/src/main/resources/data/mores/recipe/sapphire_shield.json +++ b/src/main/resources/data/mores/recipe/sapphire_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/sapphire_shovel.json b/src/main/resources/data/mores/recipe/sapphire_shovel.json index 068adb5..fcf72bc 100644 --- a/src/main/resources/data/mores/recipe/sapphire_shovel.json +++ b/src/main/resources/data/mores/recipe/sapphire_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/sapphire_sword.json b/src/main/resources/data/mores/recipe/sapphire_sword.json index 00b35fc..045f792 100644 --- a/src/main/resources/data/mores/recipe/sapphire_sword.json +++ b/src/main/resources/data/mores/recipe/sapphire_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/silver_apple.json b/src/main/resources/data/mores/recipe/silver_apple.json index 042ff0a..45caeb5 100644 --- a/src/main/resources/data/mores/recipe/silver_apple.json +++ b/src/main/resources/data/mores/recipe/silver_apple.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "###", "#X#", diff --git a/src/main/resources/data/mores/recipe/silver_axe.json b/src/main/resources/data/mores/recipe/silver_axe.json index 7eb6ad2..0c1ff18 100644 --- a/src/main/resources/data/mores/recipe/silver_axe.json +++ b/src/main/resources/data/mores/recipe/silver_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/silver_battleaxe.json b/src/main/resources/data/mores/recipe/silver_battleaxe.json index d8fda21..6cf10e6 100644 --- a/src/main/resources/data/mores/recipe/silver_battleaxe.json +++ b/src/main/resources/data/mores/recipe/silver_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/silver_block.json b/src/main/resources/data/mores/recipe/silver_block.json index 8f19ffa..e35e355 100644 --- a/src/main/resources/data/mores/recipe/silver_block.json +++ b/src/main/resources/data/mores/recipe/silver_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/silver_block_from_raw_silver_block_blasting.json b/src/main/resources/data/mores/recipe/silver_block_from_raw_silver_block_blasting.json index 9674699..66ed9b7 100644 --- a/src/main/resources/data/mores/recipe/silver_block_from_raw_silver_block_blasting.json +++ b/src/main/resources/data/mores/recipe/silver_block_from_raw_silver_block_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 900, "experience": 7.8, "ingredient": { diff --git a/src/main/resources/data/mores/recipe/silver_block_from_raw_silver_block_smelting.json b/src/main/resources/data/mores/recipe/silver_block_from_raw_silver_block_smelting.json index 72be5f3..db87806 100644 --- a/src/main/resources/data/mores/recipe/silver_block_from_raw_silver_block_smelting.json +++ b/src/main/resources/data/mores/recipe/silver_block_from_raw_silver_block_smelting.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 1800, "experience": 7.8, "ingredient": { diff --git a/src/main/resources/data/mores/recipe/silver_boots.json b/src/main/resources/data/mores/recipe/silver_boots.json index c1a1593..b24153b 100644 --- a/src/main/resources/data/mores/recipe/silver_boots.json +++ b/src/main/resources/data/mores/recipe/silver_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/silver_chestplate.json b/src/main/resources/data/mores/recipe/silver_chestplate.json index 6fd9278..b3d3337 100644 --- a/src/main/resources/data/mores/recipe/silver_chestplate.json +++ b/src/main/resources/data/mores/recipe/silver_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/silver_dagger.json b/src/main/resources/data/mores/recipe/silver_dagger.json index a48d7e6..a6cb7e8 100644 --- a/src/main/resources/data/mores/recipe/silver_dagger.json +++ b/src/main/resources/data/mores/recipe/silver_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/silver_helmet.json b/src/main/resources/data/mores/recipe/silver_helmet.json index 4086918..40368bb 100644 --- a/src/main/resources/data/mores/recipe/silver_helmet.json +++ b/src/main/resources/data/mores/recipe/silver_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/silver_hoe.json b/src/main/resources/data/mores/recipe/silver_hoe.json index 722d304..1df8309 100644 --- a/src/main/resources/data/mores/recipe/silver_hoe.json +++ b/src/main/resources/data/mores/recipe/silver_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/silver_horse_armor.json b/src/main/resources/data/mores/recipe/silver_horse_armor.json index 9c01b5a..5873084 100644 --- a/src/main/resources/data/mores/recipe/silver_horse_armor.json +++ b/src/main/resources/data/mores/recipe/silver_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/silver_leggings.json b/src/main/resources/data/mores/recipe/silver_leggings.json index 67ec95c..87f98a0 100644 --- a/src/main/resources/data/mores/recipe/silver_leggings.json +++ b/src/main/resources/data/mores/recipe/silver_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/silver_mace.json b/src/main/resources/data/mores/recipe/silver_mace.json index 7f2e7ce..69c42f1 100644 --- a/src/main/resources/data/mores/recipe/silver_mace.json +++ b/src/main/resources/data/mores/recipe/silver_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/silver_nugget.json b/src/main/resources/data/mores/recipe/silver_nugget.json index 9afdf0f..ab00622 100644 --- a/src/main/resources/data/mores/recipe/silver_nugget.json +++ b/src/main/resources/data/mores/recipe/silver_nugget.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "ingredients": [ { "item": "mores:silver_ingot" diff --git a/src/main/resources/data/mores/recipe/silver_nugget_from_blasting.json b/src/main/resources/data/mores/recipe/silver_nugget_from_blasting.json index 711ee34..46560d8 100644 --- a/src/main/resources/data/mores/recipe/silver_nugget_from_blasting.json +++ b/src/main/resources/data/mores/recipe/silver_nugget_from_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/silver_nugget_from_smelting.json b/src/main/resources/data/mores/recipe/silver_nugget_from_smelting.json index af7c726..144e076 100644 --- a/src/main/resources/data/mores/recipe/silver_nugget_from_smelting.json +++ b/src/main/resources/data/mores/recipe/silver_nugget_from_smelting.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/silver_pickaxe.json b/src/main/resources/data/mores/recipe/silver_pickaxe.json index 7402482..9da6832 100644 --- a/src/main/resources/data/mores/recipe/silver_pickaxe.json +++ b/src/main/resources/data/mores/recipe/silver_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/silver_shield.json b/src/main/resources/data/mores/recipe/silver_shield.json index 63e5ad8..4772a47 100644 --- a/src/main/resources/data/mores/recipe/silver_shield.json +++ b/src/main/resources/data/mores/recipe/silver_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/silver_shovel.json b/src/main/resources/data/mores/recipe/silver_shovel.json index ca7a3e6..bd3cbd1 100644 --- a/src/main/resources/data/mores/recipe/silver_shovel.json +++ b/src/main/resources/data/mores/recipe/silver_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/silver_sword.json b/src/main/resources/data/mores/recipe/silver_sword.json index 716f59c..9e43e6f 100644 --- a/src/main/resources/data/mores/recipe/silver_sword.json +++ b/src/main/resources/data/mores/recipe/silver_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/steel_alloy_smithing_template.json b/src/main/resources/data/mores/recipe/steel_alloy_smithing_template.json index 06a406f..07c03d0 100644 --- a/src/main/resources/data/mores/recipe/steel_alloy_smithing_template.json +++ b/src/main/resources/data/mores/recipe/steel_alloy_smithing_template.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "key": { "#": { "item": "minecraft:iron_ingot" diff --git a/src/main/resources/data/mores/recipe/steel_axe.json b/src/main/resources/data/mores/recipe/steel_axe.json index 207c443..1069892 100644 --- a/src/main/resources/data/mores/recipe/steel_axe.json +++ b/src/main/resources/data/mores/recipe/steel_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/steel_battleaxe.json b/src/main/resources/data/mores/recipe/steel_battleaxe.json index 84b8643..a213a28 100644 --- a/src/main/resources/data/mores/recipe/steel_battleaxe.json +++ b/src/main/resources/data/mores/recipe/steel_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/steel_block.json b/src/main/resources/data/mores/recipe/steel_block.json index bc218b4..e6a3ebb 100644 --- a/src/main/resources/data/mores/recipe/steel_block.json +++ b/src/main/resources/data/mores/recipe/steel_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/steel_boots.json b/src/main/resources/data/mores/recipe/steel_boots.json index 005ebfc..eea7dc1 100644 --- a/src/main/resources/data/mores/recipe/steel_boots.json +++ b/src/main/resources/data/mores/recipe/steel_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/steel_chestplate.json b/src/main/resources/data/mores/recipe/steel_chestplate.json index a2373dd..faace09 100644 --- a/src/main/resources/data/mores/recipe/steel_chestplate.json +++ b/src/main/resources/data/mores/recipe/steel_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/steel_dagger.json b/src/main/resources/data/mores/recipe/steel_dagger.json index 97a6816..35386e6 100644 --- a/src/main/resources/data/mores/recipe/steel_dagger.json +++ b/src/main/resources/data/mores/recipe/steel_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/steel_helmet.json b/src/main/resources/data/mores/recipe/steel_helmet.json index 1db6afa..7d05e3a 100644 --- a/src/main/resources/data/mores/recipe/steel_helmet.json +++ b/src/main/resources/data/mores/recipe/steel_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/steel_hoe.json b/src/main/resources/data/mores/recipe/steel_hoe.json index 5ee297b..b98b83b 100644 --- a/src/main/resources/data/mores/recipe/steel_hoe.json +++ b/src/main/resources/data/mores/recipe/steel_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/steel_horse_armor.json b/src/main/resources/data/mores/recipe/steel_horse_armor.json index 5580d31..f9064a9 100644 --- a/src/main/resources/data/mores/recipe/steel_horse_armor.json +++ b/src/main/resources/data/mores/recipe/steel_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/steel_ingot_from_nuggets.json b/src/main/resources/data/mores/recipe/steel_ingot_from_nuggets.json index e5fb202..99012b3 100644 --- a/src/main/resources/data/mores/recipe/steel_ingot_from_nuggets.json +++ b/src/main/resources/data/mores/recipe/steel_ingot_from_nuggets.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "group": "steel_ingot", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/steel_ingot_from_steel_block.json b/src/main/resources/data/mores/recipe/steel_ingot_from_steel_block.json index 55a643d..3661657 100644 --- a/src/main/resources/data/mores/recipe/steel_ingot_from_steel_block.json +++ b/src/main/resources/data/mores/recipe/steel_ingot_from_steel_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "steel_ingot", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/steel_leggings.json b/src/main/resources/data/mores/recipe/steel_leggings.json index 793ceba..fa7d6aa 100644 --- a/src/main/resources/data/mores/recipe/steel_leggings.json +++ b/src/main/resources/data/mores/recipe/steel_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/steel_mace.json b/src/main/resources/data/mores/recipe/steel_mace.json index b547267..463e000 100644 --- a/src/main/resources/data/mores/recipe/steel_mace.json +++ b/src/main/resources/data/mores/recipe/steel_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/steel_nugget_from_blasting.json b/src/main/resources/data/mores/recipe/steel_nugget_from_blasting.json index 2a1a743..8619af4 100644 --- a/src/main/resources/data/mores/recipe/steel_nugget_from_blasting.json +++ b/src/main/resources/data/mores/recipe/steel_nugget_from_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/steel_nugget_from_smelting.json b/src/main/resources/data/mores/recipe/steel_nugget_from_smelting.json index 9a8cbe0..16bf1af 100644 --- a/src/main/resources/data/mores/recipe/steel_nugget_from_smelting.json +++ b/src/main/resources/data/mores/recipe/steel_nugget_from_smelting.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/steel_pickaxe.json b/src/main/resources/data/mores/recipe/steel_pickaxe.json index 3cd02cd..81ddc3a 100644 --- a/src/main/resources/data/mores/recipe/steel_pickaxe.json +++ b/src/main/resources/data/mores/recipe/steel_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/steel_shield.json b/src/main/resources/data/mores/recipe/steel_shield.json index e169037..954fac8 100644 --- a/src/main/resources/data/mores/recipe/steel_shield.json +++ b/src/main/resources/data/mores/recipe/steel_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/steel_shovel.json b/src/main/resources/data/mores/recipe/steel_shovel.json index 361fbb4..81a8d06 100644 --- a/src/main/resources/data/mores/recipe/steel_shovel.json +++ b/src/main/resources/data/mores/recipe/steel_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/steel_smithing.json b/src/main/resources/data/mores/recipe/steel_smithing.json index 81cf7be..a8dec07 100644 --- a/src/main/resources/data/mores/recipe/steel_smithing.json +++ b/src/main/resources/data/mores/recipe/steel_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:steel_alloy_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/steel_sword.json b/src/main/resources/data/mores/recipe/steel_sword.json index 2cb0c1d..28bdaf0 100644 --- a/src/main/resources/data/mores/recipe/steel_sword.json +++ b/src/main/resources/data/mores/recipe/steel_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/sterling_alloy_smithing_template.json b/src/main/resources/data/mores/recipe/sterling_alloy_smithing_template.json index 09abb56..4909f67 100644 --- a/src/main/resources/data/mores/recipe/sterling_alloy_smithing_template.json +++ b/src/main/resources/data/mores/recipe/sterling_alloy_smithing_template.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "key": { "#": { "item": "mores:silver_ingot" diff --git a/src/main/resources/data/mores/recipe/sterling_axe.json b/src/main/resources/data/mores/recipe/sterling_axe.json index 2ebb6a0..da7cf27 100644 --- a/src/main/resources/data/mores/recipe/sterling_axe.json +++ b/src/main/resources/data/mores/recipe/sterling_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/sterling_battleaxe.json b/src/main/resources/data/mores/recipe/sterling_battleaxe.json index be987d1..72b2d6b 100644 --- a/src/main/resources/data/mores/recipe/sterling_battleaxe.json +++ b/src/main/resources/data/mores/recipe/sterling_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/sterling_block.json b/src/main/resources/data/mores/recipe/sterling_block.json index bfe84eb..310e131 100644 --- a/src/main/resources/data/mores/recipe/sterling_block.json +++ b/src/main/resources/data/mores/recipe/sterling_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/sterling_boots.json b/src/main/resources/data/mores/recipe/sterling_boots.json index d2c668d..3d05b0f 100644 --- a/src/main/resources/data/mores/recipe/sterling_boots.json +++ b/src/main/resources/data/mores/recipe/sterling_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/sterling_chestplate.json b/src/main/resources/data/mores/recipe/sterling_chestplate.json index b8f069f..afb7fa5 100644 --- a/src/main/resources/data/mores/recipe/sterling_chestplate.json +++ b/src/main/resources/data/mores/recipe/sterling_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/sterling_dagger.json b/src/main/resources/data/mores/recipe/sterling_dagger.json index 179a09d..9e168ff 100644 --- a/src/main/resources/data/mores/recipe/sterling_dagger.json +++ b/src/main/resources/data/mores/recipe/sterling_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/sterling_helmet.json b/src/main/resources/data/mores/recipe/sterling_helmet.json index d2efe71..576c985 100644 --- a/src/main/resources/data/mores/recipe/sterling_helmet.json +++ b/src/main/resources/data/mores/recipe/sterling_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/sterling_hoe.json b/src/main/resources/data/mores/recipe/sterling_hoe.json index 8f5d66d..ab4ed61 100644 --- a/src/main/resources/data/mores/recipe/sterling_hoe.json +++ b/src/main/resources/data/mores/recipe/sterling_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/sterling_horse_armor.json b/src/main/resources/data/mores/recipe/sterling_horse_armor.json index 485550c..0f99d99 100644 --- a/src/main/resources/data/mores/recipe/sterling_horse_armor.json +++ b/src/main/resources/data/mores/recipe/sterling_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/sterling_ingot_from_nuggets.json b/src/main/resources/data/mores/recipe/sterling_ingot_from_nuggets.json index 4b36dbb..df2b775 100644 --- a/src/main/resources/data/mores/recipe/sterling_ingot_from_nuggets.json +++ b/src/main/resources/data/mores/recipe/sterling_ingot_from_nuggets.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "group": "sterling_ingot", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/sterling_ingot_from_sterling_block.json b/src/main/resources/data/mores/recipe/sterling_ingot_from_sterling_block.json index e24912c..9dd9a0e 100644 --- a/src/main/resources/data/mores/recipe/sterling_ingot_from_sterling_block.json +++ b/src/main/resources/data/mores/recipe/sterling_ingot_from_sterling_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "sterling_ingot", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/sterling_leggings.json b/src/main/resources/data/mores/recipe/sterling_leggings.json index ffea29a..172c0e8 100644 --- a/src/main/resources/data/mores/recipe/sterling_leggings.json +++ b/src/main/resources/data/mores/recipe/sterling_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/sterling_mace.json b/src/main/resources/data/mores/recipe/sterling_mace.json index 58f28ef..7d51c50 100644 --- a/src/main/resources/data/mores/recipe/sterling_mace.json +++ b/src/main/resources/data/mores/recipe/sterling_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/sterling_nugget_from_blasting.json b/src/main/resources/data/mores/recipe/sterling_nugget_from_blasting.json index aaff7f3..ded3cbc 100644 --- a/src/main/resources/data/mores/recipe/sterling_nugget_from_blasting.json +++ b/src/main/resources/data/mores/recipe/sterling_nugget_from_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/sterling_nugget_from_smelting.json b/src/main/resources/data/mores/recipe/sterling_nugget_from_smelting.json index b1d6fe9..e495ebb 100644 --- a/src/main/resources/data/mores/recipe/sterling_nugget_from_smelting.json +++ b/src/main/resources/data/mores/recipe/sterling_nugget_from_smelting.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/sterling_pickaxe.json b/src/main/resources/data/mores/recipe/sterling_pickaxe.json index 0c671d9..45192e6 100644 --- a/src/main/resources/data/mores/recipe/sterling_pickaxe.json +++ b/src/main/resources/data/mores/recipe/sterling_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/sterling_shield.json b/src/main/resources/data/mores/recipe/sterling_shield.json index 5cef10e..38f8125 100644 --- a/src/main/resources/data/mores/recipe/sterling_shield.json +++ b/src/main/resources/data/mores/recipe/sterling_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/sterling_shovel.json b/src/main/resources/data/mores/recipe/sterling_shovel.json index faae830..42af76f 100644 --- a/src/main/resources/data/mores/recipe/sterling_shovel.json +++ b/src/main/resources/data/mores/recipe/sterling_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/sterling_smithing.json b/src/main/resources/data/mores/recipe/sterling_smithing.json index 1cf577a..2d39966 100644 --- a/src/main/resources/data/mores/recipe/sterling_smithing.json +++ b/src/main/resources/data/mores/recipe/sterling_smithing.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smithing_transform", + "type": "minecraft:crafting_shaped", + "category": "misc", "template": { "item": "mores:sterling_alloy_smithing_template" }, diff --git a/src/main/resources/data/mores/recipe/sterling_sword.json b/src/main/resources/data/mores/recipe/sterling_sword.json index 860b3c1..51a996d 100644 --- a/src/main/resources/data/mores/recipe/sterling_sword.json +++ b/src/main/resources/data/mores/recipe/sterling_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/stone_battleaxe.json b/src/main/resources/data/mores/recipe/stone_battleaxe.json index f792425..500cf7c 100644 --- a/src/main/resources/data/mores/recipe/stone_battleaxe.json +++ b/src/main/resources/data/mores/recipe/stone_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/stone_dagger.json b/src/main/resources/data/mores/recipe/stone_dagger.json index fc07496..4e2e4ca 100644 --- a/src/main/resources/data/mores/recipe/stone_dagger.json +++ b/src/main/resources/data/mores/recipe/stone_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/stone_mace.json b/src/main/resources/data/mores/recipe/stone_mace.json index 9587f5f..849b791 100644 --- a/src/main/resources/data/mores/recipe/stone_mace.json +++ b/src/main/resources/data/mores/recipe/stone_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/tanzanite_axe.json b/src/main/resources/data/mores/recipe/tanzanite_axe.json index 40d557b..8561e61 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_axe.json +++ b/src/main/resources/data/mores/recipe/tanzanite_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/tanzanite_battleaxe.json b/src/main/resources/data/mores/recipe/tanzanite_battleaxe.json index 30a5974..909f67f 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_battleaxe.json +++ b/src/main/resources/data/mores/recipe/tanzanite_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/tanzanite_block.json b/src/main/resources/data/mores/recipe/tanzanite_block.json index 2ccf035..ddbe9a9 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_block.json +++ b/src/main/resources/data/mores/recipe/tanzanite_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/tanzanite_boots.json b/src/main/resources/data/mores/recipe/tanzanite_boots.json index 5facd31..a94f179 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_boots.json +++ b/src/main/resources/data/mores/recipe/tanzanite_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/tanzanite_chestplate.json b/src/main/resources/data/mores/recipe/tanzanite_chestplate.json index 9cf8ec0..6cd6292 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_chestplate.json +++ b/src/main/resources/data/mores/recipe/tanzanite_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/tanzanite_dagger.json b/src/main/resources/data/mores/recipe/tanzanite_dagger.json index de948ad..117b6e2 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_dagger.json +++ b/src/main/resources/data/mores/recipe/tanzanite_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/tanzanite_gem_from_blasting_tanzanite_ore.json b/src/main/resources/data/mores/recipe/tanzanite_gem_from_blasting_tanzanite_ore.json index 1039b87..77cd930 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_gem_from_blasting_tanzanite_ore.json +++ b/src/main/resources/data/mores/recipe/tanzanite_gem_from_blasting_tanzanite_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 1.0, "group": "tanzanite_gem", diff --git a/src/main/resources/data/mores/recipe/tanzanite_gem_from_smelting_tanzanite_ore.json b/src/main/resources/data/mores/recipe/tanzanite_gem_from_smelting_tanzanite_ore.json index cf9110c..95991be 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_gem_from_smelting_tanzanite_ore.json +++ b/src/main/resources/data/mores/recipe/tanzanite_gem_from_smelting_tanzanite_ore.json @@ -1,5 +1,6 @@ { - "type": "minecraft:blasting", + "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 1.0, "group": "tanzanite_gem", diff --git a/src/main/resources/data/mores/recipe/tanzanite_gem_from_tanzanite_block.json b/src/main/resources/data/mores/recipe/tanzanite_gem_from_tanzanite_block.json index 3edb26f..6102cc6 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_gem_from_tanzanite_block.json +++ b/src/main/resources/data/mores/recipe/tanzanite_gem_from_tanzanite_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "tanzanite_gem", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/tanzanite_helmet.json b/src/main/resources/data/mores/recipe/tanzanite_helmet.json index 8f85343..eb791d3 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_helmet.json +++ b/src/main/resources/data/mores/recipe/tanzanite_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/tanzanite_hoe.json b/src/main/resources/data/mores/recipe/tanzanite_hoe.json index 223a3e0..bd0a267 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_hoe.json +++ b/src/main/resources/data/mores/recipe/tanzanite_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/tanzanite_horse_armor.json b/src/main/resources/data/mores/recipe/tanzanite_horse_armor.json index b4ec06f..d211bf8 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_horse_armor.json +++ b/src/main/resources/data/mores/recipe/tanzanite_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/tanzanite_leggings.json b/src/main/resources/data/mores/recipe/tanzanite_leggings.json index 00f9ce6..c63b735 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_leggings.json +++ b/src/main/resources/data/mores/recipe/tanzanite_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/tanzanite_mace.json b/src/main/resources/data/mores/recipe/tanzanite_mace.json index 2293deb..d07907a 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_mace.json +++ b/src/main/resources/data/mores/recipe/tanzanite_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/tanzanite_pickaxe.json b/src/main/resources/data/mores/recipe/tanzanite_pickaxe.json index f0ebd54..31b7b4d 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_pickaxe.json +++ b/src/main/resources/data/mores/recipe/tanzanite_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/tanzanite_shield.json b/src/main/resources/data/mores/recipe/tanzanite_shield.json index 97cf8e7..21d1e67 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_shield.json +++ b/src/main/resources/data/mores/recipe/tanzanite_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/tanzanite_shovel.json b/src/main/resources/data/mores/recipe/tanzanite_shovel.json index 0adf566..e045b76 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_shovel.json +++ b/src/main/resources/data/mores/recipe/tanzanite_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/tanzanite_sword.json b/src/main/resources/data/mores/recipe/tanzanite_sword.json index ef3fcd2..c1b7ac3 100644 --- a/src/main/resources/data/mores/recipe/tanzanite_sword.json +++ b/src/main/resources/data/mores/recipe/tanzanite_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/tin_axe.json b/src/main/resources/data/mores/recipe/tin_axe.json index ded525e..14d1e63 100644 --- a/src/main/resources/data/mores/recipe/tin_axe.json +++ b/src/main/resources/data/mores/recipe/tin_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/tin_battleaxe.json b/src/main/resources/data/mores/recipe/tin_battleaxe.json index 411d730..dbb46b2 100644 --- a/src/main/resources/data/mores/recipe/tin_battleaxe.json +++ b/src/main/resources/data/mores/recipe/tin_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/tin_block.json b/src/main/resources/data/mores/recipe/tin_block.json index 1594db9..53afe52 100644 --- a/src/main/resources/data/mores/recipe/tin_block.json +++ b/src/main/resources/data/mores/recipe/tin_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/tin_block_from_raw_tin_block_blasting.json b/src/main/resources/data/mores/recipe/tin_block_from_raw_tin_block_blasting.json index 8e4f3f0..d6caf33 100644 --- a/src/main/resources/data/mores/recipe/tin_block_from_raw_tin_block_blasting.json +++ b/src/main/resources/data/mores/recipe/tin_block_from_raw_tin_block_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 900, "experience": 6.3, "ingredient": { diff --git a/src/main/resources/data/mores/recipe/tin_block_from_raw_tin_block_smelting.json b/src/main/resources/data/mores/recipe/tin_block_from_raw_tin_block_smelting.json index 9c7b4b3..778b578 100644 --- a/src/main/resources/data/mores/recipe/tin_block_from_raw_tin_block_smelting.json +++ b/src/main/resources/data/mores/recipe/tin_block_from_raw_tin_block_smelting.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 1800, "experience": 6.3, "ingredient": { diff --git a/src/main/resources/data/mores/recipe/tin_boots.json b/src/main/resources/data/mores/recipe/tin_boots.json index 076b71c..bbcee62 100644 --- a/src/main/resources/data/mores/recipe/tin_boots.json +++ b/src/main/resources/data/mores/recipe/tin_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/tin_chestplate.json b/src/main/resources/data/mores/recipe/tin_chestplate.json index e137dde..887914f 100644 --- a/src/main/resources/data/mores/recipe/tin_chestplate.json +++ b/src/main/resources/data/mores/recipe/tin_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/tin_dagger.json b/src/main/resources/data/mores/recipe/tin_dagger.json index 5a4fb80..ee1547c 100644 --- a/src/main/resources/data/mores/recipe/tin_dagger.json +++ b/src/main/resources/data/mores/recipe/tin_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/tin_helmet.json b/src/main/resources/data/mores/recipe/tin_helmet.json index d07f0d9..21ded63 100644 --- a/src/main/resources/data/mores/recipe/tin_helmet.json +++ b/src/main/resources/data/mores/recipe/tin_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/tin_hoe.json b/src/main/resources/data/mores/recipe/tin_hoe.json index 5d56a59..d4a1561 100644 --- a/src/main/resources/data/mores/recipe/tin_hoe.json +++ b/src/main/resources/data/mores/recipe/tin_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/tin_horse_armor.json b/src/main/resources/data/mores/recipe/tin_horse_armor.json index 80c8fce..d0e4bac 100644 --- a/src/main/resources/data/mores/recipe/tin_horse_armor.json +++ b/src/main/resources/data/mores/recipe/tin_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/tin_ingot_from_blasting_deepslate_tin_ore.json b/src/main/resources/data/mores/recipe/tin_ingot_from_blasting_deepslate_tin_ore.json index d63ea3d..e56ee5c 100644 --- a/src/main/resources/data/mores/recipe/tin_ingot_from_blasting_deepslate_tin_ore.json +++ b/src/main/resources/data/mores/recipe/tin_ingot_from_blasting_deepslate_tin_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.5, "group": "tin_ingot", diff --git a/src/main/resources/data/mores/recipe/tin_ingot_from_blasting_raw_tin.json b/src/main/resources/data/mores/recipe/tin_ingot_from_blasting_raw_tin.json index 10f002b..2904c6f 100644 --- a/src/main/resources/data/mores/recipe/tin_ingot_from_blasting_raw_tin.json +++ b/src/main/resources/data/mores/recipe/tin_ingot_from_blasting_raw_tin.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.5, "group": "tin_ingot", diff --git a/src/main/resources/data/mores/recipe/tin_ingot_from_blasting_tin_ore.json b/src/main/resources/data/mores/recipe/tin_ingot_from_blasting_tin_ore.json index ec6416a..5f66a03 100644 --- a/src/main/resources/data/mores/recipe/tin_ingot_from_blasting_tin_ore.json +++ b/src/main/resources/data/mores/recipe/tin_ingot_from_blasting_tin_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.5, "group": "tin_ingot", diff --git a/src/main/resources/data/mores/recipe/tin_ingot_from_nuggets.json b/src/main/resources/data/mores/recipe/tin_ingot_from_nuggets.json index 0408c0b..eb691cc 100644 --- a/src/main/resources/data/mores/recipe/tin_ingot_from_nuggets.json +++ b/src/main/resources/data/mores/recipe/tin_ingot_from_nuggets.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "group": "tin_ingot", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/tin_ingot_from_smelting_raw_tin.json b/src/main/resources/data/mores/recipe/tin_ingot_from_smelting_raw_tin.json index 0f73356..cf2d874 100644 --- a/src/main/resources/data/mores/recipe/tin_ingot_from_smelting_raw_tin.json +++ b/src/main/resources/data/mores/recipe/tin_ingot_from_smelting_raw_tin.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.5, "group": "tin_ingot", diff --git a/src/main/resources/data/mores/recipe/tin_ingot_from_smelting_tin_ore.json b/src/main/resources/data/mores/recipe/tin_ingot_from_smelting_tin_ore.json index 0473a81..238e3d3 100644 --- a/src/main/resources/data/mores/recipe/tin_ingot_from_smelting_tin_ore.json +++ b/src/main/resources/data/mores/recipe/tin_ingot_from_smelting_tin_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.5, "group": "tin_ingot", diff --git a/src/main/resources/data/mores/recipe/tin_ingot_from_tin_block.json b/src/main/resources/data/mores/recipe/tin_ingot_from_tin_block.json index 08e1b8e..85fa8dc 100644 --- a/src/main/resources/data/mores/recipe/tin_ingot_from_tin_block.json +++ b/src/main/resources/data/mores/recipe/tin_ingot_from_tin_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "tin_ingot", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/tin_leggings.json b/src/main/resources/data/mores/recipe/tin_leggings.json index 20cc6d8..dc57039 100644 --- a/src/main/resources/data/mores/recipe/tin_leggings.json +++ b/src/main/resources/data/mores/recipe/tin_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/tin_mace.json b/src/main/resources/data/mores/recipe/tin_mace.json index 6bc0c01..2882525 100644 --- a/src/main/resources/data/mores/recipe/tin_mace.json +++ b/src/main/resources/data/mores/recipe/tin_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/tin_nugget_from_blasting.json b/src/main/resources/data/mores/recipe/tin_nugget_from_blasting.json index 662ac00..6d5e285 100644 --- a/src/main/resources/data/mores/recipe/tin_nugget_from_blasting.json +++ b/src/main/resources/data/mores/recipe/tin_nugget_from_blasting.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/tin_nugget_from_smelting.json b/src/main/resources/data/mores/recipe/tin_nugget_from_smelting.json index 9935c92..6d5e285 100644 --- a/src/main/resources/data/mores/recipe/tin_nugget_from_smelting.json +++ b/src/main/resources/data/mores/recipe/tin_nugget_from_smelting.json @@ -1,5 +1,6 @@ { - "type": "minecraft:smelting", + "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.1, "ingredient": [ diff --git a/src/main/resources/data/mores/recipe/tin_pickaxe.json b/src/main/resources/data/mores/recipe/tin_pickaxe.json index 3b0d46f..35d320e 100644 --- a/src/main/resources/data/mores/recipe/tin_pickaxe.json +++ b/src/main/resources/data/mores/recipe/tin_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/tin_shield.json b/src/main/resources/data/mores/recipe/tin_shield.json index 8194576..432dcf3 100644 --- a/src/main/resources/data/mores/recipe/tin_shield.json +++ b/src/main/resources/data/mores/recipe/tin_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/tin_shovel.json b/src/main/resources/data/mores/recipe/tin_shovel.json index d5e3028..cb19a73 100644 --- a/src/main/resources/data/mores/recipe/tin_shovel.json +++ b/src/main/resources/data/mores/recipe/tin_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/tin_sword.json b/src/main/resources/data/mores/recipe/tin_sword.json index 59097c7..2cf1816 100644 --- a/src/main/resources/data/mores/recipe/tin_sword.json +++ b/src/main/resources/data/mores/recipe/tin_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/topaz_axe.json b/src/main/resources/data/mores/recipe/topaz_axe.json index 0e51e2e..5129156 100644 --- a/src/main/resources/data/mores/recipe/topaz_axe.json +++ b/src/main/resources/data/mores/recipe/topaz_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/topaz_battleaxe.json b/src/main/resources/data/mores/recipe/topaz_battleaxe.json index dd5da45..d74bb93 100644 --- a/src/main/resources/data/mores/recipe/topaz_battleaxe.json +++ b/src/main/resources/data/mores/recipe/topaz_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/topaz_block.json b/src/main/resources/data/mores/recipe/topaz_block.json index 4147de6..de10bf8 100644 --- a/src/main/resources/data/mores/recipe/topaz_block.json +++ b/src/main/resources/data/mores/recipe/topaz_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/topaz_boots.json b/src/main/resources/data/mores/recipe/topaz_boots.json index cb59416..ebedf1e 100644 --- a/src/main/resources/data/mores/recipe/topaz_boots.json +++ b/src/main/resources/data/mores/recipe/topaz_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/topaz_chestplate.json b/src/main/resources/data/mores/recipe/topaz_chestplate.json index dfd49da..71bcd36 100644 --- a/src/main/resources/data/mores/recipe/topaz_chestplate.json +++ b/src/main/resources/data/mores/recipe/topaz_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/topaz_dagger.json b/src/main/resources/data/mores/recipe/topaz_dagger.json index 5cc4778..cb77f26 100644 --- a/src/main/resources/data/mores/recipe/topaz_dagger.json +++ b/src/main/resources/data/mores/recipe/topaz_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/topaz_gem_from_blasting_deepslate_topaz_ore.json b/src/main/resources/data/mores/recipe/topaz_gem_from_blasting_deepslate_topaz_ore.json index b7a545a..bb8c133 100644 --- a/src/main/resources/data/mores/recipe/topaz_gem_from_blasting_deepslate_topaz_ore.json +++ b/src/main/resources/data/mores/recipe/topaz_gem_from_blasting_deepslate_topaz_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.9, "group": "topaz_gem", diff --git a/src/main/resources/data/mores/recipe/topaz_gem_from_blasting_topaz_ore.json b/src/main/resources/data/mores/recipe/topaz_gem_from_blasting_topaz_ore.json index f2a9c49..0ea5f4c 100644 --- a/src/main/resources/data/mores/recipe/topaz_gem_from_blasting_topaz_ore.json +++ b/src/main/resources/data/mores/recipe/topaz_gem_from_blasting_topaz_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.9, "group": "topaz_gem", diff --git a/src/main/resources/data/mores/recipe/topaz_gem_from_smelting_deepslate_topaz_ore.json b/src/main/resources/data/mores/recipe/topaz_gem_from_smelting_deepslate_topaz_ore.json index a890e9f..4a6478f 100644 --- a/src/main/resources/data/mores/recipe/topaz_gem_from_smelting_deepslate_topaz_ore.json +++ b/src/main/resources/data/mores/recipe/topaz_gem_from_smelting_deepslate_topaz_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.9, "group": "topaz_gem", diff --git a/src/main/resources/data/mores/recipe/topaz_gem_from_smelting_topaz_ore.json b/src/main/resources/data/mores/recipe/topaz_gem_from_smelting_topaz_ore.json index 8ec54a5..e46917a 100644 --- a/src/main/resources/data/mores/recipe/topaz_gem_from_smelting_topaz_ore.json +++ b/src/main/resources/data/mores/recipe/topaz_gem_from_smelting_topaz_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.9, "group": "topaz_gem", diff --git a/src/main/resources/data/mores/recipe/topaz_gem_from_topaz_block.json b/src/main/resources/data/mores/recipe/topaz_gem_from_topaz_block.json index 03b48e9..eab0598 100644 --- a/src/main/resources/data/mores/recipe/topaz_gem_from_topaz_block.json +++ b/src/main/resources/data/mores/recipe/topaz_gem_from_topaz_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "topaz_gem", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/topaz_helmet.json b/src/main/resources/data/mores/recipe/topaz_helmet.json index ec51c30..6136be2 100644 --- a/src/main/resources/data/mores/recipe/topaz_helmet.json +++ b/src/main/resources/data/mores/recipe/topaz_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/topaz_hoe.json b/src/main/resources/data/mores/recipe/topaz_hoe.json index f4dfd0c..b8d942b 100644 --- a/src/main/resources/data/mores/recipe/topaz_hoe.json +++ b/src/main/resources/data/mores/recipe/topaz_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/topaz_horse_armor.json b/src/main/resources/data/mores/recipe/topaz_horse_armor.json index fcca8db..89f9c74 100644 --- a/src/main/resources/data/mores/recipe/topaz_horse_armor.json +++ b/src/main/resources/data/mores/recipe/topaz_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/topaz_leggings.json b/src/main/resources/data/mores/recipe/topaz_leggings.json index 2ab46a4..2a04e7e 100644 --- a/src/main/resources/data/mores/recipe/topaz_leggings.json +++ b/src/main/resources/data/mores/recipe/topaz_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/topaz_mace.json b/src/main/resources/data/mores/recipe/topaz_mace.json index 78fc082..74e0fca 100644 --- a/src/main/resources/data/mores/recipe/topaz_mace.json +++ b/src/main/resources/data/mores/recipe/topaz_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/topaz_pickaxe.json b/src/main/resources/data/mores/recipe/topaz_pickaxe.json index 160ebb7..8c0ee95 100644 --- a/src/main/resources/data/mores/recipe/topaz_pickaxe.json +++ b/src/main/resources/data/mores/recipe/topaz_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/topaz_shield.json b/src/main/resources/data/mores/recipe/topaz_shield.json index 1e26edf..d476096 100644 --- a/src/main/resources/data/mores/recipe/topaz_shield.json +++ b/src/main/resources/data/mores/recipe/topaz_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/topaz_shovel.json b/src/main/resources/data/mores/recipe/topaz_shovel.json index 5baa9fb..ad3f8ba 100644 --- a/src/main/resources/data/mores/recipe/topaz_shovel.json +++ b/src/main/resources/data/mores/recipe/topaz_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/topaz_sword.json b/src/main/resources/data/mores/recipe/topaz_sword.json index c6e535b..92f51c9 100644 --- a/src/main/resources/data/mores/recipe/topaz_sword.json +++ b/src/main/resources/data/mores/recipe/topaz_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/torch_from_anthracite.json b/src/main/resources/data/mores/recipe/torch_from_anthracite.json index e77994c..faa44ac 100644 --- a/src/main/resources/data/mores/recipe/torch_from_anthracite.json +++ b/src/main/resources/data/mores/recipe/torch_from_anthracite.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "#", diff --git a/src/main/resources/data/mores/recipe/tourmaline_axe.json b/src/main/resources/data/mores/recipe/tourmaline_axe.json index dd92016..bbb400c 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_axe.json +++ b/src/main/resources/data/mores/recipe/tourmaline_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/tourmaline_battleaxe.json b/src/main/resources/data/mores/recipe/tourmaline_battleaxe.json index e87d22a..22d5300 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_battleaxe.json +++ b/src/main/resources/data/mores/recipe/tourmaline_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/tourmaline_block.json b/src/main/resources/data/mores/recipe/tourmaline_block.json index ec7ff8c..275e696 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_block.json +++ b/src/main/resources/data/mores/recipe/tourmaline_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/tourmaline_boots.json b/src/main/resources/data/mores/recipe/tourmaline_boots.json index cf23b55..20af512 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_boots.json +++ b/src/main/resources/data/mores/recipe/tourmaline_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/tourmaline_chestplate.json b/src/main/resources/data/mores/recipe/tourmaline_chestplate.json index 9b575cb..923cc2c 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_chestplate.json +++ b/src/main/resources/data/mores/recipe/tourmaline_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/tourmaline_dagger.json b/src/main/resources/data/mores/recipe/tourmaline_dagger.json index ba77b1a..49dd994 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_dagger.json +++ b/src/main/resources/data/mores/recipe/tourmaline_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/tourmaline_gem_from_blasting_deepslate_tourmaline_ore.json b/src/main/resources/data/mores/recipe/tourmaline_gem_from_blasting_deepslate_tourmaline_ore.json index 972ac48..fa10b5a 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_gem_from_blasting_deepslate_tourmaline_ore.json +++ b/src/main/resources/data/mores/recipe/tourmaline_gem_from_blasting_deepslate_tourmaline_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.9, "group": "tourmaline_gem", diff --git a/src/main/resources/data/mores/recipe/tourmaline_gem_from_blasting_tourmaline_ore.json b/src/main/resources/data/mores/recipe/tourmaline_gem_from_blasting_tourmaline_ore.json index 6b5d6db..7eec069 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_gem_from_blasting_tourmaline_ore.json +++ b/src/main/resources/data/mores/recipe/tourmaline_gem_from_blasting_tourmaline_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.9, "group": "tourmaline_gem", diff --git a/src/main/resources/data/mores/recipe/tourmaline_gem_from_smelting_deepslate_tourmaline_ore.json b/src/main/resources/data/mores/recipe/tourmaline_gem_from_smelting_deepslate_tourmaline_ore.json index 0cb3cca..3766198 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_gem_from_smelting_deepslate_tourmaline_ore.json +++ b/src/main/resources/data/mores/recipe/tourmaline_gem_from_smelting_deepslate_tourmaline_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.9, "group": "tourmaline_gem", diff --git a/src/main/resources/data/mores/recipe/tourmaline_gem_from_smelting_tourmaline_ore.json b/src/main/resources/data/mores/recipe/tourmaline_gem_from_smelting_tourmaline_ore.json index 7d00e19..82faf05 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_gem_from_smelting_tourmaline_ore.json +++ b/src/main/resources/data/mores/recipe/tourmaline_gem_from_smelting_tourmaline_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.9, "group": "tourmaline_gem", diff --git a/src/main/resources/data/mores/recipe/tourmaline_gem_from_tourmaline_block.json b/src/main/resources/data/mores/recipe/tourmaline_gem_from_tourmaline_block.json index 0ccfb20..e840122 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_gem_from_tourmaline_block.json +++ b/src/main/resources/data/mores/recipe/tourmaline_gem_from_tourmaline_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "tourmaline_gem", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/tourmaline_helmet.json b/src/main/resources/data/mores/recipe/tourmaline_helmet.json index 87b01ba..3a3cfde 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_helmet.json +++ b/src/main/resources/data/mores/recipe/tourmaline_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/tourmaline_hoe.json b/src/main/resources/data/mores/recipe/tourmaline_hoe.json index 7a06a68..9640a0a 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_hoe.json +++ b/src/main/resources/data/mores/recipe/tourmaline_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/tourmaline_horse_armor.json b/src/main/resources/data/mores/recipe/tourmaline_horse_armor.json index 6fafb56..edfbae9 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_horse_armor.json +++ b/src/main/resources/data/mores/recipe/tourmaline_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/tourmaline_leggings.json b/src/main/resources/data/mores/recipe/tourmaline_leggings.json index 0ed4d33..590b57a 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_leggings.json +++ b/src/main/resources/data/mores/recipe/tourmaline_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/tourmaline_mace.json b/src/main/resources/data/mores/recipe/tourmaline_mace.json index 65570c8..cdf0811 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_mace.json +++ b/src/main/resources/data/mores/recipe/tourmaline_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/tourmaline_pickaxe.json b/src/main/resources/data/mores/recipe/tourmaline_pickaxe.json index 35e33ec..657fe41 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_pickaxe.json +++ b/src/main/resources/data/mores/recipe/tourmaline_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/tourmaline_shield.json b/src/main/resources/data/mores/recipe/tourmaline_shield.json index 11ae67f..056d12f 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_shield.json +++ b/src/main/resources/data/mores/recipe/tourmaline_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/tourmaline_shovel.json b/src/main/resources/data/mores/recipe/tourmaline_shovel.json index 20dbe91..b2d77d4 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_shovel.json +++ b/src/main/resources/data/mores/recipe/tourmaline_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/tourmaline_sword.json b/src/main/resources/data/mores/recipe/tourmaline_sword.json index 704db4b..ca2b09e 100644 --- a/src/main/resources/data/mores/recipe/tourmaline_sword.json +++ b/src/main/resources/data/mores/recipe/tourmaline_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/turquoise_axe.json b/src/main/resources/data/mores/recipe/turquoise_axe.json index 73065ef..bcb16be 100644 --- a/src/main/resources/data/mores/recipe/turquoise_axe.json +++ b/src/main/resources/data/mores/recipe/turquoise_axe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/turquoise_battleaxe.json b/src/main/resources/data/mores/recipe/turquoise_battleaxe.json index 51a0fe8..e22666c 100644 --- a/src/main/resources/data/mores/recipe/turquoise_battleaxe.json +++ b/src/main/resources/data/mores/recipe/turquoise_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/turquoise_block.json b/src/main/resources/data/mores/recipe/turquoise_block.json index a2ad250..90fccc0 100644 --- a/src/main/resources/data/mores/recipe/turquoise_block.json +++ b/src/main/resources/data/mores/recipe/turquoise_block.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/turquoise_boots.json b/src/main/resources/data/mores/recipe/turquoise_boots.json index c608090..ee56ee0 100644 --- a/src/main/resources/data/mores/recipe/turquoise_boots.json +++ b/src/main/resources/data/mores/recipe/turquoise_boots.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/turquoise_chestplate.json b/src/main/resources/data/mores/recipe/turquoise_chestplate.json index caa3fdc..c83a2b3 100644 --- a/src/main/resources/data/mores/recipe/turquoise_chestplate.json +++ b/src/main/resources/data/mores/recipe/turquoise_chestplate.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "# #", diff --git a/src/main/resources/data/mores/recipe/turquoise_dagger.json b/src/main/resources/data/mores/recipe/turquoise_dagger.json index c7317ec..e6c98fc 100644 --- a/src/main/resources/data/mores/recipe/turquoise_dagger.json +++ b/src/main/resources/data/mores/recipe/turquoise_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/turquoise_gem_from_blasting_deepslate_turquoise_ore.json b/src/main/resources/data/mores/recipe/turquoise_gem_from_blasting_deepslate_turquoise_ore.json index 12295cb..d7c3692 100644 --- a/src/main/resources/data/mores/recipe/turquoise_gem_from_blasting_deepslate_turquoise_ore.json +++ b/src/main/resources/data/mores/recipe/turquoise_gem_from_blasting_deepslate_turquoise_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.9, "group": "turquoise_gem", diff --git a/src/main/resources/data/mores/recipe/turquoise_gem_from_blasting_turquoise_ore.json b/src/main/resources/data/mores/recipe/turquoise_gem_from_blasting_turquoise_ore.json index 38c5ce2..305de3a 100644 --- a/src/main/resources/data/mores/recipe/turquoise_gem_from_blasting_turquoise_ore.json +++ b/src/main/resources/data/mores/recipe/turquoise_gem_from_blasting_turquoise_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:blasting", + "category": "misc", "cookingtime": 100, "experience": 0.9, "group": "turquoise_gem", diff --git a/src/main/resources/data/mores/recipe/turquoise_gem_from_smelting_deepslate_turquoise_ore.json b/src/main/resources/data/mores/recipe/turquoise_gem_from_smelting_deepslate_turquoise_ore.json index 5016b0e..59d6489 100644 --- a/src/main/resources/data/mores/recipe/turquoise_gem_from_smelting_deepslate_turquoise_ore.json +++ b/src/main/resources/data/mores/recipe/turquoise_gem_from_smelting_deepslate_turquoise_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.9, "group": "turquoise_gem", diff --git a/src/main/resources/data/mores/recipe/turquoise_gem_from_smelting_turquoise_ore.json b/src/main/resources/data/mores/recipe/turquoise_gem_from_smelting_turquoise_ore.json index 67517ae..8b4c284 100644 --- a/src/main/resources/data/mores/recipe/turquoise_gem_from_smelting_turquoise_ore.json +++ b/src/main/resources/data/mores/recipe/turquoise_gem_from_smelting_turquoise_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:smelting", + "category": "misc", "cookingtime": 200, "experience": 0.9, "group": "turquoise_gem", diff --git a/src/main/resources/data/mores/recipe/turquoise_gem_from_turquoise_block.json b/src/main/resources/data/mores/recipe/turquoise_gem_from_turquoise_block.json index f484959..be13b3b 100644 --- a/src/main/resources/data/mores/recipe/turquoise_gem_from_turquoise_block.json +++ b/src/main/resources/data/mores/recipe/turquoise_gem_from_turquoise_block.json @@ -1,5 +1,6 @@ { - "type": "minecraft:crafting_shapeless", + "type": "minecraft:crafting_shaped", + "category": "misc", "group": "turquoise_gem", "ingredients": [ { diff --git a/src/main/resources/data/mores/recipe/turquoise_helmet.json b/src/main/resources/data/mores/recipe/turquoise_helmet.json index 8b2d607..2a236e6 100644 --- a/src/main/resources/data/mores/recipe/turquoise_helmet.json +++ b/src/main/resources/data/mores/recipe/turquoise_helmet.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/turquoise_hoe.json b/src/main/resources/data/mores/recipe/turquoise_hoe.json index 266fa85..3753b7b 100644 --- a/src/main/resources/data/mores/recipe/turquoise_hoe.json +++ b/src/main/resources/data/mores/recipe/turquoise_hoe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$", diff --git a/src/main/resources/data/mores/recipe/turquoise_horse_armor.json b/src/main/resources/data/mores/recipe/turquoise_horse_armor.json index 009b778..3837a26 100644 --- a/src/main/resources/data/mores/recipe/turquoise_horse_armor.json +++ b/src/main/resources/data/mores/recipe/turquoise_horse_armor.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " H", diff --git a/src/main/resources/data/mores/recipe/turquoise_leggings.json b/src/main/resources/data/mores/recipe/turquoise_leggings.json index 6b00969..1a09519 100644 --- a/src/main/resources/data/mores/recipe/turquoise_leggings.json +++ b/src/main/resources/data/mores/recipe/turquoise_leggings.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "###", diff --git a/src/main/resources/data/mores/recipe/turquoise_mace.json b/src/main/resources/data/mores/recipe/turquoise_mace.json index c7fde90..098d662 100644 --- a/src/main/resources/data/mores/recipe/turquoise_mace.json +++ b/src/main/resources/data/mores/recipe/turquoise_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$", diff --git a/src/main/resources/data/mores/recipe/turquoise_pickaxe.json b/src/main/resources/data/mores/recipe/turquoise_pickaxe.json index cd03849..8259f1a 100644 --- a/src/main/resources/data/mores/recipe/turquoise_pickaxe.json +++ b/src/main/resources/data/mores/recipe/turquoise_pickaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$$$", diff --git a/src/main/resources/data/mores/recipe/turquoise_shield.json b/src/main/resources/data/mores/recipe/turquoise_shield.json index 6858da9..1366d9f 100644 --- a/src/main/resources/data/mores/recipe/turquoise_shield.json +++ b/src/main/resources/data/mores/recipe/turquoise_shield.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shaped", + "category": "misc", "pattern": [ "WoW", "WWW", diff --git a/src/main/resources/data/mores/recipe/turquoise_shovel.json b/src/main/resources/data/mores/recipe/turquoise_shovel.json index 579e7bb..531e618 100644 --- a/src/main/resources/data/mores/recipe/turquoise_shovel.json +++ b/src/main/resources/data/mores/recipe/turquoise_shovel.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/turquoise_sword.json b/src/main/resources/data/mores/recipe/turquoise_sword.json index b8b358c..e8cc33f 100644 --- a/src/main/resources/data/mores/recipe/turquoise_sword.json +++ b/src/main/resources/data/mores/recipe/turquoise_sword.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$", diff --git a/src/main/resources/data/mores/recipe/velvet.json b/src/main/resources/data/mores/recipe/velvet.json index 4605ca6..e8f375f 100644 --- a/src/main/resources/data/mores/recipe/velvet.json +++ b/src/main/resources/data/mores/recipe/velvet.json @@ -1,6 +1,7 @@ { - "type": "minecraft:crafting_shapeless", - "ingredients": [ + "type": "minecraft:crafting_shaped", + "category": "misc", + "ingredients": [ { "item": "minecraft:egg" }, diff --git a/src/main/resources/data/mores/recipe/wood_battleaxe.json b/src/main/resources/data/mores/recipe/wood_battleaxe.json index 31bc46e..c36d7d4 100644 --- a/src/main/resources/data/mores/recipe/wood_battleaxe.json +++ b/src/main/resources/data/mores/recipe/wood_battleaxe.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ "$ $", diff --git a/src/main/resources/data/mores/recipe/wood_dagger.json b/src/main/resources/data/mores/recipe/wood_dagger.json index f020db7..9c5f6df 100644 --- a/src/main/resources/data/mores/recipe/wood_dagger.json +++ b/src/main/resources/data/mores/recipe/wood_dagger.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $ ", diff --git a/src/main/resources/data/mores/recipe/wood_mace.json b/src/main/resources/data/mores/recipe/wood_mace.json index 6499c64..b87cf77 100644 --- a/src/main/resources/data/mores/recipe/wood_mace.json +++ b/src/main/resources/data/mores/recipe/wood_mace.json @@ -1,6 +1,6 @@ { "type": "minecraft:crafting_shaped", - + "category": "misc", "pattern": [ " $$",