mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +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": {
|
"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 ],
|
||||||
|
|
|
@ -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 ],
|
||||||
|
|
Loading…
Reference in a new issue