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

19 lines
284 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
" R ",
"RBR",
" R "
],
"key": {
"R": {
"item": "actuallyadditions:rice_dough"
},
"B": {
"item": "minecraft:potion"
}
},
"result": {
"item": "actuallyadditions:rice_slime"
}
}