9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00

Merge pull request #79 from IrisDimensions/FixesForObjects

Fixes loads of things
This commit is contained in:
Brian Neumann-Fopiano
2021-06-20 03:51:04 -07:00
committed by GitHub
8 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
],
"jigsawStructures": [
{
"rarity": 1650,
"rarity": 1500,
"structure": "desert-pyramid"
}
],
@@ -27,7 +27,7 @@
]
},
{
"chance": 0.0000001,
"chance": 0.000001,
"mode": "STILT",
"rotation": {
"yAxis": {
@@ -39,7 +39,7 @@
"enabled": true
},
"place": [
"pryamid/pyramid-extreme",
"pyramid/pyramid-extreme",
"void/void",
"void/void",
"void/void"

View File

@@ -11,7 +11,7 @@
],
"jigsawStructures": [
{
"rarity": 1650,
"rarity": 1500,
"structure": "desert-pyramid"
}
],
@@ -27,7 +27,7 @@
]
},
{
"chance": 0.0000001,
"chance": 0.001,
"mode": "STILT",
"rotation": {
"yAxis": {
@@ -39,14 +39,14 @@
"enabled": true
},
"place": [
"pryamid/pyramid-extreme",
"pyramid/pyramid-extreme",
"void/void",
"void/void",
"void/void"
],
"translate": {
"x": 0,
"y": -14,
"y": -19,
"z": 0
}
}

View File

@@ -48,10 +48,6 @@
{
"rarity": 1000,
"structure": "pillager"
},
{
"structure": "village-hot",
"rarity": 350
}
],
"entityInitialSpawns": [

View File

@@ -1,4 +1,8 @@
{
"type": "IRON_GOLEM",
"mainHand": {
"type": "iron_sword",
"lore": ["How the hell did you get this?"]
},
"aware": true
}

View File

@@ -50,7 +50,7 @@
"translate": {
"yRandom": 0,
"x": 0,
"y": -22,
"y": -18,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",

View File

@@ -1,6 +1,6 @@
{
"maxDepth": 1,
"pieces": [
"pryramid-desert"
"pyramid-desert"
]
}

Binary file not shown.