moreblocks/stairsplus_legacy/gloopblocks.lua

8 lines
331 B
Lua
Raw Normal View History

2022-06-21 21:22:26 +02:00
local materials = stairsplus_legacy.materials
2022-06-21 21:22:26 +02:00
if materials.cement_block and materials.cement_block ~= "gloopblocks:cement" then
stairsplus.api.register_alias_all("gloopblocks:cement", materials.cement_block)
elseif minetest.registered_nodes["gloopblocks:cement"] then
stairsplus_legacy.register_legacy("gloopblocks:cement")
end