This commit is contained in:
ZHAY10086
2024-10-23 11:12:12 +08:00
parent 7dc5d8c5e4
commit 4124ee8a0c
2 changed files with 7 additions and 13 deletions
-2
View File
@@ -3035,5 +3035,3 @@ base.material.sentient_meatball=感知肉丸
base.material.grave_dust=墓灰
base.material.ichorium=灵液素
base.material.ascended_draconic_alloy=飞升神龙合金
# Missing Keys
tile.bloodarsenal.slate..name=压缩石板
+7 -11
View File
@@ -1,12 +1,8 @@
import crafttweaker.game.IGame;
game.setLocalization("tile.bloodarsenal.slate..name", "Compressed Slate");
// <bloodarsenal:slate:0>.displayName = "Compressed Slate";
// <bloodarsenal:slate:1>.displayName = "Compressed Slate";
// <bloodarsenal:slate:2>.displayName = "Compressed Slate";
// <bloodarsenal:slate:3>.displayName = "Compressed Slate";
// <bloodarsenal:slate:4>.displayName = "Compressed Slate";
game.setLocalization("item.dimdoors.world_thread.name", "World Thread");
game.setLocalization("item.dimdoors.stable_fabric.name", "Stable Fabric");
// <dimdoors:world_thread>.displayName = "World Thread";
// <dimdoors:stable_fabric>.displayName = "Stable Fabric";
<bloodarsenal:slate:0>.displayName = "压缩石板";
<bloodarsenal:slate:1>.displayName = "压缩石板";
<bloodarsenal:slate:2>.displayName = "压缩石板";
<bloodarsenal:slate:3>.displayName = "压缩石板";
<bloodarsenal:slate:4>.displayName = "压缩石板";
<dimdoors:world_thread>.displayName = "世界纤维";
<dimdoors:stable_fabric>.displayName = "稳定构造";