Biome Systems

This commit is contained in:
Daniel Mills
2020-01-07 07:47:42 -05:00
parent 152b1bd24e
commit 7e9cea94f3
166 changed files with 1128 additions and 681 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "Desert",
"derivative": "DESERT",
"surface": [
"SAND"
],
"dirt": [
"SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.008"
]
}

View File

@@ -0,0 +1,13 @@
{
"name": "Desert Hills",
"derivative": "DESERT_HILLS",
"surface": [
"SAND"
],
"dirt": [
"SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.005"
]
}

View File

@@ -0,0 +1,13 @@
{
"name": "Desert Red",
"derivative": "MUTATED_DESERT",
"surface": [
"SAND:1"
],
"dirt": [
"RED_SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.008"
]
}

View File

@@ -0,0 +1,8 @@
{
"name": "Jungle",
"derivative": "JUNGLE",
"scatter":[
"LONG_GRASS:1=0.58",
"LONG_GRASS:2=0.13"
]
}

View File

@@ -0,0 +1,8 @@
{
"name": "Jungle Hills",
"derivative": "JUNGLE_HILLS",
"scatter":[
"LONG_GRASS:1=0.33",
"LONG_GRASS:2=0.02"
]
}

View File

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

View File

@@ -0,0 +1,8 @@
{
"name": "Plains",
"derivative": "PLAINS",
"scatter":[
"LONG_GRASS:1=0.37",
"LONG_GRASS:2=0.09"
]
}

View File

@@ -0,0 +1,7 @@
{
"name": "Savanna",
"derivative": "SAVANNA",
"scatter":[
"LONG_GRASS:1=0.18"
]
}

View File

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

View File

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

View File

@@ -0,0 +1,17 @@
{
"name": "Biome Name",
"derivative": "PLAINS",
"height": 0,
"surface": [
"GRASS"
],
"dirt": [
"DIRT",
"DIRT:1"
],
"scatter":[
"LONG_GRASS:1=0.13"
],
"surfaceType": "na",
"schematics": []
}

View File

@@ -0,0 +1,16 @@
{
"name": "Overworld",
"environment": "normal",
"biomes": [
"desert",
"desert_red",
"desert_hills",
"mesa",
"savanna",
"savanna_hills",
"jungle",
"jungle_hills",
"swamp",
"plains"
]
}

View File

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

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