mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 12:01:06 +01:00
Fix indentation for shapeless type @ netherite ingot
This commit is contained in:
parent
27f5a94c6a
commit
eae1ee7cee
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
type = "shapeless",
|
||||
output = "mcl_nether:netherite_ingot",
|
||||
recipe = {
|
||||
"mcl_nether:netherite_scrap", "mcl_nether:netherite_scrap", "mcl_nether:netherite_scrap",
|
||||
|
|
Loading…
Reference in a new issue