Skip to content

Commit 9eed4a2

Browse files
committed
lang
1 parent 044606d commit 9eed4a2

3 files changed

Lines changed: 25 additions & 15 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ loader_version=0.17.2
1010
loom_version=1.11-SNAPSHOT
1111

1212
# Mod Properties
13-
mod_version=1.0.0
13+
mod_version=1.1.0
1414
maven_group=com.adccadc.rust
1515
archives_base_name=rust
1616

src/main/resources/assets/rust/lang/en_us.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
"item.rust.waxed_weathered_soul_lantern": "Waxed Weathered Soul Lantern",
109109
"item.rust.waxed_oxidized_soul_lantern": "Waxed Oxidized Soul Lantern",
110110

111+
"item.rust.rusty_iron_golem_spawn_egg": "Rusty Iron Golem Spawn Egg",
112+
"item.rust.waxed_iron_golem_spawn_egg": "Waxed Iron Golem Spawn Egg",
111113

112114
"block.rust.exposed_iron_block": "Exposed Iron Block",
113115
"block.rust.weathered_iron_block": "Weathered Iron Block",
@@ -181,11 +183,14 @@
181183
"block.rust.waxed_weathered_lantern": "Waxed Weathered Lantern",
182184
"block.rust.waxed_oxidized_lantern": "Waxed Oxidized Lantern",
183185

184-
"item.rust.exposed_soul_lantern": "Exposed Soul Lantern",
185-
"item.rust.weathered_soul_lantern": "Weathered Soul Lantern",
186-
"item.rust.oxidized_soul_lantern": "Oxidized Soul Lantern",
187-
"item.rust.waxed_soul_lantern": "Waxed Soul Lantern",
188-
"item.rust.waxed_exposed_soul_lantern": "Waxed Exposed Soul Lantern",
189-
"item.rust.waxed_weathered_soul_lantern": "Waxed Weathered Soul Lantern",
190-
"item.rust.waxed_oxidized_soul_lantern": "Waxed Oxidized Soul Lantern"
186+
"block.rust.exposed_soul_lantern": "Exposed Soul Lantern",
187+
"block.rust.weathered_soul_lantern": "Weathered Soul Lantern",
188+
"block.rust.oxidized_soul_lantern": "Oxidized Soul Lantern",
189+
"block.rust.waxed_soul_lantern": "Waxed Soul Lantern",
190+
"block.rust.waxed_exposed_soul_lantern": "Waxed Exposed Soul Lantern",
191+
"block.rust.waxed_weathered_soul_lantern": "Waxed Weathered Soul Lantern",
192+
"block.rust.waxed_oxidized_soul_lantern": "Waxed Oxidized Soul Lantern",
193+
194+
"entity.rust.rusty_iron_golem": "Rusty Iron Golem",
195+
"entity.rust.waxed_iron_golem": "Waxed Iron Golem"
191196
}

src/main/resources/assets/rust/lang/zh_cn.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
"item.rust.waxed_weathered_soul_lantern": "涂蜡的锈蚀灵魂灯笼",
109109
"item.rust.waxed_oxidized_soul_lantern": "涂蜡的氧化灵魂灯笼",
110110

111+
"item.rust.rusty_iron_golem_spawn_egg": "生锈铁傀儡刷怪蛋",
112+
"item.rust.waxed_iron_golem_spawn_egg": "涂蜡铁傀儡刷怪蛋",
111113

112114
"block.rust.exposed_iron_block": "斑驳的铁块",
113115
"block.rust.weathered_iron_block": "锈蚀的铁块",
@@ -181,11 +183,14 @@
181183
"block.rust.waxed_weathered_lantern": "涂蜡的锈蚀灯笼",
182184
"block.rust.waxed_oxidized_lantern": "涂蜡的氧化灯笼",
183185

184-
"item.rust.exposed_soul_lantern": "斑驳的灵魂灯笼",
185-
"item.rust.weathered_soul_lantern": "锈蚀的灵魂灯笼",
186-
"item.rust.oxidized_soul_lantern": "氧化的灵魂灯笼",
187-
"item.rust.waxed_soul_lantern": "涂蜡的灵魂灯笼",
188-
"item.rust.waxed_exposed_soul_lantern": "涂蜡的斑驳灵魂灯笼",
189-
"item.rust.waxed_weathered_soul_lantern": "涂蜡的锈蚀灵魂灯笼",
190-
"item.rust.waxed_oxidized_soul_lantern": "涂蜡的氧化灵魂灯笼"
186+
"block.rust.exposed_soul_lantern": "斑驳的灵魂灯笼",
187+
"block.rust.weathered_soul_lantern": "锈蚀的灵魂灯笼",
188+
"block.rust.oxidized_soul_lantern": "氧化的灵魂灯笼",
189+
"block.rust.waxed_soul_lantern": "涂蜡的灵魂灯笼",
190+
"block.rust.waxed_exposed_soul_lantern": "涂蜡的斑驳灵魂灯笼",
191+
"block.rust.waxed_weathered_soul_lantern": "涂蜡的锈蚀灵魂灯笼",
192+
"block.rust.waxed_oxidized_soul_lantern": "涂蜡的氧化灵魂灯笼",
193+
194+
"entity.rust.rusty_iron_golem": "生锈铁傀儡",
195+
"entity.rust.waxed_iron_golem": "涂蜡铁傀儡"
191196
}

0 commit comments

Comments
 (0)