Skip to content

Commit

Permalink
rc4, for real
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Jan 12, 2025
1 parent a5d9dcf commit c901c8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/xyz/nifeather/morph/MorphManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ private void load()
bannedDisguises = config.getBindableList(String.class, ConfigOption.BANNED_DISGUISES);
disabledWorlds = config.getBindableList(String.class, ConfigOption.DISGUISE_DISABLED_WORLDS);

disabledWorlds.onListChanged((diff, reason) ->
{
});

config.bind(allowHeadMorph, ConfigOption.ALLOW_HEAD_MORPH);
config.bind(allowAcquireMorph, ConfigOption.ALLOW_ACQUIRE_MORPHS);
config.bind(useClientRenderer, ConfigOption.USE_CLIENT_RENDERER);
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/feathermorph/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
"morph.no_enough_space": "<red>There is not enough space to disguise!",
"morph.no_such_local_disguise": "<color:red>No such disguise",
"morph.operation_cancelled": "<red>Operation cancelled by other sources",
"morph.disguise_disabled": "<color:red>Unable to disguise because this feature is disabled in the current world",
"morph.parse_error": "<color:red>Invalid disguise identifier: <id>",
"morph.partial_damaged": " (Partial Revealed)",
"morph.self_visible_off": "<color:red>Toggled SelfView off",
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/feathermorph/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
"morph.no_enough_space" : "<red>空间太过狭小,无法进行伪装!",
"morph.no_such_local_disguise" : "<color:red>未找到和此ID匹配的本地伪装",
"morph.operation_cancelled" : "<red>操作被其他来源取消",
"morph.disguise_disabled": "<color:red>无法伪装,因为此功能在当前世界被禁用",
"morph.parse_error" : "<color:red>未能解析<id>",
"morph.partial_damaged" : "(部分暴露)",
"morph.self_visible_off" : "<color:red>已切换自身可见",
Expand Down

0 comments on commit c901c8f

Please sign in to comment.