Rename end portal room to end portal shrine

This commit is contained in:
Wuzzy 2017-12-10 22:22:37 +01:00
parent 664c24ce7d
commit 810357f81a
2 changed files with 8 additions and 8 deletions

View file

@ -86,7 +86,7 @@ local generate_strongholds = function(minp, maxp)
pos.z = maxp.z - 7
end
mcl_structures.call_struct(pos, "end_portal_room")
mcl_structures.call_struct(pos, "end_portal_shrine")
strongholds[s].generated = true
end
end