mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-25 19:02:26 +01:00
fix indentation
This commit is contained in:
parent
dae4a99a85
commit
e271e87aca
@ -29,7 +29,7 @@ minetest.register_craft({
|
||||
output = "mcl_lanterns:soul_lantern_floor",
|
||||
recipe = {
|
||||
{"mcl_core:iron_nugget", "mcl_core:iron_nugget" , "mcl_core:iron_nugget"},
|
||||
{"mcl_core:iron_nugget", "mcl_blackstone:soul_torch", "mcl_core:iron_nugget"},
|
||||
{"mcl_core:iron_nugget", "mcl_blackstone:soul_torch" , "mcl_core:iron_nugget"},
|
||||
{"mcl_core:iron_nugget", "mcl_core:iron_nugget" , "mcl_core:iron_nugget"},
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user