diff --git a/resources/contenttweaker/lang/zh_cn.lang b/resources/contenttweaker/lang/zh_cn.lang index 4bd85282..06379920 100644 --- a/resources/contenttweaker/lang/zh_cn.lang +++ b/resources/contenttweaker/lang/zh_cn.lang @@ -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=压缩石板 diff --git a/scripts/NullNameFix.zs b/scripts/NullNameFix.zs index 03d2f88f..f5841fa8 100644 --- a/scripts/NullNameFix.zs +++ b/scripts/NullNameFix.zs @@ -1,12 +1,8 @@ -import crafttweaker.game.IGame; -game.setLocalization("tile.bloodarsenal.slate..name", "Compressed Slate"); -// .displayName = "Compressed Slate"; -// .displayName = "Compressed Slate"; -// .displayName = "Compressed Slate"; -// .displayName = "Compressed Slate"; -// .displayName = "Compressed Slate"; -game.setLocalization("item.dimdoors.world_thread.name", "World Thread"); -game.setLocalization("item.dimdoors.stable_fabric.name", "Stable Fabric"); -// .displayName = "World Thread"; -// .displayName = "Stable Fabric"; \ No newline at end of file +.displayName = "压缩石板"; +.displayName = "压缩石板"; +.displayName = "压缩石板"; +.displayName = "压缩石板"; +.displayName = "压缩石板"; +.displayName = "世界纤维"; +.displayName = "稳定构造"; \ No newline at end of file