run also tools.lua

This commit is contained in:
lortas
2020-12-19 17:03:59 +01:00
committed by GitHub
parent 9151e6c314
commit 525ece2e5e

View File

@ -115,6 +115,7 @@ end
-- Load files
dofile(nether.path .. "/portal_api.lua")
dofile(nether.path .. "/nodes.lua")
dofile(nether.path .. "/tools.lua")
if nether.NETHER_REALM_ENABLED then
if nether.useBiomes then
dofile(nether.path .. "/mapgen.lua")