13
0

Use endstone instead

Dieser Commit ist enthalten in:
Lixfel 2020-11-11 08:51:40 +01:00
Ursprung 4116f32256
Commit 618390def1

Datei anzeigen

@ -76,7 +76,7 @@ public class WorldLoader {
for(int z = teamZ; z < teamZ + sizeZ; z++){
BlockPosition pos = new BlockPosition(x, y, z);
cworld.removeTileEntity(pos);
cworld.setTypeAndData(pos, Blocks.AIR.getBlockData(), 1042);
cworld.setTypeAndData(pos, Blocks.END_STONE.getBlockData(), 1042);
cworld.getChunkProvider().flagDirty(pos);
}
}