mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 19:46:42 +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"
|
||||
},
|
||||
{ "from": [ 6, 10, -2 ],
|
||||
"to": [ 10, 15, 18 ],
|
||||
{ "from": [ 7, 10, -2 ],
|
||||
"to": [ 9, 15, 18 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"particle": "unicopia:blocks/cloud_normal"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 6, 10, 0 ],
|
||||
"to": [ 10, 15, 9 ],
|
||||
{ "from": [ 7, 10, 0 ],
|
||||
"to": [ 9, 15, 9 ],
|
||||
"faces": {
|
||||
"down": { "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