mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-02 08:00:44 +02:00
compatability and legacy mostly done. schema recipes are all messed up for some reason.
This commit is contained in:
6
stairsplus_legacy/gloopblocks.lua
Normal file
6
stairsplus_legacy/gloopblocks.lua
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
Reference in New Issue
Block a user