Add nether and end portal (WIP)

New mod: mcl_portals, based on maikerumine's work
This commit is contained in:
Wuzzy 2017-08-17 00:16:29 +02:00
parent 895fc7d757
commit 657851125f
11 changed files with 836 additions and 0 deletions

View file

@ -0,0 +1,10 @@
-- 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")