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

Merge pull request #51 from CocoTheOwner/betterpillagers

improved placement of pillager towers
This commit is contained in:
Brian Neumann-Fopiano
2021-06-19 04:27:38 -07:00
committed by GitHub
11 changed files with 42 additions and 12 deletions

View File

@@ -108,7 +108,7 @@
"translate": {
"yRandom": 0,
"x": 0,
"y": -1,
"y": 1,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",

View File

@@ -112,7 +112,7 @@
"y": 0,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -112,7 +112,7 @@
"y": 0,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -89,10 +89,10 @@
"translate": {
"yRandom": 0,
"x": 0,
"y": -1,
"y": 1,
"z": 0
},
"mode": "VACUUM",
"mode": "CENTER_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -105,7 +105,7 @@
"y": -1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -58,7 +58,22 @@
"chance": 1,
"meld": false,
"density": 1,
"edit": [],
"edit": [
{
"find": [
{
"block": "glass"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
}
}
],
"bottom": false,
"translateCenter": false,
"rotation": {
@@ -89,10 +104,10 @@
"translate": {
"yRandom": 0,
"x": 0,
"y": -1,
"y": 1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -58,7 +58,22 @@
"chance": 1,
"meld": false,
"density": 1,
"edit": [],
"edit": [
{
"find": [
{
"block": "glass"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
}
}
],
"bottom": false,
"translateCenter": false,
"rotation": {
@@ -89,10 +104,10 @@
"translate": {
"yRandom": 0,
"x": 0,
"y": -1,
"y": 1,
"z": 0
},
"mode": "VACUUM",
"mode": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,