fixed some models needing particles
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"render_type": "cutout_mipped",
|
||||
"ambientocclusion": "false",
|
||||
"textures": {
|
||||
"cross": "tfg:block/lunar_roots"
|
||||
"cross": "tfg:block/lunar_roots",
|
||||
"particle": "tfg:block/lunar_roots"
|
||||
}
|
||||
}
|
||||
@@ -2,7 +2,8 @@
|
||||
"render_type": "cutout_mipped",
|
||||
"ambientocclusion": "false",
|
||||
"textures": {
|
||||
"cross": "tfg:block/lunar_sprouts"
|
||||
"cross": "tfg:block/lunar_sprouts",
|
||||
"particle": "tfg:block/lunar_sprouts"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"parent": "minecraft:block/cross",
|
||||
"render_type": "cutout_mipped",
|
||||
"textures": {
|
||||
"cross": "tfg:block/mushroom_roots"
|
||||
"cross": "tfg:block/mushroom_roots",
|
||||
"particle": "tfg:block/mushroom_roots"
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
"parent": "minecraft:block/cross",
|
||||
"render_type": "cutout_mipped",
|
||||
"textures": {
|
||||
"cross": "tfg:block/mushroom_sprouts"
|
||||
"cross": "tfg:block/mushroom_sprouts",
|
||||
"particle": "tfg:block/mushroom_sprouts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user