mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-05 07:41:06 +01:00
11 lines
297 B
Lua
11 lines
297 B
Lua
|
-- Load files
|
||
|
|
||
|
-- Nether portal:
|
||
|
-- Obsidian frame, activated by flint and steel
|
||
|
dofile(minetest.get_modpath("mcl_portals").."/portal_nether.lua")
|
||
|
|
||
|
-- End portal (W.I.P):
|
||
|
-- Red nether brick block frame, activated by an eye of ender
|
||
|
dofile(minetest.get_modpath("mcl_portals").."/portal_end.lua")
|
||
|
|