Remove outdated comments in mcl_portals

This commit is contained in:
Elias Åström 2024-01-16 21:19:13 +01:00 committed by cora
parent 31666872b1
commit 461eb56882

View File

@ -6,13 +6,6 @@ mcl_portals = {
local modpath = minetest.get_modpath(minetest.get_current_modname())
-- Nether portal:
-- Obsidian frame, activated by flint and steel
dofile(modpath.."/portal_nether.lua")
-- End portal (W.I.P):
-- Red nether brick block frame, activated by an eye of ender
dofile(modpath.."/portal_end.lua")
dofile(modpath.."/portal_gateway.lua")