mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-10 01:36:03 +00:00
Performance improvements
This commit is contained in:
@@ -117,7 +117,7 @@ public class NBTWorld {
|
||||
}
|
||||
|
||||
public static CompoundTag getCompound(BlockData bd) {
|
||||
return blockDataCache.computeIfAbsent(bd, BLOCK_DATA_COMPUTE).clone();
|
||||
return blockDataCache.computeIfAbsent(bd, BLOCK_DATA_COMPUTE);
|
||||
}
|
||||
|
||||
private static Map<Biome, Integer> computeBiomeIDs() {
|
||||
|
||||
Reference in New Issue
Block a user