Files
Terrarum/assets/mods/basegame/locales/en/blocks.json
2023-09-29 01:55:26 +09:00

124 lines
4.2 KiB
JSON

{
"BLOCK_WALL_NAME_TEMPLATE": "%1$s Wall",
"BLOCK_UNLIT_TEMPLATE": "Unlit %1$s",
"BLOCK_AIR": "Air",
"BLOCK_STONE": "Stone",
"BLOCK_STONE_QUARRIED": "Quarried Stone",
"BLOCK_STONE_TILE_WHITE": "Stone Tile",
"BLOCK_STONE_BRICKS": "Stone Bricks",
"BLOCK_STONE_DEEP": "Deepstone",
"BLOCK_STONE_MARBLE": "Marble",
"BLOCK_DIRT": "Dirt",
"BLOCK_GRASS": "Grass",
"BLOCK_GRASSWALL": "Grass",
"BLOCK_PLANK_NORMAL": "Wooden Planks",
"BLOCK_PLANK_EBONY": "Ebony Planks",
"BLOCK_PLANK_BIRCH": "Birch Planks",
"BLOCK_PLANK_ROSEWOOD": "Rosewood Planks",
"BLOCK_TRUNK_NORMAL": "Oak Log",
"BLOCK_TRUNK_EBONY": "Ebony Log",
"BLOCK_TRUNK_BIRCH": "Birch Log",
"BLOCK_TRUNK_ROSEWOOD": "Rosewood Log",
"BLOCK_SAND": "Sand",
"BLOCK_SAND_WHITE": "White Sand",
"BLOCK_SAND_RED": "Red Sand",
"BLOCK_SAND_DESERT": "Sand",
"BLOCK_SAND_BLACK": "Black Sand",
"BLOCK_SAND_GREEN": "Green Sand",
"BLOCK_GRAVEL": "Gravel",
"BLOCK_GRAVEL_GREY": "Grey Gravel",
"BLOCK_ORE_MALACHITE": "Malachite",
"BLOCK_ORE_HEMATITE": "Hematite",
"BLOCK_ORE_NATURAL_GOLD": "Natural Gold",
"BLOCK_ORE_NATURAL_SILVER": "Natural Silver",
"BLOCK_ORE_RUTILE": "Rutile",
"BLOCK_ORE_AURICHALCUMITE": "Aurichalcumite",
"BLOCK_GEM_RUBY": "Raw Ruby",
"BLOCK_GEM_EMERALD": "Raw Emerald",
"BLOCK_GEM_SAPPHIRE": "Raw Sapphire",
"BLOCK_GEM_TOPAZ": "Raw Topaz",
"BLOCK_GEM_DIAMOND": "Raw Diamond",
"BLOCK_GEM_AMETHYST": "Raw Amethyst",
"BLOCK_SNOW": "Snow",
"BLOCK_ICE_FRAGILE": "Thin Ice",
"BLOCK_ICE_NATURAL": "Ice",
"BLOCK_ICE_CLEAR_MAGICAL": "Clear Ice",
"BLOCK_GLASS_CRUDE": "Glass",
"BLOCK_GLASS_CLEAN": "Clean Glass",
"BLOCK_PLATFORM_STONE": "Stone Platform",
"BLOCK_PLATFORM_WOODEN": "Wooden Platform",
"BLOCK_PLATFORM_EBONY": "Ebony Platform",
"BLOCK_PLATFORM_BIRCH": "Birch Platform",
"BLOCK_PLATFORM_ROSEWOOD": "Rosewood Platform",
"BLOCK_TORCH": "Torch",
"BLOCK_TORCH_FROST": "Frost Torch",
"BLOCK_ILLUMINATOR_WHITE" : "White Illuminator",
"BLOCK_ILLUMINATOR_YELLOW" : "Yellow Illuminator",
"BLOCK_ILLUMINATOR_ORANGE" : "Orange Illuminator",
"BLOCK_ILLUMINATOR_RED" : "Red Illuminator",
"BLOCK_ILLUMINATOR_FUCHSIA" : "Fuchsia Illuminator",
"BLOCK_ILLUMINATOR_PURPLE" : "Purple Illuminator",
"BLOCK_ILLUMINATOR_BLUE" : "Blue Illuminator",
"BLOCK_ILLUMINATOR_CYAN" : "Cyan Illuminator",
"BLOCK_ILLUMINATOR_GREEN" : "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_MED" : "Grey Illuminator",
"BLOCK_ILLUMINATOR_GREY_DARK" : "Dark Grey Illuminator",
"BLOCK_ILLUMINATOR_BLACK" : "Blacklight Illuminator",
"BLOCK_SANDSTONE": "Sandstone",
"BLOCK_SANDSTONE_WHITE": "White Sandstone",
"BLOCK_SANDSTONE_RED": "Red Sandstone",
"BLOCK_SANDSTONE_DESERT": "Sandstone",
"BLOCK_SANDSTONE_BLACK": "Black Sandstone",
"BLOCK_SANDSTONE_GREEN": "Green Sandstone",
"BLOCK_SCAFFOLDING_NORMAL": "Scaffolding",
"BLOCK_LANTERN": "Lantern",
"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",
"WIRE_RED": "Red Wire",
"WIRE_GREEN": "Green Wire",
"WIRE_BLUE": "Blue Wire",
"WIRE_BUNDLE": "Wire Bundle"
}