mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 03:39:15 +00:00
Improvements to the pillager towers after discussing
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
"translate": {
|
||||
"yRandom": 0,
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"y": 1,
|
||||
"z": 0
|
||||
},
|
||||
"mode": "FAST_MAX_HEIGHT",
|
||||
|
||||
@@ -89,10 +89,10 @@
|
||||
"translate": {
|
||||
"yRandom": 0,
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"y": 1,
|
||||
"z": 0
|
||||
},
|
||||
"mode": "STILT",
|
||||
"mode": "CENTER_HEIGHT",
|
||||
"carvingSupport": "SURFACE_ONLY",
|
||||
"snow": 0,
|
||||
"underwater": false,
|
||||
|
||||
@@ -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,7 +104,7 @@
|
||||
"translate": {
|
||||
"yRandom": 0,
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"y": 1,
|
||||
"z": 0
|
||||
},
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
|
||||
@@ -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,7 +104,7 @@
|
||||
"translate": {
|
||||
"yRandom": 0,
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"y": 1,
|
||||
"z": 0
|
||||
},
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
|
||||
@@ -300,7 +300,7 @@
|
||||
"translate": {
|
||||
"yRandom": 0,
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"mode": "VACUUM",
|
||||
|
||||
@@ -158,7 +158,7 @@
|
||||
"translate": {
|
||||
"yRandom": 0,
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"mode": "VACUUM",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user