mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-11-20 07:25:30 +01:00
Compare commits
17 Commits
pkarcs-com
...
5b903a6e78
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b903a6e78 | |||
| eb231d7ca7 | |||
| 2fd4de11c0 | |||
| b88b7349a5 | |||
| c30ae4b3bd | |||
| 6cf45fcd43 | |||
| 1ded358e04 | |||
| ecfaa4714a | |||
| c341cb8a20 | |||
| d66e04f9b1 | |||
| d3d6a7bf79 | |||
| e34fdde795 | |||
| 1993068ed1 | |||
| 436f51ab0d | |||
| 749d59a530 | |||
| bd58dbc48b | |||
| 4eaba4f6e1 |
@@ -20,7 +20,6 @@ read_globals = {
|
||||
"screwdriver",
|
||||
"minetest",
|
||||
"mesecon",
|
||||
"unifieddyes",
|
||||
"pkarcs"
|
||||
"unifieddyes"
|
||||
|
||||
}
|
||||
|
||||
6
init.lua
6
init.lua
@@ -31,8 +31,4 @@ 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
|
||||
minetest.log("action", "[scifi_nodes] loaded.")
|
||||
|
||||
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