Fixes, lang

This commit is contained in:
paulevsGitch 2020-11-27 00:15:26 +03:00
parent 5d27c8df9a
commit d750b35dc4
4 changed files with 58 additions and 3 deletions

View file

@ -338,5 +338,10 @@
"block.betterend.pink_moss": "Pink Moss",
"block.betterend.pink_moss_path": "Pink Moss Path",
"block.betterend.twisted_moss": "Twisted Moss"
"block.betterend.twisted_moss": "Twisted Moss",
"block.betterend.bulb_vine": "Bulb Vine",
"block.betterend.bulb_vine_lantern": "Bulb Vine Lantern",
"block.betterend.bulb_vine_seed": "Bulb Vine Seed",
"item.betterend.glowing_bulb": "Glowing Bulb"
}

View file

@ -340,5 +340,10 @@
"block.betterend.pink_moss": "Розовый мох",
"block.betterend.pink_moss_path": "Тропа из розового мха",
"block.betterend.twisted_moss": "Закрученный мох"
"block.betterend.twisted_moss": "Закрученный мох",
"block.betterend.bulb_vine": "Луковичная лоза",
"block.betterend.bulb_vine_lantern": "Фонарь из светящейся луковицы",
"block.betterend.bulb_vine_seed": "Семя луковичной лозы",
"item.betterend.glowing_bulb": "Светящаяся луковица"
}

View file

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