mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-06-30 15:10:46 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
7
init.lua
7
init.lua
@ -30,5 +30,12 @@ dofile(MP.."/palm_scanner.lua")
|
||||
dofile(MP.."/digicode.lua")
|
||||
dofile(MP.."/models.lua")
|
||||
dofile(MP.."/octagon_panes.lua")
|
||||
dofile(MP.."/forcefield.lua")
|
||||
dofile(MP.."/crafts.lua")
|
||||
|
||||
if minetest.get_modpath("letters") then
|
||||
-- register letter nodes
|
||||
dofile(MP.."/letters.lua")
|
||||
end
|
||||
|
||||
minetest.log("action", "[scifi_nodes] loaded.")
|
||||
|
Reference in New Issue
Block a user