mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Ye
This commit is contained in:
8
src/main/resources/pack/biomes/forest.json
Normal file
8
src/main/resources/pack/biomes/forest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Forest",
|
||||
"derivative": "FOREST",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
]
|
||||
}
|
||||
8
src/main/resources/pack/biomes/forest_birch.json
Normal file
8
src/main/resources/pack/biomes/forest_birch.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Birch Forest",
|
||||
"derivative": "BIRCH_FOREST",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
]
|
||||
}
|
||||
8
src/main/resources/pack/biomes/forest_birch_hills.json
Normal file
8
src/main/resources/pack/biomes/forest_birch_hills.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Birch Forest Hills",
|
||||
"derivative": "BIRCH_FOREST_HILLS",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
]
|
||||
}
|
||||
8
src/main/resources/pack/biomes/forest_dark.json
Normal file
8
src/main/resources/pack/biomes/forest_dark.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Dark Forest",
|
||||
"derivative": "ROOFED_FOREST",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
]
|
||||
}
|
||||
23
src/main/resources/pack/biomes/forest_haunted.json
Normal file
23
src/main/resources/pack/biomes/forest_haunted.json
Normal 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"
|
||||
}
|
||||
8
src/main/resources/pack/biomes/forest_hills.json
Normal file
8
src/main/resources/pack/biomes/forest_hills.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Forest Hills",
|
||||
"derivative": "FOREST_HILLS",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
]
|
||||
}
|
||||
8
src/main/resources/pack/biomes/forest_mountains.json
Normal file
8
src/main/resources/pack/biomes/forest_mountains.json
Normal 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"
|
||||
]
|
||||
}
|
||||
4
src/main/resources/pack/biomes/ice_mountains.json
Normal file
4
src/main/resources/pack/biomes/ice_mountains.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Ice Mountains",
|
||||
"derivative": "ICE_MOUNTAINS"
|
||||
}
|
||||
4
src/main/resources/pack/biomes/ice_plains.json
Normal file
4
src/main/resources/pack/biomes/ice_plains.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Ice Plains",
|
||||
"derivative": "ICE_FLATS"
|
||||
}
|
||||
7
src/main/resources/pack/biomes/mountains.json
Normal file
7
src/main/resources/pack/biomes/mountains.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Mountains",
|
||||
"derivative": "EXTREME_HILLS",
|
||||
"scatter":[
|
||||
"LONG_GRASS:2=0.04"
|
||||
]
|
||||
}
|
||||
7
src/main/resources/pack/biomes/mushroom_island.json
Normal file
7
src/main/resources/pack/biomes/mushroom_island.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Mushroom Island",
|
||||
"derivative": "MUSHROOM_ISLAND",
|
||||
"surface": [
|
||||
"MYCEL"
|
||||
]
|
||||
}
|
||||
13
src/main/resources/pack/biomes/redwood_forest.json
Normal file
13
src/main/resources/pack/biomes/redwood_forest.json
Normal 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"
|
||||
]
|
||||
}
|
||||
13
src/main/resources/pack/biomes/redwood_forest_hills.json
Normal file
13
src/main/resources/pack/biomes/redwood_forest_hills.json
Normal 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"
|
||||
]
|
||||
}
|
||||
7
src/main/resources/pack/biomes/taiga.json
Normal file
7
src/main/resources/pack/biomes/taiga.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Taiga",
|
||||
"derivative": "TAIGA",
|
||||
"scatter":[
|
||||
"LONG_GRASS:2=0.07"
|
||||
]
|
||||
}
|
||||
7
src/main/resources/pack/biomes/taiga_cold.json
Normal file
7
src/main/resources/pack/biomes/taiga_cold.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Cold Taiga",
|
||||
"derivative": "TAIGA_COLD",
|
||||
"scatter":[
|
||||
"LONG_GRASS:2=0.04"
|
||||
]
|
||||
}
|
||||
7
src/main/resources/pack/biomes/taiga_cold_hills.json
Normal file
7
src/main/resources/pack/biomes/taiga_cold_hills.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Cold Taiga",
|
||||
"derivative": "TAIGA_COLD",
|
||||
"scatter":[
|
||||
"LONG_GRASS:2=0.04"
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user