mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-12-22 08:00:18 +01:00
register a subset of the nodes in the pkarcs mod
This commit is contained in:
parent
4fc833bb00
commit
48a933fca8
@ -20,6 +20,7 @@ read_globals = {
|
||||
"screwdriver",
|
||||
"minetest",
|
||||
"mesecon",
|
||||
"unifieddyes"
|
||||
"unifieddyes",
|
||||
"pkarcs"
|
||||
|
||||
}
|
||||
|
5
init.lua
5
init.lua
@ -31,3 +31,8 @@ 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
|
||||
|
3
mod.conf
3
mod.conf
@ -11,5 +11,6 @@ mesecons_torch,
|
||||
mesecons_receiver,
|
||||
basic_materials,
|
||||
dye,
|
||||
unifieddyes
|
||||
unifieddyes,
|
||||
pkarcs
|
||||
"""
|
||||
|
4
pkarcs.lua
Normal file
4
pkarcs.lua
Normal file
@ -0,0 +1,4 @@
|
||||
pkarcs.register_node("scifi_nodes:whitetile")
|
||||
pkarcs.register_node("scifi_nodes:whiteoct")
|
||||
pkarcs.register_node("scifi_nodes:white")
|
||||
pkarcs.register_node("scifi_nodes:lighttop")
|
Loading…
Reference in New Issue
Block a user