Change moreblocks stair craft to use blocks instead of ingots (#18)

required for compatibility with https://github.com/minetest-mods/moreblocks/pull/191
master
fluxionary 2022-07-21 21:42:33 -07:00 committed by GitHub
parent d3a0da6921
commit aca720dc0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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},