9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00

Force pieces to only connect to top sector

This commit is contained in:
cyberpwn
2021-08-18 01:22:56 -04:00
parent f0f2ecc1f6
commit 6b0dd25bdb
2 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
{
"object": "jigsaw/stronghold/portal/main",
"connectors": [{
"name": "",
"targetName": "*",
"name": "top",
"targetName": "top",
"rotateConnector": false,
"innerConnector": true,
"pools": ["stronghold/portalroom"],
@@ -18,7 +18,7 @@
"placementOptions": {
"place": [],
"rotation": {
"enabled": true,
"enabled": false,
"xAxis": {
"enabled": false,
"min": 0,

View File

@@ -182,8 +182,8 @@
"direction": "WEST_NEGATIVE_X"
},
{
"name": "",
"targetName": "*",
"name": "top",
"targetName": "top",
"rotateConnector": false,
"innerConnector": true,
"pools": [],
@@ -200,7 +200,7 @@
"placementOptions": {
"place": [],
"rotation": {
"enabled": true,
"enabled": false,
"xAxis": {
"enabled": false,
"min": 0,