remove depends

This commit is contained in:
2022-07-12 13:44:20 +02:00
parent f03cd02854
commit a4df0c2577
3 changed files with 0 additions and 417 deletions
-5
View File
@@ -64,11 +64,6 @@ minetest.register_craft({
}
})
-- For minetest 0.4 support returned nil are also tested: ~= false
if minetest.settings:get_bool("digilines_enable_inventory", true) ~= false then
dofile(modpath .. "/inventory.lua")
end
if minetest.settings:get_bool("digilines_enable_lcd", true) ~= false then
dofile(modpath .. "/lcd.lua")
end