From 89afd4256c044fb2f0c51ea4766d9a1659482a79 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Wed, 23 Jun 2021 08:52:40 +0200 Subject: [PATCH] Rest of swamp --- biomes/swamp-lake.json | 137 +++++++------ biomes/swamp-marsh-rotten.json | 143 +++++++------- biomes/swamp-marsh.json | 137 +++++++------ biomes/swamp-murky-cavern-gleaming.json | 248 ++++++++++++------------ biomes/swamp-murky-cavern.json | 77 ++++---- biomes/swamp-ocean-tree.json | 116 +++++------ biomes/swamp-ocean.json | 116 +++++------ biomes/swamp-roofed-forest.json | 114 +++++------ biomes/swamp-roofed-wayward.json | 114 +++++------ biomes/swamp-willow-forest.json | 122 ++++++------ 10 files changed, 661 insertions(+), 663 deletions(-) diff --git a/biomes/swamp-lake.json b/biomes/swamp-lake.json index 1d038337..ee11b4c3 100644 --- a/biomes/swamp-lake.json +++ b/biomes/swamp-lake.json @@ -1,4 +1,6 @@ { + "name": "Swampy Marsh", + "derivative": "SWAMP", "vanillaDerivative": "SWAMP", "children": [ "swamp-marsh" @@ -13,6 +15,71 @@ "structure": "village-tundra" } ], + "generators": [ + { + "min": -8, + "max": -5, + "generator": "river" + } + ], + "layers": [ + { + "style": { + "style": "IRIS" + }, + "zoom": 0.5, + "palette": [ + { + "weight": 3, + "block": "grass_block" + }, + { + "block": "podzol" + }, + { + "weight": 4, + "block": "grass_block" + } + ] + }, + { + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "decorators": [ { "chance": 0.003, @@ -109,74 +176,7 @@ } } ], - "name": "Swampy Marsh", - "layers": [ - { - "style": { - "style": "IRIS" - }, - "zoom": 0.5, - "palette": [ - { - "weight": 3, - "block": "grass_block" - }, - { - "block": "podzol" - }, - { - "weight": 4, - "block": "grass_block" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": -8, - "max": -5, - "generator": "river" - } - ], "biomeZoom": 9, - "derivative": "SWAMP", "biomeStyle": { "style": "IRIS" }, @@ -195,6 +195,5 @@ "block": "stone" } ] - }, - "rarity": 2 + } } \ No newline at end of file diff --git a/biomes/swamp-marsh-rotten.json b/biomes/swamp-marsh-rotten.json index cf143340..bc78e1fa 100644 --- a/biomes/swamp-marsh-rotten.json +++ b/biomes/swamp-marsh-rotten.json @@ -1,5 +1,75 @@ { + "name": "Swamp Marsh Rotten", + "derivative": "SWAMP_HILLS", "vanillaDerivative": "SWAMP", + "generators": [ + { + "min": 7, + "max": 3, + "generator": "mountain" + } + ], + "layers": [ + { + "style": { + "style": "IRIS" + }, + "zoom": 0.5, + "palette": [ + { + "weight": 3, + "block": "grass_block" + }, + { + "block": "podzol" + }, + { + "block": "coarse_dirt" + }, + { + "weight": 4, + "block": "grass_block" + } + ] + }, + { + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "decorators": [ { "chance": 0.005, @@ -151,77 +221,7 @@ } } ], - "name": "Rotten Swampy Marsh", - "layers": [ - { - "style": { - "style": "IRIS" - }, - "zoom": 0.5, - "palette": [ - { - "weight": 3, - "block": "grass_block" - }, - { - "block": "podzol" - }, - { - "block": "coarse_dirt" - }, - { - "weight": 4, - "block": "grass_block" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 7, - "max": 3, - "generator": "mountain" - } - ], "biomeZoom": 9, - "derivative": "SWAMP_HILLS", "biomeStyle": { "style": "IRIS" }, @@ -240,6 +240,5 @@ "block": "stone" } ] - }, - "rarity": 12 + } } \ No newline at end of file diff --git a/biomes/swamp-marsh.json b/biomes/swamp-marsh.json index 1b66d708..374e3ee6 100644 --- a/biomes/swamp-marsh.json +++ b/biomes/swamp-marsh.json @@ -1,4 +1,6 @@ { + "name": "Swamp Marsh", + "derivative": "SWAMP", "vanillaDerivative": "SWAMP", "children": [ "swamp-marsh-rotten" @@ -13,6 +15,71 @@ "structure": "village-tundra" } ], + "generators": [ + { + "min": 6, + "max": 3, + "generator": "mountain" + } + ], + "layers": [ + { + "style": { + "style": "IRIS" + }, + "zoom": 0.5, + "palette": [ + { + "weight": 3, + "block": "grass_block" + }, + { + "block": "podzol" + }, + { + "weight": 4, + "block": "grass_block" + } + ] + }, + { + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "decorators": [ { "chance": 0.003, @@ -181,74 +248,7 @@ } } ], - "name": "Swampy Marsh", - "layers": [ - { - "style": { - "style": "IRIS" - }, - "zoom": 0.5, - "palette": [ - { - "weight": 3, - "block": "grass_block" - }, - { - "block": "podzol" - }, - { - "weight": 4, - "block": "grass_block" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 6, - "max": 3, - "generator": "mountain" - } - ], "biomeZoom": 9, - "derivative": "SWAMP", "biomeStyle": { "style": "IRIS" }, @@ -267,6 +267,5 @@ "block": "stone" } ] - }, - "rarity": 4 + } } \ No newline at end of file diff --git a/biomes/swamp-murky-cavern-gleaming.json b/biomes/swamp-murky-cavern-gleaming.json index 93ee4b79..d1e99bc8 100644 --- a/biomes/swamp-murky-cavern-gleaming.json +++ b/biomes/swamp-murky-cavern-gleaming.json @@ -1,125 +1,14 @@ { - "decorators": [ + "name": "Swamp Murky Cavern Gleaming", + "derivative": "SWAMP", + "vanillaDerivative": "SWAMP", + "generators": [ { - "chance": 0.0001, - "palette": [ - { - "block": "barrel" - } - ] - }, - { - "chance": 0.01, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "block": "brown_mushroom" - }, - { - "block": "red_mushroom" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.001, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "block": "cobweb" - } - ], - "style": { - "style": "STATIC" - } + "min": 4, + "max": 6, + "generator": "plain" } ], - "objects": [ - { - "chance": 0.00175, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "camp/camp" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "mode": "PAINT", - "chance": 0.005, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "camp/barrel-bin" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.005, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], - "name": "Gleaming Murky Cavern", "layers": [ { "minHeight": 1, @@ -317,11 +206,124 @@ ] } ], - "generators": [ + "decorators": [ { - "min": 4, - "max": 6, - "generator": "plain" + "chance": 0.0001, + "palette": [ + { + "block": "barrel" + } + ] + }, + { + "chance": 0.01, + "variance": { + "style": "STATIC" + }, + "zoom": 0.3, + "palette": [ + { + "block": "brown_mushroom" + }, + { + "block": "red_mushroom" + } + ], + "style": { + "style": "STATIC" + } + }, + { + "chance": 0.001, + "variance": { + "style": "STATIC" + }, + "zoom": 0.3, + "palette": [ + { + "block": "cobweb" + } + ], + "style": { + "style": "STATIC" + } + } + ], + "objects": [ + { + "chance": 0.00175, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "mode": "PAINT", + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/barrel-bin" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } } ], "loot": { @@ -329,8 +331,6 @@ "cave-clutter" ] }, - "derivative": "SWAMP", - "rarity": 11, "slab": { "style": { "style": "STATIC" diff --git a/biomes/swamp-murky-cavern.json b/biomes/swamp-murky-cavern.json index 6531e6fd..9af6aa42 100644 --- a/biomes/swamp-murky-cavern.json +++ b/biomes/swamp-murky-cavern.json @@ -1,4 +1,43 @@ { + "name": "Swamp Murky Cavern", + "derivative": "SWAMP", + "vanillaDerivative": "SWAMP", + "children": [ + "swamp-murky-cavern-gleaming" + ], + "layers": [ + { + "minHeight": 1, + "maxHeight": 2, + "style": { + "style": "STATIC" + }, + "zoom": 0.1, + "palette": [ + { + "block": "stone" + }, + { + "weight": 2, + "block": "cobblestone" + }, + { + "weight": 2, + "block": "mossy_cobblestone" + }, + { + "block": "mossy_stone_bricks" + } + ] + } + ], + "generators": [ + { + "min": 4, + "max": 6, + "generator": "plain" + } + ], "entitySpawnOverrides": [ { "trigger": "SKELETON", @@ -7,9 +46,6 @@ "rarity": 5 } ], - "children": [ - "swamp-murky-cavern-gleaming" - ], "decorators": [ { "chance": 0.0001, @@ -130,46 +166,11 @@ } } ], - "name": "Murky Cavern", - "layers": [ - { - "minHeight": 1, - "maxHeight": 2, - "style": { - "style": "STATIC" - }, - "zoom": 0.1, - "palette": [ - { - "block": "stone" - }, - { - "weight": 2, - "block": "cobblestone" - }, - { - "weight": 2, - "block": "mossy_cobblestone" - }, - { - "block": "mossy_stone_bricks" - } - ] - } - ], - "generators": [ - { - "min": 4, - "max": 6, - "generator": "plain" - } - ], "loot": { "tables": [ "cave-clutter" ] }, - "derivative": "SWAMP", "slab": { "style": { "style": "STATIC" diff --git a/biomes/swamp-ocean-tree.json b/biomes/swamp-ocean-tree.json index 55632f7e..18c3e312 100644 --- a/biomes/swamp-ocean-tree.json +++ b/biomes/swamp-ocean-tree.json @@ -1,5 +1,63 @@ { + "name": "Swamp Ocean tree", + "derivative": "SWAMP", "vanillaDerivative": "OCEAN", + "generators": [ + { + "min": -1, + "max": 0, + "generator": "river" + } + ], + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "style": { + "style": "VASCULAR", + "zoom": 0.8, + "fracture": { + "multiplier": 2, + "style": "STATIC" + } + }, + "zoom": 0.825, + "palette": [ + { + "block": "sand" + }, + { + "block": "dirt" + }, + { + "block": "gravel" + }, + { + "block": "clay" + } + ] + }, + { + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + { + "weight": 2, + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + } + ], "decorators": [ { "partOf": "SEA_SURFACE", @@ -249,69 +307,11 @@ } } ], - "name": "Swamp Ocean tree", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "style": { - "style": "VASCULAR", - "zoom": 0.8, - "fracture": { - "multiplier": 2, - "style": "STATIC" - } - }, - "zoom": 0.825, - "palette": [ - { - "block": "sand" - }, - { - "block": "dirt" - }, - { - "block": "gravel" - }, - { - "block": "clay" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "weight": 2, - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - } - ], - "generators": [ - { - "min": -1, - "max": 0, - "generator": "river" - } - ], "loot": { "tables": [ "ocean-clutter" ] }, - "derivative": "SWAMP", "wall": { "style": { "style": "IRIS" diff --git a/biomes/swamp-ocean.json b/biomes/swamp-ocean.json index c782125b..5b8fda51 100644 --- a/biomes/swamp-ocean.json +++ b/biomes/swamp-ocean.json @@ -1,5 +1,63 @@ { + "name": "Swamp Ocean", + "derivative": "SWAMP", "vanillaDerivative": "OCEAN", + "generators": [ + { + "min": -2, + "max": 0, + "generator": "river" + } + ], + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "style": { + "style": "VASCULAR", + "zoom": 0.8, + "fracture": { + "multiplier": 2, + "style": "STATIC" + } + }, + "zoom": 0.825, + "palette": [ + { + "block": "sand" + }, + { + "block": "dirt" + }, + { + "block": "gravel" + }, + { + "block": "clay" + } + ] + }, + { + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + { + "weight": 2, + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + } + ], "decorators": [ { "partOf": "SEA_SURFACE", @@ -161,69 +219,11 @@ } } ], - "name": "Swamp Ocean", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "style": { - "style": "VASCULAR", - "zoom": 0.8, - "fracture": { - "multiplier": 2, - "style": "STATIC" - } - }, - "zoom": 0.825, - "palette": [ - { - "block": "sand" - }, - { - "block": "dirt" - }, - { - "block": "gravel" - }, - { - "block": "clay" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "weight": 2, - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - } - ], - "generators": [ - { - "min": -2, - "max": 0, - "generator": "river" - } - ], "loot": { "tables": [ "ocean-clutter" ] }, - "derivative": "SWAMP", "wall": { "style": { "style": "IRIS" diff --git a/biomes/swamp-roofed-forest.json b/biomes/swamp-roofed-forest.json index 4799bc3d..f3a106df 100644 --- a/biomes/swamp-roofed-forest.json +++ b/biomes/swamp-roofed-forest.json @@ -1,4 +1,6 @@ { + "name": "Swamp Roofed Forest", + "derivative": "SWAMP", "vanillaDerivative": "DARK_FOREST", "children": [ "swamp-lake" @@ -13,6 +15,61 @@ "structure": "village-tundra" } ], + "generators": [ + { + "min": 4, + "max": 11, + "generator": "plain" + } + ], + "layers": [ + { + "zoom": 0.5, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "weight": 5, + "block": "grass_block" + }, + { + "weight": 2, + "block": "podzol" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "decorators": [ { "chance": 0.01, @@ -508,62 +565,6 @@ } } ], - "name": "Roofed Swamp", - "layers": [ - { - "zoom": 0.5, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "weight": 5, - "block": "grass_block" - }, - { - "weight": 2, - "block": "podzol" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 4, - "max": 11, - "generator": "plain" - } - ], "entityInitialSpawns": [ { "entity": "cow", @@ -578,7 +579,6 @@ "rarity": 6 } ], - "derivative": "SWAMP", "wall": { "style": { "style": "STATIC" diff --git a/biomes/swamp-roofed-wayward.json b/biomes/swamp-roofed-wayward.json index ee9f7630..9c3ac0ed 100644 --- a/biomes/swamp-roofed-wayward.json +++ b/biomes/swamp-roofed-wayward.json @@ -1,4 +1,6 @@ { + "name": "Swamp Roofed Wayward", + "derivative": "SWAMP", "vanillaDerivative": "DARK_FOREST", "children": [ "swamp-lake" @@ -13,6 +15,61 @@ "structure": "village-tundra" } ], + "generators": [ + { + "min": -7, + "max": -3, + "generator": "plain" + } + ], + "layers": [ + { + "zoom": 0.5, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "weight": 5, + "block": "grass_block" + }, + { + "weight": 2, + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "decorators": [ { "chance": 0.03, @@ -491,62 +548,6 @@ } } ], - "name": "Roofed Marsh", - "layers": [ - { - "zoom": 0.5, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "weight": 5, - "block": "grass_block" - }, - { - "weight": 2, - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": -7, - "max": -3, - "generator": "plain" - } - ], "entityInitialSpawns": [ { "entity": "cow", @@ -561,7 +562,6 @@ "rarity": 6 } ], - "derivative": "SWAMP", "wall": { "style": { "style": "STATIC" diff --git a/biomes/swamp-willow-forest.json b/biomes/swamp-willow-forest.json index 6d195eda..8c2dce8c 100644 --- a/biomes/swamp-willow-forest.json +++ b/biomes/swamp-willow-forest.json @@ -1,5 +1,66 @@ { + "name": "Swamp Willow Forest", + "derivative": "SWAMP", "vanillaDerivative": "DARK_FOREST", + "children": [ + "swamp-denmyre", + "swamp-marsh" + ], + "generators": [ + { + "min": 4, + "max": 11, + "generator": "plain" + } + ], + "layers": [ + { + "zoom": 0.5, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "weight": 5, + "block": "grass_block" + }, + { + "weight": 2, + "block": "podzol" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "effects": [ { "interval": 65656, @@ -30,10 +91,6 @@ "particleCount": 0 } ], - "children": [ - "swamp-denmyre", - "swamp-marsh" - ], "decorators": [ { "chance": 0.01, @@ -469,63 +526,6 @@ } } ], - "name": "Roofed Willow", - "layers": [ - { - "zoom": 0.5, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "weight": 5, - "block": "grass_block" - }, - { - "weight": 2, - "block": "podzol" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 4, - "max": 11, - "generator": "plain" - } - ], - "derivative": "SWAMP", "wall": { "style": { "style": "STATIC"