9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00
This commit is contained in:
Daniel Mills
2020-01-17 08:58:33 -05:00
parent 8d11902c5b
commit 52db237b59
8 changed files with 18 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
"name": "Deep Ocean",
"derivative": "DEEP_OCEAN",
"type": "FLUID",
"height": -0.5,
"height": -0.2,
"surface": [
"SAND",
"SAND",

View File

@@ -2,7 +2,7 @@
"name": "Frozen Ocean",
"derivative": "FROZEN_OCEAN",
"type": "FLUID",
"height": -0.5,
"height": -0.1,
"surface": [
"SAND",
"SAND",

View File

@@ -2,7 +2,7 @@
"name": "Ocean",
"derivative": "OCEAN",
"type": "FLUID",
"height": -0.5,
"height": -0.03,
"surface": [
"SAND",
"SAND",

View File

@@ -1,17 +0,0 @@
{
"name": "Tourmaline Beach",
"derivative": "MUTATED_PLAINS",
"type": "FRONT",
"height": 0,
"surface": [
"CONCRETE:15",
"OBSIDIAN",
"CONCRETE:7",
"CONCRETE_POWDER:15"
],
"surfaceType": "scatter",
"surfaceScale": 1.125,
"objects": [
"bush/TClutter/small=0.5"
]
}

View File

@@ -2,6 +2,12 @@
"name": "Overworld",
"environment": "normal",
"biomes": [
"ocean",
"deep_ocean",
"frozen_ocean",
"beach",
"cold_beach",
"temperate_beach",
"desert",
"desert_red",
"desert_hills",

8
pack.code-workspace Normal file
View File

@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

View File

@@ -1,5 +1,5 @@
{
"rarity": 1,
"beach": "tourmaline_beach",
"beach": "temperate_beach",
"name": "Anomaly"
}

View File

@@ -1,5 +0,0 @@
{
"rarity": 1,
"beach": "temperate_beach",
"name": "Default"
}