mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
20 lines
No EOL
316 B
JSON
20 lines
No EOL
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"
|
|
}
|
|
} |