Change moreblocks stair craft to use blocks instead of ingots (#18)
required for compatibility with https://github.com/minetest-mods/moreblocks/pull/191
This commit is contained in:
parent
d3a0da6921
commit
aca720dc0f
2
init.lua
2
init.lua
@ -450,7 +450,7 @@ minetest.register_node("lavastuff:block", {
|
||||
})
|
||||
|
||||
if minetest.get_modpath("moreblocks") then
|
||||
stairsplus:register_all("lavastuff", "lava", "lavastuff:ingot", {
|
||||
stairsplus:register_all("lavastuff", "lava", "lavastuff:block", {
|
||||
description = "Lava",
|
||||
tiles = {"lavastuff_block.png"},
|
||||
groups = {cracky = 2, level = 2},
|
||||
|
Loading…
x
Reference in New Issue
Block a user