Backport cheaper lodestone recipe
This commit is contained in:
parent
64a9f5c67e
commit
c7e17fd036
21
data/minecraft/recipes/lodestone.json
Normal file
21
data/minecraft/recipes/lodestone.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:chiseled_stone_bricks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"SSS",
|
||||
"S#S",
|
||||
"SSS"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:lodestone"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
Loading…
Reference in a new issue