woops
This commit is contained in:
@@ -105,10 +105,10 @@ public class ModelBakerySubsystem {
|
|||||||
|
|
||||||
public void requestBlockBake(int blockId) {
|
public void requestBlockBake(int blockId) {
|
||||||
this.blockIdQueue.add(blockId);
|
this.blockIdQueue.add(blockId);
|
||||||
|
this.blockIdCount.incrementAndGet();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void addBiome(Mapper.BiomeEntry biomeEntry) {
|
public void addBiome(Mapper.BiomeEntry biomeEntry) {
|
||||||
this.blockIdCount.incrementAndGet();
|
|
||||||
this.biomeQueue.add(biomeEntry);
|
this.biomeQueue.add(biomeEntry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user