Fixed cloud fences not connecting to each other

This commit is contained in:
Sollace 2020-04-26 13:46:19 +02:00
parent 4170d3301d
commit 4b87f21bf5
3 changed files with 10 additions and 4 deletions

View file

@ -41,8 +41,8 @@
}, },
"__comment": "Right post" "__comment": "Right post"
}, },
{ "from": [ 6, 10, -2 ], { "from": [ 7, 10, -2 ],
"to": [ 10, 15, 18 ], "to": [ 9, 15, 18 ],
"faces": { "faces": {
"down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
"up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },

View file

@ -4,8 +4,8 @@
"particle": "unicopia:blocks/cloud_normal" "particle": "unicopia:blocks/cloud_normal"
}, },
"elements": [ "elements": [
{ "from": [ 6, 10, 0 ], { "from": [ 7, 10, 0 ],
"to": [ 10, 15, 9 ], "to": [ 9, 15, 9 ],
"faces": { "faces": {
"down": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" },
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" },

View file

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"unicopia:cloud_fence"
]
}