1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-06-30 15:10:46 +02:00

register some nodes to the letters mod (#76)

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
This commit is contained in:
Buckaroo Banzai
2022-12-12 10:36:02 +01:00
committed by GitHub
parent 10d818b2e1
commit 3d7910f2fd
4 changed files with 14 additions and 3 deletions

View File

@ -32,3 +32,8 @@ 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