9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00

Fixing my env

This commit is contained in:
NextdoorPsycho
2020-05-16 23:14:45 -07:00
parent b9c61de304
commit 405e66bc10
77 changed files with 69 additions and 153 deletions

View File

@@ -19,17 +19,17 @@ SUBTYPES
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۻ [BIG BLOSSOM] (3) [SN]
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۻ [BIG BLOSSOM] (3) [SN - Glass]
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ - Large trees with dark oak wood, and multicolored leaves - wool,glass hilights.
- Very large bois
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۻ [Frosted Spruce] (4) [N]
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ - Winter wonderland style xmas trees spruce leaves/wood with a snow overlay (UNIQUE 4 LARGE)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ - Winter wonderland style xmas trees spruce leaves/wood with a snow overlay (UNIQUE 4 LARGE) Use Interchangeably
- Iced Variants contain [light_blue_stained_glass_pane] making them [SN]
- Are moderately medium/smol bois
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۻ [Unfrosted Spruce] (26) [N]
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ - See above, remove snow. (UNIQUE 26 LARGE TO SAPLING VARIANTS)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ - See above, remove snow. (UNIQUE 26 LARGE TO SAPLING VARIANTS) Use Interchangeably
- baby, and smol bois
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۻ [Waterlogged Darkwood] (27) [N]
@@ -48,10 +48,14 @@ SUBTYPES
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۻ [Birch Ponderosa] (50) [N]
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ - Birch Ponderosa, generally tall birch trees with birch wood and leaves respectively
- smol, medium, and large bois
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۻ
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۻ
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۻ [Oak Ponderosa] (50) [N]
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ - Oak Ponderosa, generally tall oak trees with oak wood and leaves respectively
- smol, medium, and large bois
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۻ [Palm Paradise]
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ - Palm trees that you would usually find on the beach... jungle wood / leaves
- medium bois only. no real reason for size edits
- 13+ have coco things...
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۻ
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۻ

View File

@@ -0,0 +1,58 @@
{
"name": "Plains",
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"objects": [
{
"place": ["LargeBoi"],
"chance": 0.03,
"translate": {
"y": -2
},
"rotation": {
"enabled": true,
"xAxis": {
"enabled": true,
"min": -23,
"max": 23,
"interval": 1
},
"yAxis": {
"enabled": true,
"min": 0,
"max": 0,
"interval": 90
},
"zAxis": {
"enabled": true,
"min": -23,
"max": 23,
"interval": 1
}
}
}
],
"derivative": "PLAINS",
"heightExponent": 1,
"highHeight": 7,
"lowHeight": 1
}

View File

@@ -1,23 +0,0 @@
{
"name": "Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"derivative": "BEACH",
"heightExponent": 1,
"highHeight": 2,
"lowHeight": -1
}

View File

@@ -1,30 +0,0 @@
{
"name": "Ocean",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"derivative": "OCEAN",
"heightExponent": 1,
"highHeight": 0,
"lowHeight": -32
}

View File

@@ -1,39 +0,0 @@
{
"name": "Plains",
"auxiliaryGenerators":[
{
"zoom": 3,
"offsetX": 0,
"offsetZ": 0,
"seed": 1337,
"min": 0,
"max": 3
}
],
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"derivative": "PLAINS",
"heightFrequency": 0.2,
"heightExponent": 1,
"highHeight": 6,
"lowHeight": 3
}

View File

@@ -1,39 +0,0 @@
{
"name": "Test",
"auxiliaryGenerators":[
{
"zoom": 3,
"offsetX": 0,
"offsetZ": 0,
"seed": 1337,
"min": 0,
"max": 3
}
],
"layers": [
{
"palette": [
"STONE"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"derivative": "PLAINS",
"heightFrequency": 0.2,
"heightExponent": 1,
"highHeight": 6,
"lowHeight": 3
}

View File

@@ -1,15 +0,0 @@
{
"name": "Temperate",
"shoreRatio": 0.05,
"biomeImplosionRatio": 0.25,
"landBiomes": [
"plains-dan",
"test-dan"
],
"seaBiomes": [
"ocean-dan"
],
"shoreBiomes": [
"beach-dan"
]
}