mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-07-03 00:20:43 +02:00
Compare commits
4 Commits
pkarcs-com
...
teleporter
Author | SHA1 | Date | |
---|---|---|---|
17725e0ba9 | |||
fd17f7c2e1 | |||
e0e3a306fb | |||
7a8a5a672c |
@ -20,7 +20,6 @@ read_globals = {
|
||||
"screwdriver",
|
||||
"minetest",
|
||||
"mesecon",
|
||||
"unifieddyes",
|
||||
"pkarcs"
|
||||
"unifieddyes"
|
||||
|
||||
}
|
||||
|
5
init.lua
5
init.lua
@ -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
|
||||
|
3
mod.conf
3
mod.conf
@ -11,6 +11,5 @@ mesecons_torch,
|
||||
mesecons_receiver,
|
||||
basic_materials,
|
||||
dye,
|
||||
unifieddyes,
|
||||
pkarcs
|
||||
unifieddyes
|
||||
"""
|
||||
|
@ -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")
|
Reference in New Issue
Block a user