This commit is contained in:
mcrcortex
2025-05-04 15:17:13 +10:00
parent 99f0335d36
commit da36c6abd1

View File

@@ -105,10 +105,10 @@ public class ModelBakerySubsystem {
public void requestBlockBake(int blockId) {
this.blockIdQueue.add(blockId);
this.blockIdCount.incrementAndGet();
}
public void addBiome(Mapper.BiomeEntry biomeEntry) {
this.blockIdCount.incrementAndGet();
this.biomeQueue.add(biomeEntry);
}