ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/rice_paper.json

18 lines
252 B
JSON
Raw Normal View History

2024-03-13 21:32:15 +01:00
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"R": {
"item": "actuallyadditions:rice"
}
},
"pattern": [
"R ",
" R ",
" R"
],
"result": {
"count": 3,
"item": "minecraft:paper"
}
}