mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-04 04:46:28 +00:00
TU19: merge Minecraft.World/WorldGen
This commit is contained in:
@@ -29,7 +29,7 @@ void HellFlatLevelSource::prepareHeights(int xOffs, int zOffs,
|
||||
for (int yc = 0; yc < height; yc++) {
|
||||
int block = 0;
|
||||
if ((yc <= 6) || (yc >= 121)) {
|
||||
block = Tile::hellRock_Id;
|
||||
block = Tile::netherRack_Id;
|
||||
}
|
||||
|
||||
blocks[xc << 11 | zc << 7 | yc] = (uint8_t)block;
|
||||
@@ -194,3 +194,6 @@ TilePos* HellFlatLevelSource::findNearestMapFeature(
|
||||
Level* level, const std::wstring& featureName, int x, int y, int z) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void HellFlatLevelSource::recreateLogicStructuresForChunk(int chunkX,
|
||||
int chunkZ) {}
|
||||
Reference in New Issue
Block a user