diff --git a/data/minecraft/recipes/book.json b/data/minecraft/recipes/book.json new file mode 100644 index 0000000..ac9cf5c --- /dev/null +++ b/data/minecraft/recipes/book.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "minecraft:paper" + }, + { + "item": "minecraft:paper" + }, + { + "item": "minecraft:paper" + }, + { + "item": "minecraft:rabbit_hide" + } + ], + "result": { + "item": "minecraft:book" + } +}