mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-28 11:29:17 +00:00
修复存储
This commit is contained in:
@@ -123,6 +123,7 @@ public class VisualBlockStateAllocator {
|
||||
if (nextCandidate != null) {
|
||||
nextCandidate.setUsed();
|
||||
this.cachedBlockStates.put(pair.left(), nextCandidate.blockState());
|
||||
this.dirty = true;
|
||||
pair.right().complete(nextCandidate.blockState());
|
||||
} else {
|
||||
pair.right().completeExceptionally(new StateExhaustedException(group));
|
||||
|
||||
Reference in New Issue
Block a user