mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-27 19:09:08 +00:00
feat(network): 快速确认注册表一致
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
"title.craftengine.config": "CraftEngine Settings",
|
||||
"category.craftengine.general": "General",
|
||||
"option.craftengine.enable_network": "Enable custom blocks in server",
|
||||
"tooltip.craftengine.enable_network": "You need to re-enter the server to take effect"
|
||||
"tooltip.craftengine.enable_network": "You need to re-enter the server to take effect",
|
||||
"disconnect.craftengine.block_registry_mismatch": "Block registry size mismatch!",
|
||||
"disconnect.craftengine.title": "CraftEngine Connection Error"
|
||||
}
|
||||
@@ -2,5 +2,7 @@
|
||||
"title.craftengine.config": "CraftEngine设置",
|
||||
"category.craftengine.general": "通用",
|
||||
"option.craftengine.enable_network": "启用服务器内自定义方块",
|
||||
"tooltip.craftengine.enable_network": "需要重新进入服务器即可生效"
|
||||
"tooltip.craftengine.enable_network": "需要重新进入服务器即可生效",
|
||||
"disconnect.craftengine.block_registry_mismatch": "方块注册表大小不匹配!",
|
||||
"disconnect.craftengine.title": "CraftEngine连接错误"
|
||||
}
|
||||
Reference in New Issue
Block a user