Cave bushes

This commit is contained in:
paulevsGitch 2020-10-21 17:02:22 +03:00
parent 8a89794f08
commit 28d501f351
19 changed files with 264 additions and 11 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/cave_bush_01", "weight": 3 },
{ "model": "betterend:block/cave_bush_02" },
{ "model": "betterend:block/cave_bush_03" },
{ "model": "betterend:block/cave_bush_04" }
]
}
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:waving_floor_glow_50_blue"
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:glow_50_blue"
}

View file

@ -0,0 +1,10 @@
{
"layers": [
{
"vertexSource": "canvas:shaders/material/default.vert",
"fragmentSource": "betterend:shaders/material/glow_50_blue.frag",
"disableAo": true,
"disableDiffuse": true
}
]
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "betterend:block/cave_bush_leaves_1"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "betterend:block/cave_bush_leaves_2"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "betterend:block/cave_bush_leaves_3"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "betterend:block/cave_bush_leaves_4"
}
}

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB