NC_Vulcan/init.lua

18 lines
382 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
minetest.register_alias_force("mapgen_lava_source", "air")
include("vulcan")
include("voxelarea_iterator")
include("magma_veins")
include("volcanoes")
include("hydrothermal_vents")