fixed some models needing particles
This commit is contained in:
parent
d3f0bcd6d6
commit
d205f76aa1
4 changed files with 8 additions and 4 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
"render_type": "cutout_mipped",
|
"render_type": "cutout_mipped",
|
||||||
"ambientocclusion": "false",
|
"ambientocclusion": "false",
|
||||||
"textures": {
|
"textures": {
|
||||||
"cross": "tfg:block/lunar_roots"
|
"cross": "tfg:block/lunar_roots",
|
||||||
|
"particle": "tfg:block/lunar_roots"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
"render_type": "cutout_mipped",
|
"render_type": "cutout_mipped",
|
||||||
"ambientocclusion": "false",
|
"ambientocclusion": "false",
|
||||||
"textures": {
|
"textures": {
|
||||||
"cross": "tfg:block/lunar_sprouts"
|
"cross": "tfg:block/lunar_sprouts",
|
||||||
|
"particle": "tfg:block/lunar_sprouts"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"parent": "minecraft:block/cross",
|
"parent": "minecraft:block/cross",
|
||||||
"render_type": "cutout_mipped",
|
"render_type": "cutout_mipped",
|
||||||
"textures": {
|
"textures": {
|
||||||
"cross": "tfg:block/mushroom_roots"
|
"cross": "tfg:block/mushroom_roots",
|
||||||
|
"particle": "tfg:block/mushroom_roots"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"parent": "minecraft:block/cross",
|
"parent": "minecraft:block/cross",
|
||||||
"render_type": "cutout_mipped",
|
"render_type": "cutout_mipped",
|
||||||
"textures": {
|
"textures": {
|
||||||
"cross": "tfg:block/mushroom_sprouts"
|
"cross": "tfg:block/mushroom_sprouts",
|
||||||
|
"particle": "tfg:block/mushroom_sprouts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue