forked from VoxeLibre/VoxeLibre
Fix indentation for shapeless type @ netherite ingot
This commit is contained in:
parent
27f5a94c6a
commit
eae1ee7cee
|
@ -389,7 +389,7 @@ minetest.register_craft({
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "mcl_nether:netherite_ingot",
|
output = "mcl_nether:netherite_ingot",
|
||||||
recipe = {
|
recipe = {
|
||||||
"mcl_nether:netherite_scrap", "mcl_nether:netherite_scrap", "mcl_nether:netherite_scrap",
|
"mcl_nether:netherite_scrap", "mcl_nether:netherite_scrap", "mcl_nether:netherite_scrap",
|
||||||
|
|
Loading…
Reference in New Issue