moreblocks cleanup

master
BuckarooBanzay 2020-03-10 08:55:20 +01:00
parent 4c565ed4aa
commit 00424da1a1
3 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +0,0 @@