From bd465759d51b445a5c3aefa0e923911d429f0609 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Tue, 21 Jul 2020 04:22:50 -0400 Subject: [PATCH] amazing ice --- IrisBiome.md | 12 ++++++++---- .../biomes/frozen-ocean.json | 19 +++++++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/IrisBiome.md b/IrisBiome.md index 0e292e69..ae3eea6f 100644 --- a/IrisBiome.md +++ b/IrisBiome.md @@ -2,12 +2,15 @@ > Represents a biome in iris. ```json { + "seaLayers": [], "biomeSkyScatter": [], + "objects": [], + "biomeZoom": 1, + "biomeDispersion": "SCATTER", + "derivative": "THE_VOID", "children": [], "decorators": [], - "objects": [], "name": "A Biome", - "biomeZoom": 1, "layers": [{ "minHeight": 1, "terrainZoom": 5, @@ -21,8 +24,6 @@ "generator": "default" }], "childShrinkFactor": 1.5, - "biomeDispersion": "SCATTER", - "derivative": "THE_VOID", "biomeScatter": [] } ``` @@ -54,6 +55,9 @@ ## layers > This defines the layers of materials in this biome. Each layer has a palette and min/max height and some other properties. Usually a grassy/sandy layer then a dirt layer then a stone layer. Iris will fill in the remaining blocks below your layers with stone. +## seaLayers +> This defines the layers of materials in this biome. Each layer has a palette and min/max height and some other properties. Usually a grassy/sandy layer then a dirt layer then a stone layer. Iris will fill in the remaining blocks below your layers with stone. + ## decorators > Decorators are used for things like tall grass, bisected flowers, and even kelp or cactus (random heights) diff --git a/iris.overworld.frozen/biomes/frozen-ocean.json b/iris.overworld.frozen/biomes/frozen-ocean.json index af76c5a4..c97e16e2 100644 --- a/iris.overworld.frozen/biomes/frozen-ocean.json +++ b/iris.overworld.frozen/biomes/frozen-ocean.json @@ -25,6 +25,25 @@ ] } ], + "seaLayers": [ + { + "minHeight": 1, + "maxHeight": 3, + "dispersion": "WISPY", + "terrainZoom": 1, + "palette": [ + "ICE", + "AIR" + ] + }, + { + "minHeight": 1, + "maxHeight": 2, + "palette": [ + "PACKED_ICE" + ] + } + ], "generators":[ { "generator": "plain",