fixed some models needing particles

This commit is contained in:
Pyritie 2025-06-21 10:56:54 +01:00
parent d3f0bcd6d6
commit d205f76aa1
4 changed files with 8 additions and 4 deletions

View file

@ -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"
} }
} }

View file

@ -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": [
{ {

View file

@ -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"
} }
} }

View file

@ -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"
} }
} }