Dragon tree prototype (WIP)

This commit is contained in:
paulevsGitch 2020-11-01 00:49:29 +03:00
parent 30f7f53c7f
commit 3691e4b67e
21 changed files with 324 additions and 15 deletions

View file

@ -0,0 +1,21 @@
{
"variants": {
"": [
{
"model": "betterend:block/shadow_grass"
},
{
"model": "betterend:block/shadow_grass",
"y": 90
},
{
"model": "betterend:block/shadow_grass",
"y": 180
},
{
"model": "betterend:block/shadow_grass",
"y": 270
}
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/shadow_grass_path" },
{ "model": "betterend:block/shadow_grass_path", "y": 90 },
{ "model": "betterend:block/shadow_grass_path", "y": 180 },
{ "model": "betterend:block/shadow_grass_path", "y": 270 }
]
}
}

View file

@ -250,9 +250,9 @@
"block.betterend.dragon_tree_planks": "Доски из драконова древа",
"block.betterend.dragon_tree_plate": "Нажимная плита из драконова древа",
"block.betterend.dragon_tree_sign": "Табличка из драконова древа",
"block.betterend.dragon_tree_slab": "",
"block.betterend.dragon_tree_stairs": "",
"block.betterend.dragon_tree_stripped_bark": "",
"block.betterend.dragon_tree_stripped_log": "",
"block.betterend.dragon_tree_trapdoor": ""
"block.betterend.dragon_tree_slab": "Плита из драконова древа",
"block.betterend.dragon_tree_stairs": "Ступени из драконова древа",
"block.betterend.dragon_tree_stripped_bark": "Обтёсанная кора драконова древа",
"block.betterend.dragon_tree_stripped_log": "Обтёсанное бревно драконова древа",
"block.betterend.dragon_tree_trapdoor": "Люк из драконова древа"
}

View file

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"down": "block/end_stone",
"east": "betterend:block/shadow_grass_side",
"north": "betterend:block/shadow_grass_side",
"particle": "betterend:block/shadow_grass_side",
"south": "betterend:block/shadow_grass_side",
"up": "betterend:block/shadow_grass_top",
"west": "betterend:block/shadow_grass_side"
}
}

View file

@ -0,0 +1,7 @@
{ "parent": "betterend:block/path",
"textures": {
"top": "betterend:block/shadow_grass_path_top",
"side": "betterend:block/shadow_grass_side",
"bottom": "block/end_stone"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/shadow_grass"
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/shadow_grass_path"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB