mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fixed missing particle texture on sticks
This commit is contained in:
parent
59b1ba796e
commit
c11682a6f4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"textures": {
|
||||
"stick_top": "minecraft:blocks/log_oak_top",
|
||||
"stick_side": "minecraft:blocks/log_oak",
|
||||
"particle": "#stick_side"
|
||||
"particle": "minecraft:blocks/log_oak"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7, -1, 7 ],
|
||||
|
|
Loading…
Reference in a new issue