9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +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

@@ -38,8 +38,9 @@
{
"partOf": "SHORE_LINE",
"chance": 0.11,
"verticalZoom": 0.2,
"variance": {
"style": "STATIC"
"style": "SIMPLEX"
},
"stackMax": 3,
"zoom": 5,

View File

@@ -50,10 +50,12 @@
{
"partOf": "SHORE_LINE",
"chance": 0.009,
"verticalZoom": 0.2,
"variance": {
"style": "STATIC"
"style": "SIMPLEX"
},
"stackMax": 4,
"stackMin": 1,
"zoom": 5,
"palette": [
{

View File

@@ -34,10 +34,12 @@
{
"partOf": "SHORE_LINE",
"chance": 0.09,
"verticalZoom": 0.2,
"variance": {
"style": "STATIC"
"style": "SIMPLEX"
},
"stackMax": 2,
"stackMin": 1,
"zoom": 5,
"palette": [
{

View File

@@ -49,10 +49,10 @@
},
{
"partOf": "SHORE_LINE",
"verticalZoom": 5,
"verticalZoom": 0.2,
"chance": 0.21,
"variance": {
"style": "STATIC"
"style": "SIMPLEX"
},
"stackMax": 6,
"zoom": 5,

View File

@@ -46,10 +46,10 @@
},
{
"partOf": "SHORE_LINE",
"verticalZoom": 5,
"verticalZoom": 0.2,
"chance": 0.09,
"variance": {
"style": "STATIC"
"style": "SIMPLEX"
},
"stackMax": 5,
"zoom": 5,

View File

@@ -174,7 +174,7 @@
],
"translate": {
"x": 0,
"y": -5,
"y": -2,
"z": 0
}
},