22 lines
331 B
JSON
22 lines
331 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"A",
|
|
"B",
|
|
"C"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "society:baryte"
|
|
},
|
|
"B": {
|
|
"item": "minecraft:warped_fungus"
|
|
},
|
|
"C": {
|
|
"item": "nethervinery:lava_fizz"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "nethervinery:improved_lava_fizz"
|
|
}
|
|
} |