mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-20 15:39:22 +00:00
修复一处语言错误
This commit is contained in:
@@ -550,7 +550,7 @@ public abstract class AbstractBlockManager extends AbstractModelGenerator implem
|
|||||||
}
|
}
|
||||||
AutoStateGroup group = AutoStateGroup.byId(autoStateType);
|
AutoStateGroup group = AutoStateGroup.byId(autoStateType);
|
||||||
if (group == null) {
|
if (group == null) {
|
||||||
throw new LocalizedResourceConfigException("warning.config.block.state.invalid_auto_state", autoStateId, EnumUtils.toString(AutoStateGroup.values()));
|
throw new LocalizedResourceConfigException("warning.config.block.state.invalid_auto_state", autoStateType, EnumUtils.toString(AutoStateGroup.values()));
|
||||||
}
|
}
|
||||||
futureVisualStates.put(appearanceName, this.visualBlockStateAllocator.requestAutoState(autoStateId, group));
|
futureVisualStates.put(appearanceName, this.visualBlockStateAllocator.requestAutoState(autoStateId, group));
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user