ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/rice_paper.json
2024-03-13 15:32:15 -05:00

18 lines
252 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"R": {
"item": "actuallyadditions:rice"
}
},
"pattern": [
"R ",
" R ",
" R"
],
"result": {
"count": 3,
"item": "minecraft:paper"
}
}