1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-07-03 00:20:43 +02:00

4 Commits

4 changed files with 2 additions and 13 deletions

View File

@ -20,7 +20,6 @@ read_globals = {
"screwdriver",
"minetest",
"mesecon",
"unifieddyes",
"pkarcs"
"unifieddyes"
}

View File

@ -31,8 +31,3 @@ dofile(MP.."/digicode.lua")
dofile(MP.."/models.lua")
dofile(MP.."/octagon_panes.lua")
dofile(MP.."/crafts.lua")
if minetest.get_modpath("pkarcs") then
-- register some nodes in the pkarcs mod
dofile(MP.."/pkarcs.lua")
end

View File

@ -11,6 +11,5 @@ mesecons_torch,
mesecons_receiver,
basic_materials,
dye,
unifieddyes,
pkarcs
unifieddyes
"""

View File

@ -1,4 +0,0 @@
pkarcs.register_node("scifi_nodes:whitetile")
pkarcs.register_node("scifi_nodes:whiteoct")
pkarcs.register_node("scifi_nodes:white")
pkarcs.register_node("scifi_nodes:lighttop")