minecraft-src/data/minecraft/recipe/paper.json
2025-07-04 01:41:11 +03:00

16 lines
No EOL
226 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:sugar_cane"
}
},
"pattern": [
"###"
],
"result": {
"count": 3,
"id": "minecraft:paper"
}
}