9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00
This commit is contained in:
Daniel Mills
2020-01-07 08:26:39 -05:00
parent 7e9cea94f3
commit d1925201ef
22 changed files with 167 additions and 45 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "Forest",
"derivative": "FOREST",
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
]
}

View File

@@ -0,0 +1,8 @@
{
"name": "Birch Forest",
"derivative": "BIRCH_FOREST",
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
]
}

View File

@@ -0,0 +1,8 @@
{
"name": "Birch Forest Hills",
"derivative": "BIRCH_FOREST_HILLS",
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
]
}

View File

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

View File

@@ -0,0 +1,23 @@
{
"name": "Haunted Forest",
"derivative": "MUTATED_SWAMPLAND",
"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"
}

View File

@@ -0,0 +1,8 @@
{
"name": "Forest Hills",
"derivative": "FOREST_HILLS",
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"
]
}

View File

@@ -0,0 +1,8 @@
{
"name": "Forest Mountains",
"derivative": "MUTATED_EXTREME_HILLS_WITH_TREES",
"scatter":[
"LONG_GRASS:1=0.13",
"LONG_GRASS:2=0.13"
]
}

View File

@@ -0,0 +1,4 @@
{
"name": "Ice Mountains",
"derivative": "ICE_MOUNTAINS"
}

View File

@@ -0,0 +1,4 @@
{
"name": "Ice Plains",
"derivative": "ICE_FLATS"
}

View File

@@ -0,0 +1,7 @@
{
"name": "Mountains",
"derivative": "EXTREME_HILLS",
"scatter":[
"LONG_GRASS:2=0.04"
]
}

View File

@@ -0,0 +1,7 @@
{
"name": "Mushroom Island",
"derivative": "MUSHROOM_ISLAND",
"surface": [
"MYCEL"
]
}

View File

@@ -0,0 +1,13 @@
{
"name": "Redwood Forest",
"derivative": "REDWOOD_TAIGA",
"surface": [
"DIRT",
"DIRT:1",
"DIRT:2"
],
"surfaceType": "simplex",
"scatter": [
"LONG_GRASS:2=0.07"
]
}

View File

@@ -0,0 +1,13 @@
{
"name": "Redwood Forest",
"derivative": "REDWOOD_TAIGA",
"surface": [
"DIRT",
"DIRT:1",
"DIRT:2"
],
"surfaceType": "simplex",
"scatter": [
"LONG_GRASS:2=0.07"
]
}

View File

@@ -0,0 +1,7 @@
{
"name": "Taiga",
"derivative": "TAIGA",
"scatter":[
"LONG_GRASS:2=0.07"
]
}

View File

@@ -0,0 +1,7 @@
{
"name": "Cold Taiga",
"derivative": "TAIGA_COLD",
"scatter":[
"LONG_GRASS:2=0.04"
]
}

View File

@@ -0,0 +1,7 @@
{
"name": "Cold Taiga",
"derivative": "TAIGA_COLD",
"scatter":[
"LONG_GRASS:2=0.04"
]
}

View File

@@ -11,6 +11,22 @@
"jungle",
"jungle_hills",
"swamp",
"plains"
"plains",
"forest",
"forest_hills",
"forest_mountains",
"forest_haunted",
"forest_birch",
"forest_birch_hills",
"forest_dark",
"taiga",
"taiga_cold",
"taiga_cold_hills",
"mountains",
"ice_plains",
"ice_mountains",
"redwood_forest",
"redwood_forest_hills",
"mushroom_island"
]
}