9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00

Jigsaw objects

This commit is contained in:
Daniel Mills
2021-01-02 12:27:15 -05:00
parent df15a4c2eb
commit b1278fc584
3 changed files with 98 additions and 0 deletions

3
jigsaw-pools/pool.json Normal file
View File

@@ -0,0 +1,3 @@
{
}

BIN
objects/jig.iob Normal file

Binary file not shown.

95
structure-pieces/arm.json Normal file
View File

@@ -0,0 +1,95 @@
{
"connectors": [
{
"innerConnector": false,
"rotateConnector": false,
"name": "",
"position": {
"x": -1,
"y": 2,
"z": -1
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"innerConnector": false,
"rotateConnector": false,
"name": "",
"position": {
"x": -1,
"y": 2,
"z": 2
},
"direction": "WEST_NEGATIVE_X"
},
{
"innerConnector": false,
"rotateConnector": false,
"name": "",
"position": {
"x": -1,
"y": -1,
"z": 2
},
"direction": "DOWN_NEGATIVE_Y"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"edit": [],
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"enabled": true
},
"boarExtendMinY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "CENTER_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"boarExtendMaxY": 0,
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "jig"
}