Skip to content

Commit

Permalink
mods_feat(Time in a bottle standalone): 新增時間之瓶 (#91)
Browse files Browse the repository at this point in the history
* mods_feat(Time in a bottle standalone): 新增時間之瓶

* mods_fix(Time in a bottle standalone): 修復缺失的 1.18 Itemgroup
  • Loading branch information
xMikux committed Dec 25, 2022
1 parent 0d597ce commit 1b0cd15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/tiab/lang/en_us.json
@@ -0,0 +1,6 @@
{
"itemGroup.tiab_creative_tab_name": "Time in a bottle", // 1.18 String
"item.tiab.time_in_a_bottle": "Time in a bottle",
"item.tiab.time_in_a_bottle.tooltip.stored_time": "Stored time %s:%s:%s",
"item.tiab.time_in_a_bottle.tooltip.total_accumulated_time": "Total accumulated time %s:%s:%s"
}
6 changes: 6 additions & 0 deletions assets/tiab/lang/zh_tw.json
@@ -0,0 +1,6 @@
{
"itemGroup.tiab_creative_tab_name": "時間之瓶", // 1.18 String
"item.tiab.time_in_a_bottle": "時間之瓶",
"item.tiab.time_in_a_bottle.tooltip.stored_time": "已儲存時間 %s:%s:%s",
"item.tiab.time_in_a_bottle.tooltip.total_accumulated_time": "總累積時間 %s:%s:%s"
}

0 comments on commit 1b0cd15

Please sign in to comment.