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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,10 +48,6 @@
|
||||
{
|
||||
"rarity": 1000,
|
||||
"structure": "pillager"
|
||||
},
|
||||
{
|
||||
"structure": "village-hot",
|
||||
"rarity": 350
|
||||
}
|
||||
],
|
||||
"entityInitialSpawns": [
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"type": "IRON_GOLEM",
|
||||
"mainHand": {
|
||||
"type": "iron_sword",
|
||||
"lore": ["How the hell did you get this?"]
|
||||
},
|
||||
"aware": true
|
||||
}
|
||||
@@ -50,7 +50,7 @@
|
||||
"translate": {
|
||||
"yRandom": 0,
|
||||
"x": 0,
|
||||
"y": -22,
|
||||
"y": -18,
|
||||
"z": 0
|
||||
},
|
||||
"mode": "FAST_MAX_HEIGHT",
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"maxDepth": 1,
|
||||
"pieces": [
|
||||
"pryramid-desert"
|
||||
"pyramid-desert"
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user