Fixed broken particle textures

This commit is contained in:
Sollace 2019-02-05 19:40:50 +02:00
parent 4e59f141b6
commit 4151721ce7
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ {
"textures": { "textures": {
"texture": "unicopia:blocks/cloud_enchanted_top", "texture": "unicopia:blocks/cloud_enchanted_top",
"particle": "#texture" "particle": "unicopia:blocks/cloud_enchanted_top"
}, },
"elements": [ "elements": [
{ "from": [ 5, 0, 0 ], { "from": [ 5, 0, 0 ],

View file

@ -1,7 +1,7 @@
{ {
"textures": { "textures": {
"texture": "unicopia:blocks/cloud_normal", "texture": "unicopia:blocks/cloud_normal",
"particle": "#texture" "particle": "unicopia:blocks/cloud_normal"
}, },
"elements": [ "elements": [
{ "from": [ 6, 10, 0 ], { "from": [ 6, 10, 0 ],