moreblocks cleanup
This commit is contained in:
parent
4c565ed4aa
commit
00424da1a1
4
init.lua
4
init.lua
@ -10,10 +10,6 @@ if minetest.get_modpath("unified_inventory") and minetest.get_modpath("sfinv") t
|
||||
dofile(MP.."/inventory.lua")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("moreblocks") then
|
||||
dofile(MP.."/moreblocks.lua")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("travelnet") then
|
||||
dofile(MP.."/travelnet.lua")
|
||||
end
|
||||
|
2
mod.conf
2
mod.conf
@ -1,3 +1,3 @@
|
||||
name = damocles_custom
|
||||
depends = default
|
||||
optional_depends = moreblocks,travelnet,epic_skybox,player_monoids,unified_inventory,sfinv
|
||||
optional_depends = travelnet,epic_skybox,player_monoids,unified_inventory,sfinv
|
||||
|
@ -1 +0,0 @@
|
||||
|
Loading…
x
Reference in New Issue
Block a user