diff --git a/data/minecraft/recipes/book.json b/data/minecraft/recipes/book.json index ac9cf5c..4255ff3 100644 --- a/data/minecraft/recipes/book.json +++ b/data/minecraft/recipes/book.json @@ -1,21 +1,11 @@ { - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "minecraft:paper" - }, - { - "item": "minecraft:paper" - }, - { - "item": "minecraft:paper" - }, - { - "item": "minecraft:rabbit_hide" - } - ], - "result": { - "item": "minecraft:book" - } + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + {"item": "minecraft:paper"}, + {"item": "minecraft:paper"}, + {"item": "minecraft:paper"}, + {"item": "minecraft:rabbit_hide"} + ], + "result": {"item": "minecraft:book"} } diff --git a/data/minecraft/recipes/dispenser.json b/data/minecraft/recipes/dispenser.json index de4095f..08e988f 100644 --- a/data/minecraft/recipes/dispenser.json +++ b/data/minecraft/recipes/dispenser.json @@ -1,24 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "category": "redstone", - "key": { - "#": { - "tag": "minecraft:stone_crafting_materials" - }, - "R": { - "item": "minecraft:redstone" - }, - "X": { - "item": "minecraft:bow" - } - }, - "pattern": [ - "###", - "#X#", - "#R#" - ], - "result": { - "item": "minecraft:dispenser" - }, - "show_notification": true + "type": "minecraft:crafting_shaped", + "category": "redstone", + "key": { + "#": {"tag": "minecraft:stone_crafting_materials"}, + "R": {"item": "minecraft:glowstone_dust"}, + "X": {"item": "minecraft:bow"} + }, + "pattern": [ + "###", + "#X#", + "#R#" + ], + "result": {"item": "minecraft:dispenser"}, + "show_notification": true } diff --git a/data/minecraft/recipes/lodestone.json b/data/minecraft/recipes/lodestone.json index c286b47..99383ac 100644 --- a/data/minecraft/recipes/lodestone.json +++ b/data/minecraft/recipes/lodestone.json @@ -1,21 +1,15 @@ { - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "item": "minecraft:iron_ingot" - }, - "S": { - "item": "minecraft:chiseled_stone_bricks" - } - }, - "pattern": [ - "SSS", - "S#S", - "SSS" - ], - "result": { - "item": "minecraft:lodestone" - }, - "show_notification": true + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "#": {"item": "minecraft:netherrack"}, + "S": {"item": "minecraft:basalt"} + }, + "pattern": [ + "SSS", + "S#S", + "SSS" + ], + "result": {"item": "minecraft:lodestone","count":3}, + "show_notification": true } diff --git a/data/minecraft/recipes/observer.json b/data/minecraft/recipes/observer.json index 75ee96d..390e6cf 100644 --- a/data/minecraft/recipes/observer.json +++ b/data/minecraft/recipes/observer.json @@ -1,24 +1,16 @@ { - "type": "minecraft:crafting_shaped", - "category": "redstone", - "key": { - "#": { - "tag": "minecraft:stone_crafting_materials" - }, - "Q": { - "item": "minecraft:quartz" - }, - "R": { - "item": "minecraft:redstone" - } - }, - "pattern": [ - "###", - "RRQ", - "###" - ], - "result": { - "item": "minecraft:observer" - }, - "show_notification": true + "type": "minecraft:crafting_shaped", + "category": "redstone", + "key": { + "#": {"tag": "minecraft:stone_crafting_materials"}, + "Q": {"item": "minecraft:quartz"}, + "R": {"item": "minecraft:redstone"} + }, + "pattern": [ + "###", + "RRQ", + "###" + ], + "result": {"item": "minecraft:observer"}, + "show_notification": true }