We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477e7ea commit 859af59Copy full SHA for 859af59
morelights/init.lua
@@ -149,6 +149,8 @@ end
149
-- Use basic_materials brass if available, otherwise register our own.
150
if minetest.get_modpath("basic_materials") then
151
a.brass = "basic_materials:brass_ingot"
152
+elseif minetest.get_modpath("hades_extramaterials") then
153
+ a.brass = "hades_extramaterials:brass_ingot"
154
end
155
156
local path = minetest.get_modpath("morelights")
0 commit comments