mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-17 22:00:13 +00:00
Biome Systems
This commit is contained in:
13
src/main/resources/pack/biomes/desert.json
Normal file
13
src/main/resources/pack/biomes/desert.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "Desert",
|
||||
"derivative": "DESERT",
|
||||
"surface": [
|
||||
"SAND"
|
||||
],
|
||||
"dirt": [
|
||||
"SANDSTONE"
|
||||
],
|
||||
"scatter":[
|
||||
"DEAD_BUSH=0.008"
|
||||
]
|
||||
}
|
||||
13
src/main/resources/pack/biomes/desert_hills.json
Normal file
13
src/main/resources/pack/biomes/desert_hills.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "Desert Hills",
|
||||
"derivative": "DESERT_HILLS",
|
||||
"surface": [
|
||||
"SAND"
|
||||
],
|
||||
"dirt": [
|
||||
"SANDSTONE"
|
||||
],
|
||||
"scatter":[
|
||||
"DEAD_BUSH=0.005"
|
||||
]
|
||||
}
|
||||
13
src/main/resources/pack/biomes/desert_red.json
Normal file
13
src/main/resources/pack/biomes/desert_red.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "Desert Red",
|
||||
"derivative": "MUTATED_DESERT",
|
||||
"surface": [
|
||||
"SAND:1"
|
||||
],
|
||||
"dirt": [
|
||||
"RED_SANDSTONE"
|
||||
],
|
||||
"scatter":[
|
||||
"DEAD_BUSH=0.008"
|
||||
]
|
||||
}
|
||||
8
src/main/resources/pack/biomes/jungle.json
Normal file
8
src/main/resources/pack/biomes/jungle.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Jungle",
|
||||
"derivative": "JUNGLE",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.58",
|
||||
"LONG_GRASS:2=0.13"
|
||||
]
|
||||
}
|
||||
8
src/main/resources/pack/biomes/jungle_hills.json
Normal file
8
src/main/resources/pack/biomes/jungle_hills.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Jungle Hills",
|
||||
"derivative": "JUNGLE_HILLS",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.33",
|
||||
"LONG_GRASS:2=0.02"
|
||||
]
|
||||
}
|
||||
16
src/main/resources/pack/biomes/mesa.json
Normal file
16
src/main/resources/pack/biomes/mesa.json
Normal 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"
|
||||
}
|
||||
8
src/main/resources/pack/biomes/plains.json
Normal file
8
src/main/resources/pack/biomes/plains.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Plains",
|
||||
"derivative": "PLAINS",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.37",
|
||||
"LONG_GRASS:2=0.09"
|
||||
]
|
||||
}
|
||||
7
src/main/resources/pack/biomes/savanna.json
Normal file
7
src/main/resources/pack/biomes/savanna.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Savanna",
|
||||
"derivative": "SAVANNA",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.18"
|
||||
]
|
||||
}
|
||||
7
src/main/resources/pack/biomes/savanna_hills.json
Normal file
7
src/main/resources/pack/biomes/savanna_hills.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Savanna Hills",
|
||||
"derivative": "SAVANNA_ROCK",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.18"
|
||||
]
|
||||
}
|
||||
8
src/main/resources/pack/biomes/swamp.json
Normal file
8
src/main/resources/pack/biomes/swamp.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Swamp",
|
||||
"derivative": "SWAMPLAND",
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.04",
|
||||
"LONG_GRASS:2=0.03"
|
||||
]
|
||||
}
|
||||
17
src/main/resources/pack/biomes/temp.json
Normal file
17
src/main/resources/pack/biomes/temp.json
Normal 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": []
|
||||
}
|
||||
16
src/main/resources/pack/dimensions/overworld.json
Normal file
16
src/main/resources/pack/dimensions/overworld.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Overworld",
|
||||
"environment": "normal",
|
||||
"biomes": [
|
||||
"desert",
|
||||
"desert_red",
|
||||
"desert_hills",
|
||||
"mesa",
|
||||
"savanna",
|
||||
"savanna_hills",
|
||||
"jungle",
|
||||
"jungle_hills",
|
||||
"swamp",
|
||||
"plains"
|
||||
]
|
||||
}
|
||||
5
src/main/resources/pack/manifest.json
Normal file
5
src/main/resources/pack/manifest.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dimensions":[
|
||||
"overworld"
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user