This commit is contained in:
BRanulf 2025-06-11 19:48:12 +08:00
parent f10d11289e
commit c381874b87
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ minecraft_version=1.21.4
yarn_mappings=1.21.4+build.8 yarn_mappings=1.21.4+build.8
loader_version=0.16.10 loader_version=0.16.10
# Mod Properties # Mod Properties
mod_version=1.14.514.003 mod_version=1.14.514.004
maven_group=com.example maven_group=com.example
archives_base_name=autocrossbow archives_base_name=autocrossbow
# Dependencies # Dependencies

View File

@ -1,7 +1,7 @@
{ {
"key.autocrossbow.toggle": "切换连弩模式", "key.autocrossbow.toggle": "切换连弩模式",
"category.autocrossbow": "诸葛连弩", "category.autocrossbow": "诸葛连弩",
"message.autocrossbow.status": "诸葛连弩 %s", "message.autocrossbow.status": "§b[诸葛连弩]§f 状态: %s",
"message.autocrossbow.enabled": "启", "message.autocrossbow.enabled": "§a已启",
"message.autocrossbow.disabled": "已关闭" "message.autocrossbow.disabled": "§c已禁用"
} }