We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f0335 commit da36c6aCopy full SHA for da36c6a
src/main/java/me/cortex/voxy/client/core/model/ModelBakerySubsystem.java
@@ -105,10 +105,10 @@ public void shutdown() {
105
106
public void requestBlockBake(int blockId) {
107
this.blockIdQueue.add(blockId);
108
+ this.blockIdCount.incrementAndGet();
109
}
110
111
public void addBiome(Mapper.BiomeEntry biomeEntry) {
- this.blockIdCount.incrementAndGet();
112
this.biomeQueue.add(biomeEntry);
113
114
0 commit comments