diff --git a/assets/mods/basegame/locales/en/itemdesc.json b/assets/mods/basegame/locales/en/itemdesc.json index 4023ef629..b5f6c86f1 100644 --- a/assets/mods/basegame/locales/en/itemdesc.json +++ b/assets/mods/basegame/locales/en/itemdesc.json @@ -41,6 +41,7 @@ "TOOLTIP_item@basegame:27": "Every blacksmith gotta start from somewhere", "TOOLTIP_item@basegame:28": "A music vending machine (free to play)", "TOOLTIP_item@basegame:29": "A coal lookalike that burns just as well and is renewable", + "TOOLTIP_item@basegame:36": "Creates wires from metal ingots", "TOOLTIP_item@basegame:114": "A precious fuel for the steel production", diff --git a/assets/mods/basegame/locales/koKR/itemdesc.json b/assets/mods/basegame/locales/koKR/itemdesc.json index 2962bab25..8c8cfa580 100644 --- a/assets/mods/basegame/locales/koKR/itemdesc.json +++ b/assets/mods/basegame/locales/koKR/itemdesc.json @@ -41,6 +41,7 @@ "TOOLTIP_item@basegame:27": "모든 대장장이는 초보 시절이 있는 법이죠", "TOOLTIP_item@basegame:28": "음악 자판기입이다 (무료 플레이)", "TOOLTIP_item@basegame:29": "석탄과 비슷하고 똑같이 잘 타지만 재생 가능합니다", + "TOOLTIP_item@basegame:36": "금속 주괴를 사용해 철사를 뽑아냅니다", "TOOLTIP_item@basegame:114": "강철 생산의 소중한 연료입니다", diff --git a/assets/mods/basegame/locales/koKR/items.json b/assets/mods/basegame/locales/koKR/items.json index 387cbc92b..b1f045a78 100644 --- a/assets/mods/basegame/locales/koKR/items.json +++ b/assets/mods/basegame/locales/koKR/items.json @@ -72,7 +72,7 @@ "ITEM_TYPEWRITER": "타자기", "ITEM_WIRE": "전선", "ITEM_WIRE_CUTTER": "전선 절단기", - "ITEM_WIRE_ROLLING_MILL": "선재 압연기", + "ITEM_WIRE_ROLLING_MILL": "철사 압연기", "ITEM_WOOD_STICK": "막대기", "ITEM_WOODEN_MALLET": "나무 망치", "ITEM_WORKBENCH": "작업대",