From c39fd540ff7f4614b96c79e8a7c95976740ce492 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Wed, 27 Sep 2023 17:56:28 +0900 Subject: [PATCH] lang update --- assets/mods/basegame/locales/en/blocks.json | 23 ++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/assets/mods/basegame/locales/en/blocks.json b/assets/mods/basegame/locales/en/blocks.json index 2411c4d0e..9e2611964 100644 --- a/assets/mods/basegame/locales/en/blocks.json +++ b/assets/mods/basegame/locales/en/blocks.json @@ -73,12 +73,12 @@ "BLOCK_ILLUMINATOR_BLUE" : "Blue Illuminator", "BLOCK_ILLUMINATOR_CYAN" : "Cyan Illuminator", "BLOCK_ILLUMINATOR_GREEN" : "Green Illuminator", - "BLOCK_ILLUMINATOR_GREEN_DARK": "Dark green Illuminator", + "BLOCK_ILLUMINATOR_GREEN_DARK": "Dark Green Illuminator", "BLOCK_ILLUMINATOR_BROWN" : "Brown Illuminator", "BLOCK_ILLUMINATOR_TAN" : "Tan Illuminator", - "BLOCK_ILLUMINATOR_GREY_LIGHT": "Light grey Illuminator", + "BLOCK_ILLUMINATOR_GREY_LIGHT": "Light Grey Illuminator", "BLOCK_ILLUMINATOR_GREY_MED" : "Grey Illuminator", - "BLOCK_ILLUMINATOR_GREY_DARK" : "Dark grey Illuminator", + "BLOCK_ILLUMINATOR_GREY_DARK" : "Dark Grey Illuminator", "BLOCK_ILLUMINATOR_BLACK" : "Blacklight Illuminator", "BLOCK_SANDSTONE": "Sandstone", @@ -92,6 +92,23 @@ "BLOCK_SUNSTONE": "Sunstone", "BLOCK_DAYLIGHT_CAPACITOR": "Daylight Capacitor", + "BLOCK_PLASTIC_WHITE" : "White Plastic Block", + "BLOCK_PLASTIC_YELLOW" : "Yellow Plastic Block", + "BLOCK_PLASTIC_ORANGE" : "Orange Plastic Block", + "BLOCK_PLASTIC_RED" : "Red Plastic Block", + "BLOCK_PLASTIC_FUCHSIA" : "Fuchsia Plastic Block", + "BLOCK_PLASTIC_PURPLE" : "Purple Plastic Block", + "BLOCK_PLASTIC_BLUE" : "Blue Plastic Block", + "BLOCK_PLASTIC_CYAN" : "Cyan Plastic Block", + "BLOCK_PLASTIC_GREEN" : "Green Plastic Block", + "BLOCK_PLASTIC_GREEN_DARK": "Dark Green Plastic Block", + "BLOCK_PLASTIC_BROWN" : "Brown Plastic Block", + "BLOCK_PLASTIC_TAN" : "Tan Plastic Block", + "BLOCK_PLASTIC_GREY_LIGHT": "Light Grey Plastic Block", + "BLOCK_PLASTIC_GREY_MED" : "Grey Plastic Block", + "BLOCK_PLASTIC_GREY_DARK" : "Dark Grey Plastic Block", + "BLOCK_PLASTIC_BLACK" : "Black Plastic Block", + "BLOCK_WATER": "Water", "BLOCK_LAVA": "Lava",