Lantern woods structures, block translations & fixes
This commit is contained in:
parent
c3ce436fe0
commit
406cc8f900
16 changed files with 95 additions and 3 deletions
|
@ -798,5 +798,12 @@
|
|||
"block.betterend.lucernia_stairs": "Lucernia Stairs",
|
||||
"block.betterend.lucernia_stripped_bark": "Stripped Lucernia Bark",
|
||||
"block.betterend.lucernia_stripped_log": "Stripped Lucernia Log",
|
||||
"block.betterend.lucernia_trapdoor": "Lucernia Trapdoor"
|
||||
"block.betterend.lucernia_trapdoor": "Lucernia Trapdoor",
|
||||
|
||||
"block.betterend.aurant_polypore": "Aurant Polypore",
|
||||
"block.betterend.bolux_mushroom": "Bolux Mushroom",
|
||||
"block.betterend.flamaea": "Flamaea",
|
||||
"block.betterend.pond_anemone": "Pond Anemone",
|
||||
"block.betterend.ruscus": "Ruscus",
|
||||
"item.betterend.bolux_mushroom_cooked": "Cooked Bolux Mushroom"
|
||||
}
|
||||
|
|
|
@ -818,5 +818,12 @@
|
|||
"block.betterend.lucernia_stairs": "Ступени из люцернии",
|
||||
"block.betterend.lucernia_stripped_bark": "Обтёсанная кора люцернии",
|
||||
"block.betterend.lucernia_stripped_log": "Обтёсанное бревно люцернии",
|
||||
"block.betterend.lucernia_trapdoor": "Люцерниевый люк"
|
||||
"block.betterend.lucernia_trapdoor": "Люцерниевый люк",
|
||||
|
||||
"block.betterend.aurant_polypore": "Аурантовый трутовик",
|
||||
"block.betterend.bolux_mushroom": "Болюкс",
|
||||
"block.betterend.flamaea": "Фламея",
|
||||
"block.betterend.pond_anemone": "Озёрный анемон",
|
||||
"block.betterend.ruscus": "Рускус",
|
||||
"item.betterend.bolux_mushroom_cooked": "Приготовленный болюкс"
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"structures": [
|
||||
{ "nbt": "cabin", "offsetY": 0, "terrainMerge": "surface" },
|
||||
{ "nbt": "light_1", "offsetY": 0, "terrainMerge": "object" },
|
||||
{ "nbt": "log_1", "offsetY": 0, "terrainMerge": "object" },
|
||||
{ "nbt": "log_2", "offsetY": 0, "terrainMerge": "object" },
|
||||
{ "nbt": "ruins_1", "offsetY": 0, "terrainMerge": "surface" },
|
||||
{ "nbt": "ruins_2", "offsetY": 0, "terrainMerge": "surface" },
|
||||
{ "nbt": "stump_1", "offsetY": 0, "terrainMerge": "object" },
|
||||
{ "nbt": "stump_2", "offsetY": 0, "terrainMerge": "surface" },
|
||||
{ "nbt": "stump_3", "offsetY": 0, "terrainMerge": "surface" }
|
||||
]
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue