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,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"
}