9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/structures/soul-temple.json
Brian Fopiano a4d263da7f tweaks and fixes
**Iris Pack Update ** Overworld Pack Updated 
- Reduced the easter heads for the mutagen tropical beach
- Fixed sugar cane looking suspiciously only at 1 level :eyesshaking: (ir all sugar is at 3height, no more mo less) [all beach biomes]
- Fixed Jungle Trees
- Reduced overall ores (global, and biome specific) (largely reduced by demand)
- Less coco underground on jungle trees // higher trees for said edits
- Fixed Sul Temple being a problematic joke with Bore being not on <https://i.imgur.com/lr4KBZc.png> <- example
- Other tweaks
> __You will need to update to see these changes__
Go here to learn to update: <https://iris-worldgen.gitbook.io/project/updates>****
2020-10-23 01:26:17 -07:00

147 lines
3.9 KiB
JSON

{
"gridHeight": 7,
"wallStyle": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"exponent": 1
},
"entityInitialSpawns": [
{
"entity": "villager",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 2
}
],
"tiles": [
{
"ceiling": "AGNOSTIC",
"east": "NEVER",
"placeMode": "CENTER_HEIGHT",
"south": "NEVER",
"rareObjects": [],
"north": "NEVER",
"objects": [
"structure/soul-temple/cross-1",
"structure/soul-temple/cross-2"
],
"west": "NEVER",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"smartBore": false,
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"smartBore": false,
"east": "NEVER",
"placeMode": "CENTER_HEIGHT",
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/soul-temple/t-connect-1"],
"west": "NEVER",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"smartBore": false,
"east": "NEVER",
"placeMode": "CENTER_HEIGHT",
"south": "REQUIRED",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/soul-temple/hall-1"],
"west": "NEVER",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"smartBore": false,
"east": "REQUIRED",
"placeMode": "CENTER_HEIGHT",
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/soul-temple/corner-1"],
"west": "NEVER",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"smartBore": false,
"east": "REQUIRED",
"placeMode": "CENTER_HEIGHT",
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
"objects": [
"structure/soul-temple/room-1",
"structure/soul-temple/room-2",
"structure/soul-temple/room-3",
"structure/soul-temple/room-4"
],
"west": "REQUIRED",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"smartBore": false,
"east": "REQUIRED",
"placeMode": "CENTER_HEIGHT",
"south": "REQUIRED",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/soul-temple/walled-room-1"],
"west": "REQUIRED",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
}
],
"gridSize": 7,
"wallChance": 0.35,
"maxLayers": 1,
"name": "Soul Temple",
"underwater": false,
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"clamp": {
"minimumHeight": 3,
"maximumHeight": 55
},
"bore": true,
"mergeEdges": false
}