From da36c6abd115ebefadf663a0e7d1dac36a6e3ccc Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Sun, 4 May 2025 15:17:13 +1000 Subject: [PATCH] woops --- .../me/cortex/voxy/client/core/model/ModelBakerySubsystem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/cortex/voxy/client/core/model/ModelBakerySubsystem.java b/src/main/java/me/cortex/voxy/client/core/model/ModelBakerySubsystem.java index ec08a62b..8d8e612f 100644 --- a/src/main/java/me/cortex/voxy/client/core/model/ModelBakerySubsystem.java +++ b/src/main/java/me/cortex/voxy/client/core/model/ModelBakerySubsystem.java @@ -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); }