mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
19 lines
290 B
JSON
19 lines
290 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
" R ",
|
||
|
"RBR",
|
||
|
" R "
|
||
|
],
|
||
|
"key": {
|
||
|
"R": {
|
||
|
"item": "actuallyadditions:rice_dough"
|
||
|
},
|
||
|
"B": {
|
||
|
"item": "minecraft:water_bucket"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "actuallyadditions:rice_slime"
|
||
|
}
|
||
|
}
|