0.0.6-alpha

This commit is contained in:
2024-02-17 19:28:09 +08:00
parent 21e05ac442
commit 6c436e20c6
196 changed files with 16183 additions and 619 deletions

View File

@@ -13,5 +13,7 @@
"text.autoconfig.bettercombat.option.client.weaponSwingSoundVolume": "Weapon swing sound volume %",
"hud.bettercombat.mine_with_weapons_on": "Mine with weapons: Yes",
"text.autoconfig.bettercombat.option.client.swingThruGrassBlacklist.@Tooltip": "Weapons with an ID that matches this regex will never swing thru grass",
"text.autoconfig.bettercombat.option.client.isDebugOBBEnabled": "Debug hitbox"
"text.autoconfig.bettercombat.option.client.isDebugOBBEnabled": "Debug hitbox",
"text.autoconfig.bettercombat.option.client.mineWithWeaponBlacklist": "Mine with weapon blacklist",
"text.autoconfig.bettercombat.option.client.mineWithWeaponBlacklist.@Tooltip": "Weapons with an ID that matches this regex will never be used to harvest blocks"
}

View File

@@ -13,5 +13,7 @@
"text.autoconfig.bettercombat.option.client.weaponSwingSoundVolume": "武器挥动音量%",
"hud.bettercombat.mine_with_weapons_on": "我的武器:是",
"text.autoconfig.bettercombat.option.client.swingThruGrassBlacklist.@Tooltip": "ID 与此正则表达式匹配的武器永远不会穿过草地",
"text.autoconfig.bettercombat.option.client.isDebugOBBEnabled": "调试碰撞箱"
"text.autoconfig.bettercombat.option.client.isDebugOBBEnabled": "调试碰撞箱",
"text.autoconfig.bettercombat.option.client.mineWithWeaponBlacklist": "我的武器黑名单",
"text.autoconfig.bettercombat.option.client.mineWithWeaponBlacklist.@Tooltip": "ID 与此正则表达式匹配的武器永远不会用于收获方块"
}