End lily recipes

This commit is contained in:
paulevsGitch 2020-10-11 13:44:48 +03:00
parent 2d1fe18781
commit 3f9e524b54
33 changed files with 221 additions and 44 deletions

View file

@ -2,6 +2,7 @@
"itemGroup.betterend.items": "Better End",
"biome.betterend.foggy_mushroomland": "Foggy Mushroomland",
"biome.betterend.chorus_forest": "Chorus Forest",
"entity.betterend.dragonfly": "Dragonfly",
"item.betterend.spawn_egg_dragonfly": "Dragonfly Spawn Egg",
@ -117,5 +118,14 @@
"block.betterend.chorus_stairs": "Chorus Stairs",
"block.betterend.chorus_stripped_bark": "Chorus Stripped Bark",
"block.betterend.chorus_stripped_log": "Chorus Stripped Log",
"block.betterend.chorus_trapdoor": "Chorus Trapdoor"
"block.betterend.chorus_trapdoor": "Chorus Trapdoor",
"block.betterend.chorus_nylium": "Chorus Nylium",
"block.betterend.chorus_nylium_path": "Chorus Nylium Path",
"block.betterend.chorus_grass": "Chorus Grass",
"block.betterend.end_lily": "End Lily",
"block.betterend.end_lily_seed": "End Lily Seed",
"item.betterend.end_lily_leaf": "End Lily Leaf",
"item.betterend.end_lily_leaf_dried": "End Lily Leaf Dried"
}

View file

@ -2,6 +2,7 @@
"itemGroup.betterend.items": "Улучшенный Край",
"biome.betterend.foggy_mushroomland": "Туманное гриболесье",
"biome.betterend.chorus_forest": "Хорусовый лес",
"entity.betterend.dragonfly": "Стрекоза",
"item.betterend.spawn_egg_dragonfly": "Яйцо призыва стрекозы",
@ -14,8 +15,8 @@
"block.betterend.endstone_dust": "Эндерняковая пыль",
"block.betterend.flavolite": "Флаволит",
"block.betterend.end_mycelium_path": "Дорога из мицелия края",
"block.betterend.end_moss_path": "Дорога из мха края",
"block.betterend.end_mycelium_path": "Тропа из мицелия края",
"block.betterend.end_moss_path": "Тропа из мха края",
"block.betterend.ender_ore": "Руда Края",
"block.betterend.terminite_block": "Блок Терминита",
@ -98,5 +99,33 @@
"block.betterend.bubble_coral": "Пузырчатый коралл",
"block.betterend.aurora_crystal": "Кристалл авроры",
"category.rei.damage.amount&dmg": "Износ инструмента: %s"
"category.rei.damage.amount&dmg": "Износ инструмента: %s",
"block.betterend.chorus_bark": "Кора хоруса",
"block.betterend.chorus_barrel": "Бочка из хоруса",
"block.betterend.chorus_button": "Кнопка из хоруса",
"block.betterend.chorus_chest": "Сундук из хоруса",
"block.betterend.chorus_crafting_table": "Верстак из хоруса",
"block.betterend.chorus_door": "Дверь из хоруса",
"block.betterend.chorus_fence": "Забор из хоруса",
"block.betterend.chorus_gate": "Калитка из хоруса",
"block.betterend.chorus_ladder": "Лестница из хоруса",
"block.betterend.chorus_log": "Бревно хоруса",
"block.betterend.chorus_planks": "Доски хоруса",
"block.betterend.chorus_plate": "Нажимная плита из хоруса",
"block.betterend.chorus_sign": "Табличка из хоруса",
"block.betterend.chorus_slab": "Плита из хоруса",
"block.betterend.chorus_stairs": "Ступени из хоруса",
"block.betterend.chorus_stripped_bark": "Обтёсанная кора хоруса",
"block.betterend.chorus_stripped_log": "Обтёсанное бревно хоруса",
"block.betterend.chorus_trapdoor": "Люк из хоруса",
"block.betterend.chorus_nylium": "Нилий хоруса",
"block.betterend.chorus_nylium_path": "Тропа из нилия хоруса",
"block.betterend.chorus_grass": "Трава хоруса",
"block.betterend.end_lily": "Лилия Края",
"block.betterend.end_lily_seed": "Семя лилии Края",
"item.betterend.end_lily_leaf": "Лист лилии Края",
"item.betterend.end_lily_leaf_dried": "Высушенный лист лилии Края"
}

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB