mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-13 13:30:22 +02:00
compatability and legacy mostly done. schema recipes are all messed up for some reason.
This commit is contained in:
@ -76,6 +76,10 @@ if moreblocks.has.stairsplus and cm.jungle_wood then
|
||||
stairsplus.api.register_alias_all("moreblocks:jungle_wood", cm.jungle_wood)
|
||||
end
|
||||
|
||||
if moreblocks.has.stairsplus then
|
||||
stairsplus.api.register_alias_all("moreblocks:split_stone_tile_alt", "moreblocks:checker_stone_tile")
|
||||
end
|
||||
|
||||
minetest.register_lbm({
|
||||
name = "moreblocks:reduce_wood_tile_redundancy",
|
||||
nodenames = {
|
||||
|
@ -39,7 +39,6 @@ moreblocks = {
|
||||
end,
|
||||
}
|
||||
|
||||
moreblocks.dofile("settings")
|
||||
moreblocks.dofile("util")
|
||||
moreblocks.dofile("resources", "init")
|
||||
moreblocks.dofile("api", "init")
|
||||
|
@ -1,9 +0,0 @@
|
||||
--[[
|
||||
More Blocks: configuration handling
|
||||
|
||||
Copyright © 2011-2020 Hugo Locurcio and contributors.
|
||||
Licensed under the zlib license. See LICENSE.md for more information.
|
||||
--]]
|
||||
|
||||
moreblocks.settings = {
|
||||
}
|
Reference in New Issue
Block a user