Additional structures in biomes

This commit is contained in:
Daniel Mills 2020-01-08 08:20:05 -05:00
parent 1930b911b3
commit 11e74ef6cc
9 changed files with 38 additions and 4 deletions

View File

@ -5,9 +5,10 @@
"LONG_GRASS:1=0.13",
"LONG_GRASS:2=0.13"
],
"height": 0.225,
"objects": [
"tree/oak/medium=0.11",
"tree/oak/small=3.2",
"colossal/oak/massive=0.0005"
"tree/spruce/medium=0.67",
"tree/spruce/small=2.7",
"tree/spruce/dead/medium=0.09"
]
}

View File

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

View File

@ -3,5 +3,8 @@
"derivative": "MUSHROOM_ISLAND",
"surface": [
"MYCEL"
],
"objects":[
"mushroom/red=0.23"
]
}

View File

@ -6,6 +6,7 @@
"DIRT:1",
"DIRT:2"
],
"height": 0.096,
"surfaceType": "simplex",
"scatter": [
"LONG_GRASS:2=0.07"

View File

@ -6,8 +6,14 @@
"DIRT:1",
"DIRT:2"
],
"height":0.15,
"surfaceType": "simplex",
"scatter": [
"LONG_GRASS:2=0.07"
],
"objects": [
"tree/spruce/medium=0.87",
"tree/spruce/small=2.7",
"tree/spruce/dead/medium=0.06"
]
}

View File

@ -3,5 +3,10 @@
"derivative": "TAIGA",
"scatter":[
"LONG_GRASS:2=0.07"
],
"objects": [
"tree/spruce/medium=0.27",
"tree/spruce/small=1.7",
"tree/spruce/dead/medium=0.39"
]
}

View File

@ -3,5 +3,10 @@
"derivative": "TAIGA_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

@ -3,5 +3,11 @@
"derivative": "TAIGA_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"
]
}

View File

@ -21,6 +21,7 @@
"forest_dark",
"taiga",
"taiga_cold",
"mushroom_island",
"taiga_cold_hills",
"mountains",
"ice_plains",