Missing textures, shaders

This commit is contained in:
paulevsGitch 2020-12-10 21:36:13 +03:00
parent 5c05b74d52
commit 6de1d29ffc
16 changed files with 63 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{
"variants": {
"age=0": { "model": "betterend:block/glowing_pillar_seed_0" },
"age=1": { "model": "betterend:block/glowing_pillar_seed_1" },
"age=2": { "model": "betterend:block/glowing_pillar_seed_2" },
"age=3": { "model": "betterend:block/glowing_pillar_seed_3" }
}
}

View file

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

View file

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

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross_no_distortion",
"textures": {
"texture": "betterend:block/glowing_pillar_seed_0"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross_no_distortion",
"textures": {
"texture": "betterend:block/glowing_pillar_seed_1"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross_no_distortion",
"textures": {
"texture": "betterend:block/glowing_pillar_seed_2"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross_no_distortion",
"textures": {
"texture": "betterend:block/glowing_pillar_seed_3"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:item/glowing_pillar_seed"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB