mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-02 03:46:43 +01:00
Fixed cloud fences not connecting to each other
This commit is contained in:
parent
4170d3301d
commit
4b87f21bf5
3 changed files with 10 additions and 4 deletions
|
@ -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" },
|
||||||
|
|
|
@ -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" },
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"unicopia:cloud_fence"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue