Fix missing texture particles on rubber leaves (#2393). Thanks to helpimnotdrowning
This commit is contained in:
parent
ecdce6ea17
commit
e20ff0e8b7
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"parent": "minecraft:block/leaves",
|
"parent": "minecraft:block/leaves",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "techreborn:block/rubber_leaves"
|
"all": "techreborn:block/rubber_leaves",
|
||||||
|
"particle":"techreborn:block/rubber_leaves"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue