mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
Reset height to 0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Beach",
|
||||
"derivative": "BEACHES",
|
||||
"height": -0.038,
|
||||
"height": 0,
|
||||
"surface": [
|
||||
"SAND"
|
||||
],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Cold Beach",
|
||||
"derivative": "COLD_BEACH",
|
||||
"height": -0.038,
|
||||
"height": 0,
|
||||
"surface": [
|
||||
"SAND"
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Desert",
|
||||
"derivative": "DESERT",
|
||||
"region": "hot",
|
||||
"height": 0,
|
||||
"surface": [
|
||||
"SAND"
|
||||
],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Desert Hills",
|
||||
"derivative": "DESERT_HILLS",
|
||||
"region": "hot",
|
||||
"height": 0.105,
|
||||
"height": 0,
|
||||
"surface": [
|
||||
"SAND"
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Desert Red",
|
||||
"derivative": "MUTATED_DESERT",
|
||||
"region": "hot",
|
||||
"height": 0,
|
||||
"surface": [
|
||||
"SAND:1"
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Forest",
|
||||
"derivative": "FOREST",
|
||||
"region": "temperate",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Birch Forest",
|
||||
"derivative": "BIRCH_FOREST",
|
||||
"region": "temperate",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
"name": "Birch Forest Hills",
|
||||
"derivative": "BIRCH_FOREST_HILLS",
|
||||
"region": "temperate",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
],
|
||||
"height": 0.112,
|
||||
"objects": [
|
||||
"tree/birch/medium=0.63",
|
||||
"tree/birch/large=0.32",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Dark Forest",
|
||||
"derivative": "ROOFED_FOREST",
|
||||
"region": "temperate",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Haunted Forest",
|
||||
"derivative": "MUTATED_SWAMPLAND",
|
||||
"region": "temperate",
|
||||
"height": 0,
|
||||
"surface": [
|
||||
"GRASS",
|
||||
"GRASS",
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
"name": "Forest Hills",
|
||||
"derivative": "FOREST_HILLS",
|
||||
"region": "temperate",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.23",
|
||||
"LONG_GRASS:2=0.13"
|
||||
],
|
||||
"height": 0.11,
|
||||
"objects": [
|
||||
"tree/oak/medium=0.83",
|
||||
"tree/oak/small=2.8",
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
"name": "Forest Mountains",
|
||||
"derivative": "MUTATED_EXTREME_HILLS_WITH_TREES",
|
||||
"region": "temperate",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.13",
|
||||
"LONG_GRASS:2=0.13"
|
||||
],
|
||||
"height": 0.225,
|
||||
"objects": [
|
||||
"tree/spruce/medium=0.67",
|
||||
"tree/spruce/small=2.7",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Ice Forest",
|
||||
"region": "snowy",
|
||||
"height": 0.18,
|
||||
"height": 0,
|
||||
"derivative": "MUTATED_ICE_FLATS",
|
||||
"surface": [
|
||||
"SNOW_BLOCK"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Ice Mountains",
|
||||
"derivative": "ICE_MOUNTAINS",
|
||||
"height": 0.192,
|
||||
"height": 0,
|
||||
"region": "snowy",
|
||||
"snow": 1.72,
|
||||
"cliffs": true,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Ice Plains",
|
||||
"region": "snowy",
|
||||
"height": 0.1,
|
||||
"height": 0,
|
||||
"snow": 0.74,
|
||||
"derivative": "ICE_FLATS",
|
||||
"surface": [
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Jungle",
|
||||
"derivative": "JUNGLE",
|
||||
"region": "tropical",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.58",
|
||||
"LONG_GRASS:2=0.13"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Jungle Hills",
|
||||
"derivative": "JUNGLE_HILLS",
|
||||
"region": "tropical",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.33",
|
||||
"LONG_GRASS:2=0.02"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Mesa",
|
||||
"derivative": "Mesa",
|
||||
"height": 0.125,
|
||||
"height": 0,
|
||||
"region": "hot",
|
||||
"surface": [
|
||||
"HARD_CLAY",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Mesa Blue",
|
||||
"derivative": "Mesa",
|
||||
"height": 0.125,
|
||||
"height": 0,
|
||||
"region": "hot",
|
||||
"surface": [
|
||||
"STAINED_CLAY:9",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Mesa Green",
|
||||
"derivative": "Mesa",
|
||||
"height": 0.073,
|
||||
"height": 0,
|
||||
"region": "hot",
|
||||
"surface": [
|
||||
"STAINED_CLAY:4",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Mesa Mountains",
|
||||
"derivative": "Mesa",
|
||||
"height": 0.215,
|
||||
"height": 0,
|
||||
"region": "hot",
|
||||
"cliffs": true,
|
||||
"cliffScale": 0.89,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Mountains",
|
||||
"height": 0.26,
|
||||
"height": 0,
|
||||
"region": "cold",
|
||||
"derivative": "EXTREME_HILLS",
|
||||
"scatter":[
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Mushroom Island",
|
||||
"derivative": "MUSHROOM_ISLAND",
|
||||
"region": "anomaly",
|
||||
"height": 0,
|
||||
"surface": [
|
||||
"MYCEL"
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Plains",
|
||||
"derivative": "PLAINS",
|
||||
"region": "temperate",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.37",
|
||||
"LONG_GRASS:2=0.09"
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
"name": "Redwood Forest",
|
||||
"derivative": "REDWOOD_TAIGA",
|
||||
"region": "cold",
|
||||
"height": 0,
|
||||
"surface": [
|
||||
"DIRT",
|
||||
"DIRT:1",
|
||||
"DIRT:2"
|
||||
],
|
||||
"height": 0.096,
|
||||
],
|
||||
"surfaceType": "simplex",
|
||||
"scatter": [
|
||||
"LONG_GRASS:2=0.07"
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
"name": "Redwood Forest",
|
||||
"derivative": "REDWOOD_TAIGA",
|
||||
"region": "cold",
|
||||
"height": 0,
|
||||
"surface": [
|
||||
"DIRT",
|
||||
"DIRT:1",
|
||||
"DIRT:2"
|
||||
],
|
||||
"height":0.12,
|
||||
"surfaceType": "simplex",
|
||||
"scatter": [
|
||||
"LONG_GRASS:2=0.07"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Sakura",
|
||||
"region": "temperate",
|
||||
"derivative": "MUTATED_PLAINS",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.37",
|
||||
"LONG_GRASS:2=0.09"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Savanna",
|
||||
"derivative": "SAVANNA",
|
||||
"region": "hot",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.18"
|
||||
],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Savanna Hills",
|
||||
"derivative": "SAVANNA_ROCK",
|
||||
"region": "hot",
|
||||
"height": 0.11
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.18"
|
||||
]
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Swamp",
|
||||
"derivative": "SWAMPLAND",
|
||||
"region": "tropical",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:1=0.04",
|
||||
"LONG_GRASS:2=0.03"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Taiga",
|
||||
"derivative": "TAIGA",
|
||||
"region": "cold",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:2=0.07"
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Cold Taiga",
|
||||
"derivative": "TAIGA_COLD",
|
||||
"region": "cold",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:2=0.04"
|
||||
],
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"name": "Cold Taiga",
|
||||
"derivative": "TAIGA_COLD",
|
||||
"region": "cold",
|
||||
"height": 0,
|
||||
"scatter":[
|
||||
"LONG_GRASS:2=0.04"
|
||||
],
|
||||
"height":0.115,
|
||||
"objects": [
|
||||
"tree/spruce/medium=0.27",
|
||||
"tree/spruce/small=1.7",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Temperate Beach",
|
||||
"derivative": "STONE_BEACH",
|
||||
"height": -0.038,
|
||||
"height": 0,
|
||||
"surface": [
|
||||
"SAND"
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "Tourmaline",
|
||||
"region": "anomaly",
|
||||
"derivative": "MUTATED_PLAINS",
|
||||
"height": 0,
|
||||
"surface": [
|
||||
"CONCRETE:15",
|
||||
"OBSIDIAN",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "Tourmaline Beach",
|
||||
"derivative": "MUTATED_PLAINS",
|
||||
"height": 0,
|
||||
"surface": [
|
||||
"CONCRETE:15",
|
||||
"OBSIDIAN",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Volcanic",
|
||||
"derivative": "MUTATED_JUNGLE",
|
||||
"height": -0.125,
|
||||
"height": 0,
|
||||
"region": "tropical",
|
||||
"subSurface": [
|
||||
"CONCRETE_POWDER:15"
|
||||
|
||||
Reference in New Issue
Block a user