Move node registrations to a separate file

This commit is contained in:
Thomas--S
2018-03-03 20:15:09 +01:00
committed by Hugo Locurcio
parent 4d2a7ab6fe
commit c711946453
7 changed files with 66 additions and 91 deletions

View File

@ -71,6 +71,7 @@ end
-- dofile(modpath.. "/aliases.lua") -- Not needed as of Q2 2013, uncomment to fix old maps.
-- dofile(modpath.. "/conversion.lua") -- Not needed as of Q2 2013, uncomment to fix old maps.
dofile(modpath .. "/defs.lua")
dofile(modpath .. "/common.lua")
dofile(modpath .. "/stairs.lua")
dofile(modpath .. "/slabs.lua")
dofile(modpath .. "/slopes.lua")