Fix missing texture particles on rubber leaves (#2393). Thanks to helpimnotdrowning

This commit is contained in:
helpimnotdrowning 2021-05-06 03:06:53 -05:00 committed by GitHub
parent ecdce6ea17
commit e20ff0e8b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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