Translation, hitboxes, fixes

This commit is contained in:
paulevsGitch 2020-11-29 23:55:14 +03:00
parent a869cc3f9b
commit 05639b7e33
8 changed files with 72 additions and 11 deletions

View file

@ -362,5 +362,24 @@
"block.betterend.bulb_lantern_white": "White Bulb Lantern",
"block.betterend.bulb_lantern_yellow": "Yellow Bulb Lantern",
"block.betterend.bushy_grass": "Bushy Grass"
"block.betterend.bushy_grass": "Bushy Grass",
"block.betterend.brimstone": "Brimstone",
"block.betterend.sulfuric_rock": "Sulfuric Rock",
"block.betterend.sulfuric_rock_bricks": "Sulfuric Rock Bricks",
"block.betterend.sulfuric_rock_bricks_slab": "Sulfuric Rock Bricks Slab",
"block.betterend.sulfuric_rock_bricks_stairs": "Sulfuric Rock Bricks Stairs",
"block.betterend.sulfuric_rock_bricks_wall": "Sulfuric Rock Bricks Wall",
"block.betterend.sulfuric_rock_button": "Sulfuric Rock Button",
"block.betterend.sulfuric_rock_lantern": "Sulfuric Rock Lantern",
"block.betterend.sulfuric_rock_pedestal": "Sulfuric Rock Pedestal",
"block.betterend.sulfuric_rock_pillar": "Sulfuric Rock Pillar",
"block.betterend.sulfuric_rock_plate": "Sulfuric Rock Plate",
"block.betterend.sulfuric_rock_polished": "Sulfuric Rock Polished",
"block.betterend.sulfuric_rock_slab": "Sulfuric Rock Slab",
"block.betterend.sulfuric_rock_stairs": "Sulfuric Rock Stairs",
"block.betterend.sulfuric_rock_tiles": "Sulfuric Rock Tiles",
"block.betterend.sulfuric_rock_wall": "Sulfuric Rock Wall",
"block.betterend.sulphur_crystal": "Sulphur Crystal",
"item.betterend.crystalline_sulphur": "Crystalline Sulphur"
}

View file

@ -364,5 +364,24 @@
"block.betterend.bulb_lantern_white": "Белый луковичный фонарь",
"block.betterend.bulb_lantern_yellow": "Жёлтый луковичный фонарь",
"block.betterend.bushy_grass": "Густая трава"
"block.betterend.bushy_grass": "Густая трава",
"block.betterend.brimstone": "Сера",
"block.betterend.sulfuric_rock": "Серный камень",
"block.betterend.sulfuric_rock_bricks": "Кирпичи из серного камня",
"block.betterend.sulfuric_rock_bricks_slab": "Кирпичная плита из серного камня",
"block.betterend.sulfuric_rock_bricks_stairs": "Кирпичные ступени из серного камня",
"block.betterend.sulfuric_rock_bricks_wall": "Стена из серного камня",
"block.betterend.sulfuric_rock_button": "Кнопка из серного камня",
"block.betterend.sulfuric_rock_lantern": "Фонарь из серного камня",
"block.betterend.sulfuric_rock_pedestal": "Пьедестал из серного камня",
"block.betterend.sulfuric_rock_pillar": "Колонна из серного камня",
"block.betterend.sulfuric_rock_plate": "Нажимная плита из серного камня",
"block.betterend.sulfuric_rock_polished": "Полированный серный камень",
"block.betterend.sulfuric_rock_slab": "Плита из серного камня",
"block.betterend.sulfuric_rock_stairs": "Ступени из серного камня",
"block.betterend.sulfuric_rock_tiles": "Плитка из серного камня",
"block.betterend.sulfuric_rock_wall": "Стена из серного камня",
"block.betterend.sulphur_crystal": "Кристалл серы",
"item.betterend.crystalline_sulphur": "Кристаллическая сера"
}

View file

@ -1,6 +0,0 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:block/crystalline_sulfur"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:item/crystalline_sulphur"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:block/crystalline_sulfur_3"
"layer0": "betterend:block/sulphur_crystal_2"
}
}