Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-01-02 14:26:25 +01:00
10 changed files with 136 additions and 1 deletions

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")