-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the API so adding custom JSON values during preInit and init actually works (oops) ALSO fixed the API so it's actually independent (double oops) Added zh_cn.lang by WeiEAL , thanks!
- Loading branch information
1 parent
70e1fe8
commit 4def985
Showing
7 changed files
with
102 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
|
||
List of contributors | ||
|
||
Charles445 - anything not specified below | ||
|
||
- Assets - | ||
tehmadtitaan - Ice Armor Model Textures, Cloth Armor Model Textures | ||
Charles445 - everything else | ||
|
||
|
||
|
||
|
||
- Translations - | ||
WeiEAL - Chinese (Simplified) (zh_cn.lang) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 77 additions & 0 deletions
77
src/main/resources/assets/simpledifficulty/lang/zh_cn.lang
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
effect.cold_resist=严寒抗性 | ||
effect.heat_resist=炎热抗性 | ||
effect.hyperthermia=中暑 | ||
effect.hypothermia=伤寒 | ||
effect.thirsty=脱水 | ||
|
||
enchantment.chilling=寒冷 | ||
enchantment.heating=炎热 | ||
|
||
enchantment.simpledifficulty.chilling.desc=穿戴时降低玩家体温 | ||
enchantment.simpledifficulty.heating.desc=穿戴时提高玩家体温 | ||
|
||
fluid.purifiedwater=纯净水 | ||
|
||
itemGroup.tabSimpleDifficulty=坚定意志 | ||
|
||
item.simpledifficulty:canteen_broken.name=破水壶 | ||
item.simpledifficulty:canteen_empty.name=空水壶 | ||
item.simpledifficulty:canteen_normal.name=水壶 | ||
item.simpledifficulty:canteen_purified.name=纯净水壶 | ||
|
||
item.simpledifficulty:charcoal_filter.name=木炭过滤器 | ||
|
||
item.simpledifficulty:ice_chunk.name=冰块 | ||
|
||
item.simpledifficulty:ice_helmet.name=冰头盔 | ||
item.simpledifficulty:ice_chestplate.name=冰胸甲 | ||
item.simpledifficulty:ice_leggings.name=冰护腿 | ||
item.simpledifficulty:ice_boots.name=冰靴子 | ||
|
||
item.simpledifficulty:juice_apple.name=苹果汁 | ||
item.simpledifficulty:juice_beetroot.name=甜菜汁 | ||
item.simpledifficulty:juice_cactus.name=仙人掌汁 | ||
item.simpledifficulty:juice_carrot.name=胡萝卜汁 | ||
item.simpledifficulty:juice_chorus_fruit.name=紫颂果汁 | ||
item.simpledifficulty:juice_golden_melon.name=金西瓜汁 | ||
item.simpledifficulty:juice_golden_apple.name=金苹果汁 | ||
item.simpledifficulty:juice_golden_carrot.name=金萝卜汁 | ||
item.simpledifficulty:juice_melon.name=西瓜汁 | ||
item.simpledifficulty:juice_pumpkin.name=南瓜汁 | ||
|
||
item.simpledifficulty:magma_chunk.name=岩浆块 | ||
|
||
item.simpledifficulty:purified_water_bottle.name=纯净水瓶 | ||
|
||
item.simpledifficulty:thermometer.name=温度计 | ||
|
||
item.simpledifficulty:wool_helmet.name=棉帽 | ||
item.simpledifficulty:wool_chestplate.name=棉衣 | ||
item.simpledifficulty:wool_leggings.name=棉裤 | ||
item.simpledifficulty:wool_boots.name=棉鞋 | ||
|
||
lingering_potion.effect.cold_resist_type=滞留型抗寒药水 | ||
lingering_potion.effect.long_cold_resist_type=滞留型抗寒药水 | ||
lingering_potion.effect.heat_resist_type=滞留型耐热药水 | ||
lingering_potion.effect.long_heat_resist_type=滞留型耐热药水 | ||
|
||
potion.effect.cold_resist_type=抗寒药水 | ||
potion.effect.long_cold_resist_type=抗寒药水 | ||
potion.effect.heat_resist_type=耐热药水 | ||
potion.effect.long_heat_resist_type=耐热药水 | ||
|
||
splash_potion.effect.cold_resist_type=喷溅型抗寒药水 | ||
splash_potion.effect.long_cold_resist_type=喷溅型抗寒药水 | ||
splash_potion.effect.heat_resist_type=喷溅型耐热药水 | ||
splash_potion.effect.long_heat_resist_type=喷溅型耐热药水 | ||
|
||
tile.simpledifficulty:campfire.name=营火 | ||
tile.simpledifficulty:chiller.name=降温器 | ||
tile.simpledifficulty:heater.name=加热器 | ||
tile.simpledifficulty:purifiedwater.name=纯净水 | ||
tile.simpledifficulty:rain_collector.name=雨水收集器 | ||
|
||
tipped_arrow.effect.cold_resist_type=抗寒箭 | ||
tipped_arrow.effect.long_cold_resist_type=抗寒箭 | ||
tipped_arrow.effect.heat_resist_type=耐热箭 | ||
tipped_arrow.effect.long_heat_resist_type=耐热箭 |