9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
This commit is contained in:
Daniel Mills
2020-01-26 23:17:38 -05:00
parent dcc238bc1a
commit a7e6f422b8
29 changed files with 229 additions and 43 deletions

View File

@@ -14,7 +14,7 @@
"SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.08",
"DEAD_BUSH=0.28",
"STONE_BUTTON:5=0.16"
],
"objects": [

View File

@@ -20,7 +20,7 @@
"SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.005",
"DEAD_BUSH=0.18",
"STONE_BUTTON:5=0.16"
],
"objects": [

View File

@@ -2,10 +2,10 @@
"name": "Midnight Desert",
"derivative": "MUTATED_DESERT",
"type": "LAND",
"parent": "Desert",
"parent": "Desert Red",
"region": "hot",
"genHeight": 0,
"rarity": 15,
"rarity": 175,
"surfaceType": "simplex",
"subSurfaceType": "simplex",
"rockType": "simplex",

View File

@@ -16,7 +16,7 @@
"RED_SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.008",
"DEAD_BUSH=0.18",
"STONE_BUTTON:5=0.16"
],
"objects": [

View File

@@ -13,7 +13,8 @@
"RED_ROSE=0.06",
"YELLOW_FLOWER=0.12",
"RED_ROSE:4=0.07",
"RED_ROSE:5=0.07"
"RED_ROSE:5=0.07",
"DOUBLE_PLANT:2=0.25"
],
"objects": [
"tree/oak/medium=1.5",

View File

@@ -8,10 +8,20 @@
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13",
"RED_ROSE:4=0.07",
"RED_ROSE:5=0.08",
"RED_ROSE=0.12",
"YELLOW_FLOWER=0.11"
"YELLOW_FLOWER=0.2",
"RED_ROSE=0.25",
"RED_ROSE:1=0.25",
"RED_ROSE:2=0.25",
"RED_ROSE:3=0.25",
"RED_ROSE:4=0.25",
"RED_ROSE:5=0.25",
"RED_ROSE:6=0.25",
"RED_ROSE:7=0.25",
"RED_ROSE:8=0.25",
"DOUBLE_PLANT:0=0.2",
"DOUBLE_PLANT:1=0.2",
"DOUBLE_PLANT:4=0.2",
"DOUBLE_PLANT:5=0.2"
],
"objects": [
"tree/birch/large=0.2",

View File

@@ -12,7 +12,21 @@
"genSwirlScale": 10,
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
"LONG_GRASS:2=0.13",
"YELLOW_FLOWER=0.2",
"RED_ROSE=0.25",
"RED_ROSE:1=0.25",
"RED_ROSE:2=0.25",
"RED_ROSE:3=0.25",
"RED_ROSE:4=0.25",
"RED_ROSE:5=0.25",
"RED_ROSE:6=0.25",
"RED_ROSE:7=0.25",
"RED_ROSE:8=0.25",
"DOUBLE_PLANT:0=0.2",
"DOUBLE_PLANT:1=0.2",
"DOUBLE_PLANT:4=0.2",
"DOUBLE_PLANT:5=0.2"
],
"objects": [
"tree/birch/large=0.2",

View File

@@ -7,7 +7,9 @@
"genHeight": 0,
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
"DOUBLE_PLANT:2=0.15",
"BROWN_MUSHROOM=0.3",
"RED_MUSHROOM=0.45"
],
"objects":[
"tree/darkoak/small=0.2",

View File

@@ -12,14 +12,8 @@
"genSwirlScale": 10,
"lush": 0.34,
"scatter": [
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13",
"RED_ROSE:2=0.05",
"RED_ROSE:1=0.07",
"RED_ROSE=0.06",
"YELLOW_FLOWER=0.12",
"RED_ROSE:4=0.07",
"RED_ROSE:5=0.07"
"LONG_GRASS:1=0.33",
"LONG_GRASS:2=0.13"
],
"objects": [
"tree/oak/medium=1.1",

View File

@@ -17,7 +17,8 @@
"RED_ROSE=0.06",
"YELLOW_FLOWER=0.12",
"RED_ROSE:4=0.07",
"RED_ROSE:5=0.07"
"RED_ROSE:5=0.07",
"DOUBLE_PLANT:2=0.15"
],
"objects": [
"tree/oak/medium=0.9",

View File

@@ -0,0 +1,32 @@
{
"name": "Frozen Deep Ocean",
"derivative": "FROZEN_OCEAN",
"type": "FLUID",
"fluid": "ICE",
"genHeight": -0.65,
"genAmp": 0,
"surface": [
"PACKED_ICE",
"ICE",
"ICE",
"ICE",
"CLAY",
"GRAVEL"
],
"surfaceType": "simplex",
"subSurface": [
"SAND",
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"subSurfaceType": "simplex",
"rock": [
"SANDSTONE"
],
"objects":[
"spire/small=0.11",
"spire/medium=0.055"
]
}

View File

@@ -5,7 +5,7 @@
"parent": "Ice Plains",
"region": "snowy",
"genHeight": 0,
"rarity": 1.325,
"rarity": 1.625,
"surface": [
"SNOW_BLOCK"
],

View File

@@ -2,12 +2,12 @@
"name": "Ice Mountains",
"derivative": "ICE_MOUNTAINS",
"type": "LAND",
"parent": "Mountains & Ice Forest",
"parent": "Ice Forest",
"region": "snowy",
"genHeight": 0,
"genScale": 0.7,
"genAmplifier": 2.05,
"rarity": 1.5,
"rarity": 3.5,
"cliffScale": 1.29,
"cliffChance": 0.52,
"cliffs": true,

View File

@@ -3,6 +3,7 @@
"derivative": "ICE_FLATS",
"type": "LAND",
"region": "snowy",
"parent": "Cold Taiga",
"genHeight": 0,
"rarity": 1.25,
"snow": 0.74,

View File

@@ -5,8 +5,8 @@
"region": "snowy",
"genHeight": 0,
"rarity": 6,
"snow": 1.25,
"parent": "Ice Plains",
"snow": 15,
"parent": "Ice Mountains",
"surface": [
"SNOW_BLOCK"
],

View File

@@ -2,14 +2,15 @@
"name": "Jungle",
"derivative": "JUNGLE",
"type": "LAND",
"parent": "Desert & Forest",
"parent": "Desert",
"region": "tropical",
"genHeight": 0,
"rarity": 1.2,
"lush": 8.5,
"scatter":[
"WOOD_BUTTON:5=0.13",
"LONG_GRASS:1=0.58",
"LONG_GRASS:2=0.13",
"LONG_GRASS:1=0.38",
"DOUBLE_PLANT:2=0.35",
"RED_ROSE:5=0.12"
],
"objects": [

View File

@@ -13,8 +13,8 @@
"genSwirlScale": 10,
"scatter":[
"WOOD_BUTTON:5=0.13",
"LONG_GRASS:1=0.33",
"LONG_GRASS:2=0.12",
"LONG_GRASS:1=0.48",
"DOUBLE_PLANT:2=0.35",
"RED_ROSE:5=0.12"
],
"objects": [

View File

@@ -6,9 +6,9 @@
"region": "hot",
"cliffs": true,
"genHeight": 0,
"rarity": 1.33,
"rarity": 2.83,
"genScale": 1.6,
"genAmplifier": 1.15,
"genAmplifier": 1.75,
"cliffScale": 0.89,
"cliffChance": 0.62,
"scatter": [

View File

@@ -1,5 +1,5 @@
{
"name": "Mushroom Island",
"name": "Mushroom Lands",
"derivative": "MUSHROOM_ISLAND",
"type": "LAND",
"region": "anomaly",

View File

@@ -0,0 +1,25 @@
{
"name": "Mushroom Mountains",
"derivative": "MUSHROOM_ISLAND",
"type": "LAND",
"region": "anomaly",
"parent": "Mushroom Lands",
"genHeight": 0,
"rarity": 12,
"dirtDepth": 0,
"genScale": 0.9,
"genSwirl": 3.5,
"genAmplifier": 2.1,
"cliffScale": 1.39,
"cliffChance": 0.47,
"cliffs": true,
"surface": [
"MYCEL"
],
"objects":[
"mushroom/red=0.23",
"mushroom/black=0.23",
"mushroom/purple=0.23",
"mushroom/greay=0.23"
]
}

23
biomes/oily_beach.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "Oily Beach",
"derivative": "STONE_BEACH",
"type": "FRONT",
"genHeight": 0,
"surfaceType": "simplex",
"surface": [
"CONCRETE_POWDER:12",
"CONCRETE_POWDER:12",
"CONCRETE_POWDER:12",
"CONCRETE_POWDER:1"
],
"subSurface": [
"SAND",
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"scatter":[
"STONE_BUTTON:5=0.13"
]
}

20
biomes/oily_channel.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "Oily Channel",
"derivative": "SWAMPLAND",
"type": "FLUID",
"genHeight": -0.2,
"genAmp": 0,
"surface": [
"CONCRETE:12",
"CONCRETE:12",
"CONCRETE:12",
"CONCRETE:12",
"CONCRETE:1"
],
"subSurface": [
"STONE",
"GRAVEL"
],
"subSurfaceType": "simplex",
"surfaceType": "simplex"
}

View File

@@ -0,0 +1,20 @@
{
"name": "Oily Deep Ocean",
"derivative": "SWAMPLAND",
"type": "FLUID",
"genHeight": -0.62,
"genAmp": 0,
"surface": [
"CONCRETE:12",
"CONCRETE:12",
"CONCRETE:12",
"CONCRETE:12",
"CONCRETE:1"
],
"subSurface": [
"STONE",
"GRAVEL"
],
"subSurfaceType": "simplex",
"surfaceType": "simplex"
}

20
biomes/oily_ocean.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "Oily Ocean",
"derivative": "SWAMPLAND",
"type": "FLUID",
"genHeight": -0.2,
"genAmp": 0,
"surface": [
"CONCRETE:12",
"CONCRETE:12",
"CONCRETE:12",
"CONCRETE:12",
"CONCRETE:1"
],
"subSurface": [
"STONE",
"GRAVEL"
],
"subSurfaceType": "simplex",
"surfaceType": "simplex"
}

View File

@@ -7,7 +7,23 @@
"scatter":[
"LONG_GRASS:1=0.37",
"LONG_GRASS:2=0.09",
"STONE_BUTTON:5=0.14"
"DOUBLE_PLANT:2=0.25",
"DOUBLE_PLANT:3=0.15",
"STONE_BUTTON:5=0.14",
"YELLOW_FLOWER=0.1",
"RED_ROSE=0.1",
"RED_ROSE:1=0.1",
"RED_ROSE:2=0.1",
"RED_ROSE:3=0.1",
"RED_ROSE:4=0.1",
"RED_ROSE:5=0.1",
"RED_ROSE:6=0.1",
"RED_ROSE:7=0.1",
"RED_ROSE:8=0.1",
"DOUBLE_PLANT:0=0.1",
"DOUBLE_PLANT:1=0.1",
"DOUBLE_PLANT:4=0.1",
"DOUBLE_PLANT:5=0.1"
],
"objects": [
"shack/worn=0.01"

View File

@@ -4,8 +4,8 @@
"derivative": "MUTATED_PLAINS",
"type": "LAND",
"genHeight": 0,
"parent": "Mushroom Island",
"rarity": 4.95,
"parent": "Mushroom Mountains",
"rarity": 113,
"surface": [
"CONCRETE:15",
"OBSIDIAN",

View File

@@ -9,6 +9,7 @@
"beach",
"channel",
"frozen_deep_ocean",
"frozen_ocean",
"frozen_lake",
"frozen_shore",
@@ -17,6 +18,10 @@
"oily_shore",
"oily_lake",
"oily_ocean",
"oily_deep_ocean",
"oily_channel",
"oily_beach",
"magma_shore",
"magma_lake",
@@ -50,7 +55,8 @@
"forest_dark",
"taiga",
"taiga_cold",
"mushroom_island",
"mushroom_lands",
"mushroom_mountains",
"taiga_cold_hills",
"mountains",
"ice_plains",

View File

@@ -1,9 +1,9 @@
{
"name": "Hot",
"beach": "beach",
"ocean": "ocean",
"deepOcean": "deep_ocean",
"beach": "oily_beach",
"ocean": "oily_ocean",
"deepOcean": "oily_deep_ocean",
"lake": "oily_lake",
"shore": "oily_shore",
"channel": "channel"
"channel": "oily_channel"
}

View File

@@ -2,7 +2,7 @@
"name": "Snowy",
"beach": "frozen_beach",
"ocean": "frozen_ocean",
"deepOcean": "deep_ocean",
"deepOcean": "frozen_deep_ocean",
"lake": "frozen_lake",
"shore": "frozen_shore",
"channel": "frozen_channel"