ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/rice_slime_potion.json
2021-11-24 10:57:31 -06:00

19 lines
288 B
JSON

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