mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 12:19:14 +00:00
Merge pull request #69 from CocoTheOwner/patch-no-jigaw-pool
Move irongolem spawners to the center (broken because edited objects)
This commit is contained in:
@@ -28,21 +28,6 @@
|
||||
},
|
||||
"direction": "SOUTH_POSITIVE_Z"
|
||||
},
|
||||
{
|
||||
"targetName": "minecraft:feature",
|
||||
"innerConnector": true,
|
||||
"entityCount": 1,
|
||||
"spawnEntity": "iron_golem",
|
||||
"rotateConnector": false,
|
||||
"name": "minecraft:feature",
|
||||
"pools": ["empty"],
|
||||
"position": {
|
||||
"x": 1,
|
||||
"y": -3,
|
||||
"z": 0
|
||||
},
|
||||
"direction": "UP_POSITIVE_Y"
|
||||
},
|
||||
{
|
||||
"targetName": "minecraft:feature",
|
||||
"innerConnector": false,
|
||||
@@ -70,6 +55,21 @@
|
||||
"z": 3
|
||||
},
|
||||
"direction": "SOUTH_POSITIVE_Z"
|
||||
},
|
||||
{
|
||||
"targetName": "*",
|
||||
"innerConnector": false,
|
||||
"entityCount": 1,
|
||||
"rotateConnector": false,
|
||||
"spawnEntity": "iron_golem",
|
||||
"name": "",
|
||||
"pools": [],
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": -2,
|
||||
"z": 0
|
||||
},
|
||||
"direction": "UP_POSITIVE_Y"
|
||||
}
|
||||
],
|
||||
"placementOptions": {
|
||||
|
||||
@@ -42,25 +42,10 @@
|
||||
},
|
||||
"direction": "SOUTH_POSITIVE_Z"
|
||||
},
|
||||
{
|
||||
"targetName": "minecraft:feature",
|
||||
"innerConnector": false,
|
||||
"entityCount": 1,
|
||||
"rotateConnector": false,
|
||||
"name": "minecraft:feature",
|
||||
"pools": ["empty"],
|
||||
"position": {
|
||||
"x": 3,
|
||||
"y": -2,
|
||||
"z": 3
|
||||
},
|
||||
"direction": "SOUTH_POSITIVE_Z"
|
||||
},
|
||||
{
|
||||
"targetName": "*",
|
||||
"innerConnector": true,
|
||||
"entityCount": 1,
|
||||
"spawnEntity": "iron_golem",
|
||||
"rotateConnector": false,
|
||||
"name": "",
|
||||
"pools": [],
|
||||
@@ -70,6 +55,21 @@
|
||||
"z": 0
|
||||
},
|
||||
"direction": "UP_POSITIVE_Y"
|
||||
},
|
||||
{
|
||||
"targetName": "*",
|
||||
"innerConnector": false,
|
||||
"entityCount": 1,
|
||||
"rotateConnector": false,
|
||||
"spawnEntity": "iron_golem",
|
||||
"name": "",
|
||||
"pools": [],
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": -2,
|
||||
"z": 0
|
||||
},
|
||||
"direction": "UP_POSITIVE_Y"
|
||||
}
|
||||
],
|
||||
"placementOptions": {
|
||||
|
||||
@@ -31,6 +31,25 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},{
|
||||
"find": [
|
||||
{"block": "end_portal_frame"}
|
||||
],
|
||||
"replace": {
|
||||
"palette": [
|
||||
{
|
||||
"weight": 3,
|
||||
"block": "end_portal_frame",
|
||||
"data": {
|
||||
"eye": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"block": "end_portal_frame"
|
||||
}
|
||||
]
|
||||
}
|
||||
}],
|
||||
"bottom": false,
|
||||
"translateCenter": false,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"entityCount": 1,
|
||||
"rotateConnector": false,
|
||||
"name": "",
|
||||
"pools": [""],
|
||||
"pools": [],
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": -3,
|
||||
|
||||
Reference in New Issue
Block a user