Follow along with the video below to see how to install our site as a web app on your home screen.
请注意: 此功能在某些浏览器中可能不可用。
修复Chunk中维度相关方法NPE (#536) * 修复Chunk中维度相关方法NPE +u * Chunk中新增get*Height * 修复get*Height中潜在的NPE
地图改进 (#524) * 修复天光计算和光照传感器 * 初步完成3D生物群系 * 允许彻底并行获取已加载区块 * 修复3D生物群系负数id读写 * 避免ThreadLocal造成的区块内存泄漏 * 去掉getBlockAround的同步锁 * 去掉getBlockAround的同步锁 * 允许并发读写方块 * 完善维度系统,添加自定义维度API * 更新版本号 * 修复Chunk中getBiomeId死递归问题 * 去除方块实体和实体的冗余装箱 +u