From 720380754d0b9966adc25e08a7bed0cab6304d00 Mon Sep 17 00:00:00 2001 From: Jayd-Rubies <155784127+Jayd-Rubies@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:36:07 -0500 Subject: [PATCH 1/3] Update zh_cn.json --- lang/zh_cn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/zh_cn.json b/lang/zh_cn.json index 327261f8..8ae07f35 100644 --- a/lang/zh_cn.json +++ b/lang/zh_cn.json @@ -1,6 +1,6 @@ { "#lang.name": "简体中文", -"#lang.credit": "squarescreamyt, pixelegend4", +"#lang.credit": "squarescreamyt, pixelegend4, jaydrubies", "#lang.font": "fusion-pixel-12px-monospaced-zh_hans", "land": "地", "liquids": "液体", @@ -33,7 +33,7 @@ "dirt": "土", "mud": "坭", "wet_sand": "湿沙", -"rock": "石", +"rock": "石头", "rock_wall": "石墙", "mudstone": "坭石", "packed_sand": "压缩沙", @@ -52,7 +52,7 @@ "snow": "雪", "slush": "冰水", "packed_snow": "积雪", -"wood": "木", +"wood": "石头", "smoke": "烟", "magma": "岩浆", "plasma": "电浆", From 57dad311282bf97cf18135b7ca39707a9b78df45 Mon Sep 17 00:00:00 2001 From: Jayd-Rubies <155784127+Jayd-Rubies@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:43:05 -0500 Subject: [PATCH 2/3] Update weapons.js --- mods/weapons.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/weapons.js b/mods/weapons.js index 49700eef..a81725d3 100644 --- a/mods/weapons.js +++ b/mods/weapons.js @@ -1,3 +1,4 @@ +//weapons.js by Jayd also know as JaydRubies elements.tsar_bomba = { color: "#524C41", behavior: [ @@ -996,4 +997,4 @@ elements.railgun_right = { color: "#71797E", conduct: 1, hardness: 1, -} \ No newline at end of file +} From 122345c235d35049876ebc7942ffd9d021e48568 Mon Sep 17 00:00:00 2001 From: Jayd-Rubies <155784127+Jayd-Rubies@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:54:25 -0500 Subject: [PATCH 3/3] Update zh_cn.json --- lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/zh_cn.json b/lang/zh_cn.json index 8ae07f35..8dddd0da 100644 --- a/lang/zh_cn.json +++ b/lang/zh_cn.json @@ -403,7 +403,7 @@ "radiation": "辐射", "rad_steam": "辐射蒸汽", "rad_cloud": "拉德云", -"fallout": "掉出来", +"fallout": "放射性尘埃", "neutron": "中子", "proton": "质子", "electric": "电",