diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-04-18 18:27:43 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-04-18 18:27:43 +0800 |
| commit | c684a013be87b57ab7d690b4b33e0454a6379b92 (patch) | |
| tree | 0b0feb6d64e26fa35ea7bc1f18435b28e62b908a /src/main/resources/assets | |
| parent | 0ebb0220488b4e1c8adbb14b318efa549fa2ad26 (diff) | |
| download | RoughlyEnoughItems-c684a013be87b57ab7d690b4b33e0454a6379b92.tar.gz RoughlyEnoughItems-c684a013be87b57ab7d690b4b33e0454a6379b92.tar.bz2 RoughlyEnoughItems-c684a013be87b57ab7d690b4b33e0454a6379b92.zip | |
Fix lang and craftable toggle depth
Diffstat (limited to 'src/main/resources/assets')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json index 7f77ac5d0..9b6a89832 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json @@ -60,5 +60,5 @@ "text.rei.gamemode_button.tooltip": "Vaheta mängurežiimi\n§7Lülita %s-režiimile.", "text.rei.weather_button.tooltip": "Vaheta ilma\n§7Lülita ilmale %s.", "text.rei.enabled": "Jah", - "text.rei.disabled": "Ei", + "text.rei.disabled": "Ei" } diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index 7ed31cd55..e1bdc9abf 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -82,5 +82,5 @@ "text.rei.config.item_cheating_mode": "物品作弊数量模式:", "text.rei.config.item_cheating_mode.rei_like": "标准", "text.rei.config.item_cheating_mode.jei_like": "反转", - "text.rei.no_config_api": "Cloth Config API 不存在!\n请安装它以显示游戏中的配置界面!", + "text.rei.no_config_api": "Cloth Config API 不存在!\n请安装它以显示游戏中的配置界面!" } diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index 25736515d..d82d82935 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -82,5 +82,5 @@ "text.rei.config.item_cheating_mode": "物品作弊數量模式:", "text.rei.config.item_cheating_mode.rei_like": "標准", "text.rei.config.item_cheating_mode.jei_like": "反轉", - "text.rei.no_config_api": "Cloth Config API 不存在!\n請安裝它以顯示游戲中的配置界面!", + "text.rei.no_config_api": "Cloth Config API 不存在!\n請安裝它以顯示游戲中的配置界面!" } |
