mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fixed broken particle textures
This commit is contained in:
parent
4e59f141b6
commit
4151721ce7
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"textures": {
|
||||
"texture": "unicopia:blocks/cloud_enchanted_top",
|
||||
"particle": "#texture"
|
||||
"particle": "unicopia:blocks/cloud_enchanted_top"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 5, 0, 0 ],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"textures": {
|
||||
"texture": "unicopia:blocks/cloud_normal",
|
||||
"particle": "#texture"
|
||||
"particle": "unicopia:blocks/cloud_normal"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 6, 10, 0 ],
|
||||
|
|
Loading…
Reference in a new issue