mirror of
https://github.com/minetest-mods/nether.git
synced 2025-07-07 10:50:36 +02:00
run also tools.lua
This commit is contained in:
1
init.lua
1
init.lua
@ -115,6 +115,7 @@ end
|
|||||||
-- Load files
|
-- Load files
|
||||||
dofile(nether.path .. "/portal_api.lua")
|
dofile(nether.path .. "/portal_api.lua")
|
||||||
dofile(nether.path .. "/nodes.lua")
|
dofile(nether.path .. "/nodes.lua")
|
||||||
|
dofile(nether.path .. "/tools.lua")
|
||||||
if nether.NETHER_REALM_ENABLED then
|
if nether.NETHER_REALM_ENABLED then
|
||||||
if nether.useBiomes then
|
if nether.useBiomes then
|
||||||
dofile(nether.path .. "/mapgen.lua")
|
dofile(nether.path .. "/mapgen.lua")
|
||||||
|
Reference in New Issue
Block a user