22 lines
336 B
JSON
22 lines
336 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"A",
|
|
"B",
|
|
"C"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "society:baryte"
|
|
},
|
|
"B": {
|
|
"item": "minecraft:crimson_fungus"
|
|
},
|
|
"C": {
|
|
"item": "nethervinery:nether_fizz"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "nethervinery:improved_nether_fizz"
|
|
}
|
|
} |