mc_rebalance_datapack/data/minecraft/recipes/lodestone.json

16 lines
279 B
JSON
Raw Normal View History

2025-09-05 20:55:01 +00:00
{
2025-09-07 16:33:38 +00:00
"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
2025-09-05 20:55:01 +00:00
}