mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 03:39:15 +00:00
Tweaks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "Deep Ocean",
|
||||
"derivative": "DEEP_OCEAN",
|
||||
"type": "FLUID",
|
||||
"height": -0.5,
|
||||
"height": -0.2,
|
||||
"surface": [
|
||||
"SAND",
|
||||
"SAND",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Frozen Ocean",
|
||||
"derivative": "FROZEN_OCEAN",
|
||||
"type": "FLUID",
|
||||
"height": -0.5,
|
||||
"height": -0.1,
|
||||
"surface": [
|
||||
"SAND",
|
||||
"SAND",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Ocean",
|
||||
"derivative": "OCEAN",
|
||||
"type": "FLUID",
|
||||
"height": -0.5,
|
||||
"height": -0.03,
|
||||
"surface": [
|
||||
"SAND",
|
||||
"SAND",
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -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
8
pack.code-workspace
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"rarity": 1,
|
||||
"beach": "tourmaline_beach",
|
||||
"beach": "temperate_beach",
|
||||
"name": "Anomaly"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"rarity": 1,
|
||||
"beach": "temperate_beach",
|
||||
"name": "Default"
|
||||
}
|
||||
Reference in New Issue
Block a user