16 lines
279 B
JSON
16 lines
279 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"#": {"item": "minecraft:netherrack"},
|
|
"S": {"item": "minecraft:basalt"}
|
|
},
|
|
"pattern": [
|
|
"SSS",
|
|
"S#S",
|
|
"SSS"
|
|
],
|
|
"result": {"item": "minecraft:lodestone","count":3},
|
|
"show_notification": true
|
|
}
|