mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Additional structures in biomes
This commit is contained in:
parent
1930b911b3
commit
11e74ef6cc
@ -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"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
@ -3,5 +3,8 @@
|
||||
"derivative": "MUSHROOM_ISLAND",
|
||||
"surface": [
|
||||
"MYCEL"
|
||||
],
|
||||
"objects":[
|
||||
"mushroom/red=0.23"
|
||||
]
|
||||
}
|
@ -6,6 +6,7 @@
|
||||
"DIRT:1",
|
||||
"DIRT:2"
|
||||
],
|
||||
"height": 0.096,
|
||||
"surfaceType": "simplex",
|
||||
"scatter": [
|
||||
"LONG_GRASS:2=0.07"
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
@ -21,6 +21,7 @@
|
||||
"forest_dark",
|
||||
"taiga",
|
||||
"taiga_cold",
|
||||
"mushroom_island",
|
||||
"taiga_cold_hills",
|
||||
"mountains",
|
||||
"ice_plains",
|
||||
|
Loading…
x
Reference in New Issue
Block a user