ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/rice_slime.json
2024-03-04 22:52:17 +01:00

20 lines
316 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "minecraft:water_bucket"
},
"R": {
"item": "actuallyadditions:rice_dough"
}
},
"pattern": [
" R ",
"RBR",
" R "
],
"result": {
"item": "actuallyadditions:rice_slimeball"
}
}