mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-14 22:40:19 +01:00
7 lines
255 B
Lua
7 lines
255 B
Lua
if stairsplus_legacy.has.basic_materials and stairsplus_legacy.settings.basic_materials then
|
|
stairsplus.api.register_alias_force_all("gloopblocks:cement", "basic_materials:cement_block")
|
|
|
|
else
|
|
stairsplus_legacy.register_legacy("gloopblocks:cement")
|
|
end
|