mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-19 15:09:15 +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));
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user