forked from mtcontrib/3d_armor
Log warning of unused mods when dependencies are missing
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
if not minetest.get_modpath("technic") then
|
||||
minetest.log("warning", "hazmat_suit: Mod loaded but unused.")
|
||||
return
|
||||
end
|
||||
|
||||
local part_count = 4
|
||||
|
||||
local level = 35
|
||||
|
Reference in New Issue
Block a user