Tenanea flowers
This commit is contained in:
parent
91e25ce2eb
commit
55bf037041
14 changed files with 63 additions and 2 deletions
|
@ -122,6 +122,7 @@ public class EndBlocks {
|
||||||
|
|
||||||
public static final Block TENANEA_SAPLING = registerBlock("tenanea_sapling", new BlockTenaneaSapling());
|
public static final Block TENANEA_SAPLING = registerBlock("tenanea_sapling", new BlockTenaneaSapling());
|
||||||
public static final Block TENANEA_LEAVES = registerBlock("tenanea_leaves", new BlockLeaves(TENANEA_SAPLING, MaterialColor.PINK));
|
public static final Block TENANEA_LEAVES = registerBlock("tenanea_leaves", new BlockLeaves(TENANEA_SAPLING, MaterialColor.PINK));
|
||||||
|
public static final Block TENANEA_FLOWERS = registerBlock("tenanea_flowers", new BlockVine(15));
|
||||||
public static final WoodenMaterial TENANEA = new WoodenMaterial("tenanea", MaterialColor.PINK, MaterialColor.PINK);
|
public static final WoodenMaterial TENANEA = new WoodenMaterial("tenanea", MaterialColor.PINK, MaterialColor.PINK);
|
||||||
|
|
||||||
// Small Plants //
|
// Small Plants //
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"shape=top": [
|
||||||
|
{ "model": "betterend:block/tenanea_flowers_top_1" },
|
||||||
|
{ "model": "betterend:block/tenanea_flowers_top_2" }
|
||||||
|
],
|
||||||
|
"shape=middle": [
|
||||||
|
{ "model": "betterend:block/tenanea_flowers_middle_1" },
|
||||||
|
{ "model": "betterend:block/tenanea_flowers_middle_2" }
|
||||||
|
],
|
||||||
|
"shape=bottom": [
|
||||||
|
{ "model": "betterend:block/tenanea_flowers_bottom_1" },
|
||||||
|
{ "model": "betterend:block/tenanea_flowers_bottom_2" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
|
@ -331,5 +331,6 @@
|
||||||
"block.betterend.amber_block": "Amber Block",
|
"block.betterend.amber_block": "Amber Block",
|
||||||
"block.betterend.amber_ore": "Amber Ore",
|
"block.betterend.amber_ore": "Amber Ore",
|
||||||
"item.betterend.amber_gem": "Amber Gem",
|
"item.betterend.amber_gem": "Amber Gem",
|
||||||
"item.betterend.raw_amber": "Raw Amber"
|
"item.betterend.raw_amber": "Raw Amber",
|
||||||
|
"block.betterend.tenanea_flowers": "Tenanea Flowers"
|
||||||
}
|
}
|
|
@ -333,5 +333,6 @@
|
||||||
"block.betterend.amber_block": "Блок янтаря",
|
"block.betterend.amber_block": "Блок янтаря",
|
||||||
"block.betterend.amber_ore": "Янтарная руда",
|
"block.betterend.amber_ore": "Янтарная руда",
|
||||||
"item.betterend.amber_gem": "Огранённый янтарь",
|
"item.betterend.amber_gem": "Огранённый янтарь",
|
||||||
"item.betterend.raw_amber": "Необработанный янтарь"
|
"item.betterend.raw_amber": "Необработанный янтарь",
|
||||||
|
"block.betterend.tenanea_flowers": "Цветы тенанеи"
|
||||||
}
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "betterend:block/cross_no_distortion",
|
||||||
|
"textures": {
|
||||||
|
"texture": "betterend:block/tenanea_flowers_bottom"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "betterend:block/cross_no_distortion_inverted",
|
||||||
|
"textures": {
|
||||||
|
"texture": "betterend:block/tenanea_flowers_bottom"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "betterend:block/cross_no_distortion",
|
||||||
|
"textures": {
|
||||||
|
"texture": "betterend:block/tenanea_flowers"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "betterend:block/cross_no_distortion_inverted",
|
||||||
|
"textures": {
|
||||||
|
"texture": "betterend:block/tenanea_flowers"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "betterend:block/cross_no_distortion",
|
||||||
|
"textures": {
|
||||||
|
"texture": "betterend:block/tenanea_flowers_top"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "betterend:block/cross_no_distortion_inverted",
|
||||||
|
"textures": {
|
||||||
|
"texture": "betterend:block/tenanea_flowers_top"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "betterend:block/tenanea_flowers_bottom"
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue