9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-03 14:12:21 +00:00
This commit is contained in:
Daniel Mills
2020-01-11 04:45:13 -05:00
parent 5f5a81045c
commit 6d42dcc7b3
302 changed files with 572 additions and 2 deletions

62
BIOMES LIST.txt Normal file
View File

@@ -0,0 +1,62 @@
OCEAN,
PLAINS,
DESERT,
EXTREME_HILLS,
FOREST,
TAIGA,
SWAMPLAND,
RIVER,
HELL,
SKY,
FROZEN_OCEAN,
FROZEN_RIVER,
ICE_FLATS,
ICE_MOUNTAINS,
MUSHROOM_ISLAND,
MUSHROOM_ISLAND_SHORE,
BEACHES,
DESERT_HILLS,
FOREST_HILLS,
TAIGA_HILLS,
SMALLER_EXTREME_HILLS,
JUNGLE,
JUNGLE_HILLS,
JUNGLE_EDGE,
DEEP_OCEAN,
STONE_BEACH,
COLD_BEACH,
BIRCH_FOREST,
BIRCH_FOREST_HILLS,
ROOFED_FOREST,
TAIGA_COLD,
TAIGA_COLD_HILLS,
REDWOOD_TAIGA,
REDWOOD_TAIGA_HILLS,
EXTREME_HILLS_WITH_TREES,
SAVANNA,
SAVANNA_ROCK,
MESA,
MESA_ROCK,
MESA_CLEAR_ROCK,
VOID,
MUTATED_PLAINS,
MUTATED_DESERT,
MUTATED_EXTREME_HILLS,
MUTATED_FOREST,
MUTATED_TAIGA,
MUTATED_SWAMPLAND,
MUTATED_ICE_FLATS,
MUTATED_JUNGLE,
MUTATED_JUNGLE_EDGE,
MUTATED_BIRCH_FOREST,
MUTATED_BIRCH_FOREST_HILLS,
MUTATED_ROOFED_FOREST,
MUTATED_TAIGA_COLD,
MUTATED_REDWOOD_TAIGA,
MUTATED_REDWOOD_TAIGA_HILLS,
MUTATED_EXTREME_HILLS_WITH_TREES,
MUTATED_SAVANNA,
MUTATED_SAVANNA_ROCK,
MUTATED_MESA,
MUTATED_MESA_ROCK,
MUTATED_MESA_CLEAR_ROCK

View File

@@ -1,2 +0,0 @@
# IrisPack
The pack for iris

19
biomes/beach.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Beach",
"derivative": "BEACHES",
"height": -0.078,
"surface": [
"SAND"
],
"dirt": [
"SAND",
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"objects": [
"tree/palm/medium=0.45",
"tree/palm/small=4.95"
]
}

17
biomes/desert.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "Desert",
"derivative": "DESERT",
"region": "HotDry",
"surface": [
"SAND"
],
"dirt": [
"SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.008"
],
"objects": [
"colossal/dead/massive=0.00023"
]
}

17
biomes/desert_hills.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "Desert Hills",
"derivative": "DESERT_HILLS",
"region": "HotDry",
"surface": [
"SAND"
],
"dirt": [
"SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.005"
],
"objects": [
"colossal/dead/massive=0.00023"
]
}

17
biomes/desert_red.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "Desert Red",
"derivative": "MUTATED_DESERT",
"region": "HotDry",
"surface": [
"SAND:1"
],
"dirt": [
"RED_SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.008"
],
"objects": [
"colossal/willow/dead/supermassive=0.00033"
]
}

18
biomes/forest.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "Forest",
"derivative": "FOREST",
"region": "Temperate",
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
],
"objects": [
"tree/oak/medium=0.83",
"tree/oak/small=3.2",
"colossal/oak/massive=0.001",
"colossal/oak/superlarge=0.0004",
"colossal/oak/supermassive=0.0001",
"tree/fantasyoak/large=0.18",
"tree/fantasyoak/medium=0.18"
]
}

14
biomes/forest_birch.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "Birch Forest",
"derivative": "BIRCH_FOREST",
"region": "Temperate",
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
],
"objects": [
"tree/birch/medium=0.63",
"tree/birch/large=0.32",
"tree/birch/small=3.2"
]
}

View File

@@ -0,0 +1,15 @@
{
"name": "Birch Forest Hills",
"derivative": "BIRCH_FOREST_HILLS",
"region": "Temperate",
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
],
"height": 0.14,
"objects": [
"tree/birch/medium=0.63",
"tree/birch/large=0.32",
"tree/birch/small=3.2"
]
}

9
biomes/forest_dark.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "Dark Forest",
"derivative": "ROOFED_FOREST",
"region": "Temperate",
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
]
}

View File

@@ -0,0 +1,32 @@
{
"name": "Haunted Forest",
"derivative": "MUTATED_SWAMPLAND",
"region": "Temperate",
"surface": [
"GRASS",
"GRASS",
"GRASS",
"GRASS",
"SOUL_SAND",
"DIRT",
"DIRT:1",
"DIRT:2"
],
"dirt": [
"DIRT",
"DIRT:1",
"SOUL_SAND"
],
"scatter":[
"LONG_GRASS:1=0.13"
],
"surfaceType": "simplex",
"objects": [
"colossal/dead/fallen/massive=0.0005",
"colossal/dead/massive=0.0007",
"colossal/dead/tainted/massive=0.0007",
"colossal/dead/superlarge=0.0006",
"colossal/dead/wilted/supermassive=0.0004",
"colossal/dead/supermassive=0.0005"
]
}

19
biomes/forest_hills.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Forest Hills",
"derivative": "FOREST_HILLS",
"region": "Temperate",
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
],
"height": 0.11,
"objects": [
"tree/oak/medium=0.83",
"tree/oak/small=2.8",
"colossal/oak/massive=0.001",
"colossal/oak/superlarge=0.0004",
"colossal/oak/supermassive=0.0001",
"tree/fantasyoak/large=0.18",
"tree/fantasyoak/medium=0.18"
]
}

View File

@@ -0,0 +1,15 @@
{
"name": "Forest Mountains",
"derivative": "MUTATED_EXTREME_HILLS_WITH_TREES",
"region": "Temperate",
"scatter":[
"LONG_GRASS:1=0.13",
"LONG_GRASS:2=0.13"
],
"height": 0.225,
"objects": [
"tree/spruce/medium=0.67",
"tree/spruce/small=2.7",
"tree/spruce/dead/medium=0.09"
]
}

11
biomes/ice_mountains.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "Ice Mountains",
"derivative": "ICE_MOUNTAINS",
"height": 0.412,
"region": "Cold",
"objects": [
"tree/spruce/medium=0.07",
"tree/spruce/small=0.25",
"tree/spruce/dead/medium=0.035"
]
}

5
biomes/ice_plains.json Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "Ice Plains",
"region": "Cold",
"derivative": "ICE_FLATS"
}

12
biomes/jungle.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "Jungle",
"derivative": "JUNGLE",
"region": "Humid",
"scatter":[
"LONG_GRASS:1=0.58",
"LONG_GRASS:2=0.13"
],
"objects": [
"colossal/jungle/massive=0.0005"
]
}

12
biomes/jungle_hills.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "Jungle Hills",
"derivative": "JUNGLE_HILLS",
"region": "Humid",
"scatter":[
"LONG_GRASS:1=0.33",
"LONG_GRASS:2=0.02"
],
"objects": [
"colossal/jungle/massive=0.0005"
]
}

18
biomes/mesa.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "Mesa",
"derivative": "Mesa",
"height": 0.125,
"region": "HotDry",
"surface": [
"HARD_CLAY",
"STAINED_CLAY:1",
"STAINED_CLAY:8",
"STAINED_CLAY:12"
],
"dirt": [
"CLAY",
"SAND:1",
"SAND"
],
"surfaceType": "simplex"
}

20
biomes/mesa_blue.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "Mesa Blue",
"derivative": "Mesa",
"height": 0.125,
"region": "HotDry",
"surface": [
"STAINED_CLAY:9",
"STAINED_CLAY:3",
"STAINED_CLAY:11",
"STAINED_CLAY:10",
"STAINED_CLAY:2",
"STAINED_CLAY:6"
],
"dirt": [
"CLAY",
"SAND:1",
"SAND"
],
"surfaceType": "simplex"
}

View File

@@ -0,0 +1,18 @@
{
"name": "Mesa Mountains",
"derivative": "Mesa",
"height": 0.325,
"region": "HotDry",
"surface": [
"HARD_CLAY",
"STAINED_CLAY:1",
"STAINED_CLAY:8",
"STAINED_CLAY:12"
],
"dirt": [
"CLAY",
"SAND:1",
"SAND"
],
"surfaceType": "simplex"
}

9
biomes/mountains.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "Mountains",
"height": 0.35,
"region": "Cold",
"derivative": "EXTREME_HILLS",
"scatter":[
"LONG_GRASS:2=0.04"
]
}

View File

@@ -0,0 +1,11 @@
{
"name": "Mushroom Island",
"derivative": "MUSHROOM_ISLAND",
"region": "Cold",
"surface": [
"MYCEL"
],
"objects":[
"mushroom/red=0.23"
]
}

14
biomes/plains.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "Plains",
"derivative": "PLAINS",
"region": "Temperate",
"scatter":[
"LONG_GRASS:1=0.37",
"LONG_GRASS:2=0.09"
],
"objects": [
"colossal/blossom/massive=0.0008",
"colossal/blossom/supermassive=0.00011",
"colossal/blossom/superlarge=0.00054"
]
}

View File

@@ -0,0 +1,22 @@
{
"name": "Redwood Forest",
"derivative": "REDWOOD_TAIGA",
"region": "Cold",
"surface": [
"DIRT",
"DIRT:1",
"DIRT:2"
],
"height": 0.096,
"surfaceType": "simplex",
"scatter": [
"LONG_GRASS:2=0.07"
],
"objects": [
"tree/spruce/medium=0.87",
"tree/spruce/small=3.7",
"tree/spruce/dead/medium=0.01",
"tree/evergreen/large=0.17",
"tree/evergreen/medium=0.22"
]
}

View File

@@ -0,0 +1,22 @@
{
"name": "Redwood Forest",
"derivative": "REDWOOD_TAIGA",
"region": "Cold",
"surface": [
"DIRT",
"DIRT:1",
"DIRT:2"
],
"height":0.15,
"surfaceType": "simplex",
"scatter": [
"LONG_GRASS:2=0.07"
],
"objects": [
"tree/spruce/medium=0.87",
"tree/spruce/small=3.7",
"tree/spruce/dead/medium=0.01",
"tree/evergreen/large=0.27",
"tree/evergreen/medium=0.32"
]
}

16
biomes/sakura.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "Sakura",
"region": "Temperate",
"derivative": "MUTATED_PLAINS",
"scatter":[
"LONG_GRASS:1=0.37",
"LONG_GRASS:2=0.09"
],
"objects": [
"tree/serrulata/bleeding/alt/medium=0.012",
"tree/serrulata/bleeding/medium=0.012",
"tree/serrulata/nobleed/medium=0.012",
"tree/serrulata/sakura/medium=0.012",
"tree/serrulata/bleeding/large=0.003"
]
}

14
biomes/savanna.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "Savanna",
"derivative": "SAVANNA",
"region": "HotDry",
"scatter":[
"LONG_GRASS:1=0.18"
],
"objects":[
"colossal/dead/massive=0.001",
"colossal/dead/superlarge=0.0005",
"colossal/dead/supermassive=0.0001",
"colossal/dead/fallen/massive=0.001"
]
}

View File

@@ -0,0 +1,8 @@
{
"name": "Savanna Hills",
"derivative": "SAVANNA_ROCK",
"region": "HotDry",
"scatter":[
"LONG_GRASS:1=0.18"
]
}

9
biomes/swamp.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "Swamp",
"derivative": "SWAMPLAND",
"region": "Humid",
"scatter":[
"LONG_GRASS:1=0.04",
"LONG_GRASS:2=0.03"
]
}

13
biomes/taiga.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "Taiga",
"derivative": "TAIGA",
"region": "Cold",
"scatter":[
"LONG_GRASS:2=0.07"
],
"objects": [
"tree/spruce/medium=0.27",
"tree/spruce/small=1.7",
"tree/spruce/dead/medium=0.39"
]
}

13
biomes/taiga_cold.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "Cold Taiga",
"derivative": "TAIGA_COLD",
"region": "Cold",
"scatter":[
"LONG_GRASS:2=0.04"
],
"objects": [
"tree/spruce/medium=0.27",
"tree/spruce/small=1.7",
"tree/spruce/dead/medium=0.39"
]
}

View File

@@ -0,0 +1,14 @@
{
"name": "Cold Taiga",
"derivative": "TAIGA_COLD",
"region": "Cold",
"scatter":[
"LONG_GRASS:2=0.04"
],
"height":0.12,
"objects": [
"tree/spruce/medium=0.27",
"tree/spruce/small=1.7",
"tree/spruce/dead/medium=0.39"
]
}

36
dimensions/overworld.json Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "Overworld",
"environment": "normal",
"biomes": [
"desert",
"desert_red",
"desert_hills",
"mesa",
"mesa_mountains",
"mesa_blue",
"savanna",
"savanna_hills",
"jungle",
"jungle_hills",
"swamp",
"plains",
"forest",
"forest_hills",
"forest_mountains",
"forest_haunted",
"forest_birch",
"forest_birch_hills",
"forest_dark",
"taiga",
"taiga_cold",
"mushroom_island",
"taiga_cold_hills",
"mountains",
"ice_plains",
"ice_mountains",
"redwood_forest",
"redwood_forest_hills",
"beach",
"sakura"
]
}

5
manifest.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dimensions":[
"overworld"
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
sink 2

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
sink 6

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
sink 8

Binary file not shown.

View File

@@ -0,0 +1 @@
sink 9

Binary file not shown.

View File

@@ -0,0 +1 @@
sink 6

Binary file not shown.

View File

@@ -0,0 +1 @@
sink 9

View File

@@ -0,0 +1 @@
sink 8

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
sink 6

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
sink=8

Binary file not shown.

View File

@@ -0,0 +1 @@
sink 10

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More