overhaul colored nodes handling

This commit is contained in:
BuckarooBanzay
2023-01-04 19:36:50 +01:00
parent c5c587d01a
commit 860d3f53d0
6 changed files with 78 additions and 20 deletions

View File

@ -33,6 +33,11 @@ dofile(MP.."/octagon_panes.lua")
dofile(MP.."/forcefield.lua")
dofile(MP.."/crafts.lua")
if minetest.get_modpath("unifieddyes") then
-- register colored nodes
dofile(MP.."/nodes_colored.lua")
end
if minetest.get_modpath("letters") then
-- register letter nodes
dofile(MP.."/letters.lua")