mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-24 10:04:36 +00:00
reimplement aether stuff from personal repo
This commit is contained in:
@@ -86,6 +86,11 @@ ChunkStorage *McRegionLevelStorage::createChunkStorage(Dimension *dimension)
|
||||
return new McRegionChunkStorage(m_saveFile, LevelStorage::ENDER_FOLDER);
|
||||
}
|
||||
|
||||
if (dynamic_cast<AetherDimension *>(dimension) != NULL)
|
||||
{
|
||||
return new McRegionChunkStorage(m_saveFile, LevelStorage::AETHER_FOLDER);
|
||||
}
|
||||
|
||||
return new McRegionChunkStorage(m_saveFile, L"");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user