Files
Terrarum/assets/modules/basegame/locales/en/blocks.json
2017-04-28 01:49:32 +09:00

95 lines
3.1 KiB
JSON

{
"BLOCK_AIR": "Air",
"BLOCK_STONE": "Stone",
"BLOCK_STONE_QUARRIED": "Quarried Stone",
"BLOCK_STONE_TILE_WHITE": "Stone Tile",
"BLOCK_STONE_BRICKS": "Stone Bricks",
"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_BLOODROSE": "Rosewood Planks",
"BLOCK_TRUNK_NORMAL": "Oak Log",
"BLOCK_TRUNK_EBONY": "Ebony Log",
"BLOCK_TRUNK_BIRCH": "Birch Log",
"BLOCK_TRUNK_BLOODROSE": "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_BLOODROSE": "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_LANTERN_IRON_REGULAR": "Iron Lantern",
"BLOCK_SUNSTONE": "Sunstone",
"BLOCK_DAYLIGHT_CAPACITOR": "Daylight Capacitor",
"BLOCK_WATER": "Water",
"BLOCK_LAVA": "Lava"
}