5 Commits

Author SHA1 Message Date
BuckarooBanzay
b9a8209b0d move default mod to opt-depends and use screwdriver only if available 2021-08-15 11:23:59 +02:00
BuckarooBanzay
544997535e enable crate and builder only if default mod is available 2021-08-15 11:21:23 +02:00
BuckarooBanzay
e3d87eefc6 add sound-switch and use default if available 2021-08-15 11:18:44 +02:00
BuckarooBanzay
06aa9e0cf1 replace default.LIGHT_MAX with minetest.LIGHT_MAX 2021-08-15 11:12:18 +02:00
BuckarooBanzay
112543ca93 move "dye" to optional depends and disable recipes if default or dye are not available 2021-08-15 11:10:53 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -31,4 +31,3 @@ dofile(MP.."/digicode.lua")
dofile(MP.."/models.lua")
dofile(MP.."/octagon_panes.lua")
dofile(MP.."/crafts.lua")
minetest.log("action", "[scifi_nodes] loaded.")

View File

@@ -10,6 +10,6 @@ mesecons_button,
mesecons_torch,
mesecons_receiver,
basic_materials,
dye,
dye
unifieddyes
"""