Skip to content

Commit

Permalink
Rename ItemTag to ItemTags
Browse files Browse the repository at this point in the history
  • Loading branch information
MukjepScarlet committed Oct 8, 2024
1 parent 4616f56 commit 45a1af9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ private const val BACKGROUND_PADDING: Int = 2
*
* Show the names and quantities of items in several boxes.
*/
object ModuleItemTag : Module("ItemTag", Category.RENDER) {
object ModuleItemTags : Module("ItemTags", Category.RENDER) {

override val translationBaseKey: String
get() = "liquidbounce.module.itemTag"
get() = "liquidbounce.module.itemTags"

private val boxSize by float("BoxSize", 1.0F, 0.1F..10.0F)
private val scale by float("Scale", 1.5F, 0.25F..4F)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/liquidbounce/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
"liquidbounce.module.inventoryMove.messages.blinkStart": "你将开始%s的网络滞后。",
"liquidbounce.module.inventoryMove.messages.blinkEnd": "你不再滞后,我们关闭了你的背包屏幕。",
"liquidbounce.module.itemEsp.description": "允许你透过方块看到掉落物。",
"liquidbounce.module.itemTag.description": "为一定范围内的掉落物品显示标签,包括图标和数量。",
"liquidbounce.module.itemTags.description": "为一定范围内的掉落物品显示标签,包括图标和数量。",
"liquidbounce.module.jumpEffect.description": "跳跃时在你脚下显示一种效果。",
"liquidbounce.module.keepChatAfterDeath.description": "允许你在死亡屏幕使用聊天。",
"liquidbounce.module.keepSprint.description": "允许你在攻击时保持疾跑。",
Expand Down

0 comments on commit 45a1af9

Please sign in to comment.