9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

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>****
This commit is contained in:
Brian Fopiano
2020-10-23 01:26:17 -07:00
parent 963c702246
commit a4d263da7f
14 changed files with 40 additions and 28 deletions

View File

@@ -32,10 +32,12 @@
"tables": [],
"multiplier": 1
},
"smartBore": false,
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"smartBore": false,
"east": "NEVER",
"placeMode": "CENTER_HEIGHT",
"south": "NEVER",
@@ -49,9 +51,11 @@
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"smartBore": false,
"east": "NEVER",
"placeMode": "CENTER_HEIGHT",
"south": "REQUIRED",
@@ -68,6 +72,7 @@
},
{
"ceiling": "AGNOSTIC",
"smartBore": false,
"east": "REQUIRED",
"placeMode": "CENTER_HEIGHT",
"south": "NEVER",
@@ -84,6 +89,7 @@
},
{
"ceiling": "AGNOSTIC",
"smartBore": false,
"east": "REQUIRED",
"placeMode": "CENTER_HEIGHT",
"south": "NEVER",
@@ -105,6 +111,7 @@
},
{
"ceiling": "AGNOSTIC",
"smartBore": false,
"east": "REQUIRED",
"placeMode": "CENTER_HEIGHT",
"south": "REQUIRED",
@@ -131,9 +138,9 @@
"multiplier": 1
},
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
"minimumHeight": 3,
"maximumHeight": 55
},
"bore": false,
"bore": true,
"mergeEdges": false
}