Refactoring

This commit is contained in:
Brayd 2023-04-22 09:23:19 +02:00
parent 9f3806a4bb
commit 429b3395e7
Signed by: brayd
GPG Key ID: C2B176B9DEB8BA48
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ pangeos = {}
local path = minetest.get_modpath("pangeos")
-- Load files
dofile(path.."/biomes.lua")
dofile(path.."/liquids.lua")
dofile(path.."/nodes.lua")
dofile(path.."/liquids.lua")
dofile(path.."/biomes.lua")
-- Register essential aliases
minetest.register_alias("mapgen_stone", "pangeos:stone")
@ -15,4 +15,4 @@ minetest.register_alias("mapgen_water_source", "pangeos:water_source")
minetest.register_alias("mapgen_river_water_source", "pangeos:river_water_source")
print("[Pangeos] Sucessfully loaded Pangeos!")
print("[Pangeos] Sucessfully loaded Pangeos!")