mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LegacyNetherFork.git
synced 2026-06-08 21:31:53 +00:00
Change Outer End World Size
a fixed size of 54x54 chunks instead of going by world size
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
TheOuterEndLevelRandomLevelSource::TheOuterEndLevelRandomLevelSource(Level *level, int64_t seed)
|
||||
{
|
||||
m_XZSize = level->getLevelData()->getXZSize();
|
||||
m_XZSize = END_LEVEL_MIN_WIDTH;
|
||||
|
||||
this->level = level;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user