Chorus model fixes

This commit is contained in:
paulevsGitch 2020-10-15 15:39:57 +03:00
parent 835b2e56d6
commit fea7c8acb0
4 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"parent": "block/block",
"textures": {
"particle": "betterend:block/chorus_plant",
"texture": "betterend:block/chorus_plant"

View file

@ -1,5 +1,6 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"parent": "block/block",
"textures": {
"particle": "betterend:block/chorus_plant_flower_side",
"side": "betterend:block/chorus_plant_flower_side",

View file

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

View file

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