mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-20 07:29:17 +00:00
修复存储
This commit is contained in:
@@ -123,6 +123,7 @@ public class VisualBlockStateAllocator {
|
|||||||
if (nextCandidate != null) {
|
if (nextCandidate != null) {
|
||||||
nextCandidate.setUsed();
|
nextCandidate.setUsed();
|
||||||
this.cachedBlockStates.put(pair.left(), nextCandidate.blockState());
|
this.cachedBlockStates.put(pair.left(), nextCandidate.blockState());
|
||||||
|
this.dirty = true;
|
||||||
pair.right().complete(nextCandidate.blockState());
|
pair.right().complete(nextCandidate.blockState());
|
||||||
} else {
|
} else {
|
||||||
pair.right().completeExceptionally(new StateExhaustedException(group));
|
pair.right().completeExceptionally(new StateExhaustedException(group));
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G
|
|||||||
|
|
||||||
# Project settings
|
# Project settings
|
||||||
# Rule: [major update].[feature update].[bug fix]
|
# Rule: [major update].[feature update].[bug fix]
|
||||||
project_version=0.0.64.10
|
project_version=0.0.64.11
|
||||||
config_version=49
|
config_version=49
|
||||||
lang_version=34
|
lang_version=34
|
||||||
project_group=net.momirealms
|
project_group=net.momirealms
|
||||||
|
|||||||
Reference in New Issue
Block a user