From 19bfe4a4d23a2c56c09cacda435fc988a07674c7 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Sun, 7 Sep 2025 02:55:05 +0100 Subject: [PATCH] Make book recipe cheaper --- data/minecraft/recipes/book.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/minecraft/recipes/book.json 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" + } +}