9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-19 15:09:15 +00:00

修复存储

This commit is contained in:
XiaoMoMi
2025-10-15 16:36:39 +08:00
parent 7055c527a8
commit c49b8cce41
2 changed files with 2 additions and 1 deletions

View File

@@ -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));

View File

@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G
# Project settings
# Rule: [major update].[feature update].[bug fix]
project_version=0.0.64.10
project_version=0.0.64.11
config_version=49
lang_version=34
project_group=net.momirealms