diff --git a/README.md b/README.md index a9a3f7ee..44f9e381 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Overworld V2 (1.18+) +# Overworld V2.5 (1.13+) The standard overworld for [Iris the Dimension Engine](https://www.spigotmc.org/resources/iris-world-gen-the-dimension-engine.84586/). New and Improved! @@ -18,15 +18,97 @@ If you want to contribute as well, feel free to make a fork and pull requests. Please contact us on Discord if you have some changes up for review! -# Overworld V2 1.18+ +# Overworld V2 1.19+ Roadmap -- [X] Implement 1.18 heights -- [X] Make iris Less Flat (more like amplified a bit) -- [X] Bigger caves overall for 1.18 advantages -- [X] More carving -- [X] Lava -- [X] Entities... - +- [ ] More carving +- [ ] Entities, Loot, Performance improvements + +# IMPLEMENTABLE BIOMES: +(These biomes are from a predefined set of biomes from Terralith and ill be giving my own artistic spin on the biomes as well as enhancing them) +## Meaning: [ ] - not done : [-] Working on : [X] DONE (for the most part) : [0] Won't Do yet or at all +- [0] Alpha islands +- [0] Alpha islands (winter) +- [-] Alpine grove +- [X] Alpine highlands https://i.imgur.com/MC114Zr.jpeg +- [ ] Amethyst canyon +- [ ] Amethyst rainforest +- [ ] Ancient sands +- [ ] Arid highlands +- [ ] Ashen savanna +- [ ] Basalt cliffs +- [ ] Birch Taiga +- [ ] Blooming plateau +- [ ] Blooming valley +- [ ] Brushland +- [ ] Bryce canyon +- [ ] Caldera +- [ ] Cloud Forest +- [ ] Cold shrubland +- [ ] Desert canyon +- [ ] Desert oasis +- [ ] Desert spires +- [ ] Emerald peaks +- [ ] Forested highlands +- [ ] Fractured savanna +- [ ] Frozen cliffs +- [ ] Glacial chasm +- [ ] Granite cliffs +- [ ] Gravel beach +- [ ] Gravel desert +- [ ] Haze mountain +- [ ] Highland +- [ ] Hot shrubland +- [ ] Ice marsh +- [ ] Jungle mountains +- [ ] Lavender forest +- [ ] Lavender valley +- [ ] Lush desert +- [ ] Lush valley +- [ ] Mirage isles +- [ ] Moonlight grove +- [ ] Moonlight valley +- [ ] Orchid swamp +- [ ] Painted Mountains +- [ ] Red oasis +- [ ] Rocky jungle +- [ ] Rocky mountains +- [ ] Rocky shrubland +- [ ] Sakura grove +- [ ] Sakura valley +- [ ] Sandstone valley +- [ ] Savanna badlands +- [ ] Savanna slopes +- [ ] Scarlet mountains +- [ ] Shield clearing +- [ ] Shield +- [ ] Shrubland +- [ ] Siberian grove +- [ ] Siberian Taiga +- [ ] Skylands +- [ ] Skylands (autumn) +- [ ] Skylands (spring) +- [ ] Skylands (summer) +- [ ] Skylands (winter) +- [ ] Snowy badlands +- [ ] Snowy maple forest +- [ ] Snowy shield +- [ ] Steppe +- [ ] Stony spires +- [ ] Temperate highlands +- [ ] Tropical Jungle +- [ ] Valley clearing +- [ ] Volcanic crater +- [ ] Volcanic peaks +- [ ] Warm river +- [ ] Warped mesa +- [ ] White cliffs +- [ ] White mesa +- [ ] Windswept spires +- [ ] Wintry forest +- [ ] Wintry lowlands +- [ ] Yellowstone +- [ ] Yosemite cliffs +- [ ] Yosemite lowlands diff --git a/Schema.json b/Schema.json index d6a2f8f6..2709fbf1 100644 --- a/Schema.json +++ b/Schema.json @@ -3,6 +3,7 @@ "name", "color", "rarity", + "landBiomes", "derivative", "vanillaDerivative", "biomeScatter", @@ -16,7 +17,6 @@ "jigsawStructures", "objects", "decorators", - "landBiomes", "--------------DIM ORDER--------------", "version", "environment", diff --git a/biomes/carving/amethyst.json b/biomes/carving/amethyst.json index f900ac25..90245dec 100644 --- a/biomes/carving/amethyst.json +++ b/biomes/carving/amethyst.json @@ -1,16 +1,12 @@ { "name": "Amethyst Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:amethyst_block", - "weight": 6 - }, - { - "block": "minecraft:budding_amethyst" - } - ] - }, + "wall": {"palette": [ + { + "block": "minecraft:amethyst_block", + "weight": 6 + }, + {"block": "minecraft:budding_amethyst"} + ]}, "layers": [ { "palette": [ @@ -18,20 +14,12 @@ "block": "minecraft:amethyst_block", "weight": 6 }, - { - "block": "minecraft:budding_amethyst" - } + {"block": "minecraft:budding_amethyst"} ], "maxHeight": 2, "minHeight": 2 }, - { - "palette": [ - { - "block": "minecraft:deepslate" - } - ] - } + {"palette": [{"block": "minecraft:deepslate"}]} ], "decorators": [ { @@ -49,9 +37,7 @@ "block": "minecraft:medium_amethyst_bud", "weight": 2 }, - { - "block": "minecraft:large_amethyst_bud" - } + {"block": "minecraft:large_amethyst_bud"} ] }, { @@ -60,30 +46,22 @@ "palette": [ { "block": "minecraft:amethyst_cluster", - "data": { - "facing": "down" - }, + "data": {"facing": "down"}, "weight": 4 }, { "block": "minecraft:small_amethyst_bud", - "data": { - "facing": "down" - }, + "data": {"facing": "down"}, "weight": 3 }, { "block": "minecraft:medium_amethyst_bud", - "data": { - "facing": "down" - }, + "data": {"facing": "down"}, "weight": 2 }, { "block": "minecraft:large_amethyst_bud", - "data": { - "facing": "down" - } + "data": {"facing": "down"} } ] } @@ -95,19 +73,11 @@ "block": "minecraft:amethyst_block", "weight": 6 }, - { - "block": "minecraft:budding_amethyst" - } + {"block": "minecraft:budding_amethyst"} ], "maxHeight": 2, "minHeight": 2 }, - { - "palette": [ - { - "block": "minecraft:deepslate" - } - ] - } + {"palette": [{"block": "minecraft:deepslate"}]} ] -} \ No newline at end of file +} diff --git a/biomes/carving/calcite.json b/biomes/carving/calcite.json index e521840f..31b69005 100644 --- a/biomes/carving/calcite.json +++ b/biomes/carving/calcite.json @@ -1,58 +1,28 @@ { "name": "Calcite Cavern", - "wall": { + "wall": {"palette": [{"block": "minecraft:tuff"}]}, + "layers": [{ + "maxHeight": 1, + "minHeight": 1, "palette": [ - { - "block": "minecraft:tuff" - } + {"block": "minecraft:calcite"}, + {"block": "minecraft:diorite"} ] - }, - "layers": [ - { - "maxHeight": 1, - "minHeight": 1, - "palette": [ - { - "block": "minecraft:calcite" - }, - { - "block": "minecraft:diorite" - } - ] - } - ], - "decorators": [ - { - "chance": 0.001, - "style": { - "style": "STATIC" - }, - "topPalette": [ - { - "block": "minecraft:andesite" - } - ], - "stackMax": 5, - "stackMin": 1, - "palette": [ - { - "block": "minecraft:calcite" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 1, - "minHeight": 1, - "palette": [ - { - "block": "minecraft:calcite" - }, - { - "block": "minecraft:diorite" - } - ] - } - ] -} \ No newline at end of file + }], + "decorators": [{ + "chance": 0.001, + "style": {"style": "STATIC"}, + "topPalette": [{"block": "minecraft:andesite"}], + "stackMax": 5, + "stackMin": 1, + "palette": [{"block": "minecraft:calcite"}] + }], + "caveCeilingLayers": [{ + "maxHeight": 1, + "minHeight": 1, + "palette": [ + {"block": "minecraft:calcite"}, + {"block": "minecraft:diorite"} + ] + }] +} diff --git a/biomes/carving/deep.json b/biomes/carving/deep.json index 1c5656c9..c67dabfa 100644 --- a/biomes/carving/deep.json +++ b/biomes/carving/deep.json @@ -1,51 +1,31 @@ { "name": "Deepened cave", "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "block": "minecraft:stone", "weight": 3 }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"} ] }, - "layers": [ - { - "style": { - "style": "STATIC" - }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - } - ], - "caveCeilingLayers": [ - { - "style": { - "style": "STATIC" - }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - } - ] -} \ No newline at end of file + "layers": [{ + "style": {"style": "STATIC"}, + "maxHeight": 2, + "minHeight": 2, + "palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ] + }], + "caveCeilingLayers": [{ + "style": {"style": "STATIC"}, + "maxHeight": 2, + "minHeight": 2, + "palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ] + }] +} diff --git a/biomes/carving/deepravine.json b/biomes/carving/deepravine.json index 493d0549..eb20b2db 100644 --- a/biomes/carving/deepravine.json +++ b/biomes/carving/deepravine.json @@ -1,47 +1,35 @@ { "name": "Deepened Ravine", "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, + "palette": [ + { + "block": "minecraft:stone", + "weight": 3 + }, + {"block": "minecraft:stone"} + ] + }, + "layers": [{ + "style": {"style": "STATIC"}, + "maxHeight": 2, + "minHeight": 2, "palette": [ { "block": "minecraft:stone", "weight": 3 }, { - "block": "minecraft:stone" + "block": "minecraft:andesite", + "weight": 3 } ] - }, - "layers": [ - { - "style": { - "style": "STATIC" - }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:stone", - "weight": 3 - }, - { - "block": "minecraft:andesite", - "weight": 3 - } - ] - } - ], + }], "decorators": [ { "partOf": "CEILING", "chance": 0.03, - "palette": [ - { - "block": "minecraft:hanging_roots" - } - ] + "palette": [{"block": "minecraft:hanging_roots"}] }, { "partOf": "CEILING", @@ -50,37 +38,27 @@ "stackMin": 20, "stackMax": 70, "absoluteMaxStack": 10, - "heightVariance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:stone" - } - ] + "heightVariance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:stone"}] } ], - "caveCeilingLayers": [ - { - "maxHeight": 1, - "minHeight": 1, - "style": { - "style": "STATIC" + "caveCeilingLayers": [{ + "maxHeight": 1, + "minHeight": 1, + "style": {"style": "STATIC"}, + "palette": [ + { + "block": "minecraft:shroomlight", + "weight": 1 }, - "palette": [ - { - "block": "minecraft:shroomlight", - "weight": 1 - }, - { - "block": "minecraft:stone", - "weight": 20 - } - ] - } - ], + { + "block": "minecraft:stone", + "weight": 20 + } + ] + }], "childStyle": { "style": "STATIC", "zoom": 2 } -} \ No newline at end of file +} diff --git a/biomes/carving/deepslate.json b/biomes/carving/deepslate.json index f289dc7d..d9e2545d 100644 --- a/biomes/carving/deepslate.json +++ b/biomes/carving/deepslate.json @@ -1,39 +1,21 @@ { "name": "Deepslate Cavern", - "wall": { + "wall": {"palette": [{"block": "minecraft:deepslate"}]}, + "layers": [{ + "style": { + "style": "STATIC", + "zoom": 0.5 + }, + "maxHeight": 2, + "minHeight": 2, "palette": [ - { - "block": "minecraft:deepslate" - } + {"block": "minecraft:deepslate"}, + {"block": "minecraft:tuff"} ] - }, - "layers": [ - { - "style": { - "style": "STATIC", - "zoom": 0.5 - }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:deepslate" - }, - { - "block": "minecraft:tuff" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:deepslate" - } - ] - } - ] -} \ No newline at end of file + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [{"block": "minecraft:deepslate"}] + }] +} diff --git a/biomes/carving/drip-lite.json b/biomes/carving/drip-lite.json index 9bfb5cf1..82884e7b 100644 --- a/biomes/carving/drip-lite.json +++ b/biomes/carving/drip-lite.json @@ -1,23 +1,11 @@ { "name": "Dripstone Cavern Child", - "wall": { - "palette": [ - { - "block": "minecraft:dripstone_block" - } - ] - }, - "layers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:dripstone_block" - } - ] - } - ], + "wall": {"palette": [{"block": "minecraft:dripstone_block"}]}, + "layers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [{"block": "minecraft:dripstone_block"}] + }], "decorators": [ { "chance": 0.03, @@ -25,14 +13,10 @@ "stackMin": 5, "stackMax": 55, "absoluteMaxStack": 4, - "palette": [ - { - "block": "minecraft:pointed_dripstone", - "data": { - "vertical_direction": "up" - } - } - ] + "palette": [{ + "block": "minecraft:pointed_dripstone", + "data": {"vertical_direction": "up"} + }] }, { "partOf": "CEILING", @@ -41,33 +25,25 @@ "scaleStack": true, "stackMin": 5, "stackMax": 55, - "palette": [ - { - "block": "minecraft:pointed_dripstone", - "data": { - "vertical_direction": "down" - } - } - ] + "palette": [{ + "block": "minecraft:pointed_dripstone", + "data": {"vertical_direction": "down"} + }] } ], - "caveCeilingLayers": [ - { - "style": { - "style": "NOWHERE" + "caveCeilingLayers": [{ + "style": {"style": "NOWHERE"}, + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "block": "minecraft:dripstone_block", + "weight": 15 }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:dripstone_block", - "weight": 15 - }, - { - "block": "minecraft:shroomlight", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file + { + "block": "minecraft:shroomlight", + "weight": 1 + } + ] + }] +} diff --git a/biomes/carving/drip.json b/biomes/carving/drip.json index 8ed37d50..e4e285d2 100644 --- a/biomes/carving/drip.json +++ b/biomes/carving/drip.json @@ -1,37 +1,29 @@ { "name": "Dripstone Cavern", - "wall": { + "wall": {"palette": [{ + "block": "minecraft:dripstone_block", + "weight": 4 + }]}, + "layers": [{ + "minHeight": 1, + "maxHeight": 2, + "style": {"style": "GLOB_IRIS_THICK"}, + "zoom": 0.4, "palette": [ + { + "weight": 2, + "block": "minecraft:tuff" + }, + { + "weight": 2, + "block": "minecraft:granite" + }, { "block": "minecraft:dripstone_block", - "weight": 4 + "weight": 6 } ] - }, - "layers": [ - { - "minHeight": 1, - "maxHeight": 2, - "style": { - "style": "GLOB_IRIS_THICK" - }, - "zoom": 0.4, - "palette": [ - { - "weight": 2, - "block": "minecraft:tuff" - }, - { - "weight": 2, - "block": "minecraft:granite" - }, - { - "block": "minecraft:dripstone_block", - "weight": 6 - } - ] - } - ], + }], "decorators": [ { "chance": 0.066, @@ -39,14 +31,10 @@ "stackMin": 25, "stackMax": 80, "absoluteMaxStack": 6, - "palette": [ - { - "block": "minecraft:pointed_dripstone", - "data": { - "vertical_direction": "up" - } - } - ] + "palette": [{ + "block": "minecraft:pointed_dripstone", + "data": {"vertical_direction": "up"} + }] }, { "partOf": "CEILING", @@ -55,33 +43,25 @@ "scaleStack": true, "stackMin": 25, "stackMax": 80, - "palette": [ - { - "block": "minecraft:pointed_dripstone", - "data": { - "vertical_direction": "down" - } - } - ] + "palette": [{ + "block": "minecraft:pointed_dripstone", + "data": {"vertical_direction": "down"} + }] } ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "style": { - "style": "STATIC" + "caveCeilingLayers": [{ + "maxHeight": 2, + "style": {"style": "STATIC"}, + "minHeight": 2, + "palette": [ + { + "block": "minecraft:dripstone_block", + "weight": 20 }, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:dripstone_block", - "weight": 20 - }, - { - "block": "minecraft:shroomlight", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file + { + "block": "minecraft:shroomlight", + "weight": 1 + } + ] + }] +} diff --git a/biomes/carving/granite.json b/biomes/carving/granite.json index d6eb6a89..8c1441e3 100644 --- a/biomes/carving/granite.json +++ b/biomes/carving/granite.json @@ -1,34 +1,18 @@ { "name": "Granite Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:granite" - } - ] - }, - "layers": [ - { - "minHeight": 1, - "maxHeight": 2, - "zoom": 0.4, - "palette": [ - { - "block": "minecraft:granite" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:granite", - "weight": 6 - } - ] - } - ] -} \ No newline at end of file + "wall": {"palette": [{"block": "minecraft:granite"}]}, + "layers": [{ + "minHeight": 1, + "maxHeight": 2, + "zoom": 0.4, + "palette": [{"block": "minecraft:granite"}] + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [{ + "block": "minecraft:granite", + "weight": 6 + }] + }] +} diff --git a/biomes/carving/ice-lite.json b/biomes/carving/ice-lite.json index 765d66e4..04aa4929 100644 --- a/biomes/carving/ice-lite.json +++ b/biomes/carving/ice-lite.json @@ -1,19 +1,11 @@ { "name": "Ice Cavern Child", - "wall": { - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] - }, + "wall": {"palette": [{"block": "minecraft:packed_ice"}]}, "layers": [ { "minHeight": 1, "maxHeight": 1, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.4, "palette": [ { @@ -29,9 +21,7 @@ { "minHeight": 1, "maxHeight": 1, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.4, "palette": [ { @@ -47,22 +37,16 @@ { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "weight": 5, - "block": "minecraft:blackstone" - } - ] + "palette": [{ + "weight": 5, + "block": "minecraft:blackstone" + }] } ], "decorators": [ { "chance": 0.001, - "palette": [ - { - "block": "minecraft:cornflower" - } - ] + "palette": [{"block": "minecraft:cornflower"}] }, { "chance": 0.0015, @@ -104,23 +88,15 @@ { "maxHeight": 2, "minHeight": 1, - "palette": [ - { - "block": "minecraft:ice" - } - ] + "palette": [{"block": "minecraft:ice"}] }, { "maxHeight": 1, "minHeight": 1, "palette": [ - { - "block": "minecraft:blackstone" - }, - { - "block": "minecraft:blue_ice" - } + {"block": "minecraft:blackstone"}, + {"block": "minecraft:blue_ice"} ] } ] -} \ No newline at end of file +} diff --git a/biomes/carving/ice-ravine.json b/biomes/carving/ice-ravine.json index 24af84ff..4a6c37d3 100644 --- a/biomes/carving/ice-ravine.json +++ b/biomes/carving/ice-ravine.json @@ -1,19 +1,11 @@ { "name": "Ice Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - }, + "wall": {"palette": [{"block": "minecraft:blackstone"}]}, "layers": [ { "minHeight": 1, "maxHeight": 1, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.4, "palette": [ { @@ -29,9 +21,7 @@ { "minHeight": 1, "maxHeight": 1, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.4, "palette": [ { @@ -52,11 +42,7 @@ "decorators": [ { "chance": 0.001, - "palette": [ - { - "block": "minecraft:cornflower" - } - ] + "palette": [{"block": "minecraft:cornflower"}] }, { "chance": 0.006, @@ -98,23 +84,15 @@ { "maxHeight": 2, "minHeight": 1, - "palette": [ - { - "block": "minecraft:ice" - } - ] + "palette": [{"block": "minecraft:ice"}] }, { "maxHeight": 1, "minHeight": 1, "palette": [ - { - "block": "minecraft:blackstone" - }, - { - "block": "minecraft:blue_ice" - } + {"block": "minecraft:blackstone"}, + {"block": "minecraft:blue_ice"} ] } ] -} \ No newline at end of file +} diff --git a/biomes/carving/ice.json b/biomes/carving/ice.json index 28431fdb..7d3b2df8 100644 --- a/biomes/carving/ice.json +++ b/biomes/carving/ice.json @@ -1,19 +1,11 @@ { "name": "Ice Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] - }, + "wall": {"palette": [{"block": "minecraft:packed_ice"}]}, "layers": [ { "minHeight": 1, "maxHeight": 1, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.4, "palette": [ { @@ -29,9 +21,7 @@ { "minHeight": 1, "maxHeight": 1, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.4, "palette": [ { @@ -47,22 +37,16 @@ { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "weight": 5, - "block": "minecraft:blackstone" - } - ] + "palette": [{ + "weight": 5, + "block": "minecraft:blackstone" + }] } ], "decorators": [ { "chance": 0.001, - "palette": [ - { - "block": "minecraft:cornflower" - } - ] + "palette": [{"block": "minecraft:cornflower"}] }, { "chance": 0.006, @@ -104,23 +88,15 @@ { "maxHeight": 2, "minHeight": 1, - "palette": [ - { - "block": "minecraft:ice" - } - ] + "palette": [{"block": "minecraft:ice"}] }, { "maxHeight": 1, "minHeight": 1, "palette": [ - { - "block": "minecraft:blackstone" - }, - { - "block": "minecraft:blue_ice" - } + {"block": "minecraft:blackstone"}, + {"block": "minecraft:blue_ice"} ] } ] -} \ No newline at end of file +} diff --git a/biomes/carving/jungle.json b/biomes/carving/jungle.json index 0d806f04..402316e8 100644 --- a/biomes/carving/jungle.json +++ b/biomes/carving/jungle.json @@ -3,46 +3,26 @@ "wall": { "minHeight": 2, "maxHeight": 2, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.4, "palette": [ - { - "block": "minecraft:jungle_wood" - }, - { - "block": "minecraft:stripped_jungle_wood" - } + {"block": "minecraft:jungle_wood"}, + {"block": "minecraft:stripped_jungle_wood"} ] }, - "layers": [ - { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - } - ], + "layers": [{ + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:grass_block"}] + }], "decorators": [ { - "chance": 0.0005, + "chance": 5.0E-4, "scaleStack": true, "stackMin": 1, "stackMax": 5, "absoluteMaxStack": 5, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:big_dripleaf" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:big_dripleaf"}] }, { "chance": 0.001, @@ -51,20 +31,12 @@ "stackMin": 5, "stackMax": 55, "absoluteMaxStack": 4, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:cave_vines" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cave_vines"}] }, { "chance": 0.4, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "block": "minecraft:jungle_sapling", @@ -82,48 +54,26 @@ "block": "minecraft:grass", "weight": 100 }, - { - "block": "minecraft:azalea" - }, - { - "block": "minecraft:flowering_azalea" - }, - { - "block": "minecraft:twisting_vines" - } + {"block": "minecraft:azalea"}, + {"block": "minecraft:flowering_azalea"}, + {"block": "minecraft:twisting_vines"} ] }, { "chance": 0.05, - "style": { - "style": "STATIC" - }, - "topPalette": [ - { - "block": "minecraft:jungle_leaves" - } - ], + "style": {"style": "STATIC"}, + "topPalette": [{"block": "minecraft:jungle_leaves"}], "stackMax": 2, "stackMin": 1, - "palette": [ - { - "block": "minecraft:jungle_wood" - } - ] + "palette": [{"block": "minecraft:jungle_wood"}] } ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:rooted_dirt" - }, - { - "block": "minecraft:coarse_dirt" - } - ] - } - ] -} \ No newline at end of file + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [ + {"block": "minecraft:rooted_dirt"}, + {"block": "minecraft:coarse_dirt"} + ] + }] +} diff --git a/biomes/carving/lush.json b/biomes/carving/lush.json index 29c533a0..a411c6ce 100644 --- a/biomes/carving/lush.json +++ b/biomes/carving/lush.json @@ -6,22 +6,14 @@ "zoom": 0.5 }, "palette": [ - { - "block": "minecraft:deepslate" - }, - { - "block": "minecraft:mossy_cobblestone" - }, - { - "block": "minecraft:moss_block" - } + {"block": "minecraft:deepslate"}, + {"block": "minecraft:mossy_cobblestone"}, + {"block": "minecraft:moss_block"} ] }, "layers": [ { - "style": { - "style": "CELLULAR" - }, + "style": {"style": "CELLULAR"}, "maxHeight": 1, "minHeight": 1, "zoom": 0.5, @@ -30,24 +22,14 @@ "block": "minecraft:moss_block", "weight": 2 }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:deepslate" - }, - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:clay"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:deepslate"}, + {"block": "minecraft:grass_block"} ] }, { - "style": { - "style": "CELLULAR" - }, + "style": {"style": "CELLULAR"}, "maxHeight": 2, "minHeight": 1, "palette": [ @@ -55,9 +37,7 @@ "block": "minecraft:clay", "weight": 5 }, - { - "block": "minecraft:deepslate" - } + {"block": "minecraft:deepslate"} ] } ], @@ -65,34 +45,18 @@ { "chance": 0.01, "absoluteMaxStack": 1, - "palette": [ - { - "block": "minecraft:big_dripleaf" - } - ] + "palette": [{"block": "minecraft:big_dripleaf"}] }, { "chance": 0.03, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "absoluteMaxStack": 1, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:azalea_leaves" - }, - { - "block": "minecraft:azalea" - }, - { - "block": "minecraft:flowering_azalea" - }, - { - "block": "minecraft:flowering_azalea_leaves" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:azalea_leaves"}, + {"block": "minecraft:azalea"}, + {"block": "minecraft:flowering_azalea"}, + {"block": "minecraft:flowering_azalea_leaves"} ] }, { @@ -103,31 +67,21 @@ "stackMin": 4, "stackMax": 25, "topPalette": [ - { - "block": "minecraft:cave_vines" - }, - { - "block": "minecraft:spore_blossom" - }, + {"block": "minecraft:cave_vines"}, + {"block": "minecraft:spore_blossom"}, { "block": "minecraft:cave_vines", - "data": { - "berries": "true" - } + "data": {"berries": "true"} } ], "palette": [ { "block": "minecraft:cave_vines_plant", - "data": { - "berries": false - } + "data": {"berries": false} }, { "block": "minecraft:cave_vines_plant", - "data": { - "berries": true - } + "data": {"berries": true} } ] }, @@ -136,29 +90,19 @@ "chance": 0.03, "stackMin": 1, "stackMax": 1, - "palette": [ - { - "block": "minecraft:glow_lichen" - } - ] + "palette": [{"block": "minecraft:glow_lichen"}] } ], - "caveCeilingLayers": [ - { - "style": { - "style": "NOWHERE" + "caveCeilingLayers": [{ + "style": {"style": "NOWHERE"}, + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "block": "minecraft:moss_block", + "weight": 2 }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:moss_block", - "weight": 2 - }, - { - "block": "minecraft:deepslate" - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:deepslate"} + ] + }] +} diff --git a/biomes/carving/mixed-sandstone.json b/biomes/carving/mixed-sandstone.json index 8586ac6c..e5535e4f 100644 --- a/biomes/carving/mixed-sandstone.json +++ b/biomes/carving/mixed-sandstone.json @@ -3,9 +3,7 @@ "wall": { "minHeight": 2, "maxHeight": 2, - "style": { - "style": "GLOB_IRIS_THICK" - }, + "style": {"style": "GLOB_IRIS_THICK"}, "zoom": 0.4, "palette": [ { @@ -18,51 +16,41 @@ } ] }, - "layers": [ - { - "style": { - "style": "GLOB_IRIS_THICK" + "layers": [{ + "style": {"style": "GLOB_IRIS_THICK"}, + "zoom": 0.4, + "palette": [ + { + "weight": 3, + "block": "minecraft:smooth_red_sandstone" }, - "zoom": 0.4, - "palette": [ - { - "weight": 3, - "block": "minecraft:smooth_red_sandstone" - }, - { - "block": "minecraft:smooth_sandstone", - "weight": 8 - } - ] - } - ], - "caveCeilingLayers": [ - { - "style": { - "style": "GLOB_IRIS_THICK" + { + "block": "minecraft:smooth_sandstone", + "weight": 8 + } + ] + }], + "caveCeilingLayers": [{ + "style": {"style": "GLOB_IRIS_THICK"}, + "zoom": 0.4, + "palette": [ + { + "weight": 2, + "block": "minecraft:smooth_sandstone" }, - "zoom": 0.4, - "palette": [ - { - "weight": 2, - "block": "minecraft:smooth_sandstone" - }, - { - "block": "minecraft:red_sandstone" - }, - { - "weight": 3, - "block": "minecraft:smooth_red_sandstone" - }, - { - "weight": 2, - "block": "minecraft:red_sandstone" - }, - { - "block": "minecraft:smooth_sandstone", - "weight": 8 - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:red_sandstone"}, + { + "weight": 3, + "block": "minecraft:smooth_red_sandstone" + }, + { + "weight": 2, + "block": "minecraft:red_sandstone" + }, + { + "block": "minecraft:smooth_sandstone", + "weight": 8 + } + ] + }] +} diff --git a/biomes/carving/mountain-caves.json b/biomes/carving/mountain-caves.json index 165eba63..bab6d316 100644 --- a/biomes/carving/mountain-caves.json +++ b/biomes/carving/mountain-caves.json @@ -1,58 +1,44 @@ { "name": "M cave", "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, + "palette": [ + { + "block": "minecraft:stone", + "weight": 3 + }, + {"block": "minecraft:cobblestone"}, + {"block": "minecraft:stone"} + ] + }, + "layers": [{ + "style": {"style": "STATIC"}, + "maxHeight": 2, + "minHeight": 2, "palette": [ { "block": "minecraft:stone", "weight": 3 }, { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:stone" + "block": "minecraft:andesite", + "weight": 3 } ] - }, - "layers": [ - { - "style": { - "style": "STATIC" + }], + "caveCeilingLayers": [{ + "style": {"style": "STATIC"}, + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "block": "minecraft:stone", + "weight": 3 }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:stone", - "weight": 3 - }, - { - "block": "minecraft:andesite", - "weight": 3 - } - ] - } - ], - "caveCeilingLayers": [ - { - "style": { - "style": "STATIC" - }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:stone", - "weight": 3 - }, - { - "block": "minecraft:andesite", - "weight": 3 - } - ] - } - ] -} \ No newline at end of file + { + "block": "minecraft:andesite", + "weight": 3 + } + ] + }] +} diff --git a/biomes/carving/red-sandstone.json b/biomes/carving/red-sandstone.json index db2d26ab..65898482 100644 --- a/biomes/carving/red-sandstone.json +++ b/biomes/carving/red-sandstone.json @@ -1,34 +1,20 @@ { "name": "Red Sandstone Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:red_sandstone" - } - ] - }, - "layers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:smooth_red_sandstone", - "weight": 8 - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:smooth_red_sandstone", - "weight": 8 - } - ] - } - ] -} \ No newline at end of file + "wall": {"palette": [{"block": "minecraft:red_sandstone"}]}, + "layers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [{ + "block": "minecraft:smooth_red_sandstone", + "weight": 8 + }] + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [{ + "block": "minecraft:smooth_red_sandstone", + "weight": 8 + }] + }] +} diff --git a/biomes/carving/rocky.json b/biomes/carving/rocky.json index 56325ddb..5b554f76 100644 --- a/biomes/carving/rocky.json +++ b/biomes/carving/rocky.json @@ -1,44 +1,32 @@ { "name": "Rocky Cavern", "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "block": "minecraft:stone", "weight": 3 }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:cobblestone"}, + {"block": "minecraft:stone"} ] }, - "layers": [ - { - "style": { - "style": "STATIC" + "layers": [{ + "style": {"style": "STATIC"}, + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "block": "minecraft:stone", + "weight": 3 }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:stone", - "weight": 3 - }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:andesite", - "weight": 3 - } - ] - } - ], + {"block": "minecraft:cobblestone"}, + { + "block": "minecraft:andesite", + "weight": 3 + } + ] + }], "decorators": [ { "chance": 0.03, @@ -47,12 +35,8 @@ "stackMax": 90, "absoluteMaxStack": 5, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} ] }, { @@ -62,12 +46,8 @@ "stackMax": 3, "absoluteMaxStack": 5, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} ] }, { @@ -78,35 +58,25 @@ "stackMin": 10, "stackMax": 90, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} ] } ], - "caveCeilingLayers": [ - { - "style": { - "style": "STATIC" + "caveCeilingLayers": [{ + "style": {"style": "STATIC"}, + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "block": "minecraft:stone", + "weight": 3 }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:stone", - "weight": 3 - }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:andesite", - "weight": 3 - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:cobblestone"}, + { + "block": "minecraft:andesite", + "weight": 3 + } + ] + }] +} diff --git a/biomes/carving/sandstone.json b/biomes/carving/sandstone.json index a30f989d..9e611467 100644 --- a/biomes/carving/sandstone.json +++ b/biomes/carving/sandstone.json @@ -1,37 +1,23 @@ { "name": "Red Sandstone Cavern", "wall": { - "style": { - "style": "VASCULAR" - }, - "palette": [ - { - "block": "minecraft:sandstone" - } - ] + "style": {"style": "VASCULAR"}, + "palette": [{"block": "minecraft:sandstone"}] }, - "layers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:smooth_sandstone", - "weight": 8 - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:smooth_sandstone", - "weight": 8 - } - ] - } - ] -} \ No newline at end of file + "layers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [{ + "block": "minecraft:smooth_sandstone", + "weight": 8 + }] + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [{ + "block": "minecraft:smooth_sandstone", + "weight": 8 + }] + }] +} diff --git a/biomes/carving/swamp.json b/biomes/carving/swamp.json index e42f02e2..245a7127 100644 --- a/biomes/carving/swamp.json +++ b/biomes/carving/swamp.json @@ -3,76 +3,44 @@ "wall": { "minHeight": 2, "maxHeight": 2, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.4, "palette": [ - { - "block": "minecraft:dark_oak_wood" - }, - { - "block": "minecraft:spruce_wood" - } + {"block": "minecraft:dark_oak_wood"}, + {"block": "minecraft:spruce_wood"} ] }, - "layers": [ - { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:podzol" - } - ] - } - ], + "layers": [{ + "style": {"style": "STATIC"}, + "palette": [ + {"block": "minecraft:grass_block"}, + {"block": "minecraft:podzol"} + ] + }], "decorators": [ { "chance": 0.15, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ] }, { "chance": 0.04, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ] } ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:rooted_dirt" - }, - { - "block": "minecraft:coarse_dirt" - } - ] - } - ] -} \ No newline at end of file + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [ + {"block": "minecraft:rooted_dirt"}, + {"block": "minecraft:coarse_dirt"} + ] + }] +} diff --git a/biomes/carving/volcanic.json b/biomes/carving/volcanic.json index 69eb494d..a97dd3e6 100644 --- a/biomes/carving/volcanic.json +++ b/biomes/carving/volcanic.json @@ -1,58 +1,42 @@ { "name": "Volcanic Cavern", - "wall": { + "wall": {"palette": [ + { + "block": "minecraft:smooth_basalt", + "weight": 10 + }, + {"block": "minecraft:magma_block"} + ]}, + "layers": [{ + "maxHeight": 2, + "minHeight": 2, "palette": [ { "block": "minecraft:smooth_basalt", - "weight": 10 + "weight": 3 }, { - "block": "minecraft:magma_block" - } + "block": "minecraft:basalt", + "data": {"axis": "y"}, + "weight": 7 + }, + {"block": "minecraft:magma_block"} ] - }, - "layers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:smooth_basalt", - "weight": 3 - }, - { - "block": "minecraft:basalt", - "data": { - "axis": "y" - }, - "weight": 7 - }, - { - "block": "minecraft:magma_block" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:smooth_basalt", - "weight": 3 - }, - { - "block": "minecraft:basalt", - "data": { - "axis": "y" - }, - "weight": 7 - }, - { - "block": "minecraft:magma_block" - } - ] - } - ] -} \ No newline at end of file + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "block": "minecraft:smooth_basalt", + "weight": 3 + }, + { + "block": "minecraft:basalt", + "data": {"axis": "y"}, + "weight": 7 + }, + {"block": "minecraft:magma_block"} + ] + }] +} diff --git a/biomes/frozen/hills-extended.json b/biomes/frozen/hills-extended.json index 5e6339d3..6ceccac3 100644 --- a/biomes/frozen/hills-extended.json +++ b/biomes/frozen/hills-extended.json @@ -4,80 +4,50 @@ "rarity": 1, "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_hills", - "waterColor": "#216FC4", - "downfallType": "snow", - "temperature": -3, - "fogColor": "#A6D1FF", - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "generators": [ - { - "generator": "mountain", - "max": 103, - "min": 48 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "customDerivitives": [{ + "category": "icy", + "id": "frozen_hills", + "waterColor": "#216FC4", + "downfallType": "snow", + "temperature": -3, + "fogColor": "#A6D1FF", + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "generators": [{ + "generator": "mountain", + "max": 103, + "min": 48 + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ { "minHeight": 0, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 7, "maxHeight": 18, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -109,29 +79,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ], + }], "place": [ "trees/spruce/twirl1", "trees/spruce/twirl2", @@ -148,22 +108,10 @@ { "chance": 0.005, "mode": "PAINT", - "edit": [ - { - "find": [ - { - "block": "minecraft:vine" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:vine"}], + "replace": {"palette": [{"block": "minecraft:air"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -184,24 +132,18 @@ ] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:air"} + ] + }] +} diff --git a/biomes/frozen/hills.json b/biomes/frozen/hills.json index 5b06426a..ac55fcd8 100644 --- a/biomes/frozen/hills.json +++ b/biomes/frozen/hills.json @@ -4,84 +4,54 @@ "rarity": 1, "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_hills", - "waterColor": "#216FC4", - "downfallType": "snow", - "temperature": -3, - "fogColor": "#A6D1FF", - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], + "customDerivitives": [{ + "category": "icy", + "id": "frozen_hills", + "waterColor": "#216FC4", + "downfallType": "snow", + "temperature": -3, + "fogColor": "#A6D1FF", + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], "children": [ "frozen/hills-extended", "frozen/vander" ], - "generators": [ - { - "generator": "plain", - "max": 46, - "min": 28 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "generators": [{ + "generator": "plain", + "max": 46, + "min": 28 + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ { "minHeight": 0, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 7, "maxHeight": 18, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -113,29 +83,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ], + }], "place": [ "trees/spruce/twirl1", "trees/spruce/twirl2", @@ -152,22 +112,10 @@ { "chance": 0.005, "mode": "PAINT", - "edit": [ - { - "find": [ - { - "block": "minecraft:vine" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:vine"}], + "replace": {"palette": [{"block": "minecraft:air"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -188,24 +136,18 @@ ] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:air"} + ] + }] +} diff --git a/biomes/frozen/mountain-cliffs-extended.json b/biomes/frozen/mountain-cliffs-extended.json index ed4f5977..cf3cf6ef 100644 --- a/biomes/frozen/mountain-cliffs-extended.json +++ b/biomes/frozen/mountain-cliffs-extended.json @@ -9,19 +9,17 @@ "FROZEN_OCEAN", "FROZEN_RIVER" ], - "customDerivitives": [ - { - "category": "extreme_hills", - "id": "frozen_mountaincliff", - "downfallType": "snow", - "temperature": -3, - "waterColor": "#216FC4", - "fogColor": "#B8D0E1", - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], + "customDerivitives": [{ + "category": "extreme_hills", + "id": "frozen_mountaincliff", + "downfallType": "snow", + "temperature": -3, + "waterColor": "#216FC4", + "fogColor": "#B8D0E1", + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], "generators": [ { "min": 4, @@ -35,57 +33,33 @@ } ], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "NOWHERE" - }, - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] + "style": {"style": "NOWHERE"}, + "palette": [{"block": "minecraft:packed_ice"}] }, "layers": [ { "minHeight": 0, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 0, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 1, "maxHeight": 5, - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] + "palette": [{"block": "minecraft:packed_ice"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:andesite" - }, + {"block": "minecraft:andesite"}, { "weight": 2, "block": "minecraft:stone" @@ -148,29 +122,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ], + }], "place": [ "trees/spruce/lfrostgeneric5", "trees/spruce/lfrostgeneric6", @@ -212,29 +176,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ], + }], "place": [ "trees/spruce/lfrostgeneric22", "trees/spruce/lfrostgeneric23", @@ -286,48 +240,34 @@ ] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.5 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.5 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - }, - { - "data": { - "layers": 5 - }, - "block": "minecraft:snow" - }, - { - "data": { - "layers": 6 - }, - "block": "minecraft:snow" - }, - { - "data": { - "layers": 7 - }, - "block": "minecraft:snow" - }, - { - "data": { - "layers": 8 - }, - "block": "minecraft:snow" - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:air"}, + { + "data": {"layers": 5}, + "block": "minecraft:snow" + }, + { + "data": {"layers": 6}, + "block": "minecraft:snow" + }, + { + "data": {"layers": 7}, + "block": "minecraft:snow" + }, + { + "data": {"layers": 8}, + "block": "minecraft:snow" + } + ] + }] +} diff --git a/biomes/frozen/mountain-cliffs.json b/biomes/frozen/mountain-cliffs.json index 3d69eed7..6b125bfc 100644 --- a/biomes/frozen/mountain-cliffs.json +++ b/biomes/frozen/mountain-cliffs.json @@ -9,22 +9,18 @@ "FROZEN_OCEAN", "FROZEN_RIVER" ], - "customDerivitives": [ - { - "category": "extreme_hills", - "id": "frozen_mountaincliff", - "downfallType": "snow", - "temperature": -3, - "waterColor": "#216FC4", - "fogColor": "#B8D0E1", - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "children": [ - "frozen/mountain-cliffs-extended" - ], + "customDerivitives": [{ + "category": "extreme_hills", + "id": "frozen_mountaincliff", + "downfallType": "snow", + "temperature": -3, + "waterColor": "#216FC4", + "fogColor": "#B8D0E1", + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "children": ["frozen/mountain-cliffs-extended"], "generators": [ { "min": 4, @@ -38,57 +34,33 @@ } ], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "NOWHERE" - }, - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] + "style": {"style": "NOWHERE"}, + "palette": [{"block": "minecraft:packed_ice"}] }, "layers": [ { "minHeight": 0, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 0, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 1, "maxHeight": 5, - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] + "palette": [{"block": "minecraft:packed_ice"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:andesite" - }, + {"block": "minecraft:andesite"}, { "weight": 2, "block": "minecraft:stone" @@ -151,29 +123,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ], + }], "place": [ "trees/spruce/lfrostgeneric5", "trees/spruce/lfrostgeneric6", @@ -215,29 +177,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ], + }], "place": [ "trees/spruce/lfrostgeneric22", "trees/spruce/lfrostgeneric23", @@ -289,48 +241,34 @@ ] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.5 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.5 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - }, - { - "data": { - "layers": 5 - }, - "block": "minecraft:snow" - }, - { - "data": { - "layers": 6 - }, - "block": "minecraft:snow" - }, - { - "data": { - "layers": 7 - }, - "block": "minecraft:snow" - }, - { - "data": { - "layers": 8 - }, - "block": "minecraft:snow" - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:air"}, + { + "data": {"layers": 5}, + "block": "minecraft:snow" + }, + { + "data": {"layers": 6}, + "block": "minecraft:snow" + }, + { + "data": {"layers": 7}, + "block": "minecraft:snow" + }, + { + "data": {"layers": 8}, + "block": "minecraft:snow" + } + ] + }] +} diff --git a/biomes/frozen/mountain-extended.json b/biomes/frozen/mountain-extended.json index f34fa84a..4cdf39a4 100644 --- a/biomes/frozen/mountain-extended.json +++ b/biomes/frozen/mountain-extended.json @@ -8,43 +8,29 @@ "PLAINS", "FOREST" ], - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_mountain_middle", - "waterColor": "#216FC4", - "fogColor": "#A6D1FF", - "downfallType": "snow", - "temperature": -3, - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "generators": [ - { - "generator": "mountain", - "max": 280, - "min": 70 - } - ], + "customDerivitives": [{ + "category": "icy", + "id": "frozen_mountain_middle", + "waterColor": "#216FC4", + "fogColor": "#A6D1FF", + "downfallType": "snow", + "temperature": -3, + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "generators": [{ + "generator": "mountain", + "max": 280, + "min": 70 + }], "biomeZoom": 0.4, - "biomeStyle": { - "style": "SIMPLEX" - }, - "wall": { - "palette": [ - { - "block": "minecraft:ice" - }, - { - "block": "minecraft:ice" - }, - { - "block": "minecraft:cave_air" - } - ] - }, + "biomeStyle": {"style": "SIMPLEX"}, + "wall": {"palette": [ + {"block": "minecraft:ice"}, + {"block": "minecraft:ice"}, + {"block": "minecraft:cave_air"} + ]}, "layers": [ { "minHeight": 1, @@ -53,43 +39,25 @@ "minimumSlope": 0, "maximumSlope": 3.295 }, + "palette": [{"block": "minecraft:snow_block"}] + }, + { + "minHeight": 2, + "maxHeight": 4, + "slopeCondition": {"minimumSlope": 3.95}, "palette": [ - { - "block": "minecraft:snow_block" - } + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, { "minHeight": 2, "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 3.95 - }, + "slopeCondition": {"minimumSlope": 3.95}, "palette": [ - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 3.95 - }, - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:cobblestone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:cobblestone"} ] }, { @@ -99,11 +67,7 @@ "minimumSlope": 0, "maximumSlope": 4 }, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 3, @@ -112,33 +76,23 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ], + {"block": "minecraft:air"} + ] + }], "childStyle": { "style": "STATIC", "exponent": 0.625, @@ -149,4 +103,4 @@ "zoom": 0.9 } } -} \ No newline at end of file +} diff --git a/biomes/frozen/mountain.json b/biomes/frozen/mountain.json index 5471c1e6..3d6b839d 100644 --- a/biomes/frozen/mountain.json +++ b/biomes/frozen/mountain.json @@ -9,47 +9,37 @@ "OLD_GROWTH_PINE_TAIGA", "WINDSWEPT_HILLS" ], - "customDerivitives": [ - { - "category": "extreme_hills", - "id": "frozen_mountain", - "waterColor": "#216FC4", - "downfallType": "snow", - "temperature": -3, - "fogColor": "#A6D1FF", - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], + "customDerivitives": [{ + "category": "extreme_hills", + "id": "frozen_mountain", + "waterColor": "#216FC4", + "downfallType": "snow", + "temperature": -3, + "fogColor": "#A6D1FF", + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], "children": [ "frozen/mountain-extended", "frozen/peak", "frozen/mountain-cliffs" ], - "generators": [ - { - "min": 70, - "max": 140, - "generator": "plain" - } - ], + "generators": [{ + "min": 70, + "max": 140, + "generator": "plain" + }], "biomeZoom": 30, "biomeStyle": { "style": "NOWHERE", "zoom": 0.7, "exponent": 4 }, - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ { "minHeight": 1, @@ -58,67 +48,39 @@ "minimumSlope": 0, "maximumSlope": 3.295 }, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 2, "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 3.95 - }, + "slopeCondition": {"minimumSlope": 3.95}, "palette": [ - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, { "minHeight": 2, "maxHeight": 3, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -136,24 +98,18 @@ "structure": "village-snowy" } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:air"} + ] + }] +} diff --git a/biomes/frozen/mountains.json b/biomes/frozen/mountains.json index 35ac8f6d..da16adf5 100644 --- a/biomes/frozen/mountains.json +++ b/biomes/frozen/mountains.json @@ -10,42 +10,32 @@ "WINDSWEPT_HILLS", "ICE_SPIKES" ], - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_mountains", - "waterColor": "#216FC4", - "downfallType": "snow", - "temperature": -3, - "fogColor": "#A6D1FF", - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], + "customDerivitives": [{ + "category": "icy", + "id": "frozen_mountains", + "waterColor": "#216FC4", + "downfallType": "snow", + "temperature": -3, + "fogColor": "#A6D1FF", + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], "children": [ "frozen/peak", "frozen/vander" ], - "generators": [ - { - "min": 10, - "max": 150, - "generator": "mountain" - } - ], + "generators": [{ + "min": 10, + "max": 150, + "generator": "mountain" + }], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:andesite" - }, + {"block": "minecraft:andesite"}, { "weight": 2, "block": "minecraft:stone" @@ -56,40 +46,24 @@ { "minHeight": 2, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] + "palette": [{"block": "minecraft:packed_ice"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:andesite" - }, + {"block": "minecraft:andesite"}, { "weight": 2, "block": "minecraft:stone" @@ -151,29 +125,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ], + }], "place": [ "trees/spruce/lfrostgeneric5", "trees/spruce/lfrostgeneric6", @@ -204,9 +168,7 @@ { "chance": 0.0125, "density": 1, - "place": [ - "structures/snowulder" - ] + "place": ["structures/snowulder"] }, { "chance": 0.05, @@ -247,25 +209,19 @@ ] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ], + {"block": "minecraft:air"} + ] + }], "childShrinkFactor": 25 -} \ No newline at end of file +} diff --git a/biomes/frozen/peak.json b/biomes/frozen/peak.json index 952527cf..95369ae7 100644 --- a/biomes/frozen/peak.json +++ b/biomes/frozen/peak.json @@ -9,48 +9,41 @@ "WINDSWEPT_HILLS", "ICE_SPIKES" ], - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_peak", - "waterColor": "#216FC4", - "fogColor": "#A6D1FF", - "downfallType": "snow", - "temperature": -3, - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], + "customDerivitives": [{ + "category": "icy", + "id": "frozen_peak", + "waterColor": "#216FC4", + "fogColor": "#A6D1FF", + "downfallType": "snow", + "temperature": -3, + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], "generators": [ { "min": 110, - "max": 280, + "max": 270, "generator": "mountain" + }, + { + "generator": "mountain-aggro", + "max": 5, + "min": 1 } ], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "layers": [ { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:ice" - } - ] + "palette": [{"block": "minecraft:ice"}] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:ice" - } - ] + "palette": [{"block": "minecraft:ice"}] }, { "minHeight": 2, @@ -61,24 +54,14 @@ "block": "minecraft:packed_ice" }, { - "data": { - "axis": "x" - }, + "data": {"axis": "x"}, "block": "minecraft:basalt" }, + {"block": "minecraft:blackstone"}, + {"block": "minecraft:packed_ice"}, + {"block": "minecraft:cobblestone"}, { - "block": "minecraft:blackstone" - }, - { - "block": "minecraft:packed_ice" - }, - { - "block": "minecraft:cobblestone" - }, - { - "data": { - "axis": "x" - }, + "data": {"axis": "x"}, "block": "minecraft:basalt" }, { @@ -86,25 +69,17 @@ "block": "minecraft:packed_ice" }, { - "data": { - "axis": "x" - }, + "data": {"axis": "x"}, "block": "minecraft:basalt" }, { "weight": 2, "block": "minecraft:packed_ice" }, + {"block": "minecraft:obsidian"}, + {"block": "minecraft:packed_ice"}, { - "block": "minecraft:obsidian" - }, - { - "block": "minecraft:packed_ice" - }, - { - "data": { - "axis": "x" - }, + "data": {"axis": "x"}, "block": "minecraft:basalt" }, { @@ -112,9 +87,7 @@ "block": "minecraft:packed_ice" }, { - "data": { - "axis": "y" - }, + "data": {"axis": "y"}, "block": "minecraft:basalt" }, { @@ -122,9 +95,7 @@ "block": "minecraft:packed_ice" }, { - "data": { - "axis": "z" - }, + "data": {"axis": "z"}, "block": "minecraft:basalt" } ] @@ -132,19 +103,11 @@ { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -208,24 +171,18 @@ ] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:air"} + ] + }] +} diff --git a/biomes/frozen/pine-hills.json b/biomes/frozen/pine-hills.json index b5451b06..0fe5466a 100644 --- a/biomes/frozen/pine-hills.json +++ b/biomes/frozen/pine-hills.json @@ -4,80 +4,50 @@ "rarity": 1, "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_pine_hills", - "downfallType": "snow", - "temperature": -3, - "waterColor": "#216FC4", - "fogColor": "#A6D1FF", - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "generators": [ - { - "generator": "mountain", - "max": 40, - "min": 11 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "customDerivitives": [{ + "category": "icy", + "id": "frozen_pine_hills", + "downfallType": "snow", + "temperature": -3, + "waterColor": "#216FC4", + "fogColor": "#A6D1FF", + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "generators": [{ + "generator": "mountain", + "max": 40, + "min": 11 + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ { "minHeight": 0, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 6, "maxHeight": 28, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -95,95 +65,69 @@ "structure": "village-snowy" } ], - "objects": [ - { - "edit": [ - { - "find": [ - { - "block": "minecraft:dark_oak_fence" - }, - { - "block": "minecraft:dark_oak_fence_gate" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } - }, - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], - "place": [ - "trees/spruce/pine1", - "trees/spruce/pine2", - "trees/spruce/pine3", - "trees/spruce/pine4", - "trees/spruce/pine5", - "trees/spruce/pine6", - "trees/spruce/pine7", - "trees/spruce/pine8", - "trees/spruce/pine9" - ], - "chance": 0.9, - "rotation": { - "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } + "objects": [{ + "edit": [ + { + "find": [ + {"block": "minecraft:dark_oak_fence"}, + {"block": "minecraft:dark_oak_fence_gate"} + ], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} }, - "warp": { - "style": "IRIS_DOUBLE", - "exponent": 1.2, - "zoom": 0.4 - }, - "snow": 0.1 - } - ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 - }, - "palette": [ - { - "data": { - "layers": 1 + { + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ] - } - ] -} \ No newline at end of file + } + ], + "place": [ + "trees/spruce/pine1", + "trees/spruce/pine2", + "trees/spruce/pine3", + "trees/spruce/pine4", + "trees/spruce/pine5", + "trees/spruce/pine6", + "trees/spruce/pine7", + "trees/spruce/pine8", + "trees/spruce/pine9" + ], + "chance": 0.9, + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "min": -360, + "max": 360 + } + }, + "warp": { + "style": "IRIS_DOUBLE", + "exponent": 1.2, + "zoom": 0.4 + }, + "snow": 0.1 + }], + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" + }, + {"block": "minecraft:air"} + ] + }] +} diff --git a/biomes/frozen/pine-plains.json b/biomes/frozen/pine-plains.json index e43665da..cdcc52a6 100644 --- a/biomes/frozen/pine-plains.json +++ b/biomes/frozen/pine-plains.json @@ -4,83 +4,51 @@ "rarity": 1, "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_pine_plains", - "waterColor": "#216FC4", - "fogColor": "#A6D1FF", - "downfallType": "snow", - "temperature": -3, - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "children": [ - "frozen/pine-hills" - ], - "generators": [ - { - "generator": "plain", - "max": 16, - "min": 13 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "customDerivitives": [{ + "category": "icy", + "id": "frozen_pine_plains", + "waterColor": "#216FC4", + "fogColor": "#A6D1FF", + "downfallType": "snow", + "temperature": -3, + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "children": ["frozen/pine-hills"], + "generators": [{ + "generator": "plain", + "max": 16, + "min": 13 + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ { "minHeight": 0, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 4, "maxHeight": 7, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -98,60 +66,48 @@ "structure": "village-snowy" } ], - "objects": [ - { - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], - "place": [ - "trees/spruce/pine1", - "trees/spruce/pine2", - "trees/spruce/pine3", - "trees/spruce/pine4", - "trees/spruce/pine5", - "trees/spruce/pine6", - "trees/spruce/pine7", - "trees/spruce/pine8", - "trees/spruce/pine9" - ], - "chance": 0.2, - "rotation": { + "objects": [{ + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] + } + }], + "place": [ + "trees/spruce/pine1", + "trees/spruce/pine2", + "trees/spruce/pine3", + "trees/spruce/pine4", + "trees/spruce/pine5", + "trees/spruce/pine6", + "trees/spruce/pine7", + "trees/spruce/pine8", + "trees/spruce/pine9" + ], + "chance": 0.2, + "rotation": { + "enabled": true, + "yAxis": { "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } - }, - "warp": { - "style": "IRIS_DOUBLE", - "exponent": 1.2, - "zoom": 0.4 - }, - "snow": 0.1 - } - ], + "interval": 90, + "min": -360, + "max": 360 + } + }, + "warp": { + "style": "IRIS_DOUBLE", + "exponent": 1.2, + "zoom": 0.4 + }, + "snow": 0.1 + }], "decorators": [ { "chance": 1, @@ -161,30 +117,18 @@ }, "palette": [ { - "data": { - "layers": 1 - }, + "data": {"layers": 1}, "block": "minecraft:snow" }, - { - "block": "minecraft:air" - } + {"block": "minecraft:air"} ] }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.01, - "palette": [ - { - "block": "minecraft:cornflower" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:cornflower"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/frozen/pines-extended.json b/biomes/frozen/pines-extended.json index d624992e..37db2bb4 100644 --- a/biomes/frozen/pines-extended.json +++ b/biomes/frozen/pines-extended.json @@ -10,99 +10,61 @@ "WINDSWEPT_HILLS", "ICE_SPIKES" ], - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_pines", - "waterColor": "#216FC4", - "downfallType": "snow", - "temperature": -3, - "fogColor": "#A6D1FF", - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "generators": [ - { - "min": 59, - "max": 111, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "category": "icy", + "id": "frozen_pines", + "waterColor": "#216FC4", + "downfallType": "snow", + "temperature": -3, + "fogColor": "#A6D1FF", + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "generators": [{ + "min": 59, + "max": 111, + "generator": "mountain" + }], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 0, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 6, "maxHeight": 18, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] + "palette": [{"block": "minecraft:packed_ice"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -134,29 +96,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ], + }], "place": [ "clutter/icecluster1", "clutter/icecluster2", @@ -184,29 +136,19 @@ { "chance": 0.8, "snow": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ], + }], "rotation": { "yAxis": { "min": 0, @@ -251,25 +193,19 @@ ] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ], + {"block": "minecraft:air"} + ] + }], "childShrinkFactor": 20 -} \ No newline at end of file +} diff --git a/biomes/frozen/pines.json b/biomes/frozen/pines.json index 594d0f55..5e34ac6f 100644 --- a/biomes/frozen/pines.json +++ b/biomes/frozen/pines.json @@ -10,102 +10,62 @@ "WINDSWEPT_HILLS", "ICE_SPIKES" ], - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_pines", - "waterColor": "#216FC4", - "downfallType": "snow", - "temperature": -3, - "fogColor": "#A6D1FF", - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "children": [ - "frozen/pines-extended" - ], - "generators": [ - { - "min": 16, - "max": 64, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "category": "icy", + "id": "frozen_pines", + "waterColor": "#216FC4", + "downfallType": "snow", + "temperature": -3, + "fogColor": "#A6D1FF", + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "children": ["frozen/pines-extended"], + "generators": [{ + "min": 16, + "max": 64, + "generator": "mountain" + }], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 0, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 6, "maxHeight": 18, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] + "palette": [{"block": "minecraft:packed_ice"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -137,29 +97,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ], + }], "place": [ "clutter/icecluster1", "clutter/icecluster2", @@ -187,29 +137,19 @@ { "chance": 0.8, "snow": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ], + }], "rotation": { "yAxis": { "min": 0, @@ -254,25 +194,19 @@ ] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ], + {"block": "minecraft:air"} + ] + }], "childShrinkFactor": 20 -} \ No newline at end of file +} diff --git a/biomes/frozen/plains.json b/biomes/frozen/plains.json index 7c7e8e3f..49e067b9 100644 --- a/biomes/frozen/plains.json +++ b/biomes/frozen/plains.json @@ -4,83 +4,51 @@ "rarity": 1, "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_plains", - "waterColor": "#216FC4", - "fogColor": "#A6D1FF", - "waterFogColor": "#216FC4", - "downfallType": "snow", - "temperature": -3, - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "children": [ - "frozen/hills" - ], - "generators": [ - { - "min": 6, - "max": 11, - "generator": "plain" - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "customDerivitives": [{ + "category": "icy", + "id": "frozen_plains", + "waterColor": "#216FC4", + "fogColor": "#A6D1FF", + "waterFogColor": "#216FC4", + "downfallType": "snow", + "temperature": -3, + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "children": ["frozen/hills"], + "generators": [{ + "min": 6, + "max": 11, + "generator": "plain" + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ { "minHeight": 0, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 4, "maxHeight": 7, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -100,7 +68,7 @@ ], "objects": [ { - "chance": 0.000256, + "chance": 2.56E-4, "snow": 0.25, "rotation": { "yAxis": { @@ -111,28 +79,14 @@ }, "enabled": true }, - "place": [ - "clutter/grave1" - ] + "place": ["clutter/grave1"] }, { "chance": 0.005, - "edit": [ - { - "find": [ - { - "block": "minecraft:vine" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:vine"}], + "replace": {"palette": [{"block": "minecraft:air"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -202,29 +156,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } - ], + }], "place": [ "trees/spruce/twirl1", "trees/spruce/twirl2", @@ -250,9 +194,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.5, @@ -278,29 +220,21 @@ { "chance": 0.0125, "density": 1, - "place": [ - "structures/snowulder" - ] + "place": ["structures/snowulder"] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.5 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.5 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:air"} + ] + }] +} diff --git a/biomes/frozen/redwood-forest-extended.json b/biomes/frozen/redwood-forest-extended.json index 2af61421..0b2b9486 100644 --- a/biomes/frozen/redwood-forest-extended.json +++ b/biomes/frozen/redwood-forest-extended.json @@ -10,89 +10,55 @@ "WINDSWEPT_HILLS", "ICE_SPIKES" ], - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_redwood_forest", - "waterColor": "#216FC4", - "fogColor": "#A6D1FF", - "downfallType": "snow", - "temperature": -3, - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "generators": [ - { - "min": 115, - "max": 223, - "generator": "highplains" - } - ], + "customDerivitives": [{ + "category": "icy", + "id": "frozen_redwood_forest", + "waterColor": "#216FC4", + "fogColor": "#A6D1FF", + "downfallType": "snow", + "temperature": -3, + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "generators": [{ + "min": 115, + "max": 223, + "generator": "highplains" + }], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "maxHeight": 3, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] + "palette": [{"block": "minecraft:packed_ice"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -153,38 +119,18 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_leaves", - "data": { - "persistent": true - } - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{ + "block": "minecraft:oak_leaves", + "data": {"persistent": true} + }]} }, { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves", - "data": { - "persistent": true - } - } - ] - } + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": {"palette": [{ + "block": "minecraft:dark_oak_leaves", + "data": {"persistent": true} + }]} } ], "snow": 1, @@ -237,24 +183,18 @@ ] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:air"} + ] + }] +} diff --git a/biomes/frozen/redwood-forest.json b/biomes/frozen/redwood-forest.json index 834581a9..3f1dffd9 100644 --- a/biomes/frozen/redwood-forest.json +++ b/biomes/frozen/redwood-forest.json @@ -10,92 +10,56 @@ "WINDSWEPT_HILLS", "ICE_SPIKES" ], - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_redwood_forest", - "waterColor": "#216FC4", - "fogColor": "#A6D1FF", - "downfallType": "snow", - "temperature": -3, - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "children": [ - "frozen/redwood-forest-extended" - ], - "generators": [ - { - "min": 82, - "max": 93, - "generator": "highplains" - } - ], + "customDerivitives": [{ + "category": "icy", + "id": "frozen_redwood_forest", + "waterColor": "#216FC4", + "fogColor": "#A6D1FF", + "downfallType": "snow", + "temperature": -3, + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "children": ["frozen/redwood-forest-extended"], + "generators": [{ + "min": 82, + "max": 93, + "generator": "highplains" + }], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "maxHeight": 3, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] + "palette": [{"block": "minecraft:packed_ice"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -156,38 +120,18 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_leaves", - "data": { - "persistent": true - } - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{ + "block": "minecraft:oak_leaves", + "data": {"persistent": true} + }]} }, { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves", - "data": { - "persistent": true - } - } - ] - } + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": {"palette": [{ + "block": "minecraft:dark_oak_leaves", + "data": {"persistent": true} + }]} } ], "snow": 1, @@ -240,24 +184,18 @@ ] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:air"} + ] + }] +} diff --git a/biomes/frozen/sea/frozen-parent-river.json b/biomes/frozen/sea/frozen-parent-river.json index 528b51d8..2533b1c1 100644 --- a/biomes/frozen/sea/frozen-parent-river.json +++ b/biomes/frozen/sea/frozen-parent-river.json @@ -3,135 +3,93 @@ "rarity": 1, "derivative": "FROZEN_RIVER", "vanillaDerivative": "RIVER", - "customDerivitives": [ - { - "id": "frozen_river_parent", - "grassColor": "#9CE0FF", - "downfallType": "snow", - "category": "icy" - } - ], - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "id": "frozen_river_parent", + "grassColor": "#9CE0FF", + "downfallType": "snow", + "category": "icy" + }], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "layers": [ - { - "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:stone" - } - ] - }, + {"palette": [ + {"block": "minecraft:dirt"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:stone"} + ]}, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 5, "block": "minecraft:sand" }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:dirt" - } + {"block": "minecraft:clay"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:dirt"} ] } ], - "objects": [ - { - "chance": 0.6, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 0.6, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "onwater": true, - "place": [ - "clutter/icespec1", - "clutter/icespec2", - "clutter/icespec3", - "clutter/icespec4", - "clutter/icespec5" - ], - "translate": { - "x": 0, - "y": 0, - "yRandom": -1, - "z": 0 - } + "zAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "onwater": true, + "place": [ + "clutter/icespec1", + "clutter/icespec2", + "clutter/icespec3", + "clutter/icespec4", + "clutter/icespec5" + ], + "translate": { + "x": 0, + "y": 0, + "yRandom": -1, + "z": 0 } - ], + }], "decorators": [ { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 6, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 2 } ], "loot": { "mode": "ADD", "multiplier": 1, - "tables": [ - "tropical-dungeon" - ] + "tables": ["tropical-dungeon"] } -} \ No newline at end of file +} diff --git a/biomes/frozen/sea/frozen-river-ice.json b/biomes/frozen/sea/frozen-river-ice.json index 9959625f..e54a0e1b 100644 --- a/biomes/frozen/sea/frozen-river-ice.json +++ b/biomes/frozen/sea/frozen-river-ice.json @@ -3,58 +3,36 @@ "rarity": 1, "derivative": "FROZEN_OCEAN", "vanillaDerivative": "RIVER", - "customDerivitives": [ - { - "id": "frozen_river_ice", - "grassColor": "#ADE5FF", - "downfallType": "snow", - "category": "icy" - } - ], - "children": [ - "frozen/sea/frozen-parent-river" - ], - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "id": "frozen_river_ice", + "grassColor": "#ADE5FF", + "downfallType": "snow", + "category": "icy" + }], + "children": ["frozen/sea/frozen-parent-river"], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "layers": [ - { - "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:stone" - } - ] - }, + {"palette": [ + {"block": "minecraft:dirt"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:stone"} + ]}, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 5, "block": "minecraft:sand" }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:dirt" - } + {"block": "minecraft:clay"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:dirt"} ] } ], @@ -170,95 +148,65 @@ "structures/oruins3" ], "mode": "PAINT", - "loot": [ - { - "name": "tropical-dungeon" - } - ] + "loot": [{"name": "tropical-dungeon"}] } ], "decorators": [ { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { "chance": 0.013, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 6, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 2 } ], "loot": { "mode": "ADD", "multiplier": 1, - "tables": [ - "tropical-dungeon" - ] + "tables": ["tropical-dungeon"] }, - "childStyle": { - "style": "SIMPLEX" - }, - "seaLayers": [ - { - "minHeight": 1, - "maxHeight": 2, - "style": { - "style": "GLOB_IRIS_THICK", - "axialFracturing": true + "childStyle": {"style": "SIMPLEX"}, + "seaLayers": [{ + "minHeight": 1, + "maxHeight": 2, + "style": { + "style": "GLOB_IRIS_THICK", + "axialFracturing": true + }, + "zoom": 0.4, + "palette": [ + { + "weight": 2, + "block": "minecraft:ice" }, - "zoom": 0.4, - "palette": [ - { - "weight": 2, - "block": "minecraft:ice" - }, - { - "weight": 3, - "block": "minecraft:packed_ice" - }, - { - "block": "minecraft:blue_ice" - }, - { - "weight": 3, - "block": "minecraft:packed_ice" - }, - { - "weight": 2, - "block": "minecraft:ice" - }, - { - "block": "minecraft:water", - "weight": 8 - } - ] - } - ] -} \ No newline at end of file + { + "weight": 3, + "block": "minecraft:packed_ice" + }, + {"block": "minecraft:blue_ice"}, + { + "weight": 3, + "block": "minecraft:packed_ice" + }, + { + "weight": 2, + "block": "minecraft:ice" + }, + { + "block": "minecraft:water", + "weight": 8 + } + ] + }] +} diff --git a/biomes/frozen/sea/ocean.json b/biomes/frozen/sea/ocean.json index 62e12782..ba026769 100644 --- a/biomes/frozen/sea/ocean.json +++ b/biomes/frozen/sea/ocean.json @@ -3,47 +3,29 @@ "color": "#3DB9F1", "derivative": "FROZEN_OCEAN", "vanillaDerivative": "FROZEN_OCEAN", - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "layers": [ - { - "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:stone" - } - ] - }, + {"palette": [ + {"block": "minecraft:dirt"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:stone"} + ]}, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 5, "block": "minecraft:sand" }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:dirt" - } + {"block": "minecraft:clay"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:dirt"} ] } ], @@ -127,9 +109,7 @@ { "chance": 0.0325, "density": 1, - "place": [ - "structures/snowulder" - ] + "place": ["structures/snowulder"] }, { "chance": 0.035, @@ -149,27 +129,19 @@ "structures/oruins3" ], "mode": "PAINT", - "loot": [ - { - "name": "tropical-dungeon" - } - ] + "loot": [{"name": "tropical-dungeon"}] } ], "loot": { "mode": "ADD", "multiplier": 1, - "tables": [ - "tropical-dungeon" - ] + "tables": ["tropical-dungeon"] }, "seaLayers": [ { "minHeight": 1, "maxHeight": 3, - "style": { - "style": "CELLULAR_HEIGHT_IRIS" - }, + "style": {"style": "CELLULAR_HEIGHT_IRIS"}, "zoom": 0.5, "palette": [ { @@ -180,9 +152,7 @@ "weight": 2, "block": "minecraft:packed_ice" }, - { - "block": "minecraft:blue_ice" - }, + {"block": "minecraft:blue_ice"}, { "weight": 2, "block": "minecraft:packed_ice" @@ -196,11 +166,7 @@ { "minHeight": 1, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] + "palette": [{"block": "minecraft:packed_ice"}] } ] -} \ No newline at end of file +} diff --git a/biomes/frozen/sea/river.json b/biomes/frozen/sea/river.json index 3007c076..da4b1cf6 100644 --- a/biomes/frozen/sea/river.json +++ b/biomes/frozen/sea/river.json @@ -3,52 +3,28 @@ "color": "#3DB9F5", "derivative": "FROZEN_RIVER", "vanillaDerivative": "FROZEN_RIVER", - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "layers": [ - { - "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:stone" - } - ] - }, + {"palette": [ + {"block": "minecraft:dirt"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:stone"} + ]}, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:sand" @@ -115,9 +91,7 @@ { "minHeight": 3, "maxHeight": 6, - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 1.16, "palette": [ { @@ -128,9 +102,7 @@ "weight": 3, "block": "minecraft:packed_ice" }, - { - "block": "minecraft:blue_ice" - }, + {"block": "minecraft:blue_ice"}, { "weight": 3, "block": "minecraft:packed_ice" @@ -144,11 +116,7 @@ { "minHeight": 1, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] + "palette": [{"block": "minecraft:packed_ice"}] } ] -} \ No newline at end of file +} diff --git a/biomes/frozen/shore/beach.json b/biomes/frozen/shore/beach.json index aee1eeff..7c61a69c 100644 --- a/biomes/frozen/shore/beach.json +++ b/biomes/frozen/shore/beach.json @@ -4,52 +4,36 @@ "rarity": 1, "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_BEACH", - "customDerivitives": [ - { - "id": "frozen_beach", - "waterColor": "#216FC4", - "fogColor": "#A6D1FF", - "downfallType": "snow", - "temperature": -3, - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "generators": [ - { - "min": -5, - "max": 1, - "generator": "plain" - } - ], + "customDerivitives": [{ + "id": "frozen_beach", + "waterColor": "#216FC4", + "fogColor": "#A6D1FF", + "downfallType": "snow", + "temperature": -3, + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "generators": [{ + "min": -5, + "max": 1, + "generator": "plain" + }], "layers": [ { "minHeight": 0, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], "objects": [ @@ -155,56 +139,34 @@ { "chance": 0.0125, "density": 1, - "place": [ - "structures/snowulder" - ] + "place": ["structures/snowulder"] } ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.5 - }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ], - "seaLayers": [ - { - "minHeight": 1, - "maxHeight": 7, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] - } - ], - "slab": { - "style": { - "style": "STATIC" + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.5 }, "palette": [ { - "data": { - "layers": 5 - }, + "data": {"layers": 1}, "block": "minecraft:snow" - } + }, + {"block": "minecraft:air"} ] + }], + "seaLayers": [{ + "minHeight": 1, + "maxHeight": 7, + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:packed_ice"}] + }], + "slab": { + "style": {"style": "STATIC"}, + "palette": [{ + "data": {"layers": 5}, + "block": "minecraft:snow" + }] } -} \ No newline at end of file +} diff --git a/biomes/frozen/spruce-hills-extended.json b/biomes/frozen/spruce-hills-extended.json index ab369081..c6a2b7a0 100644 --- a/biomes/frozen/spruce-hills-extended.json +++ b/biomes/frozen/spruce-hills-extended.json @@ -4,79 +4,49 @@ "rarity": 1, "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "customDerivitives": [ - { - "id": "frozen_spruce_hills", - "waterColor": "#216FC4", - "fogColor": "#A6D1FF", - "downfallType": "snow", - "temperature": -3, - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 112, - "min": 50 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "customDerivitives": [{ + "id": "frozen_spruce_hills", + "waterColor": "#216FC4", + "fogColor": "#A6D1FF", + "downfallType": "snow", + "temperature": -3, + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "generators": [{ + "generator": "smooth-dunes", + "max": 112, + "min": 50 + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ { "minHeight": 0, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 6, "maxHeight": 28, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -94,74 +64,56 @@ "structure": "village-snowy" } ], - "objects": [ - { - "chance": 0.8, - "snow": 1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 0.8, + "snow": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], - "place": [ - "trees/spruce/levergreen1", - "trees/spruce/levergreen1", - "trees/spruce/mevergreen1", - "trees/spruce/mevergreen2", - "trees/spruce/mevergreen3" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 - }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" + "enabled": true + }, + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 }, - { - "block": "minecraft:air" - } - ] + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] + } + }], + "place": [ + "trees/spruce/levergreen1", + "trees/spruce/levergreen1", + "trees/spruce/mevergreen1", + "trees/spruce/mevergreen2", + "trees/spruce/mevergreen3" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 } - ] -} \ No newline at end of file + }], + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" + }, + {"block": "minecraft:air"} + ] + }] +} diff --git a/biomes/frozen/spruce-hills.json b/biomes/frozen/spruce-hills.json index 2daf39b5..76cb6161 100644 --- a/biomes/frozen/spruce-hills.json +++ b/biomes/frozen/spruce-hills.json @@ -4,82 +4,50 @@ "rarity": 1, "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "customDerivitives": [ - { - "id": "frozen_spruce_hills", - "waterColor": "#216FC4", - "fogColor": "#A6D1FF", - "downfallType": "snow", - "temperature": -3, - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "children": [ - "frozen/spruce-hills-extended" - ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 20, - "min": 6 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "customDerivitives": [{ + "id": "frozen_spruce_hills", + "waterColor": "#216FC4", + "fogColor": "#A6D1FF", + "downfallType": "snow", + "temperature": -3, + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "children": ["frozen/spruce-hills-extended"], + "generators": [{ + "generator": "smooth-dunes", + "max": 20, + "min": 6 + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ { "minHeight": 0, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 6, "maxHeight": 28, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -97,75 +65,57 @@ "structure": "village-snowy" } ], - "objects": [ - { - "chance": 0.8, - "density": 3, - "snow": 1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 0.8, + "density": 3, + "snow": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], - "place": [ - "trees/spruce/levergreen1", - "trees/spruce/levergreen1", - "trees/spruce/mevergreen1", - "trees/spruce/mevergreen2", - "trees/spruce/mevergreen3" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.23 - }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" + "enabled": true + }, + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 }, - { - "block": "minecraft:air" - } - ] + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] + } + }], + "place": [ + "trees/spruce/levergreen1", + "trees/spruce/levergreen1", + "trees/spruce/mevergreen1", + "trees/spruce/mevergreen2", + "trees/spruce/mevergreen3" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 } - ] -} \ No newline at end of file + }], + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.23 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" + }, + {"block": "minecraft:air"} + ] + }] +} diff --git a/biomes/frozen/spruce-plains.json b/biomes/frozen/spruce-plains.json index fe326d01..942c8c2d 100644 --- a/biomes/frozen/spruce-plains.json +++ b/biomes/frozen/spruce-plains.json @@ -4,82 +4,50 @@ "rarity": 1, "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_spruce_plains", - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "downfallType": "snow", - "temperature": -3, - "fogColor": "#A6D1FF", - "grassColor": "#D0E1FF" - } - ], - "children": [ - "frozen/spruce-hills" - ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 10, - "min": 4 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "customDerivitives": [{ + "category": "icy", + "id": "frozen_spruce_plains", + "waterFogColor": "#216FC4", + "foliageColor": "#B8D0E1", + "downfallType": "snow", + "temperature": -3, + "fogColor": "#A6D1FF", + "grassColor": "#D0E1FF" + }], + "children": ["frozen/spruce-hills"], + "generators": [{ + "generator": "smooth-dunes", + "max": 10, + "min": 4 + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ { "minHeight": 0, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 4, "maxHeight": 7, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -97,86 +65,64 @@ "structure": "village-snowy" } ], - "objects": [ - { - "chance": 0.8, - "snow": 1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 0.8, + "snow": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], - "place": [ - "trees/spruce/levergreen1", - "trees/spruce/levergreen1", - "trees/spruce/mevergreen1", - "trees/spruce/mevergreen2", - "trees/spruce/mevergreen3" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 + "enabled": true + }, + "edit": [{ + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ] } + }], + "place": [ + "trees/spruce/levergreen1", + "trees/spruce/levergreen1", + "trees/spruce/mevergreen1", + "trees/spruce/mevergreen2", + "trees/spruce/mevergreen3" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 } - ], - "decorators": [ - { - "chance": 1, - "variance": { - "style": "NOWHERE", - "zoom": 0.5 + }], + "decorators": [{ + "chance": 1, + "variance": { + "style": "NOWHERE", + "zoom": 0.5 + }, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - }, - { - "data": { - "layers": 2 - }, - "block": "minecraft:snow" - }, - { - "data": { - "layers": 3 - }, - "block": "minecraft:snow" - } - ] - } - ] -} \ No newline at end of file + {"block": "minecraft:air"}, + { + "data": {"layers": 2}, + "block": "minecraft:snow" + }, + { + "data": {"layers": 3}, + "block": "minecraft:snow" + } + ] + }] +} diff --git a/biomes/frozen/vander.json b/biomes/frozen/vander.json index cc425c83..d721bb26 100644 --- a/biomes/frozen/vander.json +++ b/biomes/frozen/vander.json @@ -10,89 +10,55 @@ "WINDSWEPT_HILLS", "ICE_SPIKES" ], - "customDerivitives": [ - { - "category": "icy", - "id": "frozen_vander", - "waterColor": "#216FC4", - "fogColor": "#A6D1FF", - "waterFogColor": "#216FC4", - "downfallType": "snow", - "temperature": -3, - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - } - ], - "generators": [ - { - "min": 15, - "max": 64, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "category": "icy", + "id": "frozen_vander", + "waterColor": "#216FC4", + "fogColor": "#A6D1FF", + "waterFogColor": "#216FC4", + "downfallType": "snow", + "temperature": -3, + "foliageColor": "#B8D0E1", + "grassColor": "#D0E1FF" + }], + "generators": [{ + "min": 15, + "max": 64, + "generator": "mountain" + }], "biomeZoom": 50, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "maxHeight": 3, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:ice" - } - ] + "palette": [{"block": "minecraft:ice"}] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -113,7 +79,7 @@ "objects": [ { "chance": 0.02, - "mode": "PAINT", + "mode": "FAST_MIN_HEIGHT", "density": 3, "rotation": { "yAxis": { @@ -176,65 +142,27 @@ "density": 3, "edit": [ { - "find": [ - { - "block": "minecraft:spruce_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_spruce_wood" - } - ] - } + "find": [{"block": "minecraft:spruce_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_spruce_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:spruce_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:spruce_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], + "find": [{"block": "minecraft:spruce_leaves"}], "replace": { "style": { "style": "PERLIN", "zoom": 0.2 }, "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} ] } } @@ -295,28 +223,22 @@ ] } ], - "decorators": [ - { - "chance": 0.5, - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "NOWHERE", - "zoom": 0.7 + "decorators": [{ + "chance": 0.5, + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "NOWHERE", + "zoom": 0.7 + }, + "zoom": 0.6, + "palette": [ + { + "data": {"layers": 1}, + "block": "minecraft:snow" }, - "zoom": 0.6, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "minecraft:snow" - }, - { - "block": "minecraft:air" - } - ] - } - ], + {"block": "minecraft:air"} + ] + }], "childShrinkFactor": 20 -} \ No newline at end of file +} diff --git a/biomes/hot/desert-dunes-red.json b/biomes/hot/desert-dunes-red.json index c5f38610..e5217dba 100644 --- a/biomes/hot/desert-dunes-red.json +++ b/biomes/hot/desert-dunes-red.json @@ -4,13 +4,11 @@ "rarity": 1, "derivative": "DESERT", "vanillaDerivative": "DESERT", - "generators": [ - { - "generator": "smooth-dunes", - "max": 35, - "min": 30 - } - ], + "generators": [{ + "generator": "smooth-dunes", + "max": 35, + "min": 30 + }], "layers": [ { "minHeight": 3, @@ -19,22 +17,16 @@ "minimumSlope": 4.5, "maximumSlope": 20 }, - "palette": [ - { - "block": "minecraft:orange_terracotta" - } - ] + "palette": [{"block": "minecraft:orange_terracotta"}] }, { "minHeight": 5, "maxHeight": 5, "zoom": 0.7, - "palette": [ - { - "weight": 1, - "block": "minecraft:red_sand" - } - ] + "palette": [{ + "weight": 1, + "block": "minecraft:red_sand" + }] } ], "jigsawStructures": [ @@ -128,30 +120,16 @@ { "verticalZoom": 5, "chance": 0.004, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 5, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:cactus" - } - ], - "heightVariance": { - "style": "NOWHERE" - }, + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cactus"}], + "heightVariance": {"style": "NOWHERE"}, "stackMin": 1 }, { "chance": 0.005, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ] + "palette": [{"block": "minecraft:dead_bush"}] } ] -} \ No newline at end of file +} diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/desert-dunes.json index 9b2c4a9b..bd1b7fb7 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/desert-dunes.json @@ -4,13 +4,11 @@ "rarity": 1, "derivative": "DESERT", "vanillaDerivative": "DESERT", - "generators": [ - { - "generator": "smooth-dunes", - "max": 41, - "min": 28 - } - ], + "generators": [{ + "generator": "smooth-dunes", + "max": 41, + "min": 28 + }], "layers": [ { "minHeight": 3, @@ -19,22 +17,16 @@ "minimumSlope": 4.5, "maximumSlope": 20 }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 5, "maxHeight": 5, "zoom": 0.7, - "palette": [ - { - "weight": 1, - "block": "minecraft:sand" - } - ] + "palette": [{ + "weight": 1, + "block": "minecraft:sand" + }] } ], "jigsawStructures": [ @@ -128,30 +120,16 @@ { "verticalZoom": 5, "chance": 0.004, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 5, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:cactus" - } - ], - "heightVariance": { - "style": "NOWHERE" - }, + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cactus"}], + "heightVariance": {"style": "NOWHERE"}, "stackMin": 1 }, { "chance": 0.005, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ] + "palette": [{"block": "minecraft:dead_bush"}] } ] -} \ No newline at end of file +} diff --git a/biomes/hot/mountain-cliffs.json b/biomes/hot/mountain-cliffs.json index a5bb68d4..9cb0a05f 100644 --- a/biomes/hot/mountain-cliffs.json +++ b/biomes/hot/mountain-cliffs.json @@ -4,26 +4,16 @@ "rarity": 3, "derivative": "DESERT", "vanillaDerivative": "DESERT", - "generators": [ - { - "min": 59, - "max": 123, - "generator": "cracked-cliffs" - } - ], + "generators": [{ + "min": 59, + "max": 123, + "generator": "cracked-cliffs" + }], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:gray_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:gray_terracotta"}] }, "layers": [ { @@ -33,52 +23,30 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "palette": [ - { - "block": "minecraft:red_sand" - } - ] + "palette": [{"block": "minecraft:red_sand"}] }, { "minHeight": 2, "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 3.95 - }, + "slopeCondition": {"minimumSlope": 3.95}, "palette": [ - { - "block": "minecraft:brown_terracotta" - }, - { - "block": "minecraft:gray_terracotta" - } + {"block": "minecraft:brown_terracotta"}, + {"block": "minecraft:gray_terracotta"} ] }, { "minHeight": 2, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] + "palette": [{"block": "minecraft:brown_terracotta"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -96,4 +64,4 @@ "structure": "desert-pyramid" } ] -} \ No newline at end of file +} diff --git a/biomes/hot/mountain-middle.json b/biomes/hot/mountain-middle.json index 7f6e132e..f0354317 100644 --- a/biomes/hot/mountain-middle.json +++ b/biomes/hot/mountain-middle.json @@ -4,26 +4,16 @@ "rarity": 1, "derivative": "DESERT", "vanillaDerivative": "DESERT", - "generators": [ - { - "generator": "mountain", - "max": 210, - "min": 80 - } - ], + "generators": [{ + "generator": "mountain", + "max": 210, + "min": 80 + }], "biomeZoom": 0.4, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:gray_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:gray_terracotta"}] }, "layers": [ { @@ -33,52 +23,30 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "palette": [ - { - "block": "minecraft:red_sand" - } - ] + "palette": [{"block": "minecraft:red_sand"}] }, { "minHeight": 2, "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 3.95 - }, + "slopeCondition": {"minimumSlope": 3.95}, "palette": [ - { - "block": "minecraft:brown_terracotta" - }, - { - "block": "minecraft:gray_terracotta" - } + {"block": "minecraft:brown_terracotta"}, + {"block": "minecraft:gray_terracotta"} ] }, { "minHeight": 2, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] + "palette": [{"block": "minecraft:brown_terracotta"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -92,4 +60,4 @@ "zoom": 0.9 } } -} \ No newline at end of file +} diff --git a/biomes/hot/mountain-plains.json b/biomes/hot/mountain-plains.json index 20efa2aa..313cbe68 100644 --- a/biomes/hot/mountain-plains.json +++ b/biomes/hot/mountain-plains.json @@ -4,38 +4,22 @@ "rarity": 1, "derivative": "DESERT", "vanillaDerivative": "DESERT", - "generators": [ - { - "generator": "smooth-dunes", - "max": 59, - "min": 66 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:gray_terracotta" - } - ] - }, + "generators": [{ + "generator": "smooth-dunes", + "max": 59, + "min": 66 + }], + "wall": {"palette": [{"block": "minecraft:gray_terracotta"}]}, "layers": [ { "minHeight": 4, "maxHeight": 6, - "palette": [ - { - "block": "minecraft:red_sand" - } - ] + "palette": [{"block": "minecraft:red_sand"}] }, { "minHeight": 2, "maxHeight": 23, - "palette": [ - { - "block": "minecraft:red_sandstone" - } - ] + "palette": [{"block": "minecraft:red_sandstone"}] } ], "jigsawStructures": [ @@ -52,25 +36,13 @@ "structure": "desert-pyramid" } ], - "decorators": [ - { - "chance": 0.001, - "variance": { - "style": "STATIC" - }, - "stackMax": 5, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:cactus" - } - ], - "heightVariance": { - "style": "STATIC" - }, - "stackMin": 1 - } - ] -} \ No newline at end of file + "decorators": [{ + "chance": 0.001, + "variance": {"style": "STATIC"}, + "stackMax": 5, + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cactus"}], + "heightVariance": {"style": "STATIC"}, + "stackMin": 1 + }] +} diff --git a/biomes/hot/mountain.json b/biomes/hot/mountain.json index 26801095..f4bde141 100644 --- a/biomes/hot/mountain.json +++ b/biomes/hot/mountain.json @@ -4,13 +4,11 @@ "rarity": 1, "derivative": "DESERT", "vanillaDerivative": "DESERT", - "generators": [ - { - "min": 120, - "max": 214, - "generator": "mountain" - } - ], + "generators": [{ + "min": 120, + "max": 214, + "generator": "mountain" + }], "biomeZoom": 30, "biomeStyle": { "style": "NOWHERE", @@ -18,14 +16,8 @@ "exponent": 4 }, "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:gray_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:gray_terracotta"}] }, "layers": [ { @@ -35,52 +27,30 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "palette": [ - { - "block": "minecraft:red_sand" - } - ] + "palette": [{"block": "minecraft:red_sand"}] }, { "minHeight": 2, "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 3.95 - }, + "slopeCondition": {"minimumSlope": 3.95}, "palette": [ - { - "block": "minecraft:brown_terracotta" - }, - { - "block": "minecraft:gray_terracotta" - } + {"block": "minecraft:brown_terracotta"}, + {"block": "minecraft:gray_terracotta"} ] }, { "minHeight": 2, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] + "palette": [{"block": "minecraft:brown_terracotta"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -98,4 +68,4 @@ "structure": "desert-pyramid" } ] -} \ No newline at end of file +} diff --git a/biomes/hot/oasis.json b/biomes/hot/oasis.json index 6bc2f2b0..ca12643e 100644 --- a/biomes/hot/oasis.json +++ b/biomes/hot/oasis.json @@ -4,61 +4,41 @@ "rarity": 1, "derivative": "DESERT", "vanillaDerivative": "DESERT", - "generators": [ - { - "generator": "plain", - "max": 7, - "min": -2 - } - ], - "layers": [ - { - "minHeight": 5, - "maxHeight": 5, - "style": { - "style": "FRACTAL_WATER" + "generators": [{ + "generator": "plain", + "max": 7, + "min": -2 + }], + "layers": [{ + "minHeight": 5, + "maxHeight": 5, + "style": {"style": "NOWHERE"}, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "minecraft:grass_block" }, - "zoom": 0.7, - "palette": [ - { - "weight": 1, - "block": "minecraft:grass_block" - }, - { - "weight": 1, - "block": "minecraft:moss_block" - } - ] - } - ], + { + "weight": 1, + "block": "minecraft:moss_block" + } + ] + }], "decorators": [ { "verticalZoom": 5, "chance": 0.005, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 5, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:cactus" - } - ], - "heightVariance": { - "style": "NOWHERE" - }, + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cactus"}], + "heightVariance": {"style": "NOWHERE"}, "stackMin": 1 }, { "chance": 0.005, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ] + "palette": [{"block": "minecraft:dead_bush"}] } ] -} \ No newline at end of file +} diff --git a/biomes/hot/sea/ocean-cliffs.json b/biomes/hot/sea/ocean-cliffs.json index 5b6d9b2c..340fd662 100644 --- a/biomes/hot/sea/ocean-cliffs.json +++ b/biomes/hot/sea/ocean-cliffs.json @@ -3,99 +3,49 @@ "color": "#184960", "derivative": "OCEAN", "vanillaDerivative": "OCEAN", - "generators": [ - { - "min": -42, - "max": -10, - "generator": "mountain" - } - ], + "generators": [{ + "min": -42, + "max": -10, + "generator": "mountain" + }], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:smooth_sandstone" - }, - { - "block": "minecraft:red_sand" - }, - { - "block": "minecraft:smooth_red_sandstone" - }, - { - "block": "minecraft:smooth_sandstone" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:smooth_red_sandstone" - } + {"block": "minecraft:clay"}, + {"block": "minecraft:smooth_sandstone"}, + {"block": "minecraft:red_sand"}, + {"block": "minecraft:smooth_red_sandstone"}, + {"block": "minecraft:smooth_sandstone"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:smooth_red_sandstone"} ] }, "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "VASCULAR" - }, + "style": {"style": "VASCULAR"}, "zoom": 0.5, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:sand" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -104,9 +54,7 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], @@ -128,22 +76,10 @@ "structures/usdship1", "structures/usdship2" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_stairs" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_planks" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_stairs"}], + "replace": {"palette": [{"block": "minecraft:oak_planks"}]} + }], "translate": { "x": 0, "y": -4, @@ -168,121 +104,73 @@ "structures/oruins3" ], "mode": "PAINT", - "loot": [ - { - "name": "tropical-dungeon" - } - ] + "loot": [{"name": "tropical-dungeon"}] } ], "decorators": [ { - "chance": 0.0009, - "variance": { - "style": "STATIC" - }, + "chance": 9.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, + {"block": "minecraft:soul_sand"}, { "weight": 2, "block": "minecraft:magma_block" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { "chance": 0.015, "verticalZoom": 20, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 9, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.25, "palette": [ - { - "block": "minecraft:fire_coral" - }, - { - "block": "minecraft:dead_fire_coral" - }, - { - "block": "minecraft:fire_coral_fan" - } + {"block": "minecraft:fire_coral"}, + {"block": "minecraft:dead_fire_coral"}, + {"block": "minecraft:fire_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, - "palette": [ - { - "data": { - "waterlogged": true, - "pickles": 1 - }, - "block": "minecraft:sea_pickle" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{ + "data": { + "waterlogged": true, + "pickles": 1 + }, + "block": "minecraft:sea_pickle" + }], + "style": {"style": "STATIC"} } ], "loot": { "mode": "ADD", "multiplier": 1, - "tables": [ - "tropical-dungeon" - ] + "tables": ["tropical-dungeon"] }, "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -304,4 +192,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/hot/sea/ocean.json b/biomes/hot/sea/ocean.json index e84b6269..e129edf8 100644 --- a/biomes/hot/sea/ocean.json +++ b/biomes/hot/sea/ocean.json @@ -3,102 +3,50 @@ "color": "#103140", "derivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", - "children": [ - "hot/sea/ocean-cliffs" - ], - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "children": ["hot/sea/ocean-cliffs"], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:smooth_sandstone" - }, - { - "block": "minecraft:red_sand" - }, - { - "block": "minecraft:smooth_red_sandstone" - }, - { - "block": "minecraft:smooth_sandstone" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:smooth_red_sandstone" - } + {"block": "minecraft:clay"}, + {"block": "minecraft:smooth_sandstone"}, + {"block": "minecraft:red_sand"}, + {"block": "minecraft:smooth_red_sandstone"}, + {"block": "minecraft:smooth_sandstone"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:smooth_red_sandstone"} ] }, "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "VASCULAR" - }, + "style": {"style": "VASCULAR"}, "zoom": 0.5, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:sand" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -107,9 +55,7 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], @@ -117,29 +63,13 @@ { "chance": 0.03, "density": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:water" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - } - } - ], - "rotation": { - "enabled": false - }, + "edit": [{ + "find": [{"block": "minecraft:water"}], + "replace": {"palette": [{"block": "minecraft:air"}]} + }], + "rotation": {"enabled": false}, "underwater": true, - "place": [ - "clutter/bomb1" - ] + "place": ["clutter/bomb1"] }, { "chance": 0.01, @@ -159,22 +89,10 @@ "structures/usdship1", "structures/usdship2" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_stairs" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_planks" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_stairs"}], + "replace": {"palette": [{"block": "minecraft:oak_planks"}]} + }], "translate": { "x": 0, "y": -4, @@ -199,121 +117,73 @@ "structures/oruins3" ], "mode": "PAINT", - "loot": [ - { - "name": "tropical-dungeon" - } - ] + "loot": [{"name": "tropical-dungeon"}] } ], "decorators": [ { - "chance": 0.0009, - "variance": { - "style": "STATIC" - }, + "chance": 9.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, + {"block": "minecraft:soul_sand"}, { "weight": 2, "block": "minecraft:magma_block" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { "chance": 0.015, "verticalZoom": 20, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 9, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.25, "palette": [ - { - "block": "minecraft:fire_coral" - }, - { - "block": "minecraft:dead_fire_coral" - }, - { - "block": "minecraft:fire_coral_fan" - } + {"block": "minecraft:fire_coral"}, + {"block": "minecraft:dead_fire_coral"}, + {"block": "minecraft:fire_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, - "palette": [ - { - "data": { - "waterlogged": true, - "pickles": 1 - }, - "block": "minecraft:sea_pickle" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{ + "data": { + "waterlogged": true, + "pickles": 1 + }, + "block": "minecraft:sea_pickle" + }], + "style": {"style": "STATIC"} } ], "loot": { "mode": "ADD", "multiplier": 1, - "tables": [ - "tropical-dungeon" - ] + "tables": ["tropical-dungeon"] }, "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -335,4 +205,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/hot/sea/river.json b/biomes/hot/sea/river.json index 2ddaeecf..afa733d8 100644 --- a/biomes/hot/sea/river.json +++ b/biomes/hot/sea/river.json @@ -3,40 +3,24 @@ "color": "#081820", "derivative": "DESERT", "vanillaDerivative": "DESERT", - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "VASCULAR" - }, + "style": {"style": "VASCULAR"}, "zoom": 0.4, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:sand" @@ -46,16 +30,10 @@ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:brown_terracotta" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:brown_terracotta"}, { "weight": 2, "block": "minecraft:sand" @@ -63,4 +41,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/biomes/hot/shore/beach-grass.json b/biomes/hot/shore/beach-grass.json index a0c5d1d6..ba33d7ac 100644 --- a/biomes/hot/shore/beach-grass.json +++ b/biomes/hot/shore/beach-grass.json @@ -4,70 +4,48 @@ "rarity": 1, "derivative": "FOREST", "vanillaDerivative": "DESERT", - "generators": [ - { - "min": 0, - "max": 1, - "generator": "plain" - } - ], + "generators": [{ + "min": 0, + "max": 1, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:smooth_sandstone" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:smooth_sandstone" - } + {"block": "minecraft:smooth_sandstone"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:smooth_sandstone"} ] }, "layers": [ { "minHeight": 1, "maxHeight": 6, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:dirt" - } - ] - } - ], - "objects": [ - { - "density": 3, - "mode": "STILT", - "chance": 1, - "place": [ - "trees/jungle/palm1", - "trees/jungle/palm2", - "trees/jungle/palm3", - "trees/jungle/palm4", - "trees/jungle/palm6", - "trees/jungle/palm7" - ] + "palette": [{"block": "minecraft:dirt"}] } ], + "objects": [{ + "density": 3, + "mode": "STILT", + "chance": 1, + "place": [ + "trees/jungle/palm1", + "trees/jungle/palm2", + "trees/jungle/palm3", + "trees/jungle/palm4", + "trees/jungle/palm6", + "trees/jungle/palm7" + ] + }], "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -78,9 +56,7 @@ }, "block": "minecraft:jungle_button" }, - { - "block": "minecraft:air" - }, + {"block": "minecraft:air"}, { "data": { "face": "floor", @@ -90,43 +66,27 @@ "block": "minecraft:jungle_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "partOf": "SHORE_LINE", "chance": 0.09, "stackMin": 1, "stackMax": 4, - "palette": [ - { - "block": "minecraft:sugar_cane" - } - ], + "palette": [{"block": "minecraft:sugar_cane"}], "style": { "style": "NOWHERE", "zoom": 0.65 }, - "heightVariance": { - "style": "STATIC" - } + "heightVariance": {"style": "STATIC"} }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] } ] -} \ No newline at end of file +} diff --git a/biomes/hot/shore/beach.json b/biomes/hot/shore/beach.json index de95fd79..becfa0f2 100644 --- a/biomes/hot/shore/beach.json +++ b/biomes/hot/shore/beach.json @@ -4,80 +4,56 @@ "rarity": 1, "derivative": "WARM_OCEAN", "vanillaDerivative": "DESERT", - "customDerivitives": [ - { - "foliageColor": "#b8945a", - "category": "beach", - "downfallType": "none", - "humidity": 0, - "temperature": 0.95, - "id": "hot_beach" - } - ], - "generators": [ - { - "min": 0, - "max": 1, - "generator": "plain" - } - ], + "customDerivitives": [{ + "foliageColor": "#b8945a", + "category": "beach", + "downfallType": "none", + "humidity": 0, + "temperature": 0.95, + "id": "hot_beach" + }], + "generators": [{ + "min": 0, + "max": 1, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:smooth_sandstone" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:smooth_sandstone" - } + {"block": "minecraft:smooth_sandstone"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:smooth_sandstone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 6, - "palette": [ - { - "block": "minecraft:sand" - } - ] + "palette": [{"block": "minecraft:sand"}] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:dirt" - } - ] - } - ], - "objects": [ - { - "density": 3, - "mode": "STILT", - "chance": 1, - "place": [ - "trees/jungle/palm1", - "trees/jungle/palm2", - "trees/jungle/palm3", - "trees/jungle/palm4", - "trees/jungle/palm6", - "trees/jungle/palm7" - ] + "palette": [{"block": "minecraft:dirt"}] } ], + "objects": [{ + "density": 3, + "mode": "STILT", + "chance": 1, + "place": [ + "trees/jungle/palm1", + "trees/jungle/palm2", + "trees/jungle/palm3", + "trees/jungle/palm4", + "trees/jungle/palm6", + "trees/jungle/palm7" + ] + }], "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -109,9 +85,7 @@ }, "block": "minecraft:turtle_egg" }, - { - "block": "minecraft:air" - }, + {"block": "minecraft:air"}, { "data": { "face": "floor", @@ -121,27 +95,19 @@ "block": "minecraft:jungle_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "partOf": "SHORE_LINE", "chance": 0.09, "stackMin": 1, "stackMax": 4, - "palette": [ - { - "block": "minecraft:sugar_cane" - } - ], + "palette": [{"block": "minecraft:sugar_cane"}], "style": { "style": "NOWHERE", "zoom": 0.65 }, - "heightVariance": { - "style": "STATIC" - } + "heightVariance": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/mesa/blue.json b/biomes/mesa/blue.json index 8c98b66e..41803399 100644 --- a/biomes/mesa/blue.json +++ b/biomes/mesa/blue.json @@ -17,161 +17,83 @@ } ], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:magenta_terracotta" - }, - { - "block": "minecraft:light_blue_terracotta" - }, - { - "block": "minecraft:blue_terracotta" - }, - { - "block": "minecraft:cyan_terracotta" - } + {"block": "minecraft:magenta_terracotta"}, + {"block": "minecraft:light_blue_terracotta"}, + {"block": "minecraft:blue_terracotta"}, + {"block": "minecraft:cyan_terracotta"} ] }, "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:cyan_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cyan_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:blue_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:blue_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:light_blue_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:light_blue_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:magenta_terracotta" - } - ] - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "structures/swordnp2", - "structures/swordnp1", - "structures/swordnpstr2", - "structures/swordnpstr1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/megaportal1", - "structures/megaportal2" - ], - "edit": [ - { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.2 - } - ], - "mode": "PAINT", - "carvingSupport": "SURFACE_ONLY" + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:magenta_terracotta"}] } ], + "objects": [{ + "name": "standard-surface-portals", + "chance": 0.00505, + "place": [ + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/megaportal1", + "structures/megaportal2" + ], + "edit": [ + { + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, + "chance": 0.1 + }, + { + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.07 + }, + { + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, + "chance": 0.15 + }, + { + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.2 + } + ], + "mode": "PAINT", + "carvingSupport": "SURFACE_ONLY" + }], "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -191,25 +113,15 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} } ], "lockLayers": true -} \ No newline at end of file +} diff --git a/biomes/mesa/cliffs.json b/biomes/mesa/cliffs.json index e44a78ea..c2281755 100644 --- a/biomes/mesa/cliffs.json +++ b/biomes/mesa/cliffs.json @@ -17,102 +17,56 @@ } ], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.25, "palette": [ - { - "block": "minecraft:brown_terracotta" - }, - { - "block": "minecraft:gray_terracotta" - }, - { - "block": "minecraft:black_terracotta" - } + {"block": "minecraft:brown_terracotta"}, + {"block": "minecraft:gray_terracotta"}, + {"block": "minecraft:black_terracotta"} ] }, "layers": [ { "minHeight": 4, "maxHeight": 2, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:brown_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:gray_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:gray_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:black_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:black_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:gray_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:gray_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:brown_terracotta"}] } ], "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -132,25 +86,15 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} } ], "lockLayers": true -} \ No newline at end of file +} diff --git a/biomes/mesa/dark.json b/biomes/mesa/dark.json index 3d2f4c99..13fbc97b 100644 --- a/biomes/mesa/dark.json +++ b/biomes/mesa/dark.json @@ -23,182 +23,94 @@ } ], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:brown_terracotta" - }, - { - "block": "minecraft:gray_terracotta" - }, - { - "block": "minecraft:black_terracotta" - } + {"block": "minecraft:brown_terracotta"}, + {"block": "minecraft:gray_terracotta"}, + {"block": "minecraft:black_terracotta"} ] }, "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:brown_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:gray_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:gray_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:black_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:black_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:gray_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:gray_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "structures/swordnp2", - "structures/swordnp1", - "structures/swordnpstr2", - "structures/swordnpstr1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/megaportal1", - "structures/megaportal2" - ], - "edit": [ - { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.2 - } - ], - "mode": "PAINT", - "carvingSupport": "SURFACE_ONLY" + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:brown_terracotta"}] } ], + "objects": [{ + "name": "standard-surface-portals", + "chance": 0.00505, + "place": [ + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/megaportal1", + "structures/megaportal2" + ], + "edit": [ + { + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, + "chance": 0.1 + }, + { + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.07 + }, + { + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, + "chance": 0.15 + }, + { + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.2 + } + ], + "mode": "PAINT", + "carvingSupport": "SURFACE_ONLY" + }], "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -218,26 +130,16 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} } ], "childShrinkFactor": 0.35, "lockLayers": true -} \ No newline at end of file +} diff --git a/biomes/mesa/green.json b/biomes/mesa/green.json index 410dcbee..13842dca 100644 --- a/biomes/mesa/green.json +++ b/biomes/mesa/green.json @@ -17,161 +17,83 @@ } ], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:lime_terracotta" - }, - { - "block": "minecraft:green_terracotta" - }, - { - "block": "minecraft:terracotta" - }, - { - "block": "minecraft:brown_terracotta" - } + {"block": "minecraft:lime_terracotta"}, + {"block": "minecraft:green_terracotta"}, + {"block": "minecraft:terracotta"}, + {"block": "minecraft:brown_terracotta"} ] }, "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:lime_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:lime_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:green_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:green_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "structures/swordnp2", - "structures/swordnp1", - "structures/swordnpstr2", - "structures/swordnpstr1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/megaportal1", - "structures/megaportal2" - ], - "edit": [ - { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.2 - } - ], - "mode": "PAINT", - "carvingSupport": "SURFACE_ONLY" + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:brown_terracotta"}] } ], + "objects": [{ + "name": "standard-surface-portals", + "chance": 0.00505, + "place": [ + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/megaportal1", + "structures/megaportal2" + ], + "edit": [ + { + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, + "chance": 0.1 + }, + { + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.07 + }, + { + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, + "chance": 0.15 + }, + { + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.2 + } + ], + "mode": "PAINT", + "carvingSupport": "SURFACE_ONLY" + }], "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -191,25 +113,15 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} } ], "lockLayers": true -} \ No newline at end of file +} diff --git a/biomes/mesa/mesa.json b/biomes/mesa/mesa.json index 6155abc8..63173829 100644 --- a/biomes/mesa/mesa.json +++ b/biomes/mesa/mesa.json @@ -32,14 +32,10 @@ "generator": "highplains" } ], - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "layers": [ { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.6, "minHeight": 2, "maxHeight": 3, @@ -81,18 +77,12 @@ { "minHeight": 2, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:light_gray_terracotta" - } - ] + "palette": [{"block": "minecraft:light_gray_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 1, @@ -107,36 +97,22 @@ { "minHeight": 2, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:orange_terracotta" - } - ] + "palette": [{"block": "minecraft:orange_terracotta"}] }, { "minHeight": 3, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 1, @@ -151,76 +127,60 @@ { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:light_gray_terracotta" - } - ] + "palette": [{"block": "minecraft:light_gray_terracotta"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] } ], - "objects": [ - { - "place": [ - "structures/tower", - "structures/tower-twin" - ], - "chance": 0.1, - "density": 2, - "mode": "FAST_STILT", - "rotation": { + "objects": [{ + "place": [ + "structures/tower", + "structures/tower-twin" + ], + "chance": 0.1, + "density": 2, + "mode": "FAST_STILT", + "rotation": { + "enabled": true, + "yAxis": { "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } + "interval": 90, + "min": -360, + "max": 360 } } - ], - "decorators": [ - { - "chance": 0.009, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "data": { - "face": "floor", - "powered": false, - "facing": "east" - }, - "block": "minecraft:stone_button" + }], + "decorators": [{ + "chance": 0.009, + "variance": {"style": "STATIC"}, + "zoom": 0.3, + "palette": [ + { + "data": { + "face": "floor", + "powered": false, + "facing": "east" }, - { - "data": { - "face": "floor", - "powered": false, - "facing": "south" - }, - "block": "minecraft:stone_button" - } - ], - "style": { - "style": "STATIC" + "block": "minecraft:stone_button" + }, + { + "data": { + "face": "floor", + "powered": false, + "facing": "south" + }, + "block": "minecraft:stone_button" } - } - ], + ], + "style": {"style": "STATIC"} + }], "childStyle": { "style": "NOWHERE_CELLULAR", "zoom": 1.2, "exponent": 1.3 }, "childShrinkFactor": 1 -} \ No newline at end of file +} diff --git a/biomes/mesa/plateau-dirt-high.json b/biomes/mesa/plateau-dirt-high.json index b257cf03..caeb7ebb 100644 --- a/biomes/mesa/plateau-dirt-high.json +++ b/biomes/mesa/plateau-dirt-high.json @@ -4,9 +4,7 @@ "rarity": 1, "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", - "biomeScatter": [ - "BADLANDS" - ], + "biomeScatter": ["BADLANDS"], "generators": [ { "min": 70, @@ -24,85 +22,49 @@ "generator": "cracked-cliffs" } ], - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "layers": [ { "minHeight": 5, "maxHeight": 5, - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.7, "palette": [ - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:grass_block"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:dirt"}, + {"block": "minecraft:grass_block"} ] }, { "minHeight": 3, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:orange_terracotta" - } - ] + "palette": [{"block": "minecraft:orange_terracotta"}] }, { "minHeight": 1, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:white_terracotta" - } - ] + "palette": [{"block": "minecraft:white_terracotta"}] }, { "minHeight": 4, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 3, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:yellow_terracotta" - } - ] + "palette": [{"block": "minecraft:yellow_terracotta"}] }, { "minHeight": 3, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] + "palette": [{"block": "minecraft:brown_terracotta"}] } ], "objects": [ @@ -111,7 +73,7 @@ "structures/tower", "structures/tower-twin" ], - "chance": 0.0005, + "chance": 5.0E-4, "density": 2, "mode": "FAST_STILT", "rotation": { @@ -131,36 +93,18 @@ "trees/acacia/vexed3" ], "chance": 0.2, - "edit": [ - { - "find": [ - { - "block": "minecraft:acacia_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:acacia_wood", - "data": { - "axis": "y" - } - } - ] - } - } - ] - } - ], - "decorators": [ - { - "chance": 0.05, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "edit": [{ + "find": [{"block": "minecraft:acacia_planks"}], + "replace": {"palette": [{ + "block": "minecraft:acacia_wood", + "data": {"axis": "y"} + }]} + }] } ], + "decorators": [{ + "chance": 0.05, + "palette": [{"block": "minecraft:tall_grass"}] + }], "lockLayers": true -} \ No newline at end of file +} diff --git a/biomes/mesa/plateau-dirt.json b/biomes/mesa/plateau-dirt.json index 95c24588..a8ec62eb 100644 --- a/biomes/mesa/plateau-dirt.json +++ b/biomes/mesa/plateau-dirt.json @@ -4,95 +4,55 @@ "rarity": 1, "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", - "biomeScatter": [ - "BADLANDS" - ], - "generators": [ - { - "min": 73, - "max": 98, - "generator": "cracked-cliffs" - } - ], - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeScatter": ["BADLANDS"], + "generators": [{ + "min": 73, + "max": 98, + "generator": "cracked-cliffs" + }], + "biomeStyle": {"style": "SIMPLEX"}, "layers": [ { "minHeight": 5, "maxHeight": 5, - "style": { - "style": "CELLULAR" - }, + "style": {"style": "CELLULAR"}, "zoom": 0.7, "palette": [ - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:grass_block"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:dirt"}, + {"block": "minecraft:grass_block"} ] }, { "minHeight": 3, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:orange_terracotta" - } - ] + "palette": [{"block": "minecraft:orange_terracotta"}] }, { "minHeight": 1, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:white_terracotta" - } - ] + "palette": [{"block": "minecraft:white_terracotta"}] }, { "minHeight": 4, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 3, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:yellow_terracotta" - } - ] + "palette": [{"block": "minecraft:yellow_terracotta"}] }, { "minHeight": 3, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] + "palette": [{"block": "minecraft:brown_terracotta"}] } ], "objects": [ @@ -101,7 +61,7 @@ "structures/tower", "structures/tower-twin" ], - "chance": 0.0005, + "chance": 5.0E-4, "density": 2, "mode": "FAST_STILT", "rotation": { @@ -121,36 +81,18 @@ "trees/acacia/vexed3" ], "chance": 0.2, - "edit": [ - { - "find": [ - { - "block": "minecraft:acacia_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:acacia_wood", - "data": { - "axis": "y" - } - } - ] - } - } - ] - } - ], - "decorators": [ - { - "chance": 0.05, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "edit": [{ + "find": [{"block": "minecraft:acacia_planks"}], + "replace": {"palette": [{ + "block": "minecraft:acacia_wood", + "data": {"axis": "y"} + }]} + }] } ], + "decorators": [{ + "chance": 0.05, + "palette": [{"block": "minecraft:tall_grass"}] + }], "lockLayers": true -} \ No newline at end of file +} diff --git a/biomes/mesa/plateau-high.json b/biomes/mesa/plateau-high.json index 8842e1e3..c7bb202f 100644 --- a/biomes/mesa/plateau-high.json +++ b/biomes/mesa/plateau-high.json @@ -9,129 +9,79 @@ "ERODED_BADLANDS", "ERODED_BADLANDS" ], - "children": [ - "mesa/plateau-dirt-high" - ], - "generators": [ - { - "min": 70, - "max": 110, - "generator": "cracked-cliffs" - } - ], - "biomeStyle": { - "style": "SIMPLEX" - }, + "children": ["mesa/plateau-dirt-high"], + "generators": [{ + "min": 70, + "max": 110, + "generator": "cracked-cliffs" + }], + "biomeStyle": {"style": "SIMPLEX"}, "layers": [ { "minHeight": 5, "maxHeight": 5, - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.4, "palette": [ - { - "block": "minecraft:red_terracotta" - }, - { - "block": "minecraft:terracotta" - }, - { - "block": "minecraft:terracotta" - }, - { - "block": "minecraft:terracotta" - }, - { - "block": "minecraft:terracotta" - } + {"block": "minecraft:red_terracotta"}, + {"block": "minecraft:terracotta"}, + {"block": "minecraft:terracotta"}, + {"block": "minecraft:terracotta"}, + {"block": "minecraft:terracotta"} ] }, { "minHeight": 3, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:orange_terracotta" - } - ] + "palette": [{"block": "minecraft:orange_terracotta"}] }, { "minHeight": 1, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:white_terracotta" - } - ] + "palette": [{"block": "minecraft:white_terracotta"}] }, { "minHeight": 4, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 3, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:yellow_terracotta" - } - ] + "palette": [{"block": "minecraft:yellow_terracotta"}] }, { "minHeight": 3, "maxHeight": 8, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] + "palette": [{"block": "minecraft:brown_terracotta"}] } ], - "objects": [ - { - "place": [ - "structures/tower", - "structures/tower-twin" - ], - "chance": 0.0005, - "density": 2, - "mode": "FAST_STILT", - "rotation": { + "objects": [{ + "place": [ + "structures/tower", + "structures/tower-twin" + ], + "chance": 5.0E-4, + "density": 2, + "mode": "FAST_STILT", + "rotation": { + "enabled": true, + "yAxis": { "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } + "interval": 90, + "min": -360, + "max": 360 } } - ], - "decorators": [ - { - "chance": 0.05, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] - } - ], + }], + "decorators": [{ + "chance": 0.05, + "palette": [{"block": "minecraft:tall_grass"}] + }], "lockLayers": true -} \ No newline at end of file +} diff --git a/biomes/mesa/plateau.json b/biomes/mesa/plateau.json index be28a801..2d4daf2d 100644 --- a/biomes/mesa/plateau.json +++ b/biomes/mesa/plateau.json @@ -9,19 +9,13 @@ "ERODED_BADLANDS", "ERODED_BADLANDS" ], - "children": [ - "mesa/plateau-dirt" - ], - "generators": [ - { - "min": 70, - "max": 98, - "generator": "cracked-cliffs" - } - ], - "biomeStyle": { - "style": "SIMPLEX" - }, + "children": ["mesa/plateau-dirt"], + "generators": [{ + "min": 70, + "max": 98, + "generator": "cracked-cliffs" + }], + "biomeStyle": {"style": "SIMPLEX"}, "layers": [ { "minHeight": 5, @@ -30,26 +24,14 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "style": { - "style": "CELLULAR" - }, + "style": {"style": "CELLULAR"}, "zoom": 0.4, "palette": [ - { - "block": "minecraft:red_terracotta" - }, - { - "block": "minecraft:terracotta" - }, - { - "block": "minecraft:terracotta" - }, - { - "block": "minecraft:terracotta" - }, - { - "block": "minecraft:terracotta" - } + {"block": "minecraft:red_terracotta"}, + {"block": "minecraft:terracotta"}, + {"block": "minecraft:terracotta"}, + {"block": "minecraft:terracotta"}, + {"block": "minecraft:terracotta"} ] }, { @@ -59,11 +41,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, @@ -72,11 +50,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:orange_terracotta" - } - ] + "palette": [{"block": "minecraft:orange_terracotta"}] }, { "minHeight": 1, @@ -85,11 +59,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:white_terracotta" - } - ] + "palette": [{"block": "minecraft:white_terracotta"}] }, { "minHeight": 4, @@ -98,11 +68,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 3, @@ -111,11 +77,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:yellow_terracotta" - } - ] + "palette": [{"block": "minecraft:yellow_terracotta"}] }, { "minHeight": 1, @@ -124,11 +86,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:orange_terracotta" - } - ] + "palette": [{"block": "minecraft:orange_terracotta"}] }, { "minHeight": 5, @@ -137,11 +95,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 3, @@ -150,11 +104,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] + "palette": [{"block": "minecraft:brown_terracotta"}] }, { "minHeight": 2, @@ -163,11 +113,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 3, @@ -176,11 +122,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:red_terracotta" - } - ] + "palette": [{"block": "minecraft:red_terracotta"}] }, { "minHeight": 3, @@ -189,42 +131,30 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] } ], - "objects": [ - { - "place": [ - "structures/tower", - "structures/tower-twin" - ], - "chance": 0.002, - "density": 2, - "mode": "FAST_STILT", - "rotation": { + "objects": [{ + "place": [ + "structures/tower", + "structures/tower-twin" + ], + "chance": 0.002, + "density": 2, + "mode": "FAST_STILT", + "rotation": { + "enabled": true, + "yAxis": { "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } + "interval": 90, + "min": -360, + "max": 360 } } - ], - "decorators": [ - { - "chance": 0.05, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] - } - ], + }], + "decorators": [{ + "chance": 0.05, + "palette": [{"block": "minecraft:tall_grass"}] + }], "lockLayers": true -} \ No newline at end of file +} diff --git a/biomes/mesa/red.json b/biomes/mesa/red.json index 2b8b7dc9..e8d4e06b 100644 --- a/biomes/mesa/red.json +++ b/biomes/mesa/red.json @@ -17,176 +17,90 @@ } ], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:pink_terracotta" - }, - { - "block": "minecraft:red_terracotta" - }, - { - "block": "minecraft:terracotta" - }, - { - "block": "minecraft:light_gray_terracotta" - }, - { - "block": "minecraft:brown_terracotta" - } + {"block": "minecraft:pink_terracotta"}, + {"block": "minecraft:red_terracotta"}, + {"block": "minecraft:terracotta"}, + {"block": "minecraft:light_gray_terracotta"}, + {"block": "minecraft:brown_terracotta"} ] }, "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:pink_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:pink_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:red_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:red_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:light_gray_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:light_gray_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "structures/swordnp2", - "structures/swordnp1", - "structures/swordnpstr2", - "structures/swordnpstr1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/megaportal1", - "structures/megaportal2" - ], - "edit": [ - { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.2 - } - ], - "mode": "PAINT", - "carvingSupport": "SURFACE_ONLY" + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:brown_terracotta"}] } ], + "objects": [{ + "name": "standard-surface-portals", + "chance": 0.00505, + "place": [ + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/megaportal1", + "structures/megaportal2" + ], + "edit": [ + { + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, + "chance": 0.1 + }, + { + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.07 + }, + { + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, + "chance": 0.15 + }, + { + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.2 + } + ], + "mode": "PAINT", + "carvingSupport": "SURFACE_ONLY" + }], "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -206,41 +120,25 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} } ], "lockLayers": true, - "deposits": [ - { - "minHeight": 100, - "maxPerChunk": 3, - "maxHeight": 150, - "minPerChunk": 0, - "maxSize": 7, - "minSize": 3, - "palette": [ - { - "block": "minecraft:netherrack" - } - ], - "varience": 3 - } - ] -} \ No newline at end of file + "deposits": [{ + "minHeight": 100, + "maxPerChunk": 3, + "maxHeight": 150, + "minPerChunk": 0, + "maxSize": 7, + "minSize": 3, + "palette": [{"block": "minecraft:netherrack"}], + "varience": 3 + }] +} diff --git a/biomes/mesa/sea/river.json b/biomes/mesa/sea/river.json index 9a0adcfc..77f7db1a 100644 --- a/biomes/mesa/sea/river.json +++ b/biomes/mesa/sea/river.json @@ -3,50 +3,30 @@ "color": "#41C3FF", "derivative": "DESERT", "vanillaDerivative": "DESERT", - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "layers": [ { - "style": { - "style": "FRACTAL_WATER" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.7, "palette": [ - { - "block": "minecraft:red_sand" - }, - { - "block": "minecraft:orange_terracotta" - } + {"block": "minecraft:red_sand"}, + {"block": "minecraft:orange_terracotta"} ] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:red_sand" - }, - { - "block": "minecraft:terracotta" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:red_sand" - }, - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:red_sand"}, + {"block": "minecraft:terracotta"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:red_sand"}, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:red_sand" @@ -54,14 +34,8 @@ ] } ], - "decorators": [ - { - "chance": 0.2, - "palette": [ - { - "block": "minecraft:seagrass" - } - ] - } - ] -} \ No newline at end of file + "decorators": [{ + "chance": 0.2, + "palette": [{"block": "minecraft:seagrass"}] + }] +} diff --git a/biomes/mesa/shore/beach.json b/biomes/mesa/shore/beach.json index 14f96bd2..f12ef7e8 100644 --- a/biomes/mesa/shore/beach.json +++ b/biomes/mesa/shore/beach.json @@ -4,62 +4,42 @@ "rarity": 1, "derivative": "DESERT", "vanillaDerivative": "DESERT", - "generators": [ - { - "min": 0, - "max": 1, - "generator": "plain" - } - ], + "generators": [{ + "min": 0, + "max": 1, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:red_sandstone" - }, - { - "block": "minecraft:red_sand" - } + {"block": "minecraft:red_sandstone"}, + {"block": "minecraft:red_sand"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 6, - "palette": [ - { - "block": "minecraft:red_sand" - } - ] + "palette": [{"block": "minecraft:red_sand"}] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:red_sandstone" - } - ] - } - ], - "objects": [ - { - "mode": "PAINT", - "density": 3, - "chance": 1, - "place": [ - "trees/acacia/vexed1", - "trees/acacia/vexed2", - "trees/acacia/vexed3" - ] + "palette": [{"block": "minecraft:red_sandstone"}] } ], + "objects": [{ + "mode": "PAINT", + "density": 3, + "chance": 1, + "place": [ + "trees/acacia/vexed1", + "trees/acacia/vexed2", + "trees/acacia/vexed3" + ] + }], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -74,4 +54,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/mesa/valleys.json b/biomes/mesa/valleys.json index 9953dd4a..d5e63694 100644 --- a/biomes/mesa/valleys.json +++ b/biomes/mesa/valleys.json @@ -4,13 +4,11 @@ "rarity": 1, "derivative": "SAVANNA", "vanillaDerivative": "BADLANDS", - "generators": [ - { - "min": 5, - "max": 15, - "generator": "smooth-dunes" - } - ], + "generators": [{ + "min": 5, + "max": 15, + "generator": "smooth-dunes" + }], "layers": [ { "minHeight": 1, @@ -19,11 +17,7 @@ "minimumSlope": 2, "maximumSlope": 10 }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "slopeCondition": { @@ -60,18 +54,12 @@ { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:light_gray_terracotta" - } - ] + "palette": [{"block": "minecraft:light_gray_terracotta"}] }, { "minHeight": 1, "maxHeight": 1, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 1, @@ -86,36 +74,22 @@ { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:orange_terracotta" - } - ] + "palette": [{"block": "minecraft:orange_terracotta"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 1, "maxHeight": 1, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 1, @@ -130,20 +104,12 @@ { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:light_gray_terracotta" - } - ] + "palette": [{"block": "minecraft:light_gray_terracotta"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] } ], "objects": [ @@ -154,25 +120,13 @@ "trees/acacia/vexed3" ], "chance": 0.4, - "edit": [ - { - "find": [ - { - "block": "minecraft:acacia_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:acacia_wood", - "data": { - "axis": "y" - } - } - ] - } - } - ] + "edit": [{ + "find": [{"block": "minecraft:acacia_planks"}], + "replace": {"palette": [{ + "block": "minecraft:acacia_wood", + "data": {"axis": "y"} + }]} + }] }, { "chance": 0.00175, @@ -185,9 +139,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "mode": "PAINT", @@ -201,9 +153,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.07, @@ -302,38 +252,20 @@ } }, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] } ] -} \ No newline at end of file +} diff --git a/biomes/mesa/yellow.json b/biomes/mesa/yellow.json index 688ae623..c7b92f3d 100644 --- a/biomes/mesa/yellow.json +++ b/biomes/mesa/yellow.json @@ -4,9 +4,7 @@ "rarity": 1, "derivative": "WINDSWEPT_SAVANNA", "vanillaDerivative": "BADLANDS", - "children": [ - "mesa/dark" - ], + "children": ["mesa/dark"], "generators": [ { "min": 50, @@ -20,145 +18,81 @@ } ], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:red_terracotta" - }, - { - "block": "minecraft:gray_terracotta" - }, - { - "block": "minecraft:yellow_terracotta" - } + {"block": "minecraft:red_terracotta"}, + {"block": "minecraft:gray_terracotta"}, + {"block": "minecraft:yellow_terracotta"} ] }, "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:white_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:white_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:red_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:red_terracotta"}] }, { "minHeight": 4, "maxHeight": 4, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:yellow_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:yellow_terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:brown_terracotta" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:brown_terracotta"}] } ], - "objects": [ - { - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "chance": 0.1, - "translate": { - "y": -2 - }, - "place": [ - "clutter/tntower1" - ] - } - ], + "enabled": true + }, + "chance": 0.1, + "translate": {"y": -2}, + "place": ["clutter/tntower1"] + }], "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -178,25 +112,15 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} } ], "lockLayers": true -} \ No newline at end of file +} diff --git a/biomes/mountain/cliffs-extended.json b/biomes/mountain/cliffs-extended.json index 283090ae..1912ed19 100644 --- a/biomes/mountain/cliffs-extended.json +++ b/biomes/mountain/cliffs-extended.json @@ -4,30 +4,18 @@ "rarity": 3, "derivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", - "generators": [ - { - "max": 223, - "min": 106, - "generator": "cracked-cliffs" - } - ], + "generators": [{ + "max": 223, + "min": 106, + "generator": "cracked-cliffs" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, "layers": [ @@ -38,44 +26,26 @@ "minimumSlope": 0, "maximumSlope": 2.6 }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 1, "maxHeight": 2, - "slopeCondition": { - "minimumSlope": 3.95 - }, + "slopeCondition": {"minimumSlope": 3.95}, "palette": [ - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ] -} \ No newline at end of file +} diff --git a/biomes/mountain/cliffs.json b/biomes/mountain/cliffs.json index fbe36d80..aa1fe176 100644 --- a/biomes/mountain/cliffs.json +++ b/biomes/mountain/cliffs.json @@ -4,33 +4,19 @@ "rarity": 3, "derivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", - "children": [ - "mountain/cliffs-extended" - ], - "generators": [ - { - "min": 26, - "max": 90, - "generator": "cracked-cliffs" - } - ], + "children": ["mountain/cliffs-extended"], + "generators": [{ + "min": 26, + "max": 90, + "generator": "cracked-cliffs" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, "layers": [ @@ -41,44 +27,26 @@ "minimumSlope": 0, "maximumSlope": 2.6 }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 1, "maxHeight": 2, - "slopeCondition": { - "minimumSlope": 3.95 - }, + "slopeCondition": {"minimumSlope": 3.95}, "palette": [ - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ] -} \ No newline at end of file +} diff --git a/biomes/mountain/forest-extended.json b/biomes/mountain/forest-extended.json index cd017e7b..240483a5 100644 --- a/biomes/mountain/forest-extended.json +++ b/biomes/mountain/forest-extended.json @@ -4,32 +4,18 @@ "rarity": 1, "derivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", - "children": [ - "mountain/forest-extended" - ], - "generators": [ - { - "generator": "mountain", - "max": 135, - "min": 91 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } - ] - }, + "children": ["mountain/forest-extended"], + "generators": [{ + "generator": "mountain", + "max": 135, + "min": 91 + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} + ]}, "layers": [ { "minHeight": 1, @@ -38,43 +24,25 @@ "minimumSlope": 0, "maximumSlope": 3.3 }, + "palette": [{"block": "minecraft:grass_block"}] + }, + { + "minHeight": 2, + "maxHeight": 4, + "slopeCondition": {"minimumSlope": 4}, "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, { "minHeight": 2, "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 4 - }, + "slopeCondition": {"minimumSlope": 4}, "palette": [ - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 4 - }, - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:cobblestone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:cobblestone"} ] }, { @@ -84,11 +52,7 @@ "minimumSlope": 0, "maximumSlope": 4 }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 3, @@ -97,11 +61,7 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], "jigsawStructures": [ @@ -177,25 +137,13 @@ "trees/spruce/vgeneric31", "trees/spruce/vgeneric32" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:dark_oak_fence" - }, - { - "block": "minecraft:dark_oak_fence_gate" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:dark_oak_fence"}, + {"block": "minecraft:dark_oak_fence_gate"} + ], + "replace": {"palette": [{"block": "minecraft:spruce_leaves"}]} + }], "chance": 1, "density": 5, "rotation": { @@ -230,82 +178,44 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.02, "palette": [ { "block": "minecraft:sweet_berry_bush", - "data": { - "age": 2 - } + "data": {"age": 2} }, { "block": "minecraft:sweet_berry_bush", - "data": { - "age": 1 - } + "data": {"age": 1} }, { "block": "minecraft:sweet_berry_bush", - "data": { - "age": 0 - } + "data": {"age": 0} } ] } ] -} \ No newline at end of file +} diff --git a/biomes/mountain/forest.json b/biomes/mountain/forest.json index 77fef69f..a1a2eca7 100644 --- a/biomes/mountain/forest.json +++ b/biomes/mountain/forest.json @@ -4,29 +4,17 @@ "rarity": 1, "derivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", - "generators": [ - { - "generator": "mountain", - "max": 31, - "min": 15 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } - ] - }, + "generators": [{ + "generator": "mountain", + "max": 31, + "min": 15 + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} + ]}, "layers": [ { "minHeight": 1, @@ -35,43 +23,25 @@ "minimumSlope": 0, "maximumSlope": 3.3 }, + "palette": [{"block": "minecraft:grass_block"}] + }, + { + "minHeight": 2, + "maxHeight": 4, + "slopeCondition": {"minimumSlope": 4}, "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, { "minHeight": 2, "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 4 - }, + "slopeCondition": {"minimumSlope": 4}, "palette": [ - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 4 - }, - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:cobblestone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:cobblestone"} ] }, { @@ -81,11 +51,7 @@ "minimumSlope": 0, "maximumSlope": 4 }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 3, @@ -94,11 +60,7 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], "jigsawStructures": [ @@ -174,25 +136,13 @@ "trees/spruce/vgeneric31", "trees/spruce/vgeneric32" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:dark_oak_fence" - }, - { - "block": "minecraft:dark_oak_fence_gate" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:dark_oak_fence"}, + {"block": "minecraft:dark_oak_fence_gate"} + ], + "replace": {"palette": [{"block": "minecraft:spruce_leaves"}]} + }], "chance": 1, "density": 5, "rotation": { @@ -227,82 +177,44 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.02, "palette": [ { "block": "minecraft:sweet_berry_bush", - "data": { - "age": 2 - } + "data": {"age": 2} }, { "block": "minecraft:sweet_berry_bush", - "data": { - "age": 1 - } + "data": {"age": 1} }, { "block": "minecraft:sweet_berry_bush", - "data": { - "age": 0 - } + "data": {"age": 0} } ] } ] -} \ No newline at end of file +} diff --git a/biomes/mountain/hills.json b/biomes/mountain/hills.json index 4293f119..722493e4 100644 --- a/biomes/mountain/hills.json +++ b/biomes/mountain/hills.json @@ -4,32 +4,18 @@ "rarity": 1, "derivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", - "children": [ - "mountain/forest" - ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 33, - "min": 15 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } - ] - }, + "children": ["mountain/forest"], + "generators": [{ + "generator": "smooth-dunes", + "max": 33, + "min": 15 + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} + ]}, "layers": [ { "minHeight": 1, @@ -38,43 +24,25 @@ "minimumSlope": 0, "maximumSlope": 3.3 }, + "palette": [{"block": "minecraft:grass_block"}] + }, + { + "minHeight": 2, + "maxHeight": 4, + "slopeCondition": {"minimumSlope": 4}, "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, { "minHeight": 2, "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 4 - }, + "slopeCondition": {"minimumSlope": 4}, "palette": [ - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 4 - }, - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:cobblestone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:cobblestone"} ] }, { @@ -84,11 +52,7 @@ "minimumSlope": 0, "maximumSlope": 4 }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 3, @@ -97,11 +61,7 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], "jigsawStructures": [ @@ -134,7 +94,7 @@ ] }, { - "chance": 0.0001, + "chance": 1.0E-4, "mode": "PAINT", "rotation": { "yAxis": { @@ -145,9 +105,7 @@ }, "enabled": true }, - "place": [ - "structures/ruin1" - ] + "place": ["structures/ruin1"] }, { "mode": "PAINT", @@ -205,63 +163,31 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] } ], "childStyle": { "style": "IRIS_DOUBLE", "zoom": 10 } -} \ No newline at end of file +} diff --git a/biomes/mountain/mountain-extended.json b/biomes/mountain/mountain-extended.json index 7b02d31d..47a550ff 100644 --- a/biomes/mountain/mountain-extended.json +++ b/biomes/mountain/mountain-extended.json @@ -3,37 +3,21 @@ "color": "#829098", "derivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", - "children": [ - "mountain/cliffs" - ], - "generators": [ - { - "generator": "mountain", - "max": 223, - "min": 106 - } - ], + "children": ["mountain/cliffs"], + "generators": [{ + "generator": "mountain", + "max": 223, + "min": 106 + }], "biomeZoom": 0.4, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, "layers": [ @@ -44,43 +28,25 @@ "minimumSlope": 0, "maximumSlope": 2.6 }, + "palette": [{"block": "minecraft:grass_block"}] + }, + { + "minHeight": 2, + "maxHeight": 4, + "slopeCondition": {"minimumSlope": 3.95}, "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, { "minHeight": 2, "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 3.95 - }, + "slopeCondition": {"minimumSlope": 3.95}, "palette": [ - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 3.95 - }, - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:cobblestone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:cobblestone"} ] }, { @@ -90,11 +56,7 @@ "minimumSlope": 0, "maximumSlope": 4 }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 3, @@ -103,11 +65,7 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], "decorators": [ @@ -131,59 +89,27 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] } ], "childStyle": { @@ -197,9 +123,7 @@ } }, "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -221,4 +145,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/mountain/mountain.json b/biomes/mountain/mountain.json index b85711dd..37a2ba9b 100644 --- a/biomes/mountain/mountain.json +++ b/biomes/mountain/mountain.json @@ -4,30 +4,18 @@ "rarity": 1, "derivative": "WINDSWEPT_HILLS", "vanillaDerivative": "WINDSWEPT_HILLS", - "children": [ - "mountain/mountain-extended" - ], - "generators": [ - { - "min": 73, - "max": 145, - "generator": "mountain" - } - ], + "children": ["mountain/mountain-extended"], + "generators": [{ + "min": 73, + "max": 145, + "generator": "mountain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ @@ -38,58 +26,34 @@ "minimumSlope": 0, "maximumSlope": 2.6 }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 2, "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 3.95 - }, + "slopeCondition": {"minimumSlope": 3.95}, "palette": [ - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, { "minHeight": 2, "maxHeight": 3, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -124,65 +88,31 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -204,4 +134,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/mountain/plain-extended.json b/biomes/mountain/plain-extended.json index 877835d8..edb11e55 100644 --- a/biomes/mountain/plain-extended.json +++ b/biomes/mountain/plain-extended.json @@ -16,46 +16,24 @@ "min": 1 } ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "minHeight": 1, "maxHeight": 1, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -132,59 +110,27 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] } ] -} \ No newline at end of file +} diff --git a/biomes/mountain/plains.json b/biomes/mountain/plains.json index f839f6c0..2d51b121 100644 --- a/biomes/mountain/plains.json +++ b/biomes/mountain/plains.json @@ -4,32 +4,18 @@ "rarity": 1, "derivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", - "children": [ - "mountain/plain-extended" - ], - "generators": [ - { - "generator": "mountain", - "max": 53, - "min": 45 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } - ] - }, + "children": ["mountain/plain-extended"], + "generators": [{ + "generator": "mountain", + "max": 53, + "min": 45 + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} + ]}, "layers": [ { "minHeight": 1, @@ -38,43 +24,25 @@ "minimumSlope": 0, "maximumSlope": 3.3 }, + "palette": [{"block": "minecraft:grass_block"}] + }, + { + "minHeight": 2, + "maxHeight": 4, + "slopeCondition": {"minimumSlope": 4}, "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:gravel"}, + {"block": "minecraft:cyan_terracotta"} ] }, { "minHeight": 2, "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 4 - }, + "slopeCondition": {"minimumSlope": 4}, "palette": [ - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cyan_terracotta" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 4 - }, - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:cobblestone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:cobblestone"} ] }, { @@ -84,11 +52,7 @@ "minimumSlope": 0, "maximumSlope": 4 }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 3, @@ -97,11 +61,7 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], "jigsawStructures": [ @@ -134,7 +94,7 @@ ] }, { - "chance": 0.0003, + "chance": 3.0E-4, "mode": "PAINT", "rotation": { "yAxis": { @@ -145,9 +105,7 @@ }, "enabled": true }, - "place": [ - "structures/ruin1" - ] + "place": ["structures/ruin1"] }, { "mode": "PAINT", @@ -205,59 +163,27 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "variance": { @@ -278,18 +204,14 @@ } }, "chance": 0.2, - "palette": [ - { - "block": "minecraft:wheat", - "data": { - "age": 7 - } - } - ] + "palette": [{ + "block": "minecraft:wheat", + "data": {"age": 7} + }] } ], "childStyle": { "style": "IRIS_DOUBLE", "zoom": 10 } -} \ No newline at end of file +} diff --git a/biomes/mountain/sea/river-soft.json b/biomes/mountain/sea/river-soft.json index 81840bb7..2731d4ee 100644 --- a/biomes/mountain/sea/river-soft.json +++ b/biomes/mountain/sea/river-soft.json @@ -3,13 +3,11 @@ "color": "#4196FF", "derivative": "RIVER", "vanillaDerivative": "RIVER", - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "layers": [ { "minHeight": 2, @@ -37,81 +35,55 @@ } ] }, - { - "palette": [ - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:stone" - } - ] - } + {"palette": [ + {"block": "minecraft:cobblestone"}, + {"block": "minecraft:stone"} + ]} ], - "objects": [ - { - "chance": 0.001, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 0.001, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "place": [ - "clutter/obelisk1", - "clutter/obelisk2", - "clutter/obelisk3", - "clutter/obelisk4", - "clutter/obelisk5", - "clutter/obelisk6", - "clutter/obelisk7" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } + "enabled": true + }, + "place": [ + "clutter/obelisk1", + "clutter/obelisk2", + "clutter/obelisk3", + "clutter/obelisk4", + "clutter/obelisk5", + "clutter/obelisk6", + "clutter/obelisk7" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 } - ], + }], "decorators": [ { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { "chance": 0.013, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 6, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 2 } ] -} \ No newline at end of file +} diff --git a/biomes/mountain/sea/river.json b/biomes/mountain/sea/river.json index 90884560..69b941f3 100644 --- a/biomes/mountain/sea/river.json +++ b/biomes/mountain/sea/river.json @@ -3,13 +3,11 @@ "color": "#3983DF", "derivative": "RIVER", "vanillaDerivative": "RIVER", - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "layers": [ { "minHeight": 2, @@ -37,81 +35,55 @@ } ] }, - { - "palette": [ - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:stone" - } - ] - } + {"palette": [ + {"block": "minecraft:cobblestone"}, + {"block": "minecraft:stone"} + ]} ], - "objects": [ - { - "chance": 0.001, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 0.001, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "place": [ - "clutter/obelisk1", - "clutter/obelisk2", - "clutter/obelisk3", - "clutter/obelisk4", - "clutter/obelisk5", - "clutter/obelisk6", - "clutter/obelisk7" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } + "enabled": true + }, + "place": [ + "clutter/obelisk1", + "clutter/obelisk2", + "clutter/obelisk3", + "clutter/obelisk4", + "clutter/obelisk5", + "clutter/obelisk6", + "clutter/obelisk7" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 } - ], + }], "decorators": [ { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { "chance": 0.013, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 6, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 2 } ] -} \ No newline at end of file +} diff --git a/biomes/mountain/shore/beach.json b/biomes/mountain/shore/beach.json index 696c125a..175d5714 100644 --- a/biomes/mountain/shore/beach.json +++ b/biomes/mountain/shore/beach.json @@ -4,70 +4,50 @@ "rarity": 1, "derivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", - "generators": [ - { - "min": 0, - "max": 2, - "generator": "plain" - } - ], + "generators": [{ + "min": 0, + "max": 2, + "generator": "plain" + }], "layers": [ { "minHeight": 1, "maxHeight": 1, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} ] }, { "minHeight": 1, "maxHeight": 6, - "palette": [ - { - "block": "minecraft:stone" - } - ] + "palette": [{"block": "minecraft:stone"}] } ], - "objects": [ - { - "mode": "PAINT", - "chance": 0.0025, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "mode": "PAINT", + "chance": 0.0025, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "place": [ - "clutter/bincluster1" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "slab": { - "style": { - "style": "STATIC" + "enabled": true }, + "place": ["clutter/bincluster1"], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }], + "slab": { + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone_slab" - }, - { - "block": "minecraft:air" - } + {"block": "minecraft:stone_slab"}, + {"block": "minecraft:air"} ] } -} \ No newline at end of file +} diff --git a/biomes/mushroom/crimson-forest-extended.json b/biomes/mushroom/crimson-forest-extended.json index 232d74e4..c2a1cb5f 100644 --- a/biomes/mushroom/crimson-forest-extended.json +++ b/biomes/mushroom/crimson-forest-extended.json @@ -4,74 +4,46 @@ "rarity": 2, "derivative": "CRIMSON_FOREST", "vanillaDerivative": "MUSHROOM_FIELDS", - "customDerivitives": [ - { - "category": "mushroom", - "id": "mushroom_crimson_forest", - "waterColor": "#C41A1A", - "foliageColor": "#AB3030", - "waterFogColor": "#C41A1A", - "grassColor": "#C41A1A", - "fogColor": "#C41A1A" - } - ], - "generators": [ - { - "min": 54, - "max": 95, - "generator": "plain-cliffs" - } - ], + "customDerivitives": [{ + "category": "mushroom", + "id": "mushroom_crimson_forest", + "waterColor": "#C41A1A", + "foliageColor": "#AB3030", + "waterFogColor": "#C41A1A", + "grassColor": "#C41A1A", + "fogColor": "#C41A1A" + }], + "generators": [{ + "min": 54, + "max": 95, + "generator": "plain-cliffs" + }], "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:crimson_hyphae"}] }, "layers": [ { "zoom": 0.5, - "style": { - "style": "NOWHERE" - }, - "palette": [ - { - "block": "minecraft:crimson_nylium" - } - ] + "style": {"style": "NOWHERE"}, + "palette": [{"block": "minecraft:crimson_nylium"}] }, { "minHeight": 8, "maxHeight": 9, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -81,32 +53,12 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:nether_wart_block" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]} } ], "rotation": { @@ -130,7 +82,7 @@ "trees/mushroom/mushclut9", "trees/mushroom/mushclut10" ], - "mode": "PAINT", + "mode": "MIN_HEIGHT", "translate": { "x": 0, "y": -1, @@ -142,32 +94,12 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:nether_wart_block" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]} } ], "rotation": { @@ -202,32 +134,12 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:nether_wart_block" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]} } ], "rotation": { @@ -264,32 +176,12 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:nether_wart_block" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]} } ], "rotation": { @@ -326,32 +218,12 @@ "density": 1, "edit": [ { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:nether_wart_block" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]} } ], "rotation": { @@ -381,32 +253,12 @@ "density": 1, "edit": [ { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:nether_wart_block" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]} } ], "rotation": { @@ -435,9 +287,7 @@ "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -457,45 +307,25 @@ "block": "minecraft:crimson_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:crimson_fungus" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:crimson_fungus"}], + "style": {"style": "STATIC"} }, { "chance": 0.11, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:crimson_roots" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:crimson_roots"}], + "style": {"style": "STATIC"} } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 4, @@ -514,4 +344,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/mushroom/crimson-forest.json b/biomes/mushroom/crimson-forest.json index 92dd5fc0..19a4ad1b 100644 --- a/biomes/mushroom/crimson-forest.json +++ b/biomes/mushroom/crimson-forest.json @@ -4,77 +4,47 @@ "rarity": 2, "derivative": "CRIMSON_FOREST", "vanillaDerivative": "MUSHROOM_FIELDS", - "customDerivitives": [ - { - "category": "mushroom", - "id": "mushroom_crimson_forest", - "waterColor": "#C41A1A", - "foliageColor": "#AB3030", - "waterFogColor": "#C41A1A", - "grassColor": "#C41A1A", - "fogColor": "#C41A1A" - } - ], - "children": [ - "mushroom/crimson-forest-extended" - ], - "generators": [ - { - "min": 4, - "max": 25, - "generator": "plain-cliffs" - } - ], + "customDerivitives": [{ + "category": "mushroom", + "id": "mushroom_crimson_forest", + "waterColor": "#C41A1A", + "foliageColor": "#AB3030", + "waterFogColor": "#C41A1A", + "grassColor": "#C41A1A", + "fogColor": "#C41A1A" + }], + "children": ["mushroom/crimson-forest-extended"], + "generators": [{ + "min": 4, + "max": 25, + "generator": "plain-cliffs" + }], "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:crimson_hyphae"}] }, "layers": [ { "zoom": 0.5, - "style": { - "style": "NOWHERE" - }, - "palette": [ - { - "block": "minecraft:crimson_nylium" - } - ] + "style": {"style": "NOWHERE"}, + "palette": [{"block": "minecraft:crimson_nylium"}] }, { "minHeight": 8, "maxHeight": 9, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -84,32 +54,12 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:nether_wart_block" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]} } ], "rotation": { @@ -145,32 +95,12 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:nether_wart_block" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]} } ], "rotation": { @@ -205,32 +135,12 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:nether_wart_block" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]} } ], "rotation": { @@ -267,32 +177,12 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:nether_wart_block" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]} } ], "rotation": { @@ -329,32 +219,12 @@ "density": 1, "edit": [ { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:nether_wart_block" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]} } ], "rotation": { @@ -384,32 +254,12 @@ "density": 1, "edit": [ { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crimson_hyphae" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:crimson_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:nether_wart_block" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:nether_wart_block"}]} } ], "rotation": { @@ -438,9 +288,7 @@ "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -460,46 +308,26 @@ "block": "minecraft:crimson_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:crimson_fungus" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:crimson_fungus"}], + "style": {"style": "STATIC"} }, { "chance": 0.11, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:crimson_roots" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:crimson_roots"}], + "style": {"style": "STATIC"} } ], "childShrinkFactor": 2.4, "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 4, @@ -518,4 +346,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/mushroom/forest-extended.json b/biomes/mushroom/forest-extended.json index 6a52495e..4cbe0f16 100644 --- a/biomes/mushroom/forest-extended.json +++ b/biomes/mushroom/forest-extended.json @@ -4,51 +4,35 @@ "rarity": 1, "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", - "customDerivitives": [ - { - "category": "mushroom", - "id": "mushroom_hills", - "waterColor": "#B4B2FF", - "foliageColor": "#CAB2DC", - "waterFogColor": "#BD94DF", - "grassColor": "#B39EC2", - "fogColor": "#CACDFF" - } - ], - "generators": [ - { - "min": 62, - "max": 90, - "generator": "plain" - } - ], + "customDerivitives": [{ + "category": "mushroom", + "id": "mushroom_hills", + "waterColor": "#B4B2FF", + "foliageColor": "#CAB2DC", + "waterFogColor": "#BD94DF", + "grassColor": "#B39EC2", + "fogColor": "#CACDFF" + }], + "generators": [{ + "min": 62, + "max": 90, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "block": "minecraft:red_mushroom_block", "data": { @@ -65,13 +49,9 @@ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 4.6 - }, + "slopeCondition": {"minimumSlope": 4.6}, "palette": [ - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "block": "minecraft:brown_mushroom_block", "data": { @@ -87,17 +67,13 @@ }, { "zoom": 0.5, - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ { "weight": 4, "block": "minecraft:mycelium" }, - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "weight": 3, "block": "minecraft:mycelium" @@ -108,30 +84,18 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -170,22 +134,10 @@ { "chance": 0.18, "density": 2, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -247,22 +199,10 @@ { "chance": 0.05, "density": 2, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -294,22 +234,10 @@ { "chance": 0.5, "density": 2, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -341,22 +269,10 @@ { "chance": 0.025, "density": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -408,9 +324,7 @@ "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -430,33 +344,21 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - } + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 8, @@ -475,4 +377,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/mushroom/forest.json b/biomes/mushroom/forest.json index 3d19439a..91be6efb 100644 --- a/biomes/mushroom/forest.json +++ b/biomes/mushroom/forest.json @@ -4,54 +4,36 @@ "rarity": 1, "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", - "customDerivitives": [ - { - "category": "mushroom", - "id": "mushroom_forest", - "waterColor": "#B4B2FF", - "foliageColor": "#CAB2DC", - "waterFogColor": "#BD94DF", - "grassColor": "#B39EC2", - "fogColor": "#CACDFF" - } - ], - "children": [ - "mushroom/forest-extended" - ], - "generators": [ - { - "min": 6, - "max": 24, - "generator": "plain" - } - ], + "customDerivitives": [{ + "category": "mushroom", + "id": "mushroom_forest", + "waterColor": "#B4B2FF", + "foliageColor": "#CAB2DC", + "waterFogColor": "#BD94DF", + "grassColor": "#B39EC2", + "fogColor": "#CACDFF" + }], + "children": ["mushroom/forest-extended"], + "generators": [{ + "min": 6, + "max": 24, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "block": "minecraft:red_mushroom_block", "data": { @@ -68,13 +50,9 @@ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 4.6 - }, + "slopeCondition": {"minimumSlope": 4.6}, "palette": [ - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "block": "minecraft:brown_mushroom_block", "data": { @@ -90,17 +68,13 @@ }, { "zoom": 0.5, - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ { "weight": 4, "block": "minecraft:mycelium" }, - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "weight": 3, "block": "minecraft:mycelium" @@ -111,30 +85,18 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -173,22 +135,10 @@ { "chance": 0.15, "density": 2, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -251,22 +201,10 @@ { "chance": 0.05, "density": 2, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -298,22 +236,10 @@ { "chance": 0.4, "density": 2, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -345,22 +271,10 @@ { "chance": 0.02, "density": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -412,9 +326,7 @@ "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -434,34 +346,22 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - } + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], "childShrinkFactor": 2.4, "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 8, @@ -480,4 +380,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/mushroom/plains.json b/biomes/mushroom/plains.json index 9392d6dd..1c44521f 100644 --- a/biomes/mushroom/plains.json +++ b/biomes/mushroom/plains.json @@ -4,46 +4,32 @@ "rarity": 1, "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", - "customDerivitives": [ - { - "category": "mushroom", - "id": "mushroom_plains", - "waterColor": "#B4B2FF", - "foliageColor": "#CAB2DC", - "waterFogColor": "#BD94DF", - "grassColor": "#B39EC2", - "fogColor": "#CACDFF" - } - ], - "generators": [ - { - "min": 6, - "max": 14, - "generator": "plain" - } - ], + "customDerivitives": [{ + "category": "mushroom", + "id": "mushroom_plains", + "waterColor": "#B4B2FF", + "foliageColor": "#CAB2DC", + "waterFogColor": "#BD94DF", + "grassColor": "#B39EC2", + "fogColor": "#CACDFF" + }], + "generators": [{ + "min": 6, + "max": 14, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "zoom": 0.3, - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ { "weight": 7, @@ -59,39 +45,25 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], - "jigsawStructures": [ - { - "rarity": 150, - "structure": "mush-huts" - } - ], + "jigsawStructures": [{ + "rarity": 150, + "structure": "mush-huts" + }], "objects": [ { "chance": 0.08, @@ -126,22 +98,10 @@ { "chance": 0.08, "density": 2, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -172,22 +132,10 @@ { "chance": 0.025, "density": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -239,9 +187,7 @@ "decorators": [ { "chance": 0.005, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -261,33 +207,21 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.007, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - } + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 2, @@ -307,4 +241,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/mushroom/sea/lake.json b/biomes/mushroom/sea/lake.json index e7b9262a..95d67661 100644 --- a/biomes/mushroom/sea/lake.json +++ b/biomes/mushroom/sea/lake.json @@ -3,43 +3,29 @@ "color": "#3171BF", "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "zoom": 0.3, - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ { "weight": 7, "block": "minecraft:mycelium" }, - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "weight": 9, "block": "minecraft:mycelium" @@ -50,30 +36,18 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -111,22 +85,10 @@ { "chance": 0.08, "density": 2, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -157,22 +119,10 @@ { "chance": 0.025, "density": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -224,9 +174,7 @@ "decorators": [ { "chance": 0.005, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -246,33 +194,21 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.007, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - } + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 2, @@ -292,4 +228,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/mushroom/sea/ocean.json b/biomes/mushroom/sea/ocean.json index 81ea3c62..62b2e051 100644 --- a/biomes/mushroom/sea/ocean.json +++ b/biomes/mushroom/sea/ocean.json @@ -3,74 +3,38 @@ "color": "#295E9F", "derivative": "OCEAN", "vanillaDerivative": "OCEAN", - "generators": [ - { - "min": -82, - "max": -10, - "generator": "mountain" - } - ], + "generators": [{ + "min": -82, + "max": -10, + "generator": "mountain" + }], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:smooth_sandstone" - }, - { - "block": "minecraft:red_sand" - }, - { - "block": "minecraft:smooth_red_sandstone" - }, - { - "block": "minecraft:smooth_sandstone" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:smooth_red_sandstone" - } + {"block": "minecraft:clay"}, + {"block": "minecraft:smooth_sandstone"}, + {"block": "minecraft:red_sand"}, + {"block": "minecraft:smooth_red_sandstone"}, + {"block": "minecraft:smooth_sandstone"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:smooth_red_sandstone"} ] }, "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.825, "palette": [ - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } + {"block": "minecraft:clay"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:cobblestone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} ] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -79,9 +43,7 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], @@ -103,22 +65,10 @@ "structures/usdship1", "structures/usdship2" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_stairs" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_planks" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_stairs"}], + "replace": {"palette": [{"block": "minecraft:oak_planks"}]} + }], "translate": { "x": 0, "y": -4, @@ -127,22 +77,10 @@ }, { "chance": 0.3, - "edit": [ - { - "find": [ - { - "block": "minecraft:shroomlight" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:mushroom_stem" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:shroomlight"}], + "replace": {"palette": [{"block": "minecraft:mushroom_stem"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -195,63 +133,35 @@ "decorators": [ { "chance": 0.06, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 20, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, + "chance": 6.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, - { - "block": "minecraft:magma_block" - } + {"block": "minecraft:soul_sand"}, + {"block": "minecraft:magma_block"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.1, "verticalZoom": 20, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 9, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 }, { "chance": 0.005, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ { @@ -283,15 +193,11 @@ "block": "minecraft:sea_pickle" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -313,4 +219,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/mushroom/shore/beach.json b/biomes/mushroom/shore/beach.json index 8efd673e..f1130c2a 100644 --- a/biomes/mushroom/shore/beach.json +++ b/biomes/mushroom/shore/beach.json @@ -4,131 +4,75 @@ "rarity": 1, "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELD_SHORE", - "customDerivitives": [ - { - "id": "mushroom_beach", - "waterColor": "#B4B2FF", - "foliageColor": "#C9A9FF", - "waterFogColor": "#BD94DF", - "grassColor": "#A2A2FF", - "fogColor": "#CACDFF" - } - ], - "generators": [ - { - "min": -5, - "max": 1, - "generator": "plain" - } - ], + "customDerivitives": [{ + "id": "mushroom_beach", + "waterColor": "#B4B2FF", + "foliageColor": "#C9A9FF", + "waterFogColor": "#BD94DF", + "grassColor": "#A2A2FF", + "fogColor": "#CACDFF" + }], + "generators": [{ + "min": -5, + "max": 1, + "generator": "plain" + }], "layers": [ { "minHeight": 3, "maxHeight": 6, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} ] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:dirt" - } - ] - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "structures/swordnp2", - "structures/swordnp1", - "structures/swordnpstr2", - "structures/swordnpstr1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/megaportal1", - "structures/megaportal2" - ], - "edit": [ - { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.2 - } - ], - "mode": "PAINT", - "carvingSupport": "SURFACE_ONLY" + "palette": [{"block": "minecraft:dirt"}] } ], + "objects": [{ + "name": "standard-surface-portals", + "chance": 0.00505, + "place": [ + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/megaportal1", + "structures/megaportal2" + ], + "edit": [ + { + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, + "chance": 0.1 + }, + { + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.07 + }, + { + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, + "chance": 0.15 + }, + { + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.2 + } + ], + "mode": "PAINT", + "carvingSupport": "SURFACE_ONLY" + }], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -150,4 +94,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/mushroom/warped-forest-extended.json b/biomes/mushroom/warped-forest-extended.json index 857719f8..49e34132 100644 --- a/biomes/mushroom/warped-forest-extended.json +++ b/biomes/mushroom/warped-forest-extended.json @@ -4,69 +4,43 @@ "rarity": 2, "derivative": "WARPED_FOREST", "vanillaDerivative": "MUSHROOM_FIELDS", - "customDerivitives": [ - { - "category": "mushroom", - "id": "mushroom_warped_forest", - "waterColor": "#A1E8E8", - "foliageColor": "#4FCC8D", - "waterFogColor": "#80CDA0", - "grassColor": "#5BCCB3", - "fogColor": "#CACDFF" - } - ], - "generators": [ - { - "min": 54, - "max": 95, - "generator": "plain-cliffs" - } - ], + "customDerivitives": [{ + "category": "mushroom", + "id": "mushroom_warped_forest", + "waterColor": "#A1E8E8", + "foliageColor": "#4FCC8D", + "waterFogColor": "#80CDA0", + "grassColor": "#5BCCB3", + "fogColor": "#CACDFF" + }], + "generators": [{ + "min": 54, + "max": 95, + "generator": "plain-cliffs" + }], "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:warped_hyphae"}] }, "layers": [ { "zoom": 0.5, - "style": { - "style": "NOWHERE" - }, - "palette": [ - { - "block": "minecraft:warped_nylium" - } - ] + "style": {"style": "NOWHERE"}, + "palette": [{"block": "minecraft:warped_nylium"}] }, { "minHeight": 8, "maxHeight": 9, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 45, "maxHeight": 65, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:blackstone" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:blackstone"}] } ], "objects": [ @@ -75,46 +49,16 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_wart_block" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]} }, { - "find": [ - { - "block": "minecraft:mushroom_stem" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - } + "find": [{"block": "minecraft:mushroom_stem"}], + "replace": {"palette": [{"block": "minecraft:blackstone"}]} } ], "rotation": { @@ -149,46 +93,16 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_wart_block" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]} }, { - "find": [ - { - "block": "minecraft:mushroom_stem" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - } + "find": [{"block": "minecraft:mushroom_stem"}], + "replace": {"palette": [{"block": "minecraft:blackstone"}]} } ], "rotation": { @@ -223,46 +137,16 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_wart_block" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]} }, { - "find": [ - { - "block": "minecraft:mushroom_stem" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - } + "find": [{"block": "minecraft:mushroom_stem"}], + "replace": {"palette": [{"block": "minecraft:blackstone"}]} } ], "rotation": { @@ -299,46 +183,16 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_wart_block" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]} }, { - "find": [ - { - "block": "minecraft:mushroom_stem" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - } + "find": [{"block": "minecraft:mushroom_stem"}], + "replace": {"palette": [{"block": "minecraft:blackstone"}]} } ], "rotation": { @@ -375,46 +229,16 @@ "density": 1, "edit": [ { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_wart_block" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]} }, { - "find": [ - { - "block": "minecraft:mushroom_stem" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - } + "find": [{"block": "minecraft:mushroom_stem"}], + "replace": {"palette": [{"block": "minecraft:blackstone"}]} } ], "rotation": { @@ -444,46 +268,16 @@ "density": 1, "edit": [ { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_wart_block" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]} }, { - "find": [ - { - "block": "minecraft:mushroom_stem" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - } + "find": [{"block": "minecraft:mushroom_stem"}], + "replace": {"palette": [{"block": "minecraft:blackstone"}]} } ], "rotation": { @@ -512,9 +306,7 @@ "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -534,62 +326,34 @@ "block": "minecraft:warped_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:warped_fungus" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:warped_fungus"}], + "style": {"style": "STATIC"} }, { "chance": 0.11, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:warped_roots" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:warped_roots"}], + "style": {"style": "STATIC"} }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 7, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:twisting_vines_plant" - } - ], - "style": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:twisting_vines_plant"}], + "style": {"style": "STATIC"}, "stackMin": 3 } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 4, @@ -608,4 +372,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/mushroom/warped-forest.json b/biomes/mushroom/warped-forest.json index 8dfe2e9d..e5f4d550 100644 --- a/biomes/mushroom/warped-forest.json +++ b/biomes/mushroom/warped-forest.json @@ -4,72 +4,44 @@ "rarity": 2, "derivative": "WARPED_FOREST", "vanillaDerivative": "MUSHROOM_FIELDS", - "customDerivitives": [ - { - "category": "mushroom", - "id": "mushroom_warped_forest", - "waterColor": "#A1E8E8", - "foliageColor": "#4FCC8D", - "waterFogColor": "#80CDA0", - "grassColor": "#5BCCB3", - "fogColor": "#CACDFF" - } - ], - "children": [ - "mushroom/warped-forest-extended" - ], - "generators": [ - { - "min": 6, - "max": 25, - "generator": "plain-cliffs" - } - ], + "customDerivitives": [{ + "category": "mushroom", + "id": "mushroom_warped_forest", + "waterColor": "#A1E8E8", + "foliageColor": "#4FCC8D", + "waterFogColor": "#80CDA0", + "grassColor": "#5BCCB3", + "fogColor": "#CACDFF" + }], + "children": ["mushroom/warped-forest-extended"], + "generators": [{ + "min": 6, + "max": 25, + "generator": "plain-cliffs" + }], "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:warped_hyphae"}] }, "layers": [ { "zoom": 0.5, - "style": { - "style": "NOWHERE" - }, - "palette": [ - { - "block": "minecraft:warped_nylium" - } - ] + "style": {"style": "NOWHERE"}, + "palette": [{"block": "minecraft:warped_nylium"}] }, { "minHeight": 8, "maxHeight": 9, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 45, "maxHeight": 65, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:blackstone" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:blackstone"}] } ], "objects": [ @@ -78,46 +50,16 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_wart_block" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]} }, { - "find": [ - { - "block": "minecraft:mushroom_stem" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - } + "find": [{"block": "minecraft:mushroom_stem"}], + "replace": {"palette": [{"block": "minecraft:blackstone"}]} } ], "rotation": { @@ -152,46 +94,16 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_wart_block" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]} }, { - "find": [ - { - "block": "minecraft:mushroom_stem" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - } + "find": [{"block": "minecraft:mushroom_stem"}], + "replace": {"palette": [{"block": "minecraft:blackstone"}]} } ], "rotation": { @@ -226,46 +138,16 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_wart_block" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]} }, { - "find": [ - { - "block": "minecraft:mushroom_stem" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - } + "find": [{"block": "minecraft:mushroom_stem"}], + "replace": {"palette": [{"block": "minecraft:blackstone"}]} } ], "rotation": { @@ -302,46 +184,16 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_wart_block" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]} }, { - "find": [ - { - "block": "minecraft:mushroom_stem" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - } + "find": [{"block": "minecraft:mushroom_stem"}], + "replace": {"palette": [{"block": "minecraft:blackstone"}]} } ], "rotation": { @@ -378,46 +230,16 @@ "density": 1, "edit": [ { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_wart_block" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]} }, { - "find": [ - { - "block": "minecraft:mushroom_stem" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - } + "find": [{"block": "minecraft:mushroom_stem"}], + "replace": {"palette": [{"block": "minecraft:blackstone"}]} } ], "rotation": { @@ -447,46 +269,16 @@ "density": 1, "edit": [ { - "find": [ - { - "block": "minecraft:brown_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_hyphae" - } - ] - } + "find": [{"block": "minecraft:brown_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_hyphae"}]} }, { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:warped_wart_block" - } - ] - } + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:warped_wart_block"}]} }, { - "find": [ - { - "block": "minecraft:mushroom_stem" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:blackstone" - } - ] - } + "find": [{"block": "minecraft:mushroom_stem"}], + "replace": {"palette": [{"block": "minecraft:blackstone"}]} } ], "rotation": { @@ -515,9 +307,7 @@ "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -537,63 +327,35 @@ "block": "minecraft:warped_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:warped_fungus" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:warped_fungus"}], + "style": {"style": "STATIC"} }, { "chance": 0.11, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:warped_roots" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:warped_roots"}], + "style": {"style": "STATIC"} }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 7, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:twisting_vines_plant" - } - ], - "style": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:twisting_vines_plant"}], + "style": {"style": "STATIC"}, "stackMin": 3 } ], "childShrinkFactor": 2.4, "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 4, @@ -612,4 +374,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/ocean/deep.json b/biomes/ocean/deep.json index 7667cea2..be018501 100644 --- a/biomes/ocean/deep.json +++ b/biomes/ocean/deep.json @@ -3,13 +3,11 @@ "color": "#5C4DEA", "derivative": "DEEP_OCEAN", "vanillaDerivative": "DEEP_OCEAN", - "generators": [ - { - "generator": "smooth-dunes", - "max": -40, - "min": -80 - } - ], + "generators": [{ + "generator": "smooth-dunes", + "max": -40, + "min": -80 + }], "layers": [ { "minHeight": 2, @@ -18,29 +16,15 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.6, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:sand" @@ -50,11 +34,7 @@ { "minHeight": 2, "maxHeight": 10, - "palette": [ - { - "block": "minecraft:gravel" - } - ] + "palette": [{"block": "minecraft:gravel"}] } ], "objects": [ @@ -97,21 +77,13 @@ "structures/kship4" ], "chance": 0.001, - "markers": [ - { - "mark": [ - { - "block": "minecraft:spruce_planks" - } - ], - "maximumMarkers": 4, - "marker": "skelepirate" - } - ], + "markers": [{ + "mark": [{"block": "minecraft:spruce_planks"}], + "maximumMarkers": 4, + "marker": "skelepirate" + }], "onwater": true, - "translate": { - "y": -1 - }, + "translate": {"y": -1}, "waterloggable": true }, { @@ -169,59 +141,37 @@ "structures/oruins3" ], "mode": "PAINT", - "loot": [ - { - "name": "tropical-dungeon" - } - ] + "loot": [{"name": "tropical-dungeon"}] } ], "decorators": [ { "chance": 0.09, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], + "palette": [{"block": "minecraft:kelp_plant"}], "stackMin": 2, "stackMax": 12, "partOf": "SEA_FLOOR" }, { "chance": 0.2, - "palette": [ - { - "block": "minecraft:seagrass" - } - ] + "palette": [{"block": "minecraft:seagrass"}] }, { "chance": 0.2, - "palette": [ - { - "block": "minecraft:tall_seagrass", - "data": { - "half": "lower" - } - } - ], - "topPalette": [ - { - "block": "minecraft:tall_seagrass", - "data": { - "half": "upper" - } - } - ], + "palette": [{ + "block": "minecraft:tall_seagrass", + "data": {"half": "lower"} + }], + "topPalette": [{ + "block": "minecraft:tall_seagrass", + "data": {"half": "upper"} + }], "partOf": "SEA_FLOOR" } ], "loot": { "mode": "ADD", "multiplier": 1, - "tables": [ - "tropical-dungeon" - ] + "tables": ["tropical-dungeon"] } -} \ No newline at end of file +} diff --git a/biomes/ocean/ocean.json b/biomes/ocean/ocean.json index 13231846..eb8ef59d 100644 --- a/biomes/ocean/ocean.json +++ b/biomes/ocean/ocean.json @@ -3,13 +3,11 @@ "color": "#5244D5", "derivative": "OCEAN", "vanillaDerivative": "OCEAN", - "generators": [ - { - "generator": "mountain", - "max": -35, - "min": -60 - } - ], + "generators": [{ + "generator": "mountain", + "max": -35, + "min": -60 + }], "layers": [ { "minHeight": 2, @@ -18,29 +16,15 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "style": { - "style": "FRACTAL_FBM_IRIS" - }, + "style": {"style": "FRACTAL_FBM_IRIS"}, "zoom": 0.6, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:sand" @@ -50,11 +34,7 @@ { "minHeight": 2, "maxHeight": 10, - "palette": [ - { - "block": "minecraft:gravel" - } - ] + "palette": [{"block": "minecraft:gravel"}] } ], "objects": [ @@ -82,37 +62,17 @@ "edit": [ { "find": [ - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:dirt" - } + {"block": "minecraft:grass_block"}, + {"block": "minecraft:dirt"} ], - "replace": { - "palette": [ - { - "block": "minecraft:clay" - } - ] - } + "replace": {"palette": [{"block": "minecraft:clay"}]} }, { "find": [ - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:grass" - } + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:grass"} ], - "replace": { - "palette": [ - { - "block": "minecraft:water" - } - ] - } + "replace": {"palette": [{"block": "minecraft:water"}]} } ] }, @@ -158,40 +118,24 @@ "decorators": [ { "chance": 0.02, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], + "palette": [{"block": "minecraft:kelp_plant"}], "stackMin": 2, "stackMax": 6 }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:seagrass" - } - ] + "palette": [{"block": "minecraft:seagrass"}] }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:tall_seagrass", - "data": { - "half": "lower" - } - } - ], - "topPalette": [ - { - "block": "minecraft:tall_seagrass", - "data": { - "half": "upper" - } - } - ] + "palette": [{ + "block": "minecraft:tall_seagrass", + "data": {"half": "lower"} + }], + "topPalette": [{ + "block": "minecraft:tall_seagrass", + "data": {"half": "upper"} + }] } ], "childStyle": { @@ -209,4 +153,4 @@ } }, "childShrinkFactor": 1 -} \ No newline at end of file +} diff --git a/biomes/ocean/shore/beach.json b/biomes/ocean/shore/beach.json index c6cb78f9..9e990c72 100644 --- a/biomes/ocean/shore/beach.json +++ b/biomes/ocean/shore/beach.json @@ -3,72 +3,52 @@ "color": "#39ABDF", "derivative": "PLAINS", "vanillaDerivative": "PLAINS", - "generators": [ - { - "generator": "ocean", - "max": -20, - "min": -30 - } - ], + "generators": [{ + "generator": "ocean", + "max": -20, + "min": -30 + }], "biomeZoom": 60, - "biomeStyle": { - "style": "SIMPLEX" - }, - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "biomeStyle": {"style": "SIMPLEX"}, + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] } ], - "objects": [ - { - "place": [ - "structures/landstone1", - "structures/landstone2", - "structures/landstone3", - "structures/landstone4", - "structures/landstone5" - ], - "chance": 0.02, - "mode": "PAINT", - "rotation": { + "objects": [{ + "place": [ + "structures/landstone1", + "structures/landstone2", + "structures/landstone3", + "structures/landstone4", + "structures/landstone5" + ], + "chance": 0.02, + "mode": "PAINT", + "rotation": { + "enabled": true, + "yAxis": { "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } + "interval": 90, + "min": -360, + "max": 360 } } - ], + }], "decorators": [ { "chance": 0.2, @@ -90,42 +70,18 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { @@ -133,34 +89,20 @@ "chance": 0.09, "stackMin": 1, "stackMax": 4, - "palette": [ - { - "block": "minecraft:sugar_cane" - } - ], + "palette": [{"block": "minecraft:sugar_cane"}], "style": { "style": "NOWHERE", "zoom": 0.65 }, - "heightVariance": { - "style": "STATIC" - } + "heightVariance": {"style": "STATIC"} }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] } ] -} \ No newline at end of file +} diff --git a/biomes/ocean/warm-bottom.json b/biomes/ocean/warm-bottom.json index b9942d77..f3db416f 100644 --- a/biomes/ocean/warm-bottom.json +++ b/biomes/ocean/warm-bottom.json @@ -3,24 +3,16 @@ "color": "#4639C0", "derivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", - "generators": [ - { - "generator": "plain", - "max": -30, - "min": -50 - } - ], - "layers": [ - { - "minHeight": 2, - "maxHeight": 10, - "palette": [ - { - "block": "minecraft:sand" - } - ] - } - ], + "generators": [{ + "generator": "plain", + "max": -30, + "min": -50 + }], + "layers": [{ + "minHeight": 2, + "maxHeight": 10, + "palette": [{"block": "minecraft:sand"}] + }], "objects": [ { "place": [ @@ -73,41 +65,23 @@ "min": -360 } }, - "edit": [ - { - "find": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:dirt" - } + "edit": [{ + "find": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:dirt"} + ], + "replace": { + "palette": [ + {"block": "minecraft:brain_coral_block"}, + {"block": "minecraft:horn_coral_block"}, + {"block": "minecraft:tube_coral_block"}, + {"block": "minecraft:fire_coral_block"}, + {"block": "minecraft:bubble_coral_block"} ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - }, - { - "block": "minecraft:horn_coral_block" - }, - { - "block": "minecraft:tube_coral_block" - }, - { - "block": "minecraft:fire_coral_block" - }, - { - "block": "minecraft:bubble_coral_block" - } - ], - "style": { - "style": "CELLULAR" - }, - "zoom": 0.07 - } + "style": {"style": "CELLULAR"}, + "zoom": 0.07 } - ] + }] }, { "place": [ @@ -124,37 +98,17 @@ "edit": [ { "find": [ - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:dirt" - } + {"block": "minecraft:grass_block"}, + {"block": "minecraft:dirt"} ], - "replace": { - "palette": [ - { - "block": "minecraft:clay" - } - ] - } + "replace": {"palette": [{"block": "minecraft:clay"}]} }, { "find": [ - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:grass" - } + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:grass"} ], - "replace": { - "palette": [ - { - "block": "minecraft:seagrass" - } - ] - } + "replace": {"palette": [{"block": "minecraft:seagrass"}]} } ] }, @@ -176,22 +130,14 @@ "structures/kship3", "structures/kship4" ], - "markers": [ - { - "mark": [ - { - "block": "minecraft:spruce_planks" - } - ], - "maximumMarkers": 4, - "marker": "skelepirate" - } - ], + "markers": [{ + "mark": [{"block": "minecraft:spruce_planks"}], + "maximumMarkers": 4, + "marker": "skelepirate" + }], "chance": 0.005, "onwater": true, - "translate": { - "y": -1 - }, + "translate": {"y": -1}, "waterloggable": true }, { @@ -212,97 +158,63 @@ "structures/oruins3" ], "mode": "PAINT", - "loot": [ - { - "name": "tropical-dungeon" - } - ] + "loot": [{"name": "tropical-dungeon"}] } ], "decorators": [ { "chance": 0.05, - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, + "variance": {"style": "STATIC"}, "palette": [ { "block": "minecraft:sea_pickle", - "data": { - "pickles": 1 - } + "data": {"pickles": 1} }, { "weight": 2, "block": "minecraft:sea_pickle", - "data": { - "pickles": 2 - } + "data": {"pickles": 2} }, { "weight": 3, "block": "minecraft:sea_pickle", - "data": { - "pickles": 3 - } + "data": {"pickles": 3} }, { "weight": 4, "block": "minecraft:sea_pickle", - "data": { - "pickles": 4 - } + "data": {"pickles": 4} } ] }, { "chance": 0.02, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], + "palette": [{"block": "minecraft:kelp_plant"}], "stackMin": 2, "stackMax": 6, "partOf": "SEA_FLOOR" }, { "chance": 0.2, - "palette": [ - { - "block": "minecraft:seagrass" - } - ] + "palette": [{"block": "minecraft:seagrass"}] }, { "chance": 0.2, - "palette": [ - { - "block": "minecraft:tall_seagrass", - "data": { - "half": "lower" - } - } - ], - "topPalette": [ - { - "block": "minecraft:tall_seagrass", - "data": { - "half": "upper" - } - } - ], + "palette": [{ + "block": "minecraft:tall_seagrass", + "data": {"half": "lower"} + }], + "topPalette": [{ + "block": "minecraft:tall_seagrass", + "data": {"half": "upper"} + }], "partOf": "SEA_FLOOR" } ], "loot": { "mode": "ADD", "multiplier": 1, - "tables": [ - "tropical-dungeon" - ] + "tables": ["tropical-dungeon"] } -} \ No newline at end of file +} diff --git a/biomes/ocean/warm.json b/biomes/ocean/warm.json index 6bdcb95d..59b4ffcc 100644 --- a/biomes/ocean/warm.json +++ b/biomes/ocean/warm.json @@ -3,50 +3,30 @@ "color": "#382CAA", "derivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", - "children": [ - "ocean/warm-bottom" - ], - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], - "layers": [ - { - "minHeight": 2, - "maxHeight": 10, - "style": { - "style": "FRACTAL_FBM_IRIS" - }, - "zoom": 0.6, - "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, - { - "weight": 2, - "block": "minecraft:sand" - } - ] - } - ], + "children": ["ocean/warm-bottom"], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], + "layers": [{ + "minHeight": 2, + "maxHeight": 10, + "style": {"style": "FRACTAL_FBM_IRIS"}, + "zoom": 0.6, + "palette": [ + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, + { + "weight": 2, + "block": "minecraft:sand" + } + ] + }], "objects": [ { "place": [ @@ -100,41 +80,23 @@ "min": -360 } }, - "edit": [ - { - "find": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:dirt" - } + "edit": [{ + "find": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:dirt"} + ], + "replace": { + "palette": [ + {"block": "minecraft:brain_coral_block"}, + {"block": "minecraft:horn_coral_block"}, + {"block": "minecraft:tube_coral_block"}, + {"block": "minecraft:fire_coral_block"}, + {"block": "minecraft:bubble_coral_block"} ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - }, - { - "block": "minecraft:horn_coral_block" - }, - { - "block": "minecraft:tube_coral_block" - }, - { - "block": "minecraft:fire_coral_block" - }, - { - "block": "minecraft:bubble_coral_block" - } - ], - "style": { - "style": "CELLULAR" - }, - "zoom": 0.07 - } + "style": {"style": "CELLULAR"}, + "zoom": 0.07 } - ] + }] }, { "place": [ @@ -151,37 +113,17 @@ "edit": [ { "find": [ - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:dirt" - } + {"block": "minecraft:grass_block"}, + {"block": "minecraft:dirt"} ], - "replace": { - "palette": [ - { - "block": "minecraft:clay" - } - ] - } + "replace": {"palette": [{"block": "minecraft:clay"}]} }, { "find": [ - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:grass" - } + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:grass"} ], - "replace": { - "palette": [ - { - "block": "minecraft:seagrass" - } - ] - } + "replace": {"palette": [{"block": "minecraft:seagrass"}]} } ] }, @@ -203,22 +145,14 @@ "structures/kship3", "structures/kship4" ], - "markers": [ - { - "mark": [ - { - "block": "minecraft:spruce_planks" - } - ], - "maximumMarkers": 4, - "marker": "skelepirate" - } - ], + "markers": [{ + "mark": [{"block": "minecraft:spruce_planks"}], + "maximumMarkers": 4, + "marker": "skelepirate" + }], "chance": 0.005, "onwater": true, - "translate": { - "y": -1 - }, + "translate": {"y": -1}, "waterloggable": true }, { @@ -239,60 +173,38 @@ "structures/oruins3" ], "mode": "PAINT", - "loot": [ - { - "name": "tropical-dungeon" - } - ] + "loot": [{"name": "tropical-dungeon"}] } ], "decorators": [ { "chance": 0.02, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], + "palette": [{"block": "minecraft:kelp_plant"}], "stackMin": 2, "stackMax": 6, "partOf": "SEA_FLOOR" }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:seagrass" - } - ] + "palette": [{"block": "minecraft:seagrass"}] }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:tall_seagrass", - "data": { - "half": "lower" - } - } - ], - "topPalette": [ - { - "block": "minecraft:tall_seagrass", - "data": { - "half": "upper" - } - } - ], + "palette": [{ + "block": "minecraft:tall_seagrass", + "data": {"half": "lower"} + }], + "topPalette": [{ + "block": "minecraft:tall_seagrass", + "data": {"half": "upper"} + }], "partOf": "SEA_FLOOR" } ], "loot": { "mode": "ADD", "multiplier": 1, - "tables": [ - "tropical-dungeon" - ] + "tables": ["tropical-dungeon"] }, "childStyle": { "style": "GLOB", @@ -300,4 +212,4 @@ "exponent": 1.3 }, "childShrinkFactor": 1 -} \ No newline at end of file +} diff --git a/biomes/savanna/acacia-denmyre.json b/biomes/savanna/acacia-denmyre.json index cd1f84e6..d5232846 100644 --- a/biomes/savanna/acacia-denmyre.json +++ b/biomes/savanna/acacia-denmyre.json @@ -4,82 +4,46 @@ "rarity": 1, "derivative": "DESERT", "vanillaDerivative": "SAVANNA", - "customDerivitives": [ - { - "category": "savanna", - "id": "savanna_acacia_denmyre", - "grassColor": "#DFD545", - "foliageColor": "#D6A513", - "waterColor": "#33CB99", - "downfallType": "none" - } - ], - "generators": [ - { - "min": 4, - "max": 7, - "generator": "plain" - } - ], + "customDerivitives": [{ + "category": "savanna", + "id": "savanna_acacia_denmyre", + "grassColor": "#DFD545", + "foliageColor": "#D6A513", + "waterColor": "#33CB99", + "downfallType": "none" + }], + "generators": [{ + "min": 4, + "max": 7, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "FLAT"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:coarse_dirt" - } - ] + "palette": [{"block": "minecraft:coarse_dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -93,107 +57,69 @@ "rarity": 1500 } ], - "objects": [ - { - "chance": 0.5, - "density": 2, - "edit": [ - { - "find": [ - { - "block": "minecraft:acacia_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_acacia_wood" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 0.5, + "density": 2, + "edit": [{ + "find": [{"block": "minecraft:acacia_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_acacia_wood"}]} + }], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "place": [ - "trees/acacia/denmyre1", - "trees/acacia/denmyre2", - "trees/acacia/denmyre3", - "trees/acacia/denmyre4", - "trees/acacia/denmyre5", - "trees/acacia/denmyre6", - "trees/acacia/denmyre7" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } + "enabled": true + }, + "place": [ + "trees/acacia/denmyre1", + "trees/acacia/denmyre2", + "trees/acacia/denmyre3", + "trees/acacia/denmyre4", + "trees/acacia/denmyre5", + "trees/acacia/denmyre6", + "trees/acacia/denmyre7" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 } - ], + }], "decorators": [ { "chance": 0.1, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.01, "palette": [ { "weight": 4, "block": "minecraft:dead_bush" }, - { - "block": "minecraft:brown_mushroom" - } + {"block": "minecraft:brown_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 2, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:cactus" - } - ], + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cactus"}], "stackMin": 1 }, { "chance": 0.4, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -213,24 +139,14 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.017, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/savanna/cliff-extended.json b/biomes/savanna/cliff-extended.json index f782154d..14dfb65e 100644 --- a/biomes/savanna/cliff-extended.json +++ b/biomes/savanna/cliff-extended.json @@ -8,116 +8,68 @@ "SAVANNA", "DESERT" ], - "customDerivitives": [ - { - "category": "savanna", - "id": "savanna_cliffs", - "grassColor": "#DFD545", - "foliageColor": "#D6A513", - "waterColor": "#33CB99", - "downfallType": "none" - } - ], - "children": [ - "savanna/acacia-denmyre" - ], - "generators": [ - { - "min": 55, - "max": 85, - "generator": "plain-cliffs" - } - ], + "customDerivitives": [{ + "category": "savanna", + "id": "savanna_cliffs", + "grassColor": "#DFD545", + "foliageColor": "#D6A513", + "waterColor": "#33CB99", + "downfallType": "none" + }], + "children": ["savanna/acacia-denmyre"], + "generators": [{ + "min": 55, + "max": 85, + "generator": "plain-cliffs" + }], "biomeZoom": 20, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:sandstone" - }, - { - "block": "minecraft:sand" - } + {"block": "minecraft:sandstone"}, + {"block": "minecraft:sand"} ] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 4.6 - }, + "slopeCondition": {"minimumSlope": 4.6}, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:sand"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.75, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -233,68 +185,36 @@ "decorators": [ { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 2, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:cactus" - } - ], + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cactus"}], "stackMin": 1 }, { "chance": 0.3, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ], "biomeSkyScatter": [ "DESERT", "SAVANNA" ] -} \ No newline at end of file +} diff --git a/biomes/savanna/cliff.json b/biomes/savanna/cliff.json index 11caff7d..bf8031e4 100644 --- a/biomes/savanna/cliff.json +++ b/biomes/savanna/cliff.json @@ -8,117 +8,71 @@ "SAVANNA", "DESERT" ], - "customDerivitives": [ - { - "category": "savanna", - "id": "savanna_cliffs", - "grassColor": "#DFD545", - "foliageColor": "#D6A513", - "waterColor": "#33CB99", - "downfallType": "none" - } - ], + "customDerivitives": [{ + "category": "savanna", + "id": "savanna_cliffs", + "grassColor": "#DFD545", + "foliageColor": "#D6A513", + "waterColor": "#33CB99", + "downfallType": "none" + }], "children": [ "savanna/acacia-denmyre", "savanna/cliff-extended" ], - "generators": [ - { - "min": 35, - "max": 65, - "generator": "plain-cliffs" - } - ], + "generators": [{ + "min": 35, + "max": 65, + "generator": "plain-cliffs" + }], "biomeZoom": 20, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:sandstone" - }, - { - "block": "minecraft:sand" - } + {"block": "minecraft:sandstone"}, + {"block": "minecraft:sand"} ] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 4.6 - }, + "slopeCondition": {"minimumSlope": 4.6}, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:sand"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.75, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -234,68 +188,36 @@ "decorators": [ { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 2, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:cactus" - } - ], + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cactus"}], "stackMin": 1 }, { "chance": 0.3, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ], "biomeSkyScatter": [ "DESERT", "SAVANNA" ] -} \ No newline at end of file +} diff --git a/biomes/savanna/forest.json b/biomes/savanna/forest.json index 943d43f4..98ecc669 100644 --- a/biomes/savanna/forest.json +++ b/biomes/savanna/forest.json @@ -8,64 +8,44 @@ "SAVANNA", "DESERT" ], - "customDerivitives": [ - { - "category": "savanna", - "id": "savanna_forest", - "grassColor": "#E2EF3B", - "foliageColor": "#D6A513", - "waterColor": "#33CB99", - "downfallType": "none" - } - ], - "generators": [ - { - "min": 7, - "max": 10, - "generator": "plain" - } - ], + "customDerivitives": [{ + "category": "savanna", + "id": "savanna_forest", + "grassColor": "#E2EF3B", + "foliageColor": "#D6A513", + "waterColor": "#33CB99", + "downfallType": "none" + }], + "generators": [{ + "min": 7, + "max": 10, + "generator": "plain" + }], "biomeZoom": 20, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.75, "palette": [ { "weight": 2, "block": "minecraft:grass_block" }, - { - "block": "minecraft:brown_concrete_powder" - }, + {"block": "minecraft:brown_concrete_powder"}, { "weight": 4, "block": "minecraft:grass_block" }, - { - "block": "minecraft:brown_concrete_powder" - }, + {"block": "minecraft:brown_concrete_powder"}, { "weight": 7, "block": "minecraft:grass_block" @@ -75,28 +55,16 @@ { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -123,9 +91,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.05, @@ -153,46 +119,16 @@ "chance": 0.335, "edit": [ { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:stripped_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:stripped_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:spruce_slab" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_slab" - } - ] - } + "find": [{"block": "minecraft:spruce_slab"}], + "replace": {"palette": [{"block": "minecraft:oak_slab"}]} } ], "rotation": { @@ -253,9 +189,7 @@ "decorators": [ { "chance": 0.00435, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -275,75 +209,47 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.092, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} }, { "chance": 0.1, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.5, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { - "chance": 1e-06, - "variance": { - "style": "STATIC" - }, + "chance": 1.0E-6, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { "weight": 8, "block": "minecraft:air" }, - { - "block": "minecraft:pumpkin" - }, + {"block": "minecraft:pumpkin"}, { "weight": 4, "block": "minecraft:air" }, - { - "block": "minecraft:carved_pumpkin" - }, + {"block": "minecraft:carved_pumpkin"}, { "weight": 8, "block": "minecraft:air" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], - "biomeSkyScatter": [ - "DESERT" - ] -} \ No newline at end of file + "biomeSkyScatter": ["DESERT"] +} diff --git a/biomes/savanna/plateau.json b/biomes/savanna/plateau.json index e200f85d..32754bf1 100644 --- a/biomes/savanna/plateau.json +++ b/biomes/savanna/plateau.json @@ -8,107 +8,63 @@ "SAVANNA", "DESERT" ], - "customDerivitives": [ - { - "category": "savanna", - "id": "savanna_plateau", - "grassColor": "#FFCB31", - "foliageColor": "#D6A513", - "waterColor": "#33CB99", - "downfallType": "none" - } - ], - "generators": [ - { - "min": 13, - "max": 26, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "category": "savanna", + "id": "savanna_plateau", + "grassColor": "#FFCB31", + "foliageColor": "#D6A513", + "waterColor": "#33CB99", + "downfallType": "none" + }], + "generators": [{ + "min": 13, + "max": 26, + "generator": "mountain" + }], "biomeZoom": 60, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, - "palette": [ - { - "block": "minecraft:granite" - } - ] + "slopeCondition": {"minimumSlope": 6.9}, + "palette": [{"block": "minecraft:granite"}] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 4.6 - }, + "slopeCondition": {"minimumSlope": 4.6}, "palette": [ - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.75, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -134,9 +90,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "mode": "PAINT", @@ -150,9 +104,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.07, @@ -255,68 +207,36 @@ "decorators": [ { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 2, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:cactus" - } - ], + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cactus"}], "stackMin": 1 }, { "chance": 0.3, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ], "biomeSkyScatter": [ "DESERT", "SAVANNA" ] -} \ No newline at end of file +} diff --git a/biomes/savanna/savanna.json b/biomes/savanna/savanna.json index efdff8b2..1df36d4c 100644 --- a/biomes/savanna/savanna.json +++ b/biomes/savanna/savanna.json @@ -8,110 +8,64 @@ "SAVANNA", "DESERT" ], - "customDerivitives": [ - { - "category": "savanna", - "id": "savanna", - "grassColor": "#DFD545", - "foliageColor": "#D6A513", - "waterColor": "#33CB99", - "downfallType": "none" - } - ], - "children": [ - "savanna/cliff" - ], - "generators": [ - { - "min": 10, - "max": 20, - "generator": "plain" - } - ], + "customDerivitives": [{ + "category": "savanna", + "id": "savanna", + "grassColor": "#DFD545", + "foliageColor": "#D6A513", + "waterColor": "#33CB99", + "downfallType": "none" + }], + "children": ["savanna/cliff"], + "generators": [{ + "min": 10, + "max": 20, + "generator": "plain" + }], "biomeZoom": 20, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, - "palette": [ - { - "block": "minecraft:granite" - } - ] + "slopeCondition": {"minimumSlope": 6.9}, + "palette": [{"block": "minecraft:granite"}] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 4.6 - }, + "slopeCondition": {"minimumSlope": 4.6}, "palette": [ - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.75, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -137,9 +91,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "mode": "PAINT", @@ -153,9 +105,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.07, @@ -258,68 +208,36 @@ "decorators": [ { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 2, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:cactus" - } - ], + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cactus"}], "stackMin": 1 }, { "chance": 0.3, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ], "biomeSkyScatter": [ "DESERT", "SAVANNA" ] -} \ No newline at end of file +} diff --git a/biomes/savanna/shore/beach.json b/biomes/savanna/shore/beach.json index cb25cfe9..8555a06f 100644 --- a/biomes/savanna/shore/beach.json +++ b/biomes/savanna/shore/beach.json @@ -4,79 +4,43 @@ "rarity": 1, "derivative": "SAVANNA", "vanillaDerivative": "SAVANNA", - "generators": [ - { - "min": 0, - "max": 0, - "generator": "plain" - } - ], + "generators": [{ + "min": 0, + "max": 0, + "generator": "plain" + }], "biomeZoom": 60, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -121,21 +85,11 @@ ] } ], - "decorators": [ - { - "chance": 0.35, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } - } - ] -} \ No newline at end of file + "decorators": [{ + "chance": 0.35, + "variance": {"style": "STATIC"}, + "zoom": 0.3, + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} + }] +} diff --git a/biomes/swamp/cambian-drift-extended.json b/biomes/swamp/cambian-drift-extended.json index 1027de90..a0e9bc02 100644 --- a/biomes/swamp/cambian-drift-extended.json +++ b/biomes/swamp/cambian-drift-extended.json @@ -4,140 +4,78 @@ "rarity": 1, "derivative": "DARK_FOREST", "vanillaDerivative": "DARK_FOREST", - "customDerivitives": [ - { - "category": "forest", - "id": "swamp_cambian_drift", - "waterColor": "#684D1A", - "foliageColor": "2B4A00", - "grassColor": "#5C581A", - "spawnRarity": 20, - "spawns": [ - { - "type": "SLIME" - } - ] - } - ], - "generators": [ - { - "min": 55, - "max": 95, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "category": "forest", + "id": "swamp_cambian_drift", + "waterColor": "#684D1A", + "foliageColor": "2B4A00", + "grassColor": "#5C581A", + "spawnRarity": 20, + "spawns": [{"type": "SLIME"}] + }], + "generators": [{ + "min": 55, + "max": 95, + "generator": "mountain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.5, "palette": [ { "weight": 3, "block": "minecraft:grass_block" }, - { - "block": "minecraft:podzol" - }, - { - "block": "minecraft:coarse_dirt" - }, + {"block": "minecraft:podzol"}, + {"block": "minecraft:coarse_dirt"}, { "weight": 4, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], "objects": [ { "chance": 0.7, - "translate": { - "y": -2 - }, + "translate": {"y": -2}, "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:oak_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:dark_oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "rotation": { @@ -190,22 +128,10 @@ { "chance": 0.07, "density": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -260,60 +186,20 @@ "chance": 0.1, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -339,60 +225,20 @@ "chance": 0.3, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -414,12 +260,8 @@ }, { "chance": 0.001, - "rotation": { - "enabled": false - }, - "place": [ - "clutter/genericgrave1" - ], + "rotation": {"enabled": false}, + "place": ["clutter/genericgrave1"], "translate": { "x": 0, "y": -1, @@ -430,60 +272,30 @@ "decorators": [ { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:dead_bush" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:dead_bush"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { - "chance": 0.0002, - "variance": { - "style": "STATIC" - }, + "chance": 2.0E-4, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:crimson_fungus" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:crimson_fungus"}], + "style": {"style": "STATIC"} }, { "chance": 0.45, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/cambian-drift.json b/biomes/swamp/cambian-drift.json index 6b2494d4..615ef03a 100644 --- a/biomes/swamp/cambian-drift.json +++ b/biomes/swamp/cambian-drift.json @@ -4,143 +4,79 @@ "rarity": 1, "derivative": "DARK_FOREST", "vanillaDerivative": "DARK_FOREST", - "customDerivitives": [ - { - "category": "forest", - "id": "swamp_cambian_drift", - "waterColor": "#684D1A", - "foliageColor": "2B4A00", - "grassColor": "#5C581A", - "spawnRarity": 20, - "spawns": [ - { - "type": "SLIME" - } - ] - } - ], - "children": [ - "swamp/cambian-drift-extended" - ], - "generators": [ - { - "min": -3, - "max": 15, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "category": "forest", + "id": "swamp_cambian_drift", + "waterColor": "#684D1A", + "foliageColor": "2B4A00", + "grassColor": "#5C581A", + "spawnRarity": 20, + "spawns": [{"type": "SLIME"}] + }], + "children": ["swamp/cambian-drift-extended"], + "generators": [{ + "min": -3, + "max": 15, + "generator": "mountain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.5, "palette": [ { "weight": 3, "block": "minecraft:grass_block" }, - { - "block": "minecraft:podzol" - }, - { - "block": "minecraft:coarse_dirt" - }, + {"block": "minecraft:podzol"}, + {"block": "minecraft:coarse_dirt"}, { "weight": 4, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], "objects": [ { "chance": 0.7, - "translate": { - "y": -2 - }, + "translate": {"y": -2}, "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:oak_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:dark_oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "rotation": { @@ -193,22 +129,10 @@ { "chance": 0.07, "density": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -263,60 +187,20 @@ "chance": 0.1, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -342,60 +226,20 @@ "chance": 0.3, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -417,12 +261,8 @@ }, { "chance": 0.001, - "rotation": { - "enabled": false - }, - "place": [ - "clutter/genericgrave1" - ], + "rotation": {"enabled": false}, + "place": ["clutter/genericgrave1"], "translate": { "x": 0, "y": -1, @@ -433,60 +273,30 @@ "decorators": [ { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:dead_bush" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:dead_bush"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { - "chance": 0.0002, - "variance": { - "style": "STATIC" - }, + "chance": 2.0E-4, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:crimson_fungus" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:crimson_fungus"}], + "style": {"style": "STATIC"} }, { "chance": 0.45, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/denmyre.json b/biomes/swamp/denmyre.json index 72dcb42e..1b3f93c4 100644 --- a/biomes/swamp/denmyre.json +++ b/biomes/swamp/denmyre.json @@ -4,72 +4,38 @@ "rarity": 1, "derivative": "SWAMP", "vanillaDerivative": "DARK_FOREST", - "generators": [ - { - "min": 4, - "max": 7, - "generator": "plain" - } - ], + "generators": [{ + "min": 4, + "max": 7, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "FLAT"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:coarse_dirt" - } - ] + "palette": [{"block": "minecraft:coarse_dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -96,69 +62,27 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.7, "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:acacia_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:acacia_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:acacia_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:acacia_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:acacia_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:acacia_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:acacia_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:acacia_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} } ], "rotation": { @@ -210,46 +134,16 @@ "chance": 0.3, "edit": [ { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:dark_oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "density": 2, @@ -284,42 +178,24 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.01, "palette": [ - { - "block": "minecraft:dead_bush" - }, - { - "block": "minecraft:brown_mushroom" - } + {"block": "minecraft:dead_bush"}, + {"block": "minecraft:brown_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.4, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ { @@ -339,24 +215,14 @@ "block": "minecraft:dark_oak_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.017, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/handy-willow-forest.json b/biomes/swamp/handy-willow-forest.json index cb5be15c..0142bf85 100644 --- a/biomes/swamp/handy-willow-forest.json +++ b/biomes/swamp/handy-willow-forest.json @@ -4,35 +4,23 @@ "rarity": 1, "derivative": "SWAMP", "vanillaDerivative": "DARK_FOREST", - "generators": [ - { - "min": 10, - "max": 30, - "generator": "mountain" - } - ], + "generators": [{ + "min": 10, + "max": 30, + "generator": "mountain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "zoom": 0.5, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 5, @@ -48,30 +36,18 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -90,46 +66,16 @@ "chance": 0.632, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "rotation": { @@ -159,11 +105,11 @@ "z": 0, "yRandom": -5 }, - "mode": "STILT" + "mode": "MIN_HEIGHT" }, { "chance": 0.5123, - "mode": "STILT", + "mode": "MIN_HEIGHT", "translate": { "x": 0, "y": -4, @@ -172,46 +118,16 @@ }, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "rotation": { @@ -251,7 +167,7 @@ "structures/swampforearm4", "structures/swampforearm5" ], - "mode": "PAINT", + "mode": "MIN_HEIGHT", "translate": { "x": 0, "y": -10, @@ -290,60 +206,20 @@ "chance": 0.17, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -367,60 +243,20 @@ "chance": 0.08, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -443,13 +279,9 @@ "mode": "PAINT" }, { - "chance": 5e-05, - "rotation": { - "enabled": false - }, - "place": [ - "clutter/genericgrave1" - ], + "chance": 5.0E-5, + "rotation": {"enabled": false}, + "place": ["clutter/genericgrave1"], "translate": { "x": 0, "y": 1, @@ -460,60 +292,30 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} }, { - "chance": 0.0002, - "variance": { - "style": "STATIC" - }, + "chance": 2.0E-4, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:crimson_fungus" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:crimson_fungus"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.45, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ], "effects": [ @@ -546,4 +348,4 @@ "particleCount": 0 } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/marsh-rotten.json b/biomes/swamp/marsh-rotten.json index 48b7b0de..813cd7c6 100644 --- a/biomes/swamp/marsh-rotten.json +++ b/biomes/swamp/marsh-rotten.json @@ -4,105 +4,63 @@ "rarity": 1, "derivative": "SWAMP", "vanillaDerivative": "SWAMP", - "customDerivitives": [ - { - "category": "swamp", - "id": "swamp_marsh_rotten", - "waterColor": "#684D1A", - "grassColor": "#5C581A", - "spawnRarity": 20, - "spawns": [ - { - "type": "SLIME" - } - ] - } - ], - "generators": [ - { - "min": -5, - "max": 4, - "generator": "plain" - } - ], + "customDerivitives": [{ + "category": "swamp", + "id": "swamp_marsh_rotten", + "waterColor": "#684D1A", + "grassColor": "#5C581A", + "spawnRarity": 20, + "spawns": [{"type": "SLIME"}] + }], + "generators": [{ + "min": -5, + "max": 4, + "generator": "plain" + }], "biomeZoom": 9, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.5, "palette": [ { "weight": 3, "block": "minecraft:grass_block" }, - { - "block": "minecraft:podzol" - }, - { - "block": "minecraft:coarse_dirt" - }, + {"block": "minecraft:podzol"}, + {"block": "minecraft:coarse_dirt"}, { "weight": 4, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -189,57 +147,33 @@ "decorators": [ { "chance": 0.005, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.13, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:large_fern" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:large_fern"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.15, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:dead_bush" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:dead_bush"}, + {"block": "minecraft:fern"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/marsh.json b/biomes/swamp/marsh.json index 32396710..9bc5c496 100644 --- a/biomes/swamp/marsh.json +++ b/biomes/swamp/marsh.json @@ -4,105 +4,63 @@ "rarity": 1, "derivative": "SWAMP", "vanillaDerivative": "SWAMP", - "customDerivitives": [ - { - "category": "swamp", - "id": "swamp_marsh_rotten", - "waterColor": "#684D1A", - "grassColor": "#5C581A", - "spawnRarity": 20, - "spawns": [ - { - "type": "SLIME" - } - ] - } - ], - "children": [ - "swamp/marsh-rotten" - ], - "generators": [ - { - "min": 3, - "max": 10, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "category": "swamp", + "id": "swamp_marsh_rotten", + "waterColor": "#684D1A", + "grassColor": "#5C581A", + "spawnRarity": 20, + "spawns": [{"type": "SLIME"}] + }], + "children": ["swamp/marsh-rotten"], + "generators": [{ + "min": 3, + "max": 10, + "generator": "mountain" + }], "biomeZoom": 9, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.5, "palette": [ { "weight": 3, "block": "minecraft:grass_block" }, - { - "block": "minecraft:podzol" - }, + {"block": "minecraft:podzol"}, { "weight": 4, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -121,46 +79,16 @@ "chance": 0.8, "edit": [ { - "find": [ - { - "block": "minecraft:jungle_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] - } + "find": [{"block": "minecraft:jungle_leaves"}], + "replace": {"palette": [{"block": "minecraft:oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:jungle_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:jungle_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:jungle_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:jungle_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} } ], "rotation": { @@ -172,9 +100,7 @@ "max": 360 } }, - "translate": { - "y": -3 - } + "translate": {"y": -3} }, { "chance": 0.35, @@ -203,57 +129,33 @@ "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.122, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:large_fern" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:large_fern"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.142, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/roofed-forest-extended.json b/biomes/swamp/roofed-forest-extended.json index 94920a02..3cae9d1a 100644 --- a/biomes/swamp/roofed-forest-extended.json +++ b/biomes/swamp/roofed-forest-extended.json @@ -4,38 +4,24 @@ "rarity": 1, "derivative": "SWAMP", "vanillaDerivative": "DARK_FOREST", - "children": [ - "swamp/sea/lake" - ], - "generators": [ - { - "min": 45, - "max": 61, - "generator": "mountain" - } - ], + "children": ["swamp/sea/lake"], + "generators": [{ + "min": 45, + "max": 61, + "generator": "mountain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "zoom": 0.5, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 5, @@ -51,30 +37,18 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -93,32 +67,12 @@ "chance": 0.1, "edit": [ { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": {"palette": [{"block": "minecraft:oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "rotation": { @@ -174,22 +128,10 @@ { "chance": 0.07, "density": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -217,32 +159,12 @@ "chance": 0.7, "edit": [ { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:dark_oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "rotation": { @@ -298,60 +220,20 @@ "chance": 0.1, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -377,60 +259,20 @@ "chance": 0.3, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -452,12 +294,8 @@ }, { "chance": 0.001, - "rotation": { - "enabled": false - }, - "place": [ - "clutter/genericgrave1" - ], + "rotation": {"enabled": false}, + "place": ["clutter/genericgrave1"], "translate": { "x": 0, "y": -1, @@ -468,51 +306,27 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:dead_bush" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:dead_bush"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { - "chance": 0.0002, - "variance": { - "style": "STATIC" - }, + "chance": 2.0E-4, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:crimson_fungus" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:crimson_fungus"}], + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ { @@ -532,24 +346,14 @@ "block": "minecraft:dark_oak_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.45, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/roofed-forest.json b/biomes/swamp/roofed-forest.json index a29d0911..060d48ce 100644 --- a/biomes/swamp/roofed-forest.json +++ b/biomes/swamp/roofed-forest.json @@ -8,35 +8,23 @@ "swamp/sea/lake", "swamp/roofed-forest-extended" ], - "generators": [ - { - "min": 4, - "max": 11, - "generator": "plain" - } - ], + "generators": [{ + "min": 4, + "max": 11, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "zoom": 0.5, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 5, @@ -52,30 +40,18 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -94,32 +70,12 @@ "chance": 0.1, "edit": [ { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": {"palette": [{"block": "minecraft:oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "rotation": { @@ -175,22 +131,10 @@ { "chance": 0.07, "density": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -218,32 +162,12 @@ "chance": 0.7, "edit": [ { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:dark_oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "rotation": { @@ -299,60 +223,20 @@ "chance": 0.1, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -378,60 +262,20 @@ "chance": 0.3, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -453,12 +297,8 @@ }, { "chance": 0.001, - "rotation": { - "enabled": false - }, - "place": [ - "clutter/genericgrave1" - ], + "rotation": {"enabled": false}, + "place": ["clutter/genericgrave1"], "translate": { "x": 0, "y": -1, @@ -469,51 +309,27 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:dead_bush" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:dead_bush"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { - "chance": 0.0002, - "variance": { - "style": "STATIC" - }, + "chance": 2.0E-4, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:crimson_fungus" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:crimson_fungus"}], + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ { @@ -533,24 +349,14 @@ "block": "minecraft:dark_oak_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.45, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/roofed-wayward-extended.json b/biomes/swamp/roofed-wayward-extended.json index 5654acab..90c470a4 100644 --- a/biomes/swamp/roofed-wayward-extended.json +++ b/biomes/swamp/roofed-wayward-extended.json @@ -4,38 +4,24 @@ "rarity": 1, "derivative": "SWAMP", "vanillaDerivative": "DARK_FOREST", - "children": [ - "swamp/sea/lake" - ], - "generators": [ - { - "min": 50, - "max": 71, - "generator": "mountain" - } - ], + "children": ["swamp/sea/lake"], + "generators": [{ + "min": 50, + "max": 71, + "generator": "mountain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "zoom": 0.5, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 5, @@ -51,30 +37,18 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -93,32 +67,12 @@ "chance": 0.5, "edit": [ { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:dark_oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "rotation": { @@ -147,32 +101,12 @@ "chance": 0.5, "edit": [ { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": {"palette": [{"block": "minecraft:oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "rotation": { @@ -228,22 +162,10 @@ { "chance": 0.07, "density": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -298,60 +220,20 @@ "chance": 0.1, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -377,60 +259,20 @@ "chance": 0.3, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -452,12 +294,8 @@ }, { "chance": 0.001, - "rotation": { - "enabled": false - }, - "place": [ - "clutter/genericgrave1" - ], + "rotation": {"enabled": false}, + "place": ["clutter/genericgrave1"], "translate": { "x": 0, "y": -1, @@ -468,60 +306,30 @@ "decorators": [ { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:dead_bush" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:dead_bush"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { - "chance": 0.0002, - "variance": { - "style": "STATIC" - }, + "chance": 2.0E-4, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:crimson_fungus" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:crimson_fungus"}], + "style": {"style": "STATIC"} }, { "chance": 0.45, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/roofed-wayward.json b/biomes/swamp/roofed-wayward.json index 97e54f14..6d4e14c4 100644 --- a/biomes/swamp/roofed-wayward.json +++ b/biomes/swamp/roofed-wayward.json @@ -8,35 +8,23 @@ "swamp/sea/lake", "swamp/roofed-wayward-extended" ], - "generators": [ - { - "min": 4, - "max": 11, - "generator": "plain" - } - ], + "generators": [{ + "min": 4, + "max": 11, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "zoom": 0.5, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 5, @@ -52,30 +40,18 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -94,32 +70,12 @@ "chance": 0.5, "edit": [ { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:dark_oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "rotation": { @@ -148,32 +104,12 @@ "chance": 0.5, "edit": [ { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": {"palette": [{"block": "minecraft:oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} } ], "rotation": { @@ -229,22 +165,10 @@ { "chance": 0.07, "density": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:red_mushroom_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:red_mushroom_block"}], + "replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -299,60 +223,20 @@ "chance": 0.1, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -378,60 +262,20 @@ "chance": 0.3, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -453,12 +297,8 @@ }, { "chance": 0.001, - "rotation": { - "enabled": false - }, - "place": [ - "clutter/genericgrave1" - ], + "rotation": {"enabled": false}, + "place": ["clutter/genericgrave1"], "translate": { "x": 0, "y": -1, @@ -469,60 +309,30 @@ "decorators": [ { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:dead_bush" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:dead_bush"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { - "chance": 0.0002, - "variance": { - "style": "STATIC" - }, + "chance": 2.0E-4, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:crimson_fungus" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:crimson_fungus"}], + "style": {"style": "STATIC"} }, { "chance": 0.45, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/sea/lake.json b/biomes/swamp/sea/lake.json index 32706824..f65b4f3d 100644 --- a/biomes/swamp/sea/lake.json +++ b/biomes/swamp/sea/lake.json @@ -4,173 +4,111 @@ "rarity": 1, "derivative": "SWAMP", "vanillaDerivative": "SWAMP", - "children": [ - "swamp/marsh" - ], - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "children": ["swamp/marsh"], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "biomeZoom": 9, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.5, "palette": [ { "weight": 3, "block": "minecraft:grass_block" }, - { - "block": "minecraft:podzol" - }, + {"block": "minecraft:podzol"}, { "weight": 4, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], - "objects": [ - { - "chance": 0.35, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 0.35, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "place": [ - "clutter/oakclutt1", - "clutter/oakclutt2", - "clutter/oakclutt3" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } + "enabled": true + }, + "place": [ + "clutter/oakclutt1", + "clutter/oakclutt2", + "clutter/oakclutt3" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 } - ], + }], "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.122, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:large_fern" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:large_fern"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.142, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/sea/ocean-tree.json b/biomes/swamp/sea/ocean-tree.json index 190ec4bb..8524737d 100644 --- a/biomes/swamp/sea/ocean-tree.json +++ b/biomes/swamp/sea/ocean-tree.json @@ -3,28 +3,20 @@ "color": "#183860", "derivative": "SWAMP", "vanillaDerivative": "OCEAN", - "generators": [ - { - "min": -2, - "max": -1, - "generator": "river" - } - ], + "generators": [{ + "min": -2, + "max": -1, + "generator": "river" + }], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:clay" - }, + {"block": "minecraft:clay"}, { "weight": 2, "block": "minecraft:smooth_sandstone" }, - { - "block": "minecraft:sand" - } + {"block": "minecraft:sand"} ] }, "layers": [ @@ -41,27 +33,13 @@ }, "zoom": 0.82, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:clay" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:clay"} ] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -70,9 +48,7 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], @@ -95,22 +71,10 @@ "structures/usdship1", "structures/usdship2" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_stairs" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_planks" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_stairs"}], + "replace": {"palette": [{"block": "minecraft:oak_planks"}]} + }], "translate": { "x": 0, "y": 4, @@ -132,60 +96,20 @@ "chance": 0.3, "edit": [ { - "find": [ - { - "block": "minecraft:jungle_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] - } + "find": [{"block": "minecraft:jungle_leaves"}], + "replace": {"palette": [{"block": "minecraft:oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:jungle_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:jungle_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:vine" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - } + "find": [{"block": "minecraft:vine"}], + "replace": {"palette": [{"block": "minecraft:air"}]} }, { - "find": [ - { - "block": "minecraft:jungle_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:jungle_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} } ], "onwater": true, @@ -204,99 +128,53 @@ { "partOf": "SEA_SURFACE", "chance": 0.025, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 2.25, - "palette": [ - { - "block": "minecraft:lily_pad" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:lily_pad"}], + "style": {"style": "STATIC"} }, { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 20, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, + "chance": 6.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, - { - "block": "minecraft:magma_block" - } + {"block": "minecraft:soul_sand"}, + {"block": "minecraft:magma_block"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.0013, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 24, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 2 }, { "chance": 0.0095, "verticalZoom": 20, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 9, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 }, { "chance": 0.004, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ { @@ -314,15 +192,11 @@ "block": "minecraft:sea_pickle" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -344,4 +218,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/swamp/sea/ocean.json b/biomes/swamp/sea/ocean.json index ee1be4a7..b38252d9 100644 --- a/biomes/swamp/sea/ocean.json +++ b/biomes/swamp/sea/ocean.json @@ -3,28 +3,20 @@ "color": "#102540", "derivative": "SWAMP", "vanillaDerivative": "OCEAN", - "generators": [ - { - "min": -2, - "max": -1, - "generator": "mountain" - } - ], + "generators": [{ + "min": -2, + "max": -1, + "generator": "mountain" + }], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:clay" - }, + {"block": "minecraft:clay"}, { "weight": 2, "block": "minecraft:smooth_sandstone" }, - { - "block": "minecraft:sand" - } + {"block": "minecraft:sand"} ] }, "layers": [ @@ -34,33 +26,17 @@ "style": { "style": "VASCULAR", "zoom": 0.8, - "fracture": { - "style": "STATIC" - } + "fracture": {"style": "STATIC"} }, "zoom": 0.825, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:clay" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:clay"} ] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -69,9 +45,7 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], @@ -79,15 +53,11 @@ { "mode": "PAINT", "onwater": true, - "place": [ - "clutter/lilly" - ], + "place": ["clutter/lilly"], "chance": 0.5, "density": 5, "underwater": false, - "translate": { - "y": 1 - } + "translate": {"y": 1} }, { "chance": 0.05, @@ -107,22 +77,10 @@ "structures/usdship1", "structures/usdship2" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_stairs" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_planks" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_stairs"}], + "replace": {"palette": [{"block": "minecraft:oak_planks"}]} + }], "translate": { "x": 0, "y": -4, @@ -134,99 +92,53 @@ { "partOf": "SEA_SURFACE", "chance": 0.025, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 2.25, - "palette": [ - { - "block": "minecraft:lily_pad" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:lily_pad"}], + "style": {"style": "STATIC"} }, { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 20, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, + "chance": 6.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, - { - "block": "minecraft:magma_block" - } + {"block": "minecraft:soul_sand"}, + {"block": "minecraft:magma_block"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.0013, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 24, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 2 }, { "chance": 0.0095, "verticalZoom": 20, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 9, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 }, { "chance": 0.004, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ { @@ -244,15 +156,11 @@ "block": "minecraft:sea_pickle" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -274,4 +182,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/swamp/shore/beach.json b/biomes/swamp/shore/beach.json index faa6cd8b..85649ced 100644 --- a/biomes/swamp/shore/beach.json +++ b/biomes/swamp/shore/beach.json @@ -4,40 +4,28 @@ "rarity": 1, "derivative": "SWAMP", "vanillaDerivative": "BEACH", - "generators": [ - { - "min": -5, - "max": 1, - "generator": "plain" - } - ], + "generators": [{ + "min": -5, + "max": 1, + "generator": "plain" + }], "layers": [ { "minHeight": 3, "maxHeight": 6, - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:rooted_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:rooted_dirt"} ] }, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:coarse_dirt" @@ -45,77 +33,43 @@ ] } ], - "objects": [ - { - "place": [ - "trees/jungle/lgeneric1", - "trees/jungle/lgeneric2", - "trees/jungle/lgeneric3", - "trees/jungle/lgeneric4", - "trees/jungle/lgeneric5", - "trees/jungle/lgeneric7", - "trees/jungle/lgeneric8", - "trees/jungle/lgeneric9" - ], - "chance": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:jungle_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] - } - }, - { - "find": [ - { - "block": "minecraft:jungle_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } - }, - { - "find": [ - { - "block": "minecraft:jungle_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } - } - ], - "rotation": { - "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } + "objects": [{ + "place": [ + "trees/jungle/lgeneric1", + "trees/jungle/lgeneric2", + "trees/jungle/lgeneric3", + "trees/jungle/lgeneric4", + "trees/jungle/lgeneric5", + "trees/jungle/lgeneric7", + "trees/jungle/lgeneric8", + "trees/jungle/lgeneric9" + ], + "chance": 1, + "edit": [ + { + "find": [{"block": "minecraft:jungle_leaves"}], + "replace": {"palette": [{"block": "minecraft:oak_leaves"}]} }, - "translate": { - "y": -3 + { + "find": [{"block": "minecraft:jungle_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} + }, + { + "find": [{"block": "minecraft:jungle_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} } - } - ], + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "min": -360, + "max": 360 + } + }, + "translate": {"y": -3} + }], "decorators": [ { "data": { @@ -140,9 +94,7 @@ }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -153,30 +105,18 @@ }, "block": "minecraft:dark_oak_button" }, - { - "block": "minecraft:air" - } + {"block": "minecraft:air"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "partOf": "SHORE_LINE", "chance": 0.29, "stackMin": 1, "stackMax": 4, - "palette": [ - { - "block": "minecraft:sugar_cane" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:sugar_cane"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/swamp-forest.json b/biomes/swamp/swamp-forest.json index 2e6ead55..4b8a6955 100644 --- a/biomes/swamp/swamp-forest.json +++ b/biomes/swamp/swamp-forest.json @@ -3,27 +3,21 @@ "rarity": 2, "derivative": "SWAMP", "vanillaDerivative": "SWAMP", - "customDerivitives": [ - { - "id": "k530forestswamp", - "foliageColor": "#4a532f", - "waterColor": "#49521d", - "waterFogColor": "#49521d", - "fogColor": "#325729", - "grassColor": "#4b5332", - "category": "forest" - } - ], - "children": [ - "swamp/swamp-puddle" - ], - "generators": [ - { - "generator": "plain", - "max": 4, - "min": 1 - } - ], + "customDerivitives": [{ + "id": "k530forestswamp", + "foliageColor": "#4a532f", + "waterColor": "#49521d", + "waterFogColor": "#49521d", + "fogColor": "#325729", + "grassColor": "#4b5332", + "category": "forest" + }], + "children": ["swamp/swamp-puddle"], + "generators": [{ + "generator": "plain", + "max": 4, + "min": 1 + }], "layers": [ { "style": { @@ -115,18 +109,14 @@ "max": 360 } }, - "translate": { - "y": -5 - } + "translate": {"y": -5} }, { "place": [ "trees/acacia/17", "trees/acacia/18" ], - "translate": { - "y": -4 - }, + "translate": {"y": -4}, "chance": 0.3, "rotation": { "enabled": true, @@ -174,54 +164,30 @@ "exponent": 1.4, "zoom": 0.8 }, - "palette": [ - { - "block": "minecraft:dark_oak_leaves" - } - ] + "palette": [{"block": "minecraft:dark_oak_leaves"}] }, { "chance": 0.25, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.065, - "palette": [ - { - "block": "minecraft:fern" - } - ] + "palette": [{"block": "minecraft:fern"}] + }, + { + "chance": 0.005, + "palette": [{"block": "minecraft:blue_orchid"}] }, { "chance": 0.005, "palette": [ - { - "block": "minecraft:blue_orchid" - } - ] - }, - { - "chance": 0.005, - "palette": [ - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ] }, { "chance": 0.065, - "palette": [ - { - "block": "minecraft:large_fern" - } - ] + "palette": [{"block": "minecraft:large_fern"}] } ], "childStyle": { @@ -229,4 +195,4 @@ "exponent": 1.3 }, "childShrinkFactor": 8 -} \ No newline at end of file +} diff --git a/biomes/swamp/swamp-mangrove-lake.json b/biomes/swamp/swamp-mangrove-lake.json index ec101ea7..235870cb 100644 --- a/biomes/swamp/swamp-mangrove-lake.json +++ b/biomes/swamp/swamp-mangrove-lake.json @@ -3,24 +3,20 @@ "rarity": 2, "derivative": "SWAMP", "vanillaDerivative": "SWAMP", - "customDerivitives": [ - { - "id": "k530mangroveswamp", - "foliageColor": "#4a532f", - "waterColor": "#49521d", - "waterFogColor": "#49521d", - "fogColor": "#325729", - "grassColor": "#4b5332", - "category": "forest" - } - ], - "generators": [ - { - "generator": "mountain", - "max": -1, - "min": -3 - } - ], + "customDerivitives": [{ + "id": "k530mangroveswamp", + "foliageColor": "#4a532f", + "waterColor": "#49521d", + "waterFogColor": "#49521d", + "fogColor": "#325729", + "grassColor": "#4b5332", + "category": "forest" + }], + "generators": [{ + "generator": "mountain", + "max": -1, + "min": -3 + }], "layers": [ { "minHeight": 2, @@ -34,12 +30,8 @@ }, "zoom": 0.8, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { @@ -79,65 +71,47 @@ ] } ], - "objects": [ - { - "mode": "STILT", - "onwater": true, - "chance": 1, - "clamp": { - "maximumHeight": 225 - }, - "density": 5, - "place": [ - "trees/mangrove/mangrove1", - "trees/mangrove/mangrove2", - "trees/mangrove/mangrove3", - "trees/mangrove/mangrove4", - "trees/mangrove/mangrove5", - "trees/mangrove/mangrove6", - "trees/mangrove/mangrove7", - "trees/mangrove/mangrove8", - "trees/mangrove/mangrove9", - "trees/mangrove/mangrove10", - "trees/mangrove/mangrove11", - "trees/mangrove/mangrove12", - "trees/mangrove/mangrove13", - "trees/mangrove/mangrove14", - "trees/mangrove/mangrove15", - "trees/mangrove/mangrove16", - "trees/mangrove/mangrove17", - "trees/mangrove/mangrove18", - "trees/mangrove/mangrove19", - "trees/mangrove/mangrove20" - ], - "rotation": { + "objects": [{ + "mode": "STILT", + "onwater": true, + "chance": 1, + "clamp": {"maximumHeight": 225}, + "density": 5, + "place": [ + "trees/mangrove/mangrove1", + "trees/mangrove/mangrove2", + "trees/mangrove/mangrove3", + "trees/mangrove/mangrove4", + "trees/mangrove/mangrove5", + "trees/mangrove/mangrove6", + "trees/mangrove/mangrove7", + "trees/mangrove/mangrove8", + "trees/mangrove/mangrove9", + "trees/mangrove/mangrove10", + "trees/mangrove/mangrove11", + "trees/mangrove/mangrove12", + "trees/mangrove/mangrove13", + "trees/mangrove/mangrove14", + "trees/mangrove/mangrove15", + "trees/mangrove/mangrove16", + "trees/mangrove/mangrove17", + "trees/mangrove/mangrove18", + "trees/mangrove/mangrove19", + "trees/mangrove/mangrove20" + ], + "rotation": { + "enabled": true, + "yAxis": { "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } - }, - "translate": { - "y": -8 - }, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - } - } - ] - } - ] -} \ No newline at end of file + "interval": 90, + "min": -360, + "max": 360 + } + }, + "translate": {"y": -8}, + "edit": [{ + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:air"}]} + }] + }] +} diff --git a/biomes/swamp/swamp-puddle.json b/biomes/swamp/swamp-puddle.json index 6b97a3d9..b7df035b 100644 --- a/biomes/swamp/swamp-puddle.json +++ b/biomes/swamp/swamp-puddle.json @@ -3,24 +3,20 @@ "rarity": 2, "derivative": "SWAMP", "vanillaDerivative": "SWAMP", - "customDerivitives": [ - { - "id": "k530puddle", - "foliageColor": "#4a532f", - "waterColor": "#49521d", - "waterFogColor": "#49521d", - "fogColor": "#325729", - "grassColor": "#4b5332", - "category": "forest" - } - ], - "generators": [ - { - "generator": "plain", - "max": -7, - "min": -6 - } - ], + "customDerivitives": [{ + "id": "k530puddle", + "foliageColor": "#4a532f", + "waterColor": "#49521d", + "waterFogColor": "#49521d", + "fogColor": "#325729", + "grassColor": "#4b5332", + "category": "forest" + }], + "generators": [{ + "generator": "plain", + "max": -7, + "min": -6 + }], "layers": [ { "style": { @@ -88,67 +84,49 @@ ] } ], - "objects": [ - { - "mode": "PAINT", - "place": [ - "trees/willow/t1", - "trees/willow/t2", - "trees/willow/t3", - "trees/willow/t4", - "trees/willow/t5", - "trees/willow/t6", - "trees/willow/t7", - "trees/willow/t8", - "trees/mangrove/t1", - "trees/mangrove/t2", - "trees/mangrove/t3", - "trees/mangrove/t4" - ], - "chance": 0.5, - "rotation": { + "objects": [{ + "mode": "PAINT", + "place": [ + "trees/willow/t1", + "trees/willow/t2", + "trees/willow/t3", + "trees/willow/t4", + "trees/willow/t5", + "trees/willow/t6", + "trees/willow/t7", + "trees/willow/t8", + "trees/mangrove/t1", + "trees/mangrove/t2", + "trees/mangrove/t3", + "trees/mangrove/t4" + ], + "chance": 0.5, + "rotation": { + "enabled": true, + "yAxis": { "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } + "interval": 90, + "min": -360, + "max": 360 } } - ], + }], "decorators": [ { "chance": 0.25, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.065, - "palette": [ - { - "block": "minecraft:fern" - } - ] + "palette": [{"block": "minecraft:fern"}] }, { "chance": 0.005, - "palette": [ - { - "block": "minecraft:blue_orchid" - } - ] + "palette": [{"block": "minecraft:blue_orchid"}] }, { "chance": 0.065, - "palette": [ - { - "block": "minecraft:large_fern" - } - ] + "palette": [{"block": "minecraft:large_fern"}] } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/willow-forest-extended.json b/biomes/swamp/willow-forest-extended.json index b1e4a7e9..211273e3 100644 --- a/biomes/swamp/willow-forest-extended.json +++ b/biomes/swamp/willow-forest-extended.json @@ -4,35 +4,23 @@ "rarity": 1, "derivative": "SWAMP", "vanillaDerivative": "DARK_FOREST", - "generators": [ - { - "min": 34, - "max": 51, - "generator": "mountain" - } - ], + "generators": [{ + "min": 34, + "max": 51, + "generator": "mountain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "zoom": 0.5, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 5, @@ -48,30 +36,18 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -90,60 +66,20 @@ "chance": 0.7, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -172,60 +108,20 @@ "chance": 0.2, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -279,60 +175,20 @@ "chance": 0.17, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -356,60 +212,20 @@ "chance": 0.08, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -432,13 +248,9 @@ "mode": "PAINT" }, { - "chance": 5e-05, - "rotation": { - "enabled": false - }, - "place": [ - "clutter/genericgrave1" - ], + "chance": 5.0E-5, + "rotation": {"enabled": false}, + "place": ["clutter/genericgrave1"], "translate": { "x": 0, "y": 1, @@ -449,60 +261,30 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} }, { - "chance": 0.0002, - "variance": { - "style": "STATIC" - }, + "chance": 2.0E-4, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:crimson_fungus" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:crimson_fungus"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.45, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ], "effects": [ @@ -535,4 +317,4 @@ "particleCount": 0 } ] -} \ No newline at end of file +} diff --git a/biomes/swamp/willow-forest.json b/biomes/swamp/willow-forest.json index d284e144..4bbe3ba3 100644 --- a/biomes/swamp/willow-forest.json +++ b/biomes/swamp/willow-forest.json @@ -11,35 +11,23 @@ "swamp/willow-forest-extended", "swamp/willow-forest-extended" ], - "generators": [ - { - "min": 4, - "max": 11, - "generator": "mountain" - } - ], + "generators": [{ + "min": 4, + "max": 11, + "generator": "mountain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "zoom": 0.5, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "weight": 5, @@ -55,30 +43,18 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -97,60 +73,20 @@ "chance": 0.7, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -179,60 +115,20 @@ "chance": 0.2, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -286,60 +182,20 @@ "chance": 0.17, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -363,60 +219,20 @@ "chance": 0.08, "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:oak_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_fence" - } - ] - } + "find": [{"block": "minecraft:oak_fence"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:dark_oak_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_dark_oak_wood" - } - ] - } + "find": [{"block": "minecraft:dark_oak_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_dark_oak_wood"}]} } ], "rotation": { @@ -439,13 +255,9 @@ "mode": "PAINT" }, { - "chance": 5e-05, - "rotation": { - "enabled": false - }, - "place": [ - "clutter/genericgrave1" - ], + "chance": 5.0E-5, + "rotation": {"enabled": false}, + "place": ["clutter/genericgrave1"], "translate": { "x": 0, "y": 1, @@ -456,60 +268,30 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} }, { - "chance": 0.0002, - "variance": { - "style": "STATIC" - }, + "chance": 2.0E-4, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:crimson_fungus" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:brown_mushroom" - }, - { - "block": "minecraft:red_mushroom" - } + {"block": "minecraft:crimson_fungus"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.45, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ], "effects": [ @@ -542,4 +324,4 @@ "particleCount": 0 } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/birch-denmyre.json b/biomes/temperate/birch-denmyre.json index 5129bbaa..ea40e746 100644 --- a/biomes/temperate/birch-denmyre.json +++ b/biomes/temperate/birch-denmyre.json @@ -4,72 +4,38 @@ "rarity": 1, "derivative": "FOREST", "vanillaDerivative": "BIRCH_FOREST", - "generators": [ - { - "min": 4, - "max": 7, - "generator": "plain" - } - ], + "generators": [{ + "min": 4, + "max": 7, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "FLAT"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:coarse_dirt" - } - ] + "palette": [{"block": "minecraft:coarse_dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -96,9 +62,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "mode": "PAINT", @@ -112,69 +76,27 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.5, "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:acacia_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_birch_wood" - } - ] - } + "find": [{"block": "minecraft:acacia_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_birch_wood"}]} }, { - "find": [ - { - "block": "minecraft:acacia_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:birch_leaves" - } - ] - } + "find": [{"block": "minecraft:acacia_leaves"}], + "replace": {"palette": [{"block": "minecraft:birch_leaves"}]} }, { - "find": [ - { - "block": "minecraft:acacia_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:birch_fence" - } - ] - } + "find": [{"block": "minecraft:acacia_fence"}], + "replace": {"palette": [{"block": "minecraft:birch_fence"}]} }, { - "find": [ - { - "block": "minecraft:acacia_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:birch_wood" - } - ] - } + "find": [{"block": "minecraft:acacia_wood"}], + "replace": {"palette": [{"block": "minecraft:birch_wood"}]} } ], "rotation": { @@ -204,46 +126,16 @@ { "edit": [ { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:birch_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:birch_leaves"}]} }, { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:birch_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": {"palette": [{"block": "minecraft:birch_leaves"}]} }, { - "find": [ - { - "block": "minecraft:spruce_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:birch_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_wood"}], + "replace": {"palette": [{"block": "minecraft:birch_leaves"}]} } ], "chance": 0.3, @@ -279,50 +171,26 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.01, "palette": [ - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:cornflower" - } + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:cornflower"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.35, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ { "data": { @@ -341,23 +209,13 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.027, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/birch-forest-extended.json b/biomes/temperate/birch-forest-extended.json index c53f9b4f..3b319ce6 100644 --- a/biomes/temperate/birch-forest-extended.json +++ b/biomes/temperate/birch-forest-extended.json @@ -4,9 +4,7 @@ "rarity": 3, "derivative": "BIRCH_FOREST", "vanillaDerivative": "BIRCH_FOREST", - "children": [ - "temperate/birch-thin" - ], + "children": ["temperate/birch-thin"], "generators": [ { "min": 5, @@ -20,80 +18,48 @@ } ], "biomeZoom": 50, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.656, "palette": [ { "weight": 19, "block": "minecraft:grass_block" }, - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "weight": 19, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -120,9 +86,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "mode": "PAINT", @@ -136,9 +100,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 1, @@ -203,17 +165,13 @@ "trees/birch/antioch5b", "trees/birch/antioch6b" ], - "addFeatures": [ - { - "rarity": 1, - "zone": { - "blockRadius": 8, - "entitySpawners": [ - "hives" - ] - } + "addFeatures": [{ + "rarity": 1, + "zone": { + "blockRadius": 8, + "entitySpawners": ["hives"] } - ] + }] }, { "chance": 0.008, @@ -235,78 +193,42 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:allium"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.4, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.017, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ], "childStyle": { "style": "NOWHERE_SIMPLEX", "zoom": 5 } -} \ No newline at end of file +} diff --git a/biomes/temperate/birch-forest.json b/biomes/temperate/birch-forest.json index aac0164d..0f89e8c6 100644 --- a/biomes/temperate/birch-forest.json +++ b/biomes/temperate/birch-forest.json @@ -21,80 +21,48 @@ } ], "biomeZoom": 50, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.656, "palette": [ { "weight": 19, "block": "minecraft:grass_block" }, - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "weight": 19, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -121,9 +89,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "mode": "PAINT", @@ -137,9 +103,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 1, @@ -204,17 +168,13 @@ "trees/birch/antioch5b", "trees/birch/antioch6b" ], - "addFeatures": [ - { - "rarity": 1, - "zone": { - "blockRadius": 8, - "entitySpawners": [ - "hives" - ] - } + "addFeatures": [{ + "rarity": 1, + "zone": { + "blockRadius": 8, + "entitySpawners": ["hives"] } - ] + }] }, { "chance": 0.008, @@ -236,78 +196,42 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:allium"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.4, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.017, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ], "childStyle": { "style": "NOWHERE_SIMPLEX", "zoom": 5 } -} \ No newline at end of file +} diff --git a/biomes/temperate/birch-thin.json b/biomes/temperate/birch-thin.json index 2ba529d2..2c0a60d2 100644 --- a/biomes/temperate/birch-thin.json +++ b/biomes/temperate/birch-thin.json @@ -17,75 +17,43 @@ } ], "biomeZoom": 50, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "block": "minecraft:grass_block", "weight": 30 }, - { - "block": "minecraft:coarse_dirt" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } + {"block": "minecraft:coarse_dirt"} ] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -112,9 +80,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "mode": "PAINT", @@ -128,9 +94,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.9, @@ -176,17 +140,13 @@ "trees/birch/antioch5b", "trees/birch/antioch6b" ], - "addFeatures": [ - { - "rarity": 1, - "zone": { - "blockRadius": 8, - "entitySpawners": [ - "hives" - ] - } + "addFeatures": [{ + "rarity": 1, + "zone": { + "blockRadius": 8, + "entitySpawners": ["hives"] } - ] + }] }, { "chance": 0.008, @@ -208,78 +168,44 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.4, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { "block": "minecraft:grass", "weight": 10 }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:fern"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.017, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/combo-forest-extended.json b/biomes/temperate/combo-forest-extended.json index 770523d2..d653eb28 100644 --- a/biomes/temperate/combo-forest-extended.json +++ b/biomes/temperate/combo-forest-extended.json @@ -4,82 +4,44 @@ "rarity": 2, "derivative": "FOREST", "vanillaDerivative": "FOREST", - "children": [ - "temperate/oak-denmyre" - ], - "generators": [ - { - "min": 45, - "max": 62, - "generator": "mountain" - } - ], + "children": ["temperate/oak-denmyre"], + "generators": [{ + "min": 45, + "max": 62, + "generator": "mountain" + }], "biomeZoom": 50, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -275,29 +237,21 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.8, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ { "weight": 1, "block": "minecraft:grass" }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:grass" - }, + {"block": "minecraft:grass"}, + {"block": "minecraft:grass"}, { "chance": 7, "block": "minecraft:grass" @@ -306,80 +260,48 @@ }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:oak_leaves", - "data": { - "persistent": true - } - } - ] + "palette": [{ + "block": "minecraft:oak_leaves", + "data": {"persistent": true} + }] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:rose_bush" - } - ] + "palette": [{"block": "minecraft:rose_bush"}] }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "chance": 3, - "block": "minecraft:red_mushroom" - } - ] + "palette": [{ + "chance": 3, + "block": "minecraft:red_mushroom" + }] }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "chance": 3, - "block": "minecraft:poppy" - } - ] + "palette": [{ + "chance": 3, + "block": "minecraft:poppy" + }] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:cobblestone_slab" - } - ] + "palette": [{"block": "minecraft:cobblestone_slab"}] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/combo-forest.json b/biomes/temperate/combo-forest.json index 2c6a5a7f..d8161b01 100644 --- a/biomes/temperate/combo-forest.json +++ b/biomes/temperate/combo-forest.json @@ -8,79 +8,43 @@ "temperate/oak-denmyre", "temperate/combo-forest-extended" ], - "generators": [ - { - "min": 5, - "max": 12, - "generator": "plain" - } - ], + "generators": [{ + "min": 5, + "max": 12, + "generator": "plain" + }], "biomeZoom": 50, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -276,29 +240,21 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.8, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ { "weight": 1, "block": "minecraft:grass" }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:grass" - }, + {"block": "minecraft:grass"}, + {"block": "minecraft:grass"}, { "chance": 7, "block": "minecraft:grass" @@ -307,80 +263,48 @@ }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:oak_leaves", - "data": { - "persistent": true - } - } - ] + "palette": [{ + "block": "minecraft:oak_leaves", + "data": {"persistent": true} + }] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:rose_bush" - } - ] + "palette": [{"block": "minecraft:rose_bush"}] }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "chance": 3, - "block": "minecraft:red_mushroom" - } - ] + "palette": [{ + "chance": 3, + "block": "minecraft:red_mushroom" + }] }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "chance": 3, - "block": "minecraft:poppy" - } - ] + "palette": [{ + "chance": 3, + "block": "minecraft:poppy" + }] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:cobblestone_slab" - } - ] + "palette": [{"block": "minecraft:cobblestone_slab"}] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/flower-forest-extended.json b/biomes/temperate/flower-forest-extended.json index 31be0e83..8f0a94a6 100644 --- a/biomes/temperate/flower-forest-extended.json +++ b/biomes/temperate/flower-forest-extended.json @@ -4,98 +4,60 @@ "rarity": 3, "derivative": "FLOWER_FOREST", "vanillaDerivative": "FLOWER_FOREST", - "biomeScatter": [ - "FLOWER_FOREST" - ], - "customDerivitives": [ - { - "id": "flower_forest", - "foliageColor": "#64C329", - "grassColor": "#48A620", - "category": "forest" - } - ], - "generators": [ - { - "min": 34, - "max": 57, - "generator": "plain" - } - ], - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeScatter": ["FLOWER_FOREST"], + "customDerivitives": [{ + "id": "flower_forest", + "foliageColor": "#64C329", + "grassColor": "#48A620", + "category": "forest" + }], + "generators": [{ + "min": 34, + "max": 57, + "generator": "plain" + }], + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.656, "palette": [ { "weight": 19, "block": "minecraft:grass_block" }, - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "weight": 26, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -153,24 +115,18 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "mode": "PAINT", "chance": 0.33, - "addFeatures": [ - { - "rarity": 1, - "zone": { - "blockRadius": 8, - "entitySpawners": [ - "hives" - ] - } + "addFeatures": [{ + "rarity": 1, + "zone": { + "blockRadius": 8, + "entitySpawners": ["hives"] } - ], + }], "rotation": { "yAxis": { "min": 0, @@ -180,9 +136,7 @@ }, "enabled": true }, - "place": [ - "clutter/hive1" - ] + "place": ["clutter/hive1"] }, { "chance": 1, @@ -419,9 +373,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ @@ -445,201 +397,91 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.1, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ { "weight": 1, "block": "minecraft:grass" }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:grass" - }, + {"block": "minecraft:grass"}, + {"block": "minecraft:grass"}, { "chance": 7, "block": "minecraft:grass" }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.04, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] + "palette": [{"block": "minecraft:oak_leaves"}] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:rose_bush" - } - ] + "palette": [{"block": "minecraft:rose_bush"}] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:cobblestone_slab" - } - ] + "palette": [{"block": "minecraft:cobblestone_slab"}] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/flower-forest.json b/biomes/temperate/flower-forest.json index c6e82345..4a3fd58c 100644 --- a/biomes/temperate/flower-forest.json +++ b/biomes/temperate/flower-forest.json @@ -4,101 +4,61 @@ "rarity": 3, "derivative": "FLOWER_FOREST", "vanillaDerivative": "FLOWER_FOREST", - "biomeScatter": [ - "FLOWER_FOREST" - ], - "customDerivitives": [ - { - "id": "flower_forest", - "foliageColor": "#64C329", - "grassColor": "#48A620", - "category": "forest" - } - ], - "children": [ - "temperate/flower-forest-extended" - ], - "generators": [ - { - "min": 4, - "max": 7, - "generator": "plain" - } - ], - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeScatter": ["FLOWER_FOREST"], + "customDerivitives": [{ + "id": "flower_forest", + "foliageColor": "#64C329", + "grassColor": "#48A620", + "category": "forest" + }], + "children": ["temperate/flower-forest-extended"], + "generators": [{ + "min": 4, + "max": 7, + "generator": "plain" + }], + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.656, "palette": [ { "weight": 19, "block": "minecraft:grass_block" }, - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "weight": 26, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -156,24 +116,18 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "mode": "PAINT", "chance": 0.33, - "addFeatures": [ - { - "rarity": 1, - "zone": { - "blockRadius": 8, - "entitySpawners": [ - "hives" - ] - } + "addFeatures": [{ + "rarity": 1, + "zone": { + "blockRadius": 8, + "entitySpawners": ["hives"] } - ], + }], "rotation": { "yAxis": { "min": 0, @@ -183,9 +137,7 @@ }, "enabled": true }, - "place": [ - "clutter/hive1" - ] + "place": ["clutter/hive1"] }, { "chance": 1, @@ -422,9 +374,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ @@ -448,201 +398,91 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.1, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ { "weight": 1, "block": "minecraft:grass" }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:grass" - }, + {"block": "minecraft:grass"}, + {"block": "minecraft:grass"}, { "chance": 7, "block": "minecraft:grass" }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.04, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] + "palette": [{"block": "minecraft:oak_leaves"}] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:rose_bush" - } - ] + "palette": [{"block": "minecraft:rose_bush"}] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:cobblestone_slab" - } - ] + "palette": [{"block": "minecraft:cobblestone_slab"}] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/highlands.json b/biomes/temperate/highlands.json index 627fcbc4..4c34e591 100644 --- a/biomes/temperate/highlands.json +++ b/biomes/temperate/highlands.json @@ -4,88 +4,54 @@ "rarity": 1, "derivative": "FOREST", "vanillaDerivative": "PLAINS", - "generators": [ - { - "min": 15, - "max": 20, - "generator": "mountain" - } - ], + "generators": [{ + "min": 15, + "max": 20, + "generator": "mountain" + }], "biomeZoom": 9, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.256, "palette": [ { "weight": 3, "block": "minecraft:grass_block" }, - { - "block": "minecraft:podzol" - }, + {"block": "minecraft:podzol"}, { "weight": 4, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -99,122 +65,80 @@ "structure": "village-temperate" } ], - "objects": [ - { - "chance": 0.5, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 0.5, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "place": [ - "clutter/oakclutt1", - "clutter/oakclutt2", - "clutter/oakclutt3", - "clutter/oakclutt4", - "clutter/oakclutt5", - "clutter/birchclutt1", - "clutter/birchclutt2", - "clutter/birchclutt3", - "clutter/birchclutt4", - "clutter/birchclutt5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } + "enabled": true + }, + "place": [ + "clutter/oakclutt1", + "clutter/oakclutt2", + "clutter/oakclutt3", + "clutter/oakclutt4", + "clutter/oakclutt5", + "clutter/birchclutt1", + "clutter/birchclutt2", + "clutter/birchclutt3", + "clutter/birchclutt4", + "clutter/birchclutt5" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 } - ], + }], "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:wither_rose" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:wither_rose"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:sunflower" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:rose_bush" - } + {"block": "minecraft:sunflower"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:rose_bush"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.122, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:large_fern" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:large_fern"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.142, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/island.json b/biomes/temperate/island.json index 0223fad1..8fc1ced1 100644 --- a/biomes/temperate/island.json +++ b/biomes/temperate/island.json @@ -8,87 +8,47 @@ "FOREST", "PLAINS" ], - "customDerivitives": [ - { - "id": "island", - "foliageColor": "#69DF51", - "waterColor": "#48BFBC", - "grassColor": "#BEDF51", - "category": "forest" - } - ], - "children": [ - "temperate/wilds" - ], - "generators": [ - { - "min": 28, - "max": 42, - "generator": "plain" - } - ], - "biomeStyle": { - "style": "SIMPLEX" - }, + "customDerivitives": [{ + "id": "island", + "foliageColor": "#69DF51", + "waterColor": "#48BFBC", + "grassColor": "#BEDF51", + "category": "forest" + }], + "children": ["temperate/wilds"], + "generators": [{ + "min": 28, + "max": 42, + "generator": "plain" + }], + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -149,37 +109,23 @@ "decorators": [ { "chance": 0.19, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "data": { - "age": 7 - }, - "block": "minecraft:wheat" - } - ], + "palette": [{ + "data": {"age": 7}, + "block": "minecraft:wheat" + }], "style": { "style": "NOWHERE", "zoom": 0.28 } } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/longtree-forest-extended.json b/biomes/temperate/longtree-forest-extended.json index cd2f38da..d5812cd7 100644 --- a/biomes/temperate/longtree-forest-extended.json +++ b/biomes/temperate/longtree-forest-extended.json @@ -4,64 +4,42 @@ "rarity": 3, "derivative": "FOREST", "vanillaDerivative": "FOREST", - "customDerivitives": [ - { - "id": "longtree_forest", - "foliageColor": "#58AB24", - "grassColor": "#4AB71C", - "category": "forest" - } - ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 98, - "min": 44 - } - ], + "customDerivitives": [{ + "id": "longtree_forest", + "foliageColor": "#58AB24", + "grassColor": "#4AB71C", + "category": "forest" + }], + "generators": [{ + "generator": "smooth-dunes", + "max": 98, + "min": 44 + }], "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.656, "palette": [ { "weight": 19, "block": "minecraft:grass_block" }, - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "weight": 59, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -121,28 +99,14 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.3, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -152,9 +116,7 @@ }, "enabled": true }, - "place": [ - "clutter/log" - ], + "place": ["clutter/log"], "translate": { "x": 0, "y": 1, @@ -225,27 +187,19 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.0015, "stackMax": 6, - "palette": [ - { - "block": "minecraft:sugar_cane" - } - ], + "palette": [{"block": "minecraft:sugar_cane"}], "stackMin": 1 }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ { "data": { @@ -268,11 +222,7 @@ { "chance": 0.006, "stackMax": 6, - "palette": [ - { - "block": "minecraft:sunflower" - } - ], + "palette": [{"block": "minecraft:sunflower"}], "stackMin": 3 }, { @@ -283,16 +233,14 @@ "style": "STATIC", "zoom": 0.1 }, - "topPalette": [ - { - "data": { - "stage": 0, - "age": 0, - "leaves": "small" - }, - "block": "minecraft:bamboo" - } - ], + "topPalette": [{ + "data": { + "stage": 0, + "age": 0, + "leaves": "small" + }, + "block": "minecraft:bamboo" + }], "palette": [ { "data": { @@ -391,100 +339,64 @@ "block": "minecraft:bamboo" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.4, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "weight": 1, - "block": "minecraft:grass" - } - ] + "palette": [{ + "weight": 1, + "block": "minecraft:grass" + }] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] + "palette": [{"block": "minecraft:oak_leaves"}] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ { "weight": 2, "block": "minecraft:rose_bush" }, - { - "block": "minecraft:peony" - }, - { - "block": "minecraft:lilac" - }, - { - "block": "minecraft:dandelion" - } + {"block": "minecraft:peony"}, + {"block": "minecraft:lilac"}, + {"block": "minecraft:dandelion"} ] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:oxeye_daisy" - } + {"block": "minecraft:poppy"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:oxeye_daisy"} ] } ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 3, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 3 - } - ], + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 3, + "particleEffect": "TOTEM", + "particleOffset": 12, + "interval": 550, + "particleCount": 3 + }], "slab": { "palette": [ { @@ -496,8 +408,6 @@ "block": "minecraft:air" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } -} \ No newline at end of file +} diff --git a/biomes/temperate/longtree-forest.json b/biomes/temperate/longtree-forest.json index ea4721aa..017a6674 100644 --- a/biomes/temperate/longtree-forest.json +++ b/biomes/temperate/longtree-forest.json @@ -4,67 +4,43 @@ "rarity": 3, "derivative": "FOREST", "vanillaDerivative": "FOREST", - "customDerivitives": [ - { - "id": "longtree_forest", - "foliageColor": "#58AB24", - "grassColor": "#4AB71C", - "category": "forest" - } - ], - "children": [ - "temperate/longtree-forest-extended" - ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 10, - "min": 4 - } - ], + "customDerivitives": [{ + "id": "longtree_forest", + "foliageColor": "#58AB24", + "grassColor": "#4AB71C", + "category": "forest" + }], + "children": ["temperate/longtree-forest-extended"], + "generators": [{ + "generator": "smooth-dunes", + "max": 10, + "min": 4 + }], "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.656, "palette": [ { "weight": 19, "block": "minecraft:grass_block" }, - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:gravel"}, { "weight": 59, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -124,28 +100,14 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.3, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:dark_oak_wood" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_wood"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -155,9 +117,7 @@ }, "enabled": true }, - "place": [ - "clutter/log" - ], + "place": ["clutter/log"], "translate": { "x": 0, "y": 1, @@ -228,27 +188,19 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.0015, "stackMax": 6, - "palette": [ - { - "block": "minecraft:sugar_cane" - } - ], + "palette": [{"block": "minecraft:sugar_cane"}], "stackMin": 1 }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ { "data": { @@ -271,11 +223,7 @@ { "chance": 0.006, "stackMax": 6, - "palette": [ - { - "block": "minecraft:sunflower" - } - ], + "palette": [{"block": "minecraft:sunflower"}], "stackMin": 3 }, { @@ -286,16 +234,14 @@ "style": "STATIC", "zoom": 0.1 }, - "topPalette": [ - { - "data": { - "stage": 0, - "age": 0, - "leaves": "small" - }, - "block": "minecraft:bamboo" - } - ], + "topPalette": [{ + "data": { + "stage": 0, + "age": 0, + "leaves": "small" + }, + "block": "minecraft:bamboo" + }], "palette": [ { "data": { @@ -394,100 +340,64 @@ "block": "minecraft:bamboo" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.4, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "weight": 1, - "block": "minecraft:grass" - } - ] + "palette": [{ + "weight": 1, + "block": "minecraft:grass" + }] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] + "palette": [{"block": "minecraft:oak_leaves"}] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ { "weight": 2, "block": "minecraft:rose_bush" }, - { - "block": "minecraft:peony" - }, - { - "block": "minecraft:lilac" - }, - { - "block": "minecraft:dandelion" - } + {"block": "minecraft:peony"}, + {"block": "minecraft:lilac"}, + {"block": "minecraft:dandelion"} ] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:oxeye_daisy" - } + {"block": "minecraft:poppy"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:oxeye_daisy"} ] } ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 3, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 3 - } - ], + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 3, + "particleEffect": "TOTEM", + "particleOffset": 12, + "interval": 550, + "particleCount": 3 + }], "slab": { "palette": [ { @@ -499,8 +409,6 @@ "block": "minecraft:air" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } -} \ No newline at end of file +} diff --git a/biomes/temperate/lush-plains-red.json b/biomes/temperate/lush-plains-red.json index 2f391a50..c8c43b03 100644 --- a/biomes/temperate/lush-plains-red.json +++ b/biomes/temperate/lush-plains-red.json @@ -4,68 +4,38 @@ "rarity": 3, "derivative": "FLOWER_FOREST", "vanillaDerivative": "FLOWER_FOREST", - "generators": [ - { - "min": 4, - "max": 7, - "generator": "plain" - } - ], - "biomeStyle": { - "style": "SIMPLEX" - }, - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "generators": [{ + "min": 4, + "max": 7, + "generator": "plain" + }], + "biomeStyle": {"style": "SIMPLEX"}, + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -138,7 +108,7 @@ ] }, { - "chance": 0.0001, + "chance": 1.0E-4, "mode": "PAINT", "rotation": { "yAxis": { @@ -149,9 +119,7 @@ }, "enabled": true }, - "place": [ - "structures/ruin1" - ] + "place": ["structures/ruin1"] }, { "chance": 0.004, @@ -211,17 +179,13 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.04, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "block": "minecraft:rose_bush", @@ -235,11 +199,7 @@ }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, @@ -256,14 +216,10 @@ }, { "chance": 0.07, - "palette": [ - { - "block": "minecraft:oak_leaves", - "data": { - "persistent": true - } - } - ] + "palette": [{ + "block": "minecraft:oak_leaves", + "data": {"persistent": true} + }] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/lush-plains-yellow.json b/biomes/temperate/lush-plains-yellow.json index de8e7656..a8c687d0 100644 --- a/biomes/temperate/lush-plains-yellow.json +++ b/biomes/temperate/lush-plains-yellow.json @@ -4,68 +4,38 @@ "rarity": 3, "derivative": "FLOWER_FOREST", "vanillaDerivative": "FLOWER_FOREST", - "generators": [ - { - "min": 4, - "max": 7, - "generator": "plain" - } - ], - "biomeStyle": { - "style": "SIMPLEX" - }, - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "generators": [{ + "min": 4, + "max": 7, + "generator": "plain" + }], + "biomeStyle": {"style": "SIMPLEX"}, + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -138,7 +108,7 @@ ] }, { - "chance": 0.0001, + "chance": 1.0E-4, "mode": "PAINT", "rotation": { "yAxis": { @@ -149,9 +119,7 @@ }, "enabled": true }, - "place": [ - "structures/ruin1" - ] + "place": ["structures/ruin1"] }, { "chance": 0.004, @@ -211,17 +179,13 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.05, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "block": "minecraft:dandelion", @@ -235,11 +199,7 @@ }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, @@ -256,14 +216,10 @@ }, { "chance": 0.08, - "palette": [ - { - "block": "minecraft:oak_leaves", - "data": { - "persistent": true - } - } - ] + "palette": [{ + "block": "minecraft:oak_leaves", + "data": {"persistent": true} + }] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/lush-plains.json b/biomes/temperate/lush-plains.json index 07daf9ba..bdb2526a 100644 --- a/biomes/temperate/lush-plains.json +++ b/biomes/temperate/lush-plains.json @@ -8,69 +8,39 @@ "temperate/lush-plains-yellow", "temperate/lush-plains-red" ], - "generators": [ - { - "min": 4, - "max": 7, - "generator": "plain" - } - ], + "generators": [{ + "min": 4, + "max": 7, + "generator": "plain" + }], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "biomeStyle": {"style": "SIMPLEX"}, + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -143,7 +113,7 @@ ] }, { - "chance": 0.0001, + "chance": 1.0E-4, "mode": "PAINT", "rotation": { "yAxis": { @@ -154,9 +124,7 @@ }, "enabled": true }, - "place": [ - "structures/ruin1" - ] + "place": ["structures/ruin1"] }, { "chance": 0.004, @@ -216,72 +184,34 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.05, - "variance": { - "style": "STATIC" - }, - "style": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - }, - { - "block": "minecraft:rose_bush" - }, - { - "block": "minecraft:lilac" - } + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"}, + {"block": "minecraft:rose_bush"}, + {"block": "minecraft:lilac"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, @@ -298,14 +228,10 @@ }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:oak_leaves", - "data": { - "persistent": true - } - } - ], + "palette": [{ + "block": "minecraft:oak_leaves", + "data": {"persistent": true} + }], "style": { "style": "STATIC", "zoom": 0.8 @@ -316,4 +242,4 @@ "style": "CELLULAR_IRIS_THICK", "zoom": 20 } -} \ No newline at end of file +} diff --git a/biomes/temperate/meadows.json b/biomes/temperate/meadows.json index bc285495..08dd94f1 100644 --- a/biomes/temperate/meadows.json +++ b/biomes/temperate/meadows.json @@ -4,78 +4,46 @@ "rarity": 4, "derivative": "FOREST", "vanillaDerivative": "FOREST", - "customDerivitives": [ - { - "category": "plains", - "humidity": 0.8, - "temperature": 0.5, - "id": "meadow", - "downfallType": "rain", - "grassColor": "#83BB6D" - } - ], - "generators": [ - { - "min": 5, - "max": 12, - "generator": "highplains" - } - ], - "biomeStyle": { - "style": "SIMPLEX" - }, - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "customDerivitives": [{ + "category": "plains", + "humidity": 0.8, + "temperature": 0.5, + "id": "meadow", + "downfallType": "rain", + "grassColor": "#83BB6D" + }], + "generators": [{ + "min": 5, + "max": 12, + "generator": "highplains" + }], + "biomeStyle": {"style": "SIMPLEX"}, + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -148,7 +116,7 @@ ] }, { - "chance": 0.0001, + "chance": 1.0E-4, "mode": "PAINT", "rotation": { "yAxis": { @@ -159,9 +127,7 @@ }, "enabled": true }, - "place": [ - "structures/ruin1" - ] + "place": ["structures/ruin1"] }, { "chance": 0.004, @@ -208,19 +174,11 @@ "multiplier": 10 } }, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:cornflower" - } + {"block": "minecraft:cornflower"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:cornflower"} ] }, { @@ -234,36 +192,20 @@ "multiplier": 10 } }, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:poppy"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.005, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.1, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/oak-denmyre.json b/biomes/temperate/oak-denmyre.json index e0818464..e6909d1b 100644 --- a/biomes/temperate/oak-denmyre.json +++ b/biomes/temperate/oak-denmyre.json @@ -4,72 +4,38 @@ "rarity": 4, "derivative": "FOREST", "vanillaDerivative": "FOREST", - "generators": [ - { - "min": 5, - "max": 12, - "generator": "plain" - } - ], + "generators": [{ + "min": 5, + "max": 12, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "FLAT"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:coarse_dirt" - } - ] + "palette": [{"block": "minecraft:coarse_dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -96,69 +62,27 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.2, "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:acacia_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_oak_wood" - } - ] - } + "find": [{"block": "minecraft:acacia_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:acacia_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] - } + "find": [{"block": "minecraft:acacia_leaves"}], + "replace": {"palette": [{"block": "minecraft:oak_leaves"}]} }, { - "find": [ - { - "block": "minecraft:acacia_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_fence" - } - ] - } + "find": [{"block": "minecraft:acacia_fence"}], + "replace": {"palette": [{"block": "minecraft:oak_fence"}]} }, { - "find": [ - { - "block": "minecraft:acacia_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_wood" - } - ] - } + "find": [{"block": "minecraft:acacia_wood"}], + "replace": {"palette": [{"block": "minecraft:oak_wood"}]} } ], "rotation": { @@ -225,29 +149,21 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ { "weight": 1, "block": "minecraft:grass" }, - { - "block": "minecraft:lily_of_the_valley" - }, - { - "block": "minecraft:allium" - }, + {"block": "minecraft:lily_of_the_valley"}, + {"block": "minecraft:allium"}, { "chance": 7, "block": "minecraft:poppy" @@ -256,90 +172,54 @@ }, { "chance": 0.8, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "weight": 1, - "block": "minecraft:grass" - } - ] + "palette": [{ + "weight": 1, + "block": "minecraft:grass" + }] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] + "palette": [{"block": "minecraft:oak_leaves"}] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:rose_bush" - } - ] + "palette": [{"block": "minecraft:rose_bush"}] }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "chance": 3, - "block": "minecraft:red_mushroom" - } - ] + "palette": [{ + "chance": 3, + "block": "minecraft:red_mushroom" + }] }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "chance": 3, - "block": "minecraft:poppy" - } - ] + "palette": [{ + "chance": 3, + "block": "minecraft:poppy" + }] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:cobblestone_slab" - } - ] + "palette": [{"block": "minecraft:cobblestone_slab"}] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/oak-forest-extended.json b/biomes/temperate/oak-forest-extended.json index b27ec67c..6f3f77f3 100644 --- a/biomes/temperate/oak-forest-extended.json +++ b/biomes/temperate/oak-forest-extended.json @@ -4,14 +4,12 @@ "rarity": 3, "derivative": "FOREST", "vanillaDerivative": "FOREST", - "customDerivitives": [ - { - "id": "oak_forest", - "foliageColor": "#64B233", - "grassColor": "#77A620", - "category": "forest" - } - ], + "customDerivitives": [{ + "id": "oak_forest", + "foliageColor": "#64B233", + "grassColor": "#77A620", + "category": "forest" + }], "generators": [ { "generator": "smooth-dunes", @@ -24,39 +22,23 @@ "min": 43 } ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:mossy_cobblestone" - } - ] - }, + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:cobblestone"}, + {"block": "minecraft:mossy_cobblestone"} + ]}, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.656, "palette": [ { "weight": 19, "block": "minecraft:grass_block" }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"}, { "weight": 19, "block": "minecraft:grass_block" @@ -66,25 +48,15 @@ { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "minHeight": 1, "maxHeight": 1, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -174,9 +146,7 @@ }, "enabled": true }, - "place": [ - "trees/mixed/smoakog80" - ], + "place": ["trees/mixed/smoakog80"], "translate": { "x": 0, "y": -5, @@ -203,9 +173,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ @@ -229,91 +197,43 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.03, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:fern" - } - ] + "palette": [{"block": "minecraft:fern"}] }, { "chance": 0.04, - "palette": [ - { - "block": "minecraft:red_mushroom" - } - ] + "palette": [{"block": "minecraft:red_mushroom"}] }, { "chance": 0.1, - "palette": [ - { - "block": "minecraft:large_fern" - } - ] + "palette": [{"block": "minecraft:large_fern"}] }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:cobblestone_slab" - } - ] + "palette": [{"block": "minecraft:cobblestone_slab"}] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/oak-forest.json b/biomes/temperate/oak-forest.json index 6e943479..232cbc97 100644 --- a/biomes/temperate/oak-forest.json +++ b/biomes/temperate/oak-forest.json @@ -4,17 +4,13 @@ "rarity": 3, "derivative": "FOREST", "vanillaDerivative": "FOREST", - "customDerivitives": [ - { - "id": "oak_forest", - "foliageColor": "#64B233", - "grassColor": "#77A620", - "category": "forest" - } - ], - "children": [ - "temperate/oak-forest-extended" - ], + "customDerivitives": [{ + "id": "oak_forest", + "foliageColor": "#64B233", + "grassColor": "#77A620", + "category": "forest" + }], + "children": ["temperate/oak-forest-extended"], "generators": [ { "generator": "smooth-dunes", @@ -27,39 +23,23 @@ "min": 0 } ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:mossy_cobblestone" - } - ] - }, + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:cobblestone"}, + {"block": "minecraft:mossy_cobblestone"} + ]}, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.656, "palette": [ { "weight": 19, "block": "minecraft:grass_block" }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - }, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"}, { "weight": 19, "block": "minecraft:grass_block" @@ -69,25 +49,15 @@ { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "minHeight": 1, "maxHeight": 1, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -177,9 +147,7 @@ }, "enabled": true }, - "place": [ - "trees/mixed/smoakog80" - ], + "place": ["trees/mixed/smoakog80"], "translate": { "x": 0, "y": -5, @@ -206,9 +174,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ @@ -232,91 +198,43 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.03, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:fern" - } - ] + "palette": [{"block": "minecraft:fern"}] }, { "chance": 0.04, - "palette": [ - { - "block": "minecraft:red_mushroom" - } - ] + "palette": [{"block": "minecraft:red_mushroom"}] }, { "chance": 0.1, - "palette": [ - { - "block": "minecraft:large_fern" - } - ] + "palette": [{"block": "minecraft:large_fern"}] }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:cobblestone_slab" - } - ] + "palette": [{"block": "minecraft:cobblestone_slab"}] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/osaka-red-forest.json b/biomes/temperate/osaka-red-forest.json index 1ce5e4a1..c72f9a42 100644 --- a/biomes/temperate/osaka-red-forest.json +++ b/biomes/temperate/osaka-red-forest.json @@ -4,9 +4,7 @@ "rarity": 4, "derivative": "FLOWER_FOREST", "vanillaDerivative": "FOREST", - "biomeScatter": [ - "FOREST" - ], + "biomeScatter": ["FOREST"], "customDerivitives": [ { "id": "osaka_red", @@ -27,79 +25,43 @@ "category": "forest" } ], - "generators": [ - { - "min": 4, - "max": 7, - "generator": "plain" - } - ], + "generators": [{ + "min": 4, + "max": 7, + "generator": "plain" + }], "biomeZoom": 60, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -117,38 +79,18 @@ }, "edit": [ { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} }, { "chance": 0.05, "find": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:birch_leaves" - } + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:birch_leaves"} ], "replace": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:jungle_leaves" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:jungle_leaves"}] } } ], @@ -206,38 +148,18 @@ }, "edit": [ { - "find": [ - { - "block": "minecraft:stripped_birch_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } + "find": [{"block": "minecraft:stripped_birch_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} }, { "chance": 0.05, "find": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:birch_leaves" - } + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:birch_leaves"} ], "replace": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:jungle_leaves" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:jungle_leaves"}] } } ], @@ -313,29 +235,21 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.6, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ { "weight": 1, "block": "minecraft:grass" }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:grass" - }, + {"block": "minecraft:grass"}, + {"block": "minecraft:grass"}, { "chance": 7, "block": "minecraft:grass" @@ -344,63 +258,37 @@ }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] + "palette": [{"block": "minecraft:oak_leaves"}] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.06, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:poppy" - } - ] + "palette": [{"block": "minecraft:poppy"}] }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:blackstone_slab" - } - ] + "palette": [{"block": "minecraft:blackstone_slab"}] } ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1, - "particleEffect": "SOUL", - "particleOffset": 12, - "interval": 550, - "particleCount": 0 - } - ] -} \ No newline at end of file + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 1, + "particleEffect": "SOUL", + "particleOffset": 12, + "interval": 550, + "particleCount": 0 + }] +} diff --git a/biomes/temperate/osaka-violet-forest.json b/biomes/temperate/osaka-violet-forest.json index 18b81db0..dcdd6094 100644 --- a/biomes/temperate/osaka-violet-forest.json +++ b/biomes/temperate/osaka-violet-forest.json @@ -4,9 +4,7 @@ "rarity": 4, "derivative": "FLOWER_FOREST", "vanillaDerivative": "FOREST", - "biomeScatter": [ - "FOREST" - ], + "biomeScatter": ["FOREST"], "customDerivitives": [ { "id": "sakura_pink", @@ -23,79 +21,43 @@ "category": "forest" } ], - "generators": [ - { - "min": 4, - "max": 7, - "generator": "plain" - } - ], + "generators": [{ + "min": 4, + "max": 7, + "generator": "plain" + }], "biomeZoom": 60, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -113,38 +75,18 @@ }, "edit": [ { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_birch_log" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:stripped_birch_log"}]} }, { "chance": 0.05, "find": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:birch_leaves" - } + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:birch_leaves"} ], "replace": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:jungle_leaves" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:jungle_leaves"}] } } ], @@ -169,7 +111,7 @@ ] }, { - "mode": "PAINT", + "mode": "MIN_HEIGHT", "chance": 0.008, "rotation": { "yAxis": { @@ -189,7 +131,7 @@ }, { "chance": 0.7, - "mode": "PAINT", + "mode": "MIN_HEIGHT", "density": 2, "rotation": { "yAxis": { @@ -200,29 +142,17 @@ }, "enabled": true }, - "edit": [ - { - "chance": 0.05, - "find": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:jungle_leaves" - } - ] - } + "edit": [{ + "chance": 0.05, + "find": [ + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:birch_leaves"} + ], + "replace": { + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:jungle_leaves"}] } - ], + }], "place": [ "trees/sakura/genericsak1", "trees/sakura/genericsak2", @@ -259,6 +189,7 @@ }, { "chance": 0.001, + "mode": "PAINT", "rotation": { "yAxis": { "min": 0, @@ -295,29 +226,21 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.6, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ { "weight": 1, "block": "minecraft:grass" }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:grass" - }, + {"block": "minecraft:grass"}, + {"block": "minecraft:grass"}, { "chance": 7, "block": "minecraft:grass" @@ -326,51 +249,27 @@ }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] + "palette": [{"block": "minecraft:oak_leaves"}] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.06, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:allium" - } - ] + "palette": [{"block": "minecraft:allium"}] }, { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "block": "minecraft:cobblestone_slab" - } - ] + "palette": [{"block": "minecraft:cobblestone_slab"}] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/plains.json b/biomes/temperate/plains.json index 4ac429e3..85b2c17e 100644 --- a/biomes/temperate/plains.json +++ b/biomes/temperate/plains.json @@ -4,68 +4,38 @@ "rarity": 2, "derivative": "PLAINS", "vanillaDerivative": "PLAINS", - "generators": [ - { - "min": 4, - "max": 10, - "generator": "plain" - } - ], - "biomeStyle": { - "style": "SIMPLEX" - }, - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "generators": [{ + "min": 4, + "max": 10, + "generator": "plain" + }], + "biomeStyle": {"style": "SIMPLEX"}, + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -111,28 +81,14 @@ }, "enabled": true }, - "place": [ - "clutter/camp2" - ] + "place": ["clutter/camp2"] }, { "chance": 0.002, - "edit": [ - { - "find": [ - { - "block": "minecraft:glass" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:void_air" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:glass"}], + "replace": {"palette": [{"block": "minecraft:void_air"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -142,9 +98,7 @@ }, "enabled": true }, - "place": [ - "structures/cave2" - ], + "place": ["structures/cave2"], "translate": { "x": 0, "y": -57, @@ -183,7 +137,7 @@ ] }, { - "chance": 0.0001, + "chance": 1.0E-4, "mode": "STILT", "rotation": { "yAxis": { @@ -194,9 +148,7 @@ }, "enabled": true }, - "place": [ - "structures/ruin1" - ] + "place": ["structures/ruin1"] }, { "chance": 0.005, @@ -305,9 +257,7 @@ "max": 360 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ @@ -322,83 +272,47 @@ "multiplier": 10 } }, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] } ], - "features": [ - { - "rarity": 252, - "zone": { - "convergeToHeight": 64, - "interpolationRadius": 3, - "interpolator": "BILINEAR_STARCAST_6", - "blockRadius": 14, - "objectChance": 1, - "strength": 1, - "biomeStrengthThreshold": 0.18, - "customBiome": "temperate/flower-forest", - "fractureRadius": { - "style": "NOWHERE", - "zoom": 0.12, - "multiplier": 52 - } + "features": [{ + "rarity": 252, + "zone": { + "convergeToHeight": 64, + "interpolationRadius": 3, + "interpolator": "BILINEAR_STARCAST_6", + "blockRadius": 14, + "objectChance": 1, + "strength": 1, + "biomeStrengthThreshold": 0.18, + "customBiome": "temperate/flower-forest", + "fractureRadius": { + "style": "NOWHERE", + "zoom": 0.12, + "multiplier": 52 } } - ] -} \ No newline at end of file + }] +} diff --git a/biomes/temperate/plateau-extended.json b/biomes/temperate/plateau-extended.json index 713e168d..cc0467c9 100644 --- a/biomes/temperate/plateau-extended.json +++ b/biomes/temperate/plateau-extended.json @@ -4,90 +4,50 @@ "rarity": 4, "derivative": "DEEP_LUKEWARM_OCEAN", "vanillaDerivative": "FOREST", - "biomeScatter": [ - "FOREST" - ], - "customDerivitives": [ - { - "id": "plateau", - "foliageColor": "#44A528", - "waterColor": "#2883A5", - "grassColor": "#21BF4C", - "category": "forest" - } - ], - "generators": [ - { - "min": 55, - "max": 77, - "generator": "small-cliffs" - } - ], - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeScatter": ["FOREST"], + "customDerivitives": [{ + "id": "plateau", + "foliageColor": "#44A528", + "waterColor": "#2883A5", + "grassColor": "#21BF4C", + "category": "forest" + }], + "generators": [{ + "min": 55, + "max": 77, + "generator": "small-cliffs" + }], + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -124,63 +84,23 @@ ], "edit": [ { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, "chance": 0.1 }, { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.07 }, { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, "chance": 0.15 }, { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.2 } ], @@ -230,9 +150,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 1, @@ -250,34 +168,14 @@ "edit": [ { "find": [ - { - "block": "minecraft:birch_wood" - }, - { - "block": "minecraft:birch_log" - } + {"block": "minecraft:birch_wood"}, + {"block": "minecraft:birch_log"} ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_wood" - } - ] - } + "replace": {"palette": [{"block": "minecraft:oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:oak_leaves"}]} } ], "place": [ @@ -365,84 +263,42 @@ "decorators": [ { "chance": 0.5, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "chance": 7, - "block": "minecraft:grass" - } - ] + "palette": [{ + "chance": 7, + "block": "minecraft:grass" + }] }, { "chance": 0.025, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:rose_bush" - }, - { - "block": "minecraft:cobblestone_slab" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:rose_bush"}, + {"block": "minecraft:cobblestone_slab"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:tall_grass" - }, + {"block": "minecraft:tall_grass"}, { "chance": 3, "block": "minecraft:red_mushroom" @@ -454,4 +310,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/plateau.json b/biomes/temperate/plateau.json index 2e815e30..dcdd7fcf 100644 --- a/biomes/temperate/plateau.json +++ b/biomes/temperate/plateau.json @@ -4,93 +4,51 @@ "rarity": 4, "derivative": "DEEP_LUKEWARM_OCEAN", "vanillaDerivative": "FOREST", - "biomeScatter": [ - "FOREST" - ], - "customDerivitives": [ - { - "id": "plateau", - "foliageColor": "#44A528", - "waterColor": "#2883A5", - "grassColor": "#21BF4C", - "category": "forest" - } - ], - "children": [ - "temperate/plateau-extended" - ], - "generators": [ - { - "min": 25, - "max": 37, - "generator": "small-cliffs" - } - ], - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeScatter": ["FOREST"], + "customDerivitives": [{ + "id": "plateau", + "foliageColor": "#44A528", + "waterColor": "#2883A5", + "grassColor": "#21BF4C", + "category": "forest" + }], + "children": ["temperate/plateau-extended"], + "generators": [{ + "min": 25, + "max": 37, + "generator": "small-cliffs" + }], + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -121,63 +79,23 @@ ], "edit": [ { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, "chance": 0.1 }, { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.07 }, { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, "chance": 0.15 }, { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.2 } ], @@ -227,9 +145,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 1, @@ -247,34 +163,14 @@ "edit": [ { "find": [ - { - "block": "minecraft:birch_wood" - }, - { - "block": "minecraft:birch_log" - } + {"block": "minecraft:birch_wood"}, + {"block": "minecraft:birch_log"} ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_wood" - } - ] - } + "replace": {"palette": [{"block": "minecraft:oak_wood"}]} }, { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:oak_leaves"}]} } ], "place": [ @@ -362,84 +258,42 @@ "decorators": [ { "chance": 0.5, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, - "palette": [ - { - "chance": 7, - "block": "minecraft:grass" - } - ] + "palette": [{ + "chance": 7, + "block": "minecraft:grass" + }] }, { "chance": 0.025, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:rose_bush" - }, - { - "block": "minecraft:cobblestone_slab" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:rose_bush"}, + {"block": "minecraft:cobblestone_slab"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:tall_grass" - }, + {"block": "minecraft:tall_grass"}, { "chance": 3, "block": "minecraft:red_mushroom" @@ -451,4 +305,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/reaching-forest.json b/biomes/temperate/reaching-forest.json index aa1272bd..6b86e208 100644 --- a/biomes/temperate/reaching-forest.json +++ b/biomes/temperate/reaching-forest.json @@ -8,104 +8,60 @@ "OLD_GROWTH_PINE_TAIGA", "WINDSWEPT_HILLS" ], - "customDerivitives": [ - { - "grassColor": "#4E83CF", - "foliageColor": "#2F99DC", - "id": "tunmagforest", - "waterColor": "#5C3BEF", - "waterFogColor": "#7A768F", - "category": "forest", - "fogColor": "#686090" - } - ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 14, - "min": 8 - } - ], + "customDerivitives": [{ + "grassColor": "#4E83CF", + "foliageColor": "#2F99DC", + "id": "tunmagforest", + "waterColor": "#5C3BEF", + "waterFogColor": "#7A768F", + "category": "forest", + "fogColor": "#686090" + }], + "generators": [{ + "generator": "smooth-dunes", + "max": 14, + "min": 8 + }], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} ] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.3 - }, + "slopeCondition": {"minimumSlope": 5.3}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -189,76 +145,46 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:poppy" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:poppy"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ], "childShrinkFactor": 8 -} \ No newline at end of file +} diff --git a/biomes/temperate/sea/ocean-deep.json b/biomes/temperate/sea/ocean-deep.json index 113ccdb9..b9914566 100644 --- a/biomes/temperate/sea/ocean-deep.json +++ b/biomes/temperate/sea/ocean-deep.json @@ -3,53 +3,31 @@ "color": "#416DFF", "derivative": "DEEP_OCEAN", "vanillaDerivative": "DEEP_OCEAN", - "generators": [ - { - "min": -72, - "max": -40, - "generator": "mountain" - } - ], + "generators": [{ + "min": -72, + "max": -40, + "generator": "mountain" + }], "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "FRACTAL_FBM_IRIS" - }, + "style": {"style": "FRACTAL_FBM_IRIS"}, "zoom": 0.725, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:sand" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -58,9 +36,7 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], @@ -84,22 +60,10 @@ "structures/usdship1", "structures/usdship2" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_stairs" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_planks" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_stairs"}], + "replace": {"palette": [{"block": "minecraft:oak_planks"}]} + }], "translate": { "x": 0, "y": -3, @@ -164,96 +128,58 @@ "structures/oruins3" ], "mode": "PAINT", - "loot": [ - { - "name": "tropical-dungeon" - } - ] + "loot": [{"name": "tropical-dungeon"}] } ], "decorators": [ { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, + "chance": 6.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, - { - "block": "minecraft:magma_block" - } + {"block": "minecraft:soul_sand"}, + {"block": "minecraft:magma_block"} ], - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "partOf": "SEA_FLOOR" }, { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"}, "partOf": "SEA_FLOOR" }, { "chance": 0.013, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 6, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 2, "partOf": "SEA_FLOOR" }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, - "palette": [ - { - "data": { - "waterlogged": true, - "pickles": 1 - }, - "block": "minecraft:sea_pickle" - } - ], - "style": { - "style": "STATIC" - }, + "palette": [{ + "data": { + "waterlogged": true, + "pickles": 1 + }, + "block": "minecraft:sea_pickle" + }], + "style": {"style": "STATIC"}, "partOf": "SEA_FLOOR" } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -275,4 +201,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/temperate/sea/ocean.json b/biomes/temperate/sea/ocean.json index 1e7e66c0..a786675b 100644 --- a/biomes/temperate/sea/ocean.json +++ b/biomes/temperate/sea/ocean.json @@ -3,53 +3,31 @@ "color": "#395FDF", "derivative": "LUKEWARM_OCEAN", "vanillaDerivative": "OCEAN", - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "FRACTAL_FBM_IRIS" - }, + "style": {"style": "FRACTAL_FBM_IRIS"}, "zoom": 0.825, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:sand" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -58,9 +36,7 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], @@ -83,22 +59,10 @@ "structures/usdship1", "structures/usdship2" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_stairs" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_planks" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_stairs"}], + "replace": {"palette": [{"block": "minecraft:oak_planks"}]} + }], "translate": { "x": 0, "y": -4, @@ -169,96 +133,58 @@ "structures/oruins3" ], "mode": "PAINT", - "loot": [ - { - "name": "tropical-dungeon" - } - ] + "loot": [{"name": "tropical-dungeon"}] } ], "decorators": [ { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, + "chance": 6.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, - { - "block": "minecraft:magma_block" - } + {"block": "minecraft:soul_sand"}, + {"block": "minecraft:magma_block"} ], - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "partOf": "SEA_FLOOR" }, { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"}, "partOf": "SEA_FLOOR" }, { "chance": 0.013, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 6, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 2, "partOf": "SEA_FLOOR" }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, - "palette": [ - { - "data": { - "waterlogged": true, - "pickles": 1 - }, - "block": "minecraft:sea_pickle" - } - ], - "style": { - "style": "STATIC" - }, + "palette": [{ + "data": { + "waterlogged": true, + "pickles": 1 + }, + "block": "minecraft:sea_pickle" + }], + "style": {"style": "STATIC"}, "partOf": "SEA_FLOOR" } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -280,4 +206,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/temperate/sea/river.json b/biomes/temperate/sea/river.json index 8af6681c..894af287 100644 --- a/biomes/temperate/sea/river.json +++ b/biomes/temperate/sea/river.json @@ -3,60 +3,36 @@ "color": "#3152BF", "derivative": "RIVER", "vanillaDerivative": "RIVER", - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "CELLULAR_IRIS_DOUBLE" - }, + "style": {"style": "CELLULAR_IRIS_DOUBLE"}, "zoom": 0.525, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, { "weight": 2, "block": "minecraft:gravel" }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:sand" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -65,117 +41,81 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], - "objects": [ - { - "chance": 0.001, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 0.001, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "place": [ - "clutter/obelisk1", - "clutter/obelisk2", - "clutter/obelisk3", - "clutter/obelisk4", - "clutter/obelisk5", - "clutter/obelisk6", - "clutter/obelisk7" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } + "enabled": true + }, + "place": [ + "clutter/obelisk1", + "clutter/obelisk2", + "clutter/obelisk3", + "clutter/obelisk4", + "clutter/obelisk5", + "clutter/obelisk6", + "clutter/obelisk7" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 } - ], + }], "decorators": [ { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, + "chance": 6.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, - { - "block": "minecraft:magma_block" - } + {"block": "minecraft:soul_sand"}, + {"block": "minecraft:magma_block"} ], - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "partOf": "SEA_FLOOR" }, { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"}, "partOf": "SEA_FLOOR" }, { "chance": 0.013, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 6, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 2, "partOf": "SEA_FLOOR" }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, - "palette": [ - { - "data": { - "waterlogged": true, - "pickles": 1 - }, - "block": "minecraft:sea_pickle" - } - ], - "style": { - "style": "STATIC" - }, + "palette": [{ + "data": { + "waterlogged": true, + "pickles": 1 + }, + "block": "minecraft:sea_pickle" + }], + "style": {"style": "STATIC"}, "partOf": "SEA_FLOOR" } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/shore/beach.json b/biomes/temperate/shore/beach.json index ec198e4c..99de6d3d 100644 --- a/biomes/temperate/shore/beach.json +++ b/biomes/temperate/shore/beach.json @@ -4,56 +4,42 @@ "rarity": 1, "derivative": "BEACH", "vanillaDerivative": "BEACH", - "generators": [ - { - "min": -5, - "max": 1, - "generator": "plain" - } - ], + "generators": [{ + "min": -5, + "max": 1, + "generator": "plain" + }], "layers": [ { "minHeight": 3, "maxHeight": 6, - "palette": [ - { - "block": "minecraft:sand" - } - ] + "palette": [{"block": "minecraft:sand"}] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:sandstone" - } - ] + "palette": [{"block": "minecraft:sandstone"}] } ], - "objects": [ - { - "mode": "PAINT", - "chance": 0.0025, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "mode": "PAINT", + "chance": 0.0025, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "place": [ - "clutter/bincluster1" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } + "enabled": true + }, + "place": ["clutter/bincluster1"], + "translate": { + "x": 0, + "y": 0, + "z": 0 } - ], + }], "decorators": [ { "data": { @@ -78,9 +64,7 @@ }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -91,9 +75,7 @@ }, "block": "minecraft:stone_button" }, - { - "block": "minecraft:air" - }, + {"block": "minecraft:air"}, { "data": { "face": "floor", @@ -103,33 +85,23 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "partOf": "SHORE_LINE", "chance": 0.09, "stackMin": 1, "stackMax": 4, - "palette": [ - { - "block": "minecraft:sugar_cane" - } - ], + "palette": [{"block": "minecraft:sugar_cane"}], "style": { "style": "NOWHERE", "zoom": 0.65 }, - "heightVariance": { - "style": "STATIC" - } + "heightVariance": {"style": "STATIC"} } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -151,4 +123,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/temperate/shore/oak-beach.json b/biomes/temperate/shore/oak-beach.json index d59583c6..3c6bd54b 100644 --- a/biomes/temperate/shore/oak-beach.json +++ b/biomes/temperate/shore/oak-beach.json @@ -8,79 +8,43 @@ "FOREST", "PLAINS" ], - "generators": [ - { - "min": 0, - "max": 0, - "generator": "plain" - } - ], + "generators": [{ + "min": 0, + "max": 0, + "generator": "plain" + }], "biomeZoom": 60, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:sand" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:sand"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -138,35 +102,19 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.35, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/temperate/stranged-plains.json b/biomes/temperate/stranged-plains.json index 6d9e36d0..9a2e4fe8 100644 --- a/biomes/temperate/stranged-plains.json +++ b/biomes/temperate/stranged-plains.json @@ -4,74 +4,44 @@ "rarity": 5, "derivative": "PLAINS", "vanillaDerivative": "PLAINS", - "customDerivitives": [ - { - "id": "estrangedplains", - "category": "plains", - "humidity": 0.45, - "temperature": 0.875, - "grassColor": "#b9bf4e" - } - ], - "generators": [ - { - "min": 4, - "max": 10, - "generator": "plain" - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, + "customDerivitives": [{ + "id": "estrangedplains", + "category": "plains", + "humidity": 0.45, + "temperature": 0.875, + "grassColor": "#b9bf4e" + }], + "generators": [{ + "min": 4, + "max": 10, + "generator": "plain" + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ]}, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -127,7 +97,7 @@ ] }, { - "chance": 2e-07, + "chance": 2.0E-7, "mode": "PAINT", "rotation": { "yAxis": { @@ -200,9 +170,7 @@ }, "palette": [ { - "data": { - "age": 7 - }, + "data": {"age": 7}, "block": "minecraft:wheat", "weight": 45 }, @@ -241,4 +209,4 @@ "zoom": 0.5, "exponent": 2 } -} \ No newline at end of file +} diff --git a/biomes/temperate/wilds-extended.json b/biomes/temperate/wilds-extended.json index 42169b8f..1ce2cdfa 100644 --- a/biomes/temperate/wilds-extended.json +++ b/biomes/temperate/wilds-extended.json @@ -4,88 +4,48 @@ "rarity": 1, "derivative": "PLAINS", "vanillaDerivative": "PLAINS", - "customDerivitives": [ - { - "id": "wilds", - "foliageColor": "#237031", - "waterColor": "#236270", - "grassColor": "#28A538", - "category": "forest" - } - ], - "children": [ - "temperate/highlands" - ], - "generators": [ - { - "min": 24, - "max": 37, - "generator": "plain" - } - ], + "customDerivitives": [{ + "id": "wilds", + "foliageColor": "#237031", + "waterColor": "#236270", + "grassColor": "#28A538", + "category": "forest" + }], + "children": ["temperate/highlands"], + "generators": [{ + "min": 24, + "max": 37, + "generator": "plain" + }], "biomeZoom": 40, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -107,9 +67,7 @@ "clutter/oakshrub2", "clutter/oakshrub3" ], - "translate": { - "y": -1 - } + "translate": {"y": -1} }, { "chance": 0.001, @@ -168,122 +126,74 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.22, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.42, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ] }, { "chance": 0.003, "palette": [ - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.02, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:rose_bush" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:rose_bush"} ] }, { "chance": 0.01, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.5, - "palette": [ - { - "data": { - "age": 7 - }, - "block": "minecraft:potatoes" - } - ], - "style": { - "style": "NOWHERE" - } + "palette": [{ + "data": {"age": 7}, + "block": "minecraft:potatoes" + }], + "style": {"style": "NOWHERE"} }, { "chance": 0.01, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.5, - "palette": [ - { - "data": { - "age": 7 - }, - "block": "minecraft:carrots" - } - ], - "style": { - "style": "NOWHERE" - } + "palette": [{ + "data": {"age": 7}, + "block": "minecraft:carrots" + }], + "style": {"style": "NOWHERE"} }, { "chance": 0.01, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.5, - "palette": [ - { - "data": { - "age": 7 - }, - "block": "minecraft:beetroots" - } - ], - "style": { - "style": "NOWHERE" - } + "palette": [{ + "data": {"age": 7}, + "block": "minecraft:beetroots" + }], + "style": {"style": "NOWHERE"} } ], - "effects": [ - { - "interval": 250, - "chance": 5, - "particleEffect": "TOTEM", - "particleOffset": 2, - "particleAltY": 0.2, - "particleCount": 5 - } - ] -} \ No newline at end of file + "effects": [{ + "interval": 250, + "chance": 5, + "particleEffect": "TOTEM", + "particleOffset": 2, + "particleAltY": 0.2, + "particleCount": 5 + }] +} diff --git a/biomes/temperate/wilds.json b/biomes/temperate/wilds.json index 4f4a6498..afb8152d 100644 --- a/biomes/temperate/wilds.json +++ b/biomes/temperate/wilds.json @@ -4,89 +4,51 @@ "rarity": 1, "derivative": "PLAINS", "vanillaDerivative": "PLAINS", - "customDerivitives": [ - { - "id": "wilds", - "foliageColor": "#237031", - "waterColor": "#236270", - "grassColor": "#28A538", - "category": "forest" - } - ], + "customDerivitives": [{ + "id": "wilds", + "foliageColor": "#237031", + "waterColor": "#236270", + "grassColor": "#28A538", + "category": "forest" + }], "children": [ "temperate/highlands", "temperate/wilds-extended" ], - "generators": [ - { - "min": 4, - "max": 7, - "generator": "plain" - } - ], + "generators": [{ + "min": 4, + "max": 7, + "generator": "plain" + }], "biomeZoom": 40, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -108,9 +70,7 @@ "clutter/oakshrub2", "clutter/oakshrub3" ], - "translate": { - "y": -1 - } + "translate": {"y": -1} }, { "chance": 0.001, @@ -169,122 +129,74 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.22, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.42, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ] }, { "chance": 0.003, "palette": [ - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.02, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:rose_bush" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:rose_bush"} ] }, { "chance": 0.01, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.5, - "palette": [ - { - "data": { - "age": 7 - }, - "block": "minecraft:potatoes" - } - ], - "style": { - "style": "NOWHERE" - } + "palette": [{ + "data": {"age": 7}, + "block": "minecraft:potatoes" + }], + "style": {"style": "NOWHERE"} }, { "chance": 0.01, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.5, - "palette": [ - { - "data": { - "age": 7 - }, - "block": "minecraft:carrots" - } - ], - "style": { - "style": "NOWHERE" - } + "palette": [{ + "data": {"age": 7}, + "block": "minecraft:carrots" + }], + "style": {"style": "NOWHERE"} }, { "chance": 0.01, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.5, - "palette": [ - { - "data": { - "age": 7 - }, - "block": "minecraft:beetroots" - } - ], - "style": { - "style": "NOWHERE" - } + "palette": [{ + "data": {"age": 7}, + "block": "minecraft:beetroots" + }], + "style": {"style": "NOWHERE"} } ], - "effects": [ - { - "interval": 250, - "chance": 5, - "particleEffect": "TOTEM", - "particleOffset": 2, - "particleAltY": 0.2, - "particleCount": 5 - } - ] -} \ No newline at end of file + "effects": [{ + "interval": 250, + "chance": 5, + "particleEffect": "TOTEM", + "particleOffset": 2, + "particleAltY": 0.2, + "particleCount": 5 + }] +} diff --git a/biomes/terralost/alpine-grove.json b/biomes/terralost/alpine-grove.json new file mode 100644 index 00000000..e2fdbd9e --- /dev/null +++ b/biomes/terralost/alpine-grove.json @@ -0,0 +1,132 @@ +{ + "name": "Alpine Grove", + "color": "#0C5E49", + "rarity": 1, + "derivative": "FROZEN_PEAKS", + "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", + "biomeScatter": [ + "OLD_GROWTH_PINE_TAIGA", + "WINDSWEPT_HILLS" + ], + "customDerivitives": [ + { + "category": "forest", + "temperature": -0.2, + "humidity": 0.8, + "downfallType": "snow", + "id": "terralost_alpine_grove1", + "skyColor": "#A5B0BD", + "waterColor": "#3938C9", + "waterFogColor": "#50533", + "fogColor": "#D7D8E1" + }, + { + "category": "forest", + "temperature": -0.2, + "humidity": 0.8, + "downfallType": "snow", + "id": "terralost_alpine_grove2", + "skyColor": "#A5B0BD", + "waterColor": "#3938C9", + "waterFogColor": "#50533", + "foliageColor": "#ffffff", + "fogColor": "#D7D8E1" + } + ], + "generators": [{ + "generator": "plain", + "min": 42, + "max": 51 + }], + "layers": [ + { + "minHeight": 3, + "maxHeight": 5, + "palette": [ + { + "block": "minecraft:powder_snow", + "weight": 2 + }, + {"block": "minecraft:snow_block"} + ] + }, + { + "minHeight": 1, + "maxHeight": 2, + "palette": [{"block": "minecraft:snow_block"}] + }, + {"palette": [{"block": "minecraft:packed_ice"}]} + ], + "objects": [ + { + "mode": "MIN_HEIGHT", + "place": [ + "trees/mixed/pollup1", + "trees/mixed/pollup2", + "trees/mixed/pollup3", + "trees/mixed/pollup4", + "trees/mixed/pollup5", + "trees/mixed/pollup6", + "trees/mixed/pollup7", + "trees/mixed/pollup8", + "trees/mixed/pollup9", + "trees/mixed/pollup10", + "trees/mixed/pollup11", + "trees/mixed/pollup12", + "trees/mixed/pollup13" + ], + "chance": 0.6, + "density": 2, + "snow": 0.3, + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 45, + "min": 0, + "max": 360 + } + } + }, + { + "chance": 0.3, + "density": 3, + "rotation": { + "yAxis": { + "min": 0, + "max": 360, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/shrub1", + "clutter/shrub2", + "clutter/shrub3", + "clutter/shrub4", + "clutter/shrub5", + "clutter/shrub6", + "clutter/shrub7", + "clutter/shrub8", + "clutter/shrub9", + "clutter/shrub10" + ], + "edit": [ + { + "find": [ + {"block": "minecraft:birch_leaves"}, + {"block": "minecraft:oak_leaves"} + ], + "replace": {"palette": [{"block": "minecraft:spruce_leaves"}]} + }, + { + "find": [{"block": "minecraft:spruce_fence"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} + } + ], + "snow": 0.3, + "mode": "CENTER_HEIGHT" + } + ] +} diff --git a/biomes/terralost/alpine-highlands.json b/biomes/terralost/alpine-highlands.json new file mode 100644 index 00000000..cfa202b6 --- /dev/null +++ b/biomes/terralost/alpine-highlands.json @@ -0,0 +1,251 @@ +{ + "name": "Alpine Highlands", + "color": "#8EDEE7", + "rarity": 1, + "derivative": "TAIGA", + "vanillaDerivative": "TAIGA", + "customDerivitives": [ + { + "id": "terralost_alpine_highlands1", + "skyColor": "#78A7FF", + "category": "taiga", + "fogColor": "#C0D8FF", + "humidity": 0.1, + "downfallType": "rain", + "temperature": 0.45, + "waterColor": "#3F76E4", + "grassColor": "#5AC410", + "waterFogColor": "#50533" + }, + { + "id": "terralost_alpine_highlands2", + "skyColor": "#78A7FF", + "category": "taiga", + "fogColor": "#C0D8FF", + "humidity": 0.1, + "downfallType": "rain", + "temperature": 0.45, + "grassColor": "#3DE232", + "waterColor": "#3F76E4", + "waterFogColor": "#50533" + } + ], + "generators": [ + { + "min": 48, + "max": 60, + "generator": "mountain" + }, + { + "min": 5, + "max": 15, + "generator": "rare-hills" + } + ], + "wall": { + "style": {"style": "NOWHERE"}, + "palette": [ + {"block": "minecraft:diorite"}, + { + "block": "minecraft:stone", + "weight": 3 + } + ] + }, + "layers": [ + { + "style": {"style": "NOWHERE_SIMPLEX"}, + "zoom": 0.5, + "palette": [ + { + "block": "minecraft:grass_block", + "weight": 8 + }, + {"block": "minecraft:stone"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:diorite"} + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [{"block": "minecraft:dirt"}] + }, + { + "minHeight": 1, + "maxHeight": 1, + "palette": [{"block": "minecraft:stone"}] + } + ], + "objects": [ + { + "mode": "PAINT", + "place": [ + "clutter/boulder1", + "clutter/boulder2", + "clutter/boulder3", + "clutter/boulder4", + "clutter/boulder5", + "clutter/boulder6", + "clutter/boulder7", + "clutter/boulder8", + "clutter/boulder9", + "clutter/boulder10" + ], + "edit": [ + { + "chance": 0.25, + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [ + {"block": "minecraft:iron_ore"}, + { + "block": "minecraft:stone", + "weight": 10 + } + ]} + }, + { + "chance": 0.25, + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [ + {"block": "minecraft:coal_ore"}, + { + "block": "minecraft:stone", + "weight": 10 + } + ]} + } + ], + "chance": 0.1, + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 30, + "min": 0, + "max": 360 + } + } + }, + { + "mode": "CENTER_HEIGHT", + "place": [ + "clutter/sbush1", + "clutter/sbush2", + "clutter/sbush3" + ], + "edit": [{ + "chance": 0.25, + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [{"block": "minecraft:birch_leaves"}]} + }], + "chance": 0.6, + "density": 2, + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 45, + "min": 0, + "max": 360 + } + } + }, + { + "mode": "CENTER_HEIGHT", + "place": [ + "trees/mixed/pollup1", + "trees/mixed/pollup2", + "trees/mixed/pollup3", + "trees/mixed/pollup4", + "trees/mixed/pollup5", + "trees/mixed/pollup6", + "trees/mixed/pollup7", + "trees/mixed/pollup8", + "trees/mixed/pollup9", + "trees/mixed/pollup10", + "trees/mixed/pollup11", + "trees/mixed/pollup12", + "trees/mixed/pollup13" + ], + "chance": 0.6, + "density": 2, + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 45, + "min": 0, + "max": 360 + } + } + }, + { + "chance": 0.075, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/stump1", + "clutter/stump2", + "clutter/stump3", + "clutter/stump4", + "clutter/stump5", + "clutter/stump6" + ], + "mode": "PAINT" + }, + { + "chance": 0.008, + "mode": "PAINT", + "place": [ + "clutter/pumpkins1", + "clutter/pumpkins2", + "clutter/pumpkins3", + "clutter/pumpkins4", + "clutter/pumpkins5", + "clutter/pumpkins6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 30 + } + }, + "translate": {"y": 1} + } + ], + "decorators": [ + { + "chance": 1.0E-4, + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cornflower"}], + "style": {"style": "STATIC"} + }, + { + "chance": 0.5, + "style": {"style": "STATIC"}, + "palette": [ + { + "block": "minecraft:tall_grass", + "weight": 5 + }, + { + "block": "minecraft:grass", + "weight": 3 + }, + {"block": "minecraft:fern"}, + {"block": "minecraft:large_fern"} + ] + } + ] +} diff --git a/biomes/terralost/amethyst-canyon.json b/biomes/terralost/amethyst-canyon.json new file mode 100644 index 00000000..6d8d9d3e --- /dev/null +++ b/biomes/terralost/amethyst-canyon.json @@ -0,0 +1,311 @@ +{ + "name": "Amethyst Rainforest", + "color": "#8EDEE7", + "rarity": 1, + "derivative": "JUNGLE", + "vanillaDerivative": "JUNGLE", + "customDerivitives": [ + { + "id": "terralost_amethyst_rainforest1", + "skyColor": "#CEC6FF", + "category": "jungle", + "fogColor": "#C0D8FF", + "humidity": 0.9, + "downfallType": "rain", + "temperature": 0.95, + "foliageColor": "#A57AEB", + "waterColor": "#43D5EE", + "grassColor": "#4AB400", + "waterFogColor": "#50533" + }, + { + "id": "terralost_amethyst_rainforest2", + "skyColor": "#CEC6FF", + "category": "jungle", + "fogColor": "#C0D8FF", + "humidity": 0.1, + "downfallType": "rain", + "temperature": 0.45, + "foliageColor": "#8B45FF", + "waterColor": "#43D5EE", + "grassColor": "#4AB400", + "waterFogColor": "#50533" + } + ], + "children": ["terralost/amethyst-rainforest"], + "generators": [{ + "min": 50, + "max": 70, + "generator": "vascular-cracked-cliffs" + }], + "objects": [ + { + "mode": "MIN_HEIGHT", + "chance": 0.2, + "place": [ + "trees/mixed/AmyLarge1", + "trees/mixed/AmyLarge2", + "trees/mixed/AmyLarge3", + "trees/mixed/AmyLarge4", + "trees/mixed/AmyLarge5", + "trees/mixed/AmyLarge6", + "trees/mixed/AmyLarge7", + "trees/mixed/AmyLarge8" + ], + "layers": [ + { + "style": {"style": "NOWHERE_SIMPLEX"}, + "zoom": 0.5, + "palette": [ + { + "block": "minecraft:grass_block", + "weight": 8 + }, + {"block": "minecraft:stone"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:diorite"} + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [{"block": "minecraft:dirt"}] + }, + { + "minHeight": 1, + "maxHeight": 1, + "palette": [{"block": "minecraft:stone"}] + } + ], + "edit": [ + { + "find": [{"block": "minecraft:dark_oak_wood"}], + "replace": { + "style": { + "style": "NOWHERE", + "zoom": 0.02 + }, + "palette": [ + { + "block": "minecraft:acacia_wood", + "weight": 10 + }, + {"block": "minecraft:mangrove_wood"} + ] + } + }, + { + "chance": 0.25, + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [ + { + "block": "minecraft:jungle_leaves", + "weight": 10 + }, + {"block": "minecraft:flowering_azalea_leaves"} + ]} + } + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 30, + "min": 0, + "max": 360 + } + } + }, + { + "mode": "MIN_HEIGHT", + "chance": 0.1, + "place": [ + "trees/mixed/AmyMed1", + "trees/mixed/AmyMed2", + "trees/mixed/AmyMed3", + "trees/mixed/AmyMed4", + "trees/mixed/AmyMed5", + "trees/mixed/AmyMed6", + "trees/mixed/AmyMed7", + "trees/mixed/AmyMed8", + "trees/mixed/AmyMed9" + ], + "density": 2, + "edit": [ + { + "find": [{"block": "minecraft:dark_oak_wood"}], + "replace": { + "style": { + "style": "NOWHERE", + "zoom": 0.02 + }, + "palette": [ + { + "block": "minecraft:acacia_wood", + "weight": 10 + }, + {"block": "minecraft:mangrove_wood"} + ] + } + }, + { + "chance": 0.25, + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [ + { + "block": "minecraft:jungle_leaves", + "weight": 10 + }, + {"block": "minecraft:flowering_azalea_leaves"} + ]} + } + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 45, + "min": 0, + "max": 360 + } + } + }, + { + "mode": "MIN_HEIGHT", + "chance": 0.3, + "place": [ + "trees/mixed/AmyNormal1", + "trees/mixed/AmyNormal2", + "trees/mixed/AmyNormal3", + "trees/mixed/AmyNormal4", + "trees/mixed/AmyNormal5", + "trees/mixed/AmyNormal6", + "trees/mixed/AmyNormal7", + "trees/mixed/AmyNormal8", + "trees/mixed/AmyNormal9", + "trees/mixed/AmyNormal10", + "trees/mixed/AmyNormal11" + ], + "density": 2, + "edit": [ + { + "find": [{"block": "minecraft:dark_oak_wood"}], + "replace": { + "style": { + "style": "NOWHERE", + "zoom": 0.02 + }, + "palette": [ + { + "block": "minecraft:acacia_wood", + "weight": 10 + }, + {"block": "minecraft:mangrove_wood"} + ] + } + }, + { + "chance": 0.25, + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [ + { + "block": "minecraft:jungle_leaves", + "weight": 10 + }, + {"block": "minecraft:flowering_azalea_leaves"} + ]} + } + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 45, + "min": 0, + "max": 360 + } + } + }, + { + "mode": "MIN_HEIGHT", + "chance": 0.3, + "place": [ + "trees/mixed/AmySmol1", + "trees/mixed/AmySmol2", + "trees/mixed/AmySmol3", + "trees/mixed/AmySmol4", + "trees/mixed/AmySmol5", + "trees/mixed/AmySmol6", + "trees/mixed/AmySmol7", + "trees/mixed/AmySmol8", + "trees/mixed/AmySmol9", + "trees/mixed/AmySmol10", + "trees/mixed/AmySmol11", + "trees/mixed/AmySmol12" + ], + "density": 2, + "edit": [ + { + "find": [{"block": "minecraft:oak_wood"}], + "replace": { + "style": { + "style": "NOWHERE", + "zoom": 0.02 + }, + "palette": [ + { + "block": "minecraft:acacia_wood", + "weight": 10 + }, + {"block": "minecraft:mangrove_wood"} + ] + } + }, + { + "chance": 0.25, + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [ + { + "block": "minecraft:jungle_leaves", + "weight": 10 + }, + {"block": "minecraft:flowering_azalea_leaves"} + ]} + } + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 45, + "min": 0, + "max": 360 + } + } + } + ], + "decorators": [ + { + "chance": 0.01, + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:allium"}], + "style": {"style": "STATIC"} + }, + { + "chance": 0.6, + "style": {"style": "STATIC"}, + "palette": [ + { + "block": "minecraft:tall_grass", + "weight": 5 + }, + { + "block": "minecraft:grass", + "weight": 3 + }, + {"block": "minecraft:fern"}, + {"block": "minecraft:large_fern"} + ] + } + ] +} diff --git a/biomes/terralost/amethyst-rainforest.json b/biomes/terralost/amethyst-rainforest.json new file mode 100644 index 00000000..813699b2 --- /dev/null +++ b/biomes/terralost/amethyst-rainforest.json @@ -0,0 +1,319 @@ +{ + "name": "Amethyst Rainforest", + "color": "#8EDEE7", + "rarity": 1, + "derivative": "JUNGLE", + "vanillaDerivative": "JUNGLE", + "customDerivitives": [ + { + "id": "terralost_amethyst_rainforest1", + "skyColor": "#CEC6FF", + "category": "jungle", + "fogColor": "#C0D8FF", + "humidity": 0.9, + "downfallType": "rain", + "temperature": 0.95, + "foliageColor": "#A57AEB", + "waterColor": "#43D5EE", + "grassColor": "#4AB400", + "waterFogColor": "#50533" + }, + { + "id": "terralost_amethyst_rainforest2", + "skyColor": "#CEC6FF", + "category": "jungle", + "fogColor": "#C0D8FF", + "humidity": 0.1, + "downfallType": "rain", + "temperature": 0.45, + "foliageColor": "#8B45FF", + "waterColor": "#43D5EE", + "grassColor": "#4AB400", + "waterFogColor": "#50533" + } + ], + "generators": [ + { + "min": 65, + "max": 99, + "generator": "mountain" + }, + { + "generator": "highplains", + "max": 22, + "min": 15 + }, + { + "generator": "vascular-cracked-cliffs", + "max": 10, + "min": 5 + } + ], + "layers": [ + { + "style": {"style": "NOWHERE_SIMPLEX"}, + "zoom": 0.5, + "palette": [ + { + "block": "minecraft:grass_block", + "weight": 8 + }, + {"block": "minecraft:stone"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:diorite"} + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [{"block": "minecraft:dirt"}] + }, + { + "minHeight": 1, + "maxHeight": 1, + "palette": [{"block": "minecraft:stone"}] + } + ], + "objects": [ + { + "mode": "MIN_HEIGHT", + "chance": 0.3, + "place": [ + "trees/mixed/AmyLarge1", + "trees/mixed/AmyLarge2", + "trees/mixed/AmyLarge3", + "trees/mixed/AmyLarge4", + "trees/mixed/AmyLarge5", + "trees/mixed/AmyLarge7", + "trees/mixed/AmyLarge8" + ], + "edit": [ + { + "find": [{"block": "minecraft:dark_oak_wood"}], + "replace": { + "style": { + "style": "NOWHERE", + "zoom": 0.2 + }, + "palette": [ + { + "block": "minecraft:acacia_wood", + "weight": 10 + }, + {"block": "minecraft:mangrove_wood"} + ] + } + }, + { + "chance": 0.25, + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [ + { + "block": "minecraft:jungle_leaves", + "weight": 10 + }, + {"block": "minecraft:flowering_azalea_leaves"} + ]} + } + ], + "translate": {"yRandom": -5}, + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 30, + "min": 0, + "max": 360 + } + } + }, + { + "mode": "MIN_HEIGHT", + "chance": 0.6, + "place": [ + "trees/mixed/AmyMed1", + "trees/mixed/AmyMed2", + "trees/mixed/AmyMed3", + "trees/mixed/AmyMed4", + "trees/mixed/AmyMed5", + "trees/mixed/AmyMed6", + "trees/mixed/AmyMed7", + "trees/mixed/AmyMed8", + "trees/mixed/AmyMed9" + ], + "density": 2, + "edit": [ + { + "find": [{"block": "minecraft:dark_oak_wood"}], + "replace": { + "style": { + "style": "NOWHERE", + "zoom": 0.2 + }, + "palette": [ + { + "block": "minecraft:acacia_wood", + "weight": 10 + }, + {"block": "minecraft:mangrove_wood"} + ] + } + }, + { + "chance": 0.25, + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [ + { + "block": "minecraft:jungle_leaves", + "weight": 10 + }, + {"block": "minecraft:flowering_azalea_leaves"} + ]} + } + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 45, + "min": 0, + "max": 360 + } + } + }, + { + "mode": "MIN_HEIGHT", + "chance": 0.8, + "place": [ + "trees/mixed/AmyNormal1", + "trees/mixed/AmyNormal2", + "trees/mixed/AmyNormal3", + "trees/mixed/AmyNormal4", + "trees/mixed/AmyNormal5", + "trees/mixed/AmyNormal6", + "trees/mixed/AmyNormal7", + "trees/mixed/AmyNormal8", + "trees/mixed/AmyNormal9", + "trees/mixed/AmyNormal10", + "trees/mixed/AmyNormal11" + ], + "density": 2, + "edit": [ + { + "find": [{"block": "minecraft:dark_oak_wood"}], + "replace": { + "style": { + "style": "NOWHERE", + "zoom": 0.2 + }, + "palette": [ + { + "block": "minecraft:acacia_wood", + "weight": 10 + }, + {"block": "minecraft:mangrove_wood"} + ] + } + }, + { + "chance": 0.25, + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [ + { + "block": "minecraft:jungle_leaves", + "weight": 10 + }, + {"block": "minecraft:flowering_azalea_leaves"} + ]} + } + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 45, + "min": 0, + "max": 360 + } + } + }, + { + "mode": "MIN_HEIGHT", + "chance": 0.8, + "place": [ + "trees/mixed/AmySmol1", + "trees/mixed/AmySmol2", + "trees/mixed/AmySmol3", + "trees/mixed/AmySmol4", + "trees/mixed/AmySmol5", + "trees/mixed/AmySmol6", + "trees/mixed/AmySmol7", + "trees/mixed/AmySmol8", + "trees/mixed/AmySmol9", + "trees/mixed/AmySmol10", + "trees/mixed/AmySmol11", + "trees/mixed/AmySmol12" + ], + "density": 2, + "edit": [ + { + "find": [{"block": "minecraft:oak_wood"}], + "replace": { + "style": {"style": "IRIS"}, + "palette": [ + { + "block": "minecraft:acacia_wood", + "weight": 10 + }, + {"block": "minecraft:mangrove_wood"} + ] + } + }, + { + "chance": 0.25, + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [ + { + "block": "minecraft:jungle_leaves", + "weight": 10 + }, + {"block": "minecraft:flowering_azalea_leaves"} + ]} + } + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 45, + "min": 0, + "max": 360 + } + } + } + ], + "decorators": [ + { + "chance": 0.01, + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:allium"}], + "style": {"style": "STATIC"} + }, + { + "chance": 0.6, + "style": {"style": "STATIC"}, + "palette": [ + { + "block": "minecraft:tall_grass", + "weight": 5 + }, + { + "block": "minecraft:grass", + "weight": 3 + }, + {"block": "minecraft:fern"}, + {"block": "minecraft:large_fern"} + ] + } + ] +} diff --git a/biomes/tropical/bamboo-forest.json b/biomes/tropical/bamboo-forest.json index d7f11ebf..e19051fb 100644 --- a/biomes/tropical/bamboo-forest.json +++ b/biomes/tropical/bamboo-forest.json @@ -4,92 +4,50 @@ "rarity": 1, "derivative": "DESERT", "vanillaDerivative": "BAMBOO_JUNGLE", - "biomeScatter": [ - "BAMBOO_JUNGLE" - ], - "customDerivitives": [ - { - "id": "tropical_bamboo_forest", - "foliageColor": "#20A52F", - "grassColor": "#1E7307", - "waterColor": "#3AB2A2", - "waterFogColor": "#3AB2A2", - "category": "jungle" - } - ], - "children": [ - "tropical/wilds" - ], - "generators": [ - { - "min": 5, - "max": 9, - "generator": "plain" - } - ], + "biomeScatter": ["BAMBOO_JUNGLE"], + "customDerivitives": [{ + "id": "tropical_bamboo_forest", + "foliageColor": "#20A52F", + "grassColor": "#1E7307", + "waterColor": "#3AB2A2", + "waterFogColor": "#3AB2A2", + "category": "jungle" + }], + "children": ["tropical/wilds"], + "generators": [{ + "min": 5, + "max": 9, + "generator": "plain" + }], "biomeZoom": 10, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -147,60 +105,20 @@ }, "edit": [ { - "find": [ - { - "block": "minecraft:birch_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - } + "find": [{"block": "minecraft:birch_fence"}], + "replace": {"palette": [{"block": "minecraft:air"}]} }, { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:jungle_leaves"}]} }, { - "find": [ - { - "block": "minecraft:stripped_birch_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:jungle_wood" - } - ] - } + "find": [{"block": "minecraft:stripped_birch_log"}], + "replace": {"palette": [{"block": "minecraft:jungle_wood"}]} }, { - "find": [ - { - "block": "minecraft:stripped_birch_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_wood" - } - ] - } + "find": [{"block": "minecraft:stripped_birch_wood"}], + "replace": {"palette": [{"block": "minecraft:oak_wood"}]} } ], "place": [ @@ -233,60 +151,20 @@ }, "edit": [ { - "find": [ - { - "block": "minecraft:birch_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - } + "find": [{"block": "minecraft:birch_fence"}], + "replace": {"palette": [{"block": "minecraft:air"}]} }, { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:jungle_leaves"}]} }, { - "find": [ - { - "block": "minecraft:stripped_birch_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_jungle_log" - } - ] - } + "find": [{"block": "minecraft:stripped_birch_log"}], + "replace": {"palette": [{"block": "minecraft:stripped_jungle_log"}]} }, { - "find": [ - { - "block": "minecraft:stripped_birch_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_jungle_wood" - } - ] - } + "find": [{"block": "minecraft:stripped_birch_wood"}], + "replace": {"palette": [{"block": "minecraft:stripped_jungle_wood"}]} } ], "place": [ @@ -324,30 +202,22 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.25, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { "weight": 3, "block": "minecraft:grass" }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "stackMin": 1, @@ -357,16 +227,14 @@ "style": "STATIC", "zoom": 0.1 }, - "topPalette": [ - { - "data": { - "stage": 0, - "age": 0, - "leaves": "small" - }, - "block": "minecraft:bamboo" - } - ], + "topPalette": [{ + "data": { + "stage": 0, + "age": 0, + "leaves": "small" + }, + "block": "minecraft:bamboo" + }], "palette": [ { "data": { @@ -465,24 +333,18 @@ "block": "minecraft:bamboo" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], - "biomeSkyScatter": [ - "BAMBOO_JUNGLE" - ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 0 - } - ] -} \ No newline at end of file + "biomeSkyScatter": ["BAMBOO_JUNGLE"], + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 1, + "particleEffect": "TOTEM", + "particleOffset": 12, + "interval": 550, + "particleCount": 0 + }] +} diff --git a/biomes/tropical/beach-bamboo.json b/biomes/tropical/beach-bamboo.json index a2465d8f..7ef00d8e 100644 --- a/biomes/tropical/beach-bamboo.json +++ b/biomes/tropical/beach-bamboo.json @@ -4,46 +4,28 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "BEACH", - "generators": [ - { - "min": -5, - "max": 1, - "generator": "plain" - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:smooth_sandstone" - } - ] - }, + "generators": [{ + "min": -5, + "max": 1, + "generator": "plain" + }], + "wall": {"palette": [{"block": "minecraft:smooth_sandstone"}]}, "layers": [ { "minHeight": 3, "maxHeight": 6, - "palette": [ - { - "block": "minecraft:sand" - } - ] + "palette": [{"block": "minecraft:sand"}] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], "decorators": [ { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -54,9 +36,7 @@ }, "block": "minecraft:jungle_button" }, - { - "block": "minecraft:air" - }, + {"block": "minecraft:air"}, { "data": { "face": "floor", @@ -66,17 +46,13 @@ "block": "minecraft:jungle_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "stackMin": 1, "stackMax": 7, "chance": 0.09, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ { "data": { @@ -175,21 +151,17 @@ "block": "minecraft:bamboo" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 0 - } - ] -} \ No newline at end of file + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 1, + "particleEffect": "TOTEM", + "particleOffset": 12, + "interval": 550, + "particleCount": 0 + }] +} diff --git a/biomes/tropical/beach-charred.json b/biomes/tropical/beach-charred.json index 2386bdc5..8a9ee51b 100644 --- a/biomes/tropical/beach-charred.json +++ b/biomes/tropical/beach-charred.json @@ -4,134 +4,92 @@ "rarity": 1, "derivative": "DESERT", "vanillaDerivative": "BEACH", - "generators": [ - { - "min": -3, - "max": 3, - "generator": "plain" - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:smooth_sandstone" - } - ] - }, + "generators": [{ + "min": -3, + "max": 3, + "generator": "plain" + }], + "wall": {"palette": [{"block": "minecraft:smooth_sandstone"}]}, "layers": [ { "minHeight": 3, "maxHeight": 6, - "palette": [ - { - "block": "minecraft:black_concrete_powder" - } - ] + "palette": [{"block": "minecraft:black_concrete_powder"}] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], - "objects": [ - { - "chance": 1, - "edit": [ - { - "mode": "STILT", - "find": [ - { - "block": "minecraft:player_wall_head" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 1, + "edit": [{ + "mode": "STILT", + "find": [{"block": "minecraft:player_wall_head"}], + "replace": {"palette": [{"block": "minecraft:air"}]} + }], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "place": [ - "trees/jungle/palm1", - "trees/jungle/palm2", - "trees/jungle/palm3", - "trees/jungle/palm12", - "trees/jungle/palm11", - "trees/jungle/palm10", - "trees/jungle/palm9" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "decorators": [ - { - "chance": 0.01, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "data": { - "face": "floor", - "powered": false, - "facing": "east" - }, - "block": "minecraft:jungle_button" - }, - { - "block": "minecraft:air" - }, - { - "data": { - "face": "floor", - "powered": false, - "facing": "south" - }, - "block": "minecraft:jungle_button" - } - ], - "style": { - "style": "STATIC" - } - } - ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1, - "particleEffect": "SMOKE_LARGE", - "particleOffset": 0, - "interval": 550, - "particleCount": 0 - } - ], - "slab": { - "style": { - "style": "STATIC" + "enabled": true }, + "place": [ + "trees/jungle/palm1", + "trees/jungle/palm2", + "trees/jungle/palm3", + "trees/jungle/palm12", + "trees/jungle/palm11", + "trees/jungle/palm10", + "trees/jungle/palm9" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }], + "decorators": [{ + "chance": 0.01, + "variance": {"style": "STATIC"}, + "zoom": 0.3, + "palette": [ + { + "data": { + "face": "floor", + "powered": false, + "facing": "east" + }, + "block": "minecraft:jungle_button" + }, + {"block": "minecraft:air"}, + { + "data": { + "face": "floor", + "powered": false, + "facing": "south" + }, + "block": "minecraft:jungle_button" + } + ], + "style": {"style": "STATIC"} + }], + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 1, + "particleEffect": "SMOKE_LARGE", + "particleOffset": 0, + "interval": 550, + "particleCount": 0 + }], + "slab": { + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -146,4 +104,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/tropical/beach.json b/biomes/tropical/beach.json index 2ce30d58..e1d1fe6d 100644 --- a/biomes/tropical/beach.json +++ b/biomes/tropical/beach.json @@ -4,91 +4,59 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "generators": [ - { - "min": -3, - "max": 3, - "generator": "plain" - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:smooth_sandstone" - } - ] - }, + "generators": [{ + "min": -3, + "max": 3, + "generator": "plain" + }], + "wall": {"palette": [{"block": "minecraft:smooth_sandstone"}]}, "layers": [ { "minHeight": 3, "maxHeight": 6, - "palette": [ - { - "block": "minecraft:sand" - } - ] + "palette": [{"block": "minecraft:sand"}] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], - "objects": [ - { - "chance": 1, - "mode": "STILT", - "edit": [ - { - "find": [ - { - "block": "minecraft:player_wall_head" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 1, + "mode": "STILT", + "edit": [{ + "find": [{"block": "minecraft:player_wall_head"}], + "replace": {"palette": [{"block": "minecraft:air"}]} + }], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "place": [ - "trees/jungle/palm1", - "trees/jungle/palm2", - "trees/jungle/palm3", - "trees/jungle/palm12", - "trees/jungle/palm11", - "trees/jungle/palm10", - "trees/jungle/palm9" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } + "enabled": true + }, + "place": [ + "trees/jungle/palm1", + "trees/jungle/palm2", + "trees/jungle/palm3", + "trees/jungle/palm12", + "trees/jungle/palm11", + "trees/jungle/palm10", + "trees/jungle/palm9" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 } - ], + }], "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -99,9 +67,7 @@ }, "block": "minecraft:jungle_button" }, - { - "block": "minecraft:air" - }, + {"block": "minecraft:air"}, { "data": { "face": "floor", @@ -111,43 +77,29 @@ "block": "minecraft:jungle_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "partOf": "SHORE_LINE", "verticalZoom": 0.2, "chance": 0.21, - "variance": { - "style": "SIMPLEX" - }, + "variance": {"style": "SIMPLEX"}, "stackMax": 6, "zoom": 5, - "palette": [ - { - "block": "minecraft:sugar_cane" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:sugar_cane"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 1 } ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 0 - } - ] -} \ No newline at end of file + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 1, + "particleEffect": "TOTEM", + "particleOffset": 12, + "interval": 550, + "particleCount": 0 + }] +} diff --git a/biomes/tropical/highlands.json b/biomes/tropical/highlands.json index 67c1da20..e5039813 100644 --- a/biomes/tropical/highlands.json +++ b/biomes/tropical/highlands.json @@ -4,98 +4,62 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "PLAINS", - "customDerivitives": [ - { - "id": "tropical_highlands", - "foliageColor": "#478F04", - "grassColor": "#41A726", - "waterColor": "#3AB2A2", - "waterFogColor": "#3AB2A2", - "category": "jungle" - } - ], - "generators": [ - { - "min": 99, - "max": 164, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "id": "tropical_highlands", + "foliageColor": "#478F04", + "grassColor": "#41A726", + "waterColor": "#3AB2A2", + "waterFogColor": "#3AB2A2", + "category": "jungle" + }], + "generators": [{ + "min": 99, + "max": 164, + "generator": "mountain" + }], "biomeZoom": 9, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.256, "palette": [ { "weight": 3, "block": "minecraft:grass_block" }, - { - "block": "minecraft:podzol" - }, + {"block": "minecraft:podzol"}, { "weight": 4, "block": "minecraft:grass_block" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -113,122 +77,80 @@ "structure": "jungle-pyramid" } ], - "objects": [ - { - "chance": 0.35, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 0.35, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "place": [ - "clutter/oakclutt1", - "clutter/oakclutt2", - "clutter/oakclutt3", - "clutter/oakclutt4", - "clutter/oakclutt5", - "clutter/birchclutt1", - "clutter/birchclutt2", - "clutter/birchclutt3", - "clutter/birchclutt4", - "clutter/birchclutt5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } + "enabled": true + }, + "place": [ + "clutter/oakclutt1", + "clutter/oakclutt2", + "clutter/oakclutt3", + "clutter/oakclutt4", + "clutter/oakclutt5", + "clutter/birchclutt1", + "clutter/birchclutt2", + "clutter/birchclutt3", + "clutter/birchclutt4", + "clutter/birchclutt5" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 } - ], + }], "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:wither_rose" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:wither_rose"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.02, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:sunflower" - }, - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:rose_bush" - } + {"block": "minecraft:sunflower"}, + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:rose_bush"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.122, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:large_fern" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:large_fern"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.142, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/tropical/island-beach.json b/biomes/tropical/island-beach.json index 3be56814..343e8c32 100644 --- a/biomes/tropical/island-beach.json +++ b/biomes/tropical/island-beach.json @@ -4,92 +4,60 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "BEACH", - "generators": [ - { - "min": 3, - "max": 7, - "generator": "plain" - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:smooth_sandstone" - } - ] - }, + "generators": [{ + "min": 3, + "max": 7, + "generator": "plain" + }], + "wall": {"palette": [{"block": "minecraft:smooth_sandstone"}]}, "layers": [ { "minHeight": 3, "maxHeight": 6, - "palette": [ - { - "block": "minecraft:sand" - } - ] + "palette": [{"block": "minecraft:sand"}] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], - "objects": [ - { - "chance": 1, - "edit": [ - { - "find": [ - { - "block": "minecraft:player_wall_head" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "objects": [{ + "chance": 1, + "edit": [{ + "find": [{"block": "minecraft:player_wall_head"}], + "replace": {"palette": [{"block": "minecraft:air"}]} + }], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, "enabled": true }, - "mode": "STILT", - "place": [ - "trees/jungle/palm1", - "trees/jungle/palm2", - "trees/jungle/palm3", - "trees/jungle/palm4", - "trees/jungle/palm5", - "trees/jungle/palm6", - "trees/jungle/palm7", - "trees/jungle/palm8" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } + "enabled": true + }, + "mode": "STILT", + "place": [ + "trees/jungle/palm1", + "trees/jungle/palm2", + "trees/jungle/palm3", + "trees/jungle/palm4", + "trees/jungle/palm5", + "trees/jungle/palm6", + "trees/jungle/palm7", + "trees/jungle/palm8" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 } - ], + }], "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -109,49 +77,33 @@ "block": "minecraft:jungle_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "partOf": "SHORE_LINE", "verticalZoom": 0.2, "chance": 0.09, - "variance": { - "style": "SIMPLEX" - }, + "variance": {"style": "SIMPLEX"}, "stackMax": 5, "zoom": 5, - "palette": [ - { - "block": "minecraft:sugar_cane" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:sugar_cane"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 } ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 0 - } - ], + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 1, + "particleEffect": "TOTEM", + "particleOffset": 12, + "interval": 550, + "particleCount": 0 + }], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -173,4 +125,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/tropical/jungle-denmyre.json b/biomes/tropical/jungle-denmyre.json index 1773beeb..24f133c1 100644 --- a/biomes/tropical/jungle-denmyre.json +++ b/biomes/tropical/jungle-denmyre.json @@ -4,73 +4,39 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "generators": [ - { - "min": 4, - "max": 7, - "generator": "plain" - } - ], + "generators": [{ + "min": 4, + "max": 7, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.01, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:coarse_dirt" - } - ] + "palette": [{"block": "minecraft:coarse_dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -94,60 +60,20 @@ "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:acacia_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_jungle_wood" - } - ] - } + "find": [{"block": "minecraft:acacia_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_jungle_wood"}]} }, { - "find": [ - { - "block": "minecraft:acacia_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - } - ] - } + "find": [{"block": "minecraft:acacia_leaves"}], + "replace": {"palette": [{"block": "minecraft:jungle_leaves"}]} }, { - "find": [ - { - "block": "minecraft:acacia_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:jungle_fence" - } - ] - } + "find": [{"block": "minecraft:acacia_fence"}], + "replace": {"palette": [{"block": "minecraft:jungle_fence"}]} }, { - "find": [ - { - "block": "minecraft:acacia_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:jungle_wood" - } - ] - } + "find": [{"block": "minecraft:acacia_wood"}], + "replace": {"palette": [{"block": "minecraft:jungle_wood"}]} } ], "rotation": { @@ -178,46 +104,16 @@ "chance": 0.5, "edit": [ { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:jungle_leaves"}]} }, { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": {"palette": [{"block": "minecraft:jungle_leaves"}]} }, { - "find": [ - { - "block": "minecraft:spruce_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_wood"}], + "replace": {"palette": [{"block": "minecraft:jungle_leaves"}]} } ], "density": 2, @@ -252,24 +148,14 @@ "decorators": [ { "chance": 0.4, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ { "data": { @@ -288,36 +174,24 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.017, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 0 - } - ] -} \ No newline at end of file + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 1, + "particleEffect": "TOTEM", + "particleOffset": 12, + "interval": 550, + "particleCount": 0 + }] +} diff --git a/biomes/tropical/mountain-extreme.json b/biomes/tropical/mountain-extreme.json index 9d3d4679..dcf79840 100644 --- a/biomes/tropical/mountain-extreme.json +++ b/biomes/tropical/mountain-extreme.json @@ -4,26 +4,20 @@ "rarity": 1, "derivative": "SPARSE_JUNGLE", "vanillaDerivative": "JUNGLE", - "customDerivitives": [ - { - "id": "tropical_mountain_extreme", - "foliageColor": "#478F04", - "grassColor": "#41A726", - "waterColor": "#3AB2A2", - "waterFogColor": "#3FE727", - "category": "jungle" - } - ], - "children": [ - "tropical/mountain-water" - ], - "generators": [ - { - "generator": "mountain", - "max": 200, - "min": 112 - } - ], + "customDerivitives": [{ + "id": "tropical_mountain_extreme", + "foliageColor": "#478F04", + "grassColor": "#41A726", + "waterColor": "#3AB2A2", + "waterFogColor": "#3FE727", + "category": "jungle" + }], + "children": ["tropical/mountain-water"], + "generators": [{ + "generator": "mountain", + "max": 200, + "min": 112 + }], "layers": [ { "minHeight": 1, @@ -32,12 +26,10 @@ "minimumSlope": 0, "maximumSlope": 4.5 }, - "palette": [ - { - "weight": 1, - "block": "minecraft:grass_block" - } - ] + "palette": [{ + "weight": 1, + "block": "minecraft:grass_block" + }] }, { "minHeight": 2, @@ -46,11 +38,7 @@ "minimumSlope": 0, "maximumSlope": 4.5 }, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], "objects": [ @@ -85,9 +73,7 @@ "max": 360 } }, - "translate": { - "y": -2 - } + "translate": {"y": -2} }, { "chance": 0.004, @@ -115,9 +101,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ @@ -154,98 +138,48 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.45, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - } + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"} ], "style": { "style": "FRACTAL_BILLOW_IRIS", - "fracture": { - "style": "STATIC" - } + "fracture": {"style": "STATIC"} } }, { "chance": 0.5, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 10, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - } + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"} } ], "childStyle": { @@ -254,4 +188,4 @@ "exponent": 7.6 }, "childShrinkFactor": 1 -} \ No newline at end of file +} diff --git a/biomes/tropical/mountain-middle.json b/biomes/tropical/mountain-middle.json index 80ef4d8e..24a61dc0 100644 --- a/biomes/tropical/mountain-middle.json +++ b/biomes/tropical/mountain-middle.json @@ -4,30 +4,22 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "customDerivitives": [ - { - "id": "tropical_mountain_middle", - "foliageColor": "#478F04", - "grassColor": "#41A726", - "waterColor": "#3AB2A2", - "fogColor": "#6DCA87", - "category": "jungle" - } - ], - "children": [ - "tropical/plains" - ], - "generators": [ - { - "generator": "mountain", - "max": 190, - "min": 75 - } - ], + "customDerivitives": [{ + "id": "tropical_mountain_middle", + "foliageColor": "#478F04", + "grassColor": "#41A726", + "waterColor": "#3AB2A2", + "fogColor": "#6DCA87", + "category": "jungle" + }], + "children": ["tropical/plains"], + "generators": [{ + "generator": "mountain", + "max": 190, + "min": 75 + }], "biomeZoom": 0.4, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "layers": [ { "minHeight": 2, @@ -36,11 +28,7 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 6, @@ -49,11 +37,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:terracotta" - } - ] + "palette": [{"block": "minecraft:terracotta"}] }, { "minHeight": 6, @@ -62,11 +46,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:orange_terracotta" - } - ] + "palette": [{"block": "minecraft:orange_terracotta"}] }, { "minHeight": 6, @@ -75,11 +55,7 @@ "minimumSlope": 3, "maximumSlope": 255 }, - "palette": [ - { - "block": "minecraft:red_terracotta" - } - ] + "palette": [{"block": "minecraft:red_terracotta"}] } ], "objects": [ @@ -115,9 +91,7 @@ "max": 360 } }, - "translate": { - "y": -2 - } + "translate": {"y": -2} }, { "chance": 0.008, @@ -139,9 +113,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ @@ -160,64 +132,30 @@ }, { "chance": 0.06, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] } ], "lockLayers": true -} \ No newline at end of file +} diff --git a/biomes/tropical/mountain-plains.json b/biomes/tropical/mountain-plains.json index f953ffed..58a0dc3e 100644 --- a/biomes/tropical/mountain-plains.json +++ b/biomes/tropical/mountain-plains.json @@ -4,23 +4,19 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "customDerivitives": [ - { - "id": "tropical_mountain_plains", - "foliageColor": "#258F04", - "grassColor": "#41A726", - "category": "jungle", - "waterColor": "#3AB2A2", - "waterFogColor": "#3AB2A2" - } - ], - "generators": [ - { - "min": 88, - "max": 157, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "id": "tropical_mountain_plains", + "foliageColor": "#258F04", + "grassColor": "#41A726", + "category": "jungle", + "waterColor": "#3AB2A2", + "waterFogColor": "#3AB2A2" + }], + "generators": [{ + "min": 88, + "max": 157, + "generator": "mountain" + }], "layers": [ { "minHeight": 1, @@ -29,12 +25,10 @@ "minimumSlope": 0, "maximumSlope": 4.5 }, - "palette": [ - { - "weight": 1, - "block": "minecraft:grass_block" - } - ] + "palette": [{ + "weight": 1, + "block": "minecraft:grass_block" + }] }, { "minHeight": 2, @@ -43,11 +37,7 @@ "minimumSlope": 0, "maximumSlope": 4.5 }, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] } ], "jigsawStructures": [ @@ -96,9 +86,7 @@ "max": 360 } }, - "translate": { - "y": -2 - } + "translate": {"y": -2} }, { "chance": 0.008, @@ -120,9 +108,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ @@ -159,98 +145,48 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.45, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - } + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"} ], "style": { "style": "FRACTAL_BILLOW_IRIS", - "fracture": { - "style": "STATIC" - } + "fracture": {"style": "STATIC"} } }, { "chance": 0.5, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 10, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - } + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"} } ], "childStyle": { @@ -259,4 +195,4 @@ "exponent": 7.6 }, "childShrinkFactor": 1 -} \ No newline at end of file +} diff --git a/biomes/tropical/mountain-water.json b/biomes/tropical/mountain-water.json index 3541420e..84f5a2ee 100644 --- a/biomes/tropical/mountain-water.json +++ b/biomes/tropical/mountain-water.json @@ -3,73 +3,47 @@ "color": "#2FAB7B", "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "customDerivitives": [ - { - "category": "forest", - "id": "tropical_mountain_water", - "waterColor": "#3AB2A2", - "waterFogColor": "#3AB2A2" - } - ], - "generators": [ - { - "generator": "mountain", - "max": 5, - "min": 2 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:water", - "data": { - "level": 1 - } - } - ] - }, + "customDerivitives": [{ + "category": "forest", + "id": "tropical_mountain_water", + "waterColor": "#3AB2A2", + "waterFogColor": "#3AB2A2" + }], + "generators": [{ + "generator": "mountain", + "max": 5, + "min": 2 + }], + "wall": {"palette": [{ + "block": "minecraft:water", + "data": {"level": 1} + }]}, "layers": [ { "minHeight": 0, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:cave_air" - } - ] + "palette": [{"block": "minecraft:cave_air"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:water", - "data": { - "level": 1 - } - } - ] + "palette": [{ + "block": "minecraft:water", + "data": {"level": 1} + }] }, { "minHeight": 1, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:water", - "data": { - "level": 0 - } - } - ] + "palette": [{ + "block": "minecraft:water", + "data": {"level": 0} + }] }, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:gravel" - } - ] + "palette": [{"block": "minecraft:gravel"}] } ], "decorators": [ @@ -93,59 +67,27 @@ } }, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] } ] -} \ No newline at end of file +} diff --git a/biomes/tropical/mountain.json b/biomes/tropical/mountain.json index e3140a2f..ac707487 100644 --- a/biomes/tropical/mountain.json +++ b/biomes/tropical/mountain.json @@ -4,26 +4,20 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "customDerivitives": [ - { - "id": "tropical_mountain", - "foliageColor": "#478F04", - "grassColor": "#41A726", - "category": "jungle", - "waterColor": "#3AB2A2", - "waterFogColor": "#3AB2A2" - } - ], - "children": [ - "tropical/mountain-middle" - ], - "generators": [ - { - "min": 75, - "max": 150, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "id": "tropical_mountain", + "foliageColor": "#478F04", + "grassColor": "#41A726", + "category": "jungle", + "waterColor": "#3AB2A2", + "waterFogColor": "#3AB2A2" + }], + "children": ["tropical/mountain-middle"], + "generators": [{ + "min": 75, + "max": 150, + "generator": "mountain" + }], "biomeZoom": 30, "biomeStyle": { "style": "NOWHERE", @@ -34,22 +28,14 @@ { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 1, "maxHeight": 1, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:rooted_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:rooted_dirt"} ] } ], @@ -101,9 +87,7 @@ "max": 360 } }, - "translate": { - "y": -2 - } + "translate": {"y": -2} }, { "chance": 0.008, @@ -125,9 +109,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ @@ -146,63 +128,29 @@ }, { "chance": 0.06, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] } ] -} \ No newline at end of file +} diff --git a/biomes/tropical/plains-hills.json b/biomes/tropical/plains-hills.json index fed86ee1..9c4ab0c4 100644 --- a/biomes/tropical/plains-hills.json +++ b/biomes/tropical/plains-hills.json @@ -4,60 +4,34 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "customDerivitives": [ - { - "id": "tropical_plains_hills", - "foliageColor": "#40C42B", - "grassColor": "#41A726", - "category": "jungle", - "waterColor": "#3AB2A2", - "waterFogColor": "#3AB2A2" - } - ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 45, - "min": -10 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:terracotta" - } - ] - }, + "customDerivitives": [{ + "id": "tropical_plains_hills", + "foliageColor": "#40C42B", + "grassColor": "#41A726", + "category": "jungle", + "waterColor": "#3AB2A2", + "waterFogColor": "#3AB2A2" + }], + "generators": [{ + "generator": "smooth-dunes", + "max": 45, + "min": -10 + }], + "wall": {"palette": [{"block": "minecraft:terracotta"}]}, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "minHeight": 1, "maxHeight": 1, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -139,9 +113,7 @@ "max": 360 } }, - "translate": { - "y": -2 - } + "translate": {"y": -2} }, { "chance": 0.008, @@ -163,9 +135,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ @@ -184,47 +154,21 @@ }, { "chance": 0.06, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] } ] -} \ No newline at end of file +} diff --git a/biomes/tropical/plains.json b/biomes/tropical/plains.json index aa65aa09..dae47ca4 100644 --- a/biomes/tropical/plains.json +++ b/biomes/tropical/plains.json @@ -4,56 +4,34 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "customDerivitives": [ - { - "id": "tropical_plains", - "foliageColor": "#40C42B", - "grassColor": "#41A726", - "category": "jungle", - "waterColor": "#3AB2A2", - "waterFogColor": "#3AB2A2" - } - ], - "children": [ - "tropical/plains-hills" - ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 20, - "min": -10 - } - ], + "customDerivitives": [{ + "id": "tropical_plains", + "foliageColor": "#40C42B", + "grassColor": "#41A726", + "category": "jungle", + "waterColor": "#3AB2A2", + "waterFogColor": "#3AB2A2" + }], + "children": ["tropical/plains-hills"], + "generators": [{ + "generator": "smooth-dunes", + "max": 20, + "min": -10 + }], "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "minHeight": 1, "maxHeight": 1, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -118,25 +96,13 @@ "trees/jungle/lgeneric8", "trees/jungle/lgeneric9" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_log" - }, - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:jungle_wood" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:oak_log"}, + {"block": "minecraft:oak_wood"} + ], + "replace": {"palette": [{"block": "minecraft:jungle_wood"}]} + }], "chance": 1, "rotation": { "enabled": true, @@ -147,9 +113,7 @@ "max": 360 } }, - "translate": { - "y": -2 - } + "translate": {"y": -2} }, { "chance": 0.008, @@ -171,9 +135,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ @@ -192,46 +154,20 @@ }, { "chance": 0.06, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:allium" - }, - { - "block": "minecraft:azure_bluet" - }, - { - "block": "minecraft:red_tulip" - }, - { - "block": "minecraft:orange_tulip" - }, - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:allium"}, + {"block": "minecraft:azure_bluet"}, + {"block": "minecraft:red_tulip"}, + {"block": "minecraft:orange_tulip"}, + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:lily_of_the_valley"} ] } ], @@ -240,4 +176,4 @@ "zoom": 0.5, "exponent": 2 } -} \ No newline at end of file +} diff --git a/biomes/tropical/rainforest-hills.json b/biomes/tropical/rainforest-hills.json index 8a893126..ebf59af9 100644 --- a/biomes/tropical/rainforest-hills.json +++ b/biomes/tropical/rainforest-hills.json @@ -4,75 +4,39 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "generators": [ - { - "min": 32, - "max": 65, - "generator": "plain-cliffs" - } - ], + "generators": [{ + "min": 32, + "max": 65, + "generator": "plain-cliffs" + }], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - } + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"} ] }, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -103,9 +67,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.7, @@ -241,9 +203,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ @@ -258,121 +218,69 @@ }, "zoom": 0.1, "palette": [ - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:fern"} ], "style": { "style": "FRACTAL_BILLOW_IRIS", - "fracture": { - "style": "STATIC" - } + "fracture": {"style": "STATIC"} } }, { "chance": 0.25, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 1, "zoom": 10, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 }, { "chance": 0.05, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 1, - "palette": [ - { - "block": "minecraft:jungle_sapling" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:jungle_sapling"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 }, { "chance": 0.1, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 1, - "palette": [ - { - "block": "minecraft:fern" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:fern"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 }, { "chance": 0.1, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 1, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 } ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 0 - } - ] -} \ No newline at end of file + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 1, + "particleEffect": "TOTEM", + "particleOffset": 12, + "interval": 550, + "particleCount": 0 + }] +} diff --git a/biomes/tropical/rainforest-island.json b/biomes/tropical/rainforest-island.json index ddc954b2..426d446e 100644 --- a/biomes/tropical/rainforest-island.json +++ b/biomes/tropical/rainforest-island.json @@ -4,85 +4,47 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "SPARSE_JUNGLE", - "customDerivitives": [ - { - "id": "tropical_rainforest_island", - "foliageColor": "#258F04", - "grassColor": "#3FE727", - "category": "jungle", - "waterColor": "#3AB2A2", - "waterFogColor": "#3AB2A2" - } - ], - "generators": [ - { - "min": 25, - "max": 65, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "id": "tropical_rainforest_island", + "foliageColor": "#258F04", + "grassColor": "#3FE727", + "category": "jungle", + "waterColor": "#3AB2A2", + "waterFogColor": "#3AB2A2" + }], + "generators": [{ + "min": 25, + "max": 65, + "generator": "mountain" + }], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - } + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"} ] }, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -99,9 +61,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.00375, @@ -114,9 +74,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.4, @@ -244,109 +202,65 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.45, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - } + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"} ], "style": { "style": "FRACTAL_BILLOW_IRIS", - "fracture": { - "style": "STATIC" - } + "fracture": {"style": "STATIC"} } }, { "chance": 0.1, "verticalZoom": 88, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 10, - "palette": [ - { - "weight": 3, - "block": "minecraft:jungle_wood" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - } + "palette": [{ + "weight": 3, + "block": "minecraft:jungle_wood" + }], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"} }, { "chance": 0.5, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 10, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - } + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"} } ], - "seaLayers": [ - { - "minHeight": 64, - "maxHeight": 64, - "palette": [ - { - "block": "minecraft:air" - } - ] - } - ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 0 - } - ] -} \ No newline at end of file + "seaLayers": [{ + "minHeight": 64, + "maxHeight": 64, + "palette": [{"block": "minecraft:air"}] + }], + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 1, + "particleEffect": "TOTEM", + "particleOffset": 12, + "interval": 550, + "particleCount": 0 + }] +} diff --git a/biomes/tropical/rainforest-wicked-child.json b/biomes/tropical/rainforest-wicked-child.json index 5f84a4c8..d214d982 100644 --- a/biomes/tropical/rainforest-wicked-child.json +++ b/biomes/tropical/rainforest-wicked-child.json @@ -4,85 +4,47 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "SPARSE_JUNGLE", - "customDerivitives": [ - { - "id": "tropical_rainforest_wicked_child", - "foliageColor": "#478F04", - "grassColor": "#197300", - "category": "jungle", - "waterColor": "#3AB2A2", - "waterFogColor": "#3AB2A2" - } - ], - "generators": [ - { - "min": 98, - "max": 170, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "id": "tropical_rainforest_wicked_child", + "foliageColor": "#478F04", + "grassColor": "#197300", + "category": "jungle", + "waterColor": "#3AB2A2", + "waterFogColor": "#3AB2A2" + }], + "generators": [{ + "min": 98, + "max": 170, + "generator": "mountain" + }], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - } + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"} ] }, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -113,9 +75,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.00375, @@ -128,9 +88,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.4, @@ -258,98 +216,60 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.45, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - } + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"} ], "style": { "style": "FRACTAL_BILLOW_IRIS", - "fracture": { - "style": "STATIC" - } + "fracture": {"style": "STATIC"} } }, { "chance": 0.02, "verticalZoom": 88, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 10, - "palette": [ - { - "weight": 3, - "block": "minecraft:jungle_wood" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - } + "palette": [{ + "weight": 3, + "block": "minecraft:jungle_wood" + }], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"} }, { "chance": 0.5, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 10, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - } + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"} } ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 3 - } - ] -} \ No newline at end of file + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 1, + "particleEffect": "TOTEM", + "particleOffset": 12, + "interval": 550, + "particleCount": 3 + }] +} diff --git a/biomes/tropical/rainforest-wicked.json b/biomes/tropical/rainforest-wicked.json index 3fd42b4c..1e32db8d 100644 --- a/biomes/tropical/rainforest-wicked.json +++ b/biomes/tropical/rainforest-wicked.json @@ -4,90 +4,52 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "SPARSE_JUNGLE", - "customDerivitives": [ - { - "id": "tropical_rainforest_wicked", - "foliageColor": "#478F04", - "grassColor": "#197300", - "category": "jungle", - "waterColor": "#3AB2A2", - "waterFogColor": "#3AB2A2" - } - ], + "customDerivitives": [{ + "id": "tropical_rainforest_wicked", + "foliageColor": "#478F04", + "grassColor": "#197300", + "category": "jungle", + "waterColor": "#3AB2A2", + "waterFogColor": "#3AB2A2" + }], "children": [ "tropical/rainforest-hills", "tropical/jungle-denmyre", "tropical/rainforest-wicked-child" ], - "generators": [ - { - "min": 30, - "max": 90, - "generator": "mountain" - } - ], + "generators": [{ + "min": 30, + "max": 90, + "generator": "mountain" + }], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - } + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"} ] }, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -104,9 +66,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.00375, @@ -119,9 +79,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.4, @@ -249,98 +207,60 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.45, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - } + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"} ], "style": { "style": "FRACTAL_BILLOW_IRIS", - "fracture": { - "style": "STATIC" - } + "fracture": {"style": "STATIC"} } }, { "chance": 0.1, "verticalZoom": 88, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 10, - "palette": [ - { - "weight": 3, - "block": "minecraft:jungle_wood" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - } + "palette": [{ + "weight": 3, + "block": "minecraft:jungle_wood" + }], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"} }, { "chance": 0.5, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 10, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - } + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"} } ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 0 - } - ] -} \ No newline at end of file + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 1, + "particleEffect": "TOTEM", + "particleOffset": 12, + "interval": 550, + "particleCount": 0 + }] +} diff --git a/biomes/tropical/rainforest.json b/biomes/tropical/rainforest.json index e413d55b..11e37ab6 100644 --- a/biomes/tropical/rainforest.json +++ b/biomes/tropical/rainforest.json @@ -4,90 +4,52 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "customDerivitives": [ - { - "id": "tropical_rainforest", - "foliageColor": "#258F04", - "grassColor": "#2DAF09", - "waterColor": "#3AB2A2", - "waterFogColor": "#3AB2A2", - "category": "jungle" - } - ], + "customDerivitives": [{ + "id": "tropical_rainforest", + "foliageColor": "#258F04", + "grassColor": "#2DAF09", + "waterColor": "#3AB2A2", + "waterFogColor": "#3AB2A2", + "category": "jungle" + }], "children": [ "tropical/rainforest-hills", "tropical/jungle-denmyre", "tropical/rainforest-wicked" ], - "generators": [ - { - "min": 20, - "max": 45, - "generator": "mountain" - } - ], + "generators": [{ + "min": 20, + "max": 45, + "generator": "mountain" + }], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:stripped_jungle_wood" - } + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:stripped_jungle_wood"} ] }, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 2, "maxHeight": 4, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -104,9 +66,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.00375, @@ -119,9 +79,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.4, @@ -249,50 +207,30 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.45, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:jungle_leaves" - } + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:jungle_leaves"} ], "style": { "style": "FRACTAL_BILLOW_IRIS", - "fracture": { - "style": "STATIC" - } + "fracture": {"style": "STATIC"} } }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ { "data": { @@ -311,46 +249,30 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - } + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"} }, { "chance": 0.5, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 10, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - } + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"} } ], - "effects": [ - { - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 3, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 3 - } - ] -} \ No newline at end of file + "effects": [{ + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 3, + "particleEffect": "TOTEM", + "particleOffset": 12, + "interval": 550, + "particleCount": 3 + }] +} diff --git a/biomes/tropical/sea/coral-ocean-cliffs.json b/biomes/tropical/sea/coral-ocean-cliffs.json index ccb37f2a..aea79e68 100644 --- a/biomes/tropical/sea/coral-ocean-cliffs.json +++ b/biomes/tropical/sea/coral-ocean-cliffs.json @@ -3,56 +3,30 @@ "color": "#29449F", "derivative": "LUKEWARM_OCEAN", "vanillaDerivative": "LUKEWARM_OCEAN", - "children": [ - "tropical/sea/coral-ocean" - ], - "generators": [ - { - "min": -71, - "max": -37, - "generator": "plain-cliffs" - } - ], + "children": ["tropical/sea/coral-ocean"], + "generators": [{ + "min": -71, + "max": -37, + "generator": "plain-cliffs" + }], "wall": { "palette": [ - { - "block": "minecraft:tube_coral_block" - }, - { - "block": "minecraft:brain_coral_block" - }, - { - "block": "minecraft:fire_coral_block" - }, - { - "block": "minecraft:horn_coral_block" - }, - { - "block": "minecraft:bubble_coral_block" - } + {"block": "minecraft:tube_coral_block"}, + {"block": "minecraft:brain_coral_block"}, + {"block": "minecraft:fire_coral_block"}, + {"block": "minecraft:horn_coral_block"}, + {"block": "minecraft:bubble_coral_block"} ], - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.1 }, "layers": [ { "minHeight": 2, "maxHeight": 6, - "palette": [ - { - "block": "minecraft:sand" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:sand"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -61,9 +35,7 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], @@ -72,32 +44,12 @@ "chance": 0.0025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:fire_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:fire_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} } ], "rotation": { @@ -119,40 +71,18 @@ "clutter/stonedirtsetter6", "clutter/stonedirtsetter7" ], - "clamp": { - "minimumHeight": 0 - } + "clamp": {"minimumHeight": 0} }, { "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:fire_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:fire_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} } ], "rotation": { @@ -179,32 +109,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:fire_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:fire_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} } ], "rotation": { @@ -231,32 +141,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:fire_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:fire_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} } ], "rotation": { @@ -283,32 +173,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:fire_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:fire_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:fire_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:fire_coral_block"}]} } ], "rotation": { @@ -335,32 +205,12 @@ "chance": 0.005, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} } ], "rotation": { @@ -387,32 +237,12 @@ "chance": 0.0025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} } ], "rotation": { @@ -439,32 +269,12 @@ "chance": 0.0025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} } ], "rotation": { @@ -491,32 +301,12 @@ "chance": 0.0025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} } ], "rotation": { @@ -543,32 +333,12 @@ "chance": 0.0025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} } ], "rotation": { @@ -595,32 +365,12 @@ "chance": 0.0025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} } ], "rotation": { @@ -647,32 +397,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} } ], "rotation": { @@ -699,32 +429,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} } ], "rotation": { @@ -751,32 +461,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} } ], "rotation": { @@ -803,32 +493,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} } ], "rotation": { @@ -855,32 +525,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} } ], "rotation": { @@ -907,32 +557,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} } ], "rotation": { @@ -959,32 +589,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} } ], "rotation": { @@ -1011,32 +621,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} } ], "rotation": { @@ -1063,32 +653,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} } ], "rotation": { @@ -1115,32 +685,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} } ], "rotation": { @@ -1167,32 +717,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} } ], "rotation": { @@ -1219,32 +749,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} } ], "rotation": { @@ -1271,32 +781,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} } ], "rotation": { @@ -1323,32 +813,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} } ], "rotation": { @@ -1375,206 +845,112 @@ "decorators": [ { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 3, "zoom": 1, "palette": [ - { - "block": "minecraft:tube_coral_block" - }, - { - "block": "minecraft:brain_coral_block" - }, - { - "block": "minecraft:fire_coral_block" - }, - { - "block": "minecraft:horn_coral_block" - }, - { - "block": "minecraft:bubble_coral_block" - } + {"block": "minecraft:tube_coral_block"}, + {"block": "minecraft:brain_coral_block"}, + {"block": "minecraft:fire_coral_block"}, + {"block": "minecraft:horn_coral_block"}, + {"block": "minecraft:bubble_coral_block"} ], - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "stackMin": 1 }, { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, + "chance": 6.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, - { - "block": "minecraft:magma_block" - }, - { - "block": "minecraft:melon" - } + {"block": "minecraft:soul_sand"}, + {"block": "minecraft:magma_block"}, + {"block": "minecraft:melon"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { "chance": 0.025, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 24, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 2 }, { "chance": 0.225, "verticalZoom": 20, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 9, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:tube_coral" - }, - { - "block": "minecraft:tube_coral_fan" - } + {"block": "minecraft:tube_coral"}, + {"block": "minecraft:tube_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:brain_coral" - }, - { - "block": "minecraft:brain_coral_fan" - } + {"block": "minecraft:brain_coral"}, + {"block": "minecraft:brain_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:bubble_coral" - }, - { - "block": "minecraft:bubble_coral_fan" - } + {"block": "minecraft:bubble_coral"}, + {"block": "minecraft:bubble_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:fire_coral" - }, - { - "block": "minecraft:fire_coral_fan" - } + {"block": "minecraft:fire_coral"}, + {"block": "minecraft:fire_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:horn_coral" - }, - { - "block": "minecraft:horn_coral_fan" - } + {"block": "minecraft:horn_coral"}, + {"block": "minecraft:horn_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.004, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ { @@ -1599,51 +975,39 @@ "block": "minecraft:sea_pickle" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], "carving": { - "ravines": [ - { - "rarity": 442, - "ravine": "volcanic/main" + "ravines": [{ + "rarity": 442, + "ravine": "volcanic/main" + }], + "caves": [{ + "breakSurface": true, + "cave": "volcanic/main", + "rarity": 228, + "caveStartHeight": { + "max": 120, + "min": 69, + "style": {"style": "STATIC"} } - ], - "caves": [ - { - "breakSurface": true, - "cave": "volcanic/main", - "rarity": 228, - "caveStartHeight": { - "max": 120, - "min": 69, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, - "effects": [ - { - "particleAltX": 0.3, - "particleAltY": 1.960885, - "particleAltZ": 0.3, - "particleDistanceWidth": 8, - "chance": 1, - "particleEffect": "BUBBLE_COLUMN_UP", - "particleDistance": 5, - "particleOffset": 2, - "interval": 250, - "particleCount": 0 - } - ], + "effects": [{ + "particleAltX": 0.3, + "particleAltY": 1.960885, + "particleAltZ": 0.3, + "particleDistanceWidth": 8, + "chance": 1, + "particleEffect": "BUBBLE_COLUMN_UP", + "particleDistance": 5, + "particleOffset": 2, + "interval": 250, + "particleCount": 0 + }], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -1658,4 +1022,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/tropical/sea/coral-ocean.json b/biomes/tropical/sea/coral-ocean.json index 33976af5..fe4a635d 100644 --- a/biomes/tropical/sea/coral-ocean.json +++ b/biomes/tropical/sea/coral-ocean.json @@ -3,53 +3,29 @@ "color": "#213780", "derivative": "LUKEWARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", - "generators": [ - { - "min": -71, - "max": -37, - "generator": "plain" - } - ], + "generators": [{ + "min": -71, + "max": -37, + "generator": "plain" + }], "wall": { "palette": [ - { - "block": "minecraft:tube_coral_block" - }, - { - "block": "minecraft:brain_coral_block" - }, - { - "block": "minecraft:fire_coral_block" - }, - { - "block": "minecraft:horn_coral_block" - }, - { - "block": "minecraft:bubble_coral_block" - } + {"block": "minecraft:tube_coral_block"}, + {"block": "minecraft:brain_coral_block"}, + {"block": "minecraft:fire_coral_block"}, + {"block": "minecraft:horn_coral_block"}, + {"block": "minecraft:bubble_coral_block"} ], - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.1 }, "layers": [ { "minHeight": 2, "maxHeight": 6, - "palette": [ - { - "block": "minecraft:sand" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:sand"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -58,9 +34,7 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], @@ -69,32 +43,12 @@ "chance": 0.0025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:fire_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:fire_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} } ], "rotation": { @@ -116,40 +70,18 @@ "clutter/stonedirtsetter6", "clutter/stonedirtsetter7" ], - "clamp": { - "minimumHeight": 0 - } + "clamp": {"minimumHeight": 0} }, { "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:fire_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:fire_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} } ], "rotation": { @@ -176,32 +108,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:fire_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:fire_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} } ], "rotation": { @@ -228,32 +140,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:fire_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:fire_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} } ], "rotation": { @@ -280,32 +172,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:fire_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:fire_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:fire_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:fire_coral_block"}]} } ], "rotation": { @@ -332,32 +204,12 @@ "chance": 0.005, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} } ], "rotation": { @@ -384,32 +236,12 @@ "chance": 0.0025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} } ], "rotation": { @@ -436,32 +268,12 @@ "chance": 0.0025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} } ], "rotation": { @@ -488,32 +300,12 @@ "chance": 0.0025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} } ], "rotation": { @@ -540,32 +332,12 @@ "chance": 0.0025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} } ], "rotation": { @@ -592,32 +364,12 @@ "chance": 0.0025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} } ], "rotation": { @@ -644,32 +396,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} } ], "rotation": { @@ -696,32 +428,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} } ], "rotation": { @@ -748,32 +460,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} } ], "rotation": { @@ -800,32 +492,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} } ], "rotation": { @@ -852,32 +524,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} } ], "rotation": { @@ -904,32 +556,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} } ], "rotation": { @@ -956,32 +588,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} } ], "rotation": { @@ -1008,32 +620,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} } ], "rotation": { @@ -1060,32 +652,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} } ], "rotation": { @@ -1112,32 +684,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:bubble_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:bubble_coral_block"}]} } ], "rotation": { @@ -1164,32 +716,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:horn_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:horn_coral_block"}]} } ], "rotation": { @@ -1216,32 +748,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:tube_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:tube_coral_block"}]} } ], "rotation": { @@ -1268,32 +780,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} } ], "rotation": { @@ -1320,32 +812,12 @@ "chance": 0.025, "edit": [ { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} }, { - "find": [ - { - "block": "minecraft:dirt" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - } - ] - } + "find": [{"block": "minecraft:dirt"}], + "replace": {"palette": [{"block": "minecraft:brain_coral_block"}]} } ], "rotation": { @@ -1372,182 +844,100 @@ "decorators": [ { "chance": 0.005, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 3, "zoom": 1, "palette": [ - { - "block": "minecraft:tube_coral_block" - }, - { - "block": "minecraft:brain_coral_block" - }, - { - "block": "minecraft:fire_coral_block" - }, - { - "block": "minecraft:horn_coral_block" - }, - { - "block": "minecraft:bubble_coral_block" - } + {"block": "minecraft:tube_coral_block"}, + {"block": "minecraft:brain_coral_block"}, + {"block": "minecraft:fire_coral_block"}, + {"block": "minecraft:horn_coral_block"}, + {"block": "minecraft:bubble_coral_block"} ], - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "stackMin": 1 }, { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, + "chance": 6.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, - { - "block": "minecraft:magma_block" - } + {"block": "minecraft:soul_sand"}, + {"block": "minecraft:magma_block"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.04, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { "chance": 0.012, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 21, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 2 }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:tube_coral" - }, - { - "block": "minecraft:tube_coral_fan" - } + {"block": "minecraft:tube_coral"}, + {"block": "minecraft:tube_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:brain_coral" - }, - { - "block": "minecraft:brain_coral_fan" - } + {"block": "minecraft:brain_coral"}, + {"block": "minecraft:brain_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:bubble_coral" - }, - { - "block": "minecraft:bubble_coral_fan" - } + {"block": "minecraft:bubble_coral"}, + {"block": "minecraft:bubble_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:fire_coral" - }, - { - "block": "minecraft:fire_coral_fan" - } + {"block": "minecraft:fire_coral"}, + {"block": "minecraft:fire_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:horn_coral" - }, - { - "block": "minecraft:horn_coral_fan" - } + {"block": "minecraft:horn_coral"}, + {"block": "minecraft:horn_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.008, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ { @@ -1572,51 +962,39 @@ "block": "minecraft:sea_pickle" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], "carving": { - "ravines": [ - { - "rarity": 442, - "ravine": "volcanic/main" + "ravines": [{ + "rarity": 442, + "ravine": "volcanic/main" + }], + "caves": [{ + "breakSurface": true, + "cave": "volcanic/main", + "rarity": 228, + "caveStartHeight": { + "max": 120, + "min": 69, + "style": {"style": "STATIC"} } - ], - "caves": [ - { - "breakSurface": true, - "cave": "volcanic/main", - "rarity": 228, - "caveStartHeight": { - "max": 120, - "min": 69, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, - "effects": [ - { - "particleAltX": 0.3, - "particleAltY": 1.960885, - "particleAltZ": 0.3, - "particleDistanceWidth": 8, - "chance": 1, - "particleEffect": "BUBBLE_COLUMN_UP", - "particleDistance": 5, - "particleOffset": 2, - "interval": 250, - "particleCount": 0 - } - ], + "effects": [{ + "particleAltX": 0.3, + "particleAltY": 1.960885, + "particleAltZ": 0.3, + "particleDistanceWidth": 8, + "chance": 1, + "particleEffect": "BUBBLE_COLUMN_UP", + "particleDistance": 5, + "particleOffset": 2, + "interval": 250, + "particleCount": 0 + }], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -1631,4 +1009,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/tropical/sea/ocean.json b/biomes/tropical/sea/ocean.json index e49f0954..a24182b1 100644 --- a/biomes/tropical/sea/ocean.json +++ b/biomes/tropical/sea/ocean.json @@ -7,34 +7,20 @@ "tropical/sea/coral-ocean", "tropical/sea/coral-ocean-cliffs" ], - "generators": [ - { - "min": -78, - "max": -20, - "generator": "river" - } - ], + "generators": [{ + "min": -78, + "max": -20, + "generator": "river" + }], "wall": { "palette": [ - { - "block": "minecraft:tube_coral_block" - }, - { - "block": "minecraft:brain_coral_block" - }, - { - "block": "minecraft:fire_coral_block" - }, - { - "block": "minecraft:horn_coral_block" - }, - { - "block": "minecraft:bubble_coral_block" - } + {"block": "minecraft:tube_coral_block"}, + {"block": "minecraft:brain_coral_block"}, + {"block": "minecraft:fire_coral_block"}, + {"block": "minecraft:horn_coral_block"}, + {"block": "minecraft:bubble_coral_block"} ], - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "zoom": 0.2 }, "layers": [ @@ -60,24 +46,12 @@ "weight": 2, "block": "minecraft:sand" }, - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:clay" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:clay"} ] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -86,9 +60,7 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], @@ -110,22 +82,10 @@ "structures/usdship1", "structures/usdship2" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_stairs" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_planks" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_stairs"}], + "replace": {"palette": [{"block": "minecraft:oak_planks"}]} + }], "translate": { "x": 0, "y": -2, @@ -150,214 +110,120 @@ "structures/oruins3" ], "mode": "PAINT", - "loot": [ - { - "name": "tropical-dungeon", - "weight": 1 - } - ] + "loot": [{ + "name": "tropical-dungeon", + "weight": 1 + }] } ], "decorators": [ { "chance": 0.03, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 3, "zoom": 1, "palette": [ - { - "block": "minecraft:tube_coral_block" - }, - { - "block": "minecraft:brain_coral_block" - }, - { - "block": "minecraft:fire_coral_block" - }, - { - "block": "minecraft:horn_coral_block" - }, - { - "block": "minecraft:bubble_coral_block" - } + {"block": "minecraft:tube_coral_block"}, + {"block": "minecraft:brain_coral_block"}, + {"block": "minecraft:fire_coral_block"}, + {"block": "minecraft:horn_coral_block"}, + {"block": "minecraft:bubble_coral_block"} ], - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "stackMin": 1 }, { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, + "chance": 6.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, - { - "block": "minecraft:magma_block" - } + {"block": "minecraft:soul_sand"}, + {"block": "minecraft:magma_block"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { "chance": 0.025, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 24, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 }, { "chance": 0.125, "verticalZoom": 20, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 9, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 }, { "chance": 0.1, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:tube_coral" - }, - { - "block": "minecraft:tube_coral_fan" - } + {"block": "minecraft:tube_coral"}, + {"block": "minecraft:tube_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.1, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:brain_coral" - }, - { - "block": "minecraft:brain_coral_fan" - } + {"block": "minecraft:brain_coral"}, + {"block": "minecraft:brain_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.1, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:bubble_coral" - }, - { - "block": "minecraft:bubble_coral_fan" - } + {"block": "minecraft:bubble_coral"}, + {"block": "minecraft:bubble_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.1, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:fire_coral" - }, - { - "block": "minecraft:fire_coral_fan" - } + {"block": "minecraft:fire_coral"}, + {"block": "minecraft:fire_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.1, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:horn_coral" - }, - { - "block": "minecraft:horn_coral_fan" - } + {"block": "minecraft:horn_coral"}, + {"block": "minecraft:horn_coral_fan"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.0025, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ { @@ -382,59 +248,45 @@ "block": "minecraft:sea_pickle" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], "loot": { "mode": "ADD", "multiplier": 1, - "tables": [ - "tropical-dungeon" - ] + "tables": ["tropical-dungeon"] }, "carving": { - "ravines": [ - { - "rarity": 442, - "ravine": "volcanic/main" + "ravines": [{ + "rarity": 442, + "ravine": "volcanic/main" + }], + "caves": [{ + "breakSurface": true, + "cave": "volcanic/main", + "rarity": 228, + "caveStartHeight": { + "max": 120, + "min": 69, + "style": {"style": "STATIC"} } - ], - "caves": [ - { - "breakSurface": true, - "cave": "volcanic/main", - "rarity": 228, - "caveStartHeight": { - "max": 120, - "min": 69, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, - "effects": [ - { - "particleAltX": 0.3, - "particleAltY": 1.960885, - "particleAltZ": 0.3, - "particleDistanceWidth": 8, - "chance": 1, - "particleEffect": "BUBBLE_COLUMN_UP", - "particleDistance": 5, - "particleOffset": 2, - "interval": 350, - "particleCount": 0 - } - ], + "effects": [{ + "particleAltX": 0.3, + "particleAltY": 1.960885, + "particleAltZ": 0.3, + "particleDistanceWidth": 8, + "chance": 1, + "particleEffect": "BUBBLE_COLUMN_UP", + "particleDistance": 5, + "particleOffset": 2, + "interval": 350, + "particleCount": 0 + }], "childShrinkFactor": 3, "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -456,4 +308,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/tropical/sea/river-soft.json b/biomes/tropical/sea/river-soft.json index fa70cad2..1e919ab2 100644 --- a/biomes/tropical/sea/river-soft.json +++ b/biomes/tropical/sea/river-soft.json @@ -3,47 +3,29 @@ "color": "#101B40", "derivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", - "generators": [ - { - "min": -71, - "max": -37, - "generator": "plain" - } - ], - "layers": [ - { - "minHeight": 2, - "maxHeight": 10, - "style": { - "style": "FRACTAL_FBM_IRIS" - }, - "zoom": 0.6, - "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, - { - "weight": 2, - "block": "minecraft:sand" - } - ] - } - ], + "generators": [{ + "min": -71, + "max": -37, + "generator": "plain" + }], + "layers": [{ + "minHeight": 2, + "maxHeight": 10, + "style": {"style": "FRACTAL_FBM_IRIS"}, + "zoom": 0.6, + "palette": [ + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, + { + "weight": 2, + "block": "minecraft:sand" + } + ] + }], "objects": [ { "place": [ @@ -97,41 +79,23 @@ "min": -360 } }, - "edit": [ - { - "find": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:dirt" - } + "edit": [{ + "find": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:dirt"} + ], + "replace": { + "palette": [ + {"block": "minecraft:brain_coral_block"}, + {"block": "minecraft:horn_coral_block"}, + {"block": "minecraft:tube_coral_block"}, + {"block": "minecraft:fire_coral_block"}, + {"block": "minecraft:bubble_coral_block"} ], - "replace": { - "palette": [ - { - "block": "minecraft:brain_coral_block" - }, - { - "block": "minecraft:horn_coral_block" - }, - { - "block": "minecraft:tube_coral_block" - }, - { - "block": "minecraft:fire_coral_block" - }, - { - "block": "minecraft:bubble_coral_block" - } - ], - "style": { - "style": "CELLULAR" - }, - "zoom": 0.07 - } + "style": {"style": "CELLULAR"}, + "zoom": 0.07 } - ] + }] }, { "place": [ @@ -148,37 +112,17 @@ "edit": [ { "find": [ - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:dirt" - } + {"block": "minecraft:grass_block"}, + {"block": "minecraft:dirt"} ], - "replace": { - "palette": [ - { - "block": "minecraft:clay" - } - ] - } + "replace": {"palette": [{"block": "minecraft:clay"}]} }, { "find": [ - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:grass" - } + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:grass"} ], - "replace": { - "palette": [ - { - "block": "minecraft:seagrass" - } - ] - } + "replace": {"palette": [{"block": "minecraft:seagrass"}]} } ] }, @@ -200,94 +144,60 @@ "structures/kship3", "structures/kship4" ], - "markers": [ - { - "mark": [ - { - "block": "minecraft:spruce_planks" - } - ], - "maximumMarkers": 4, - "marker": "skelepirate" - } - ], + "markers": [{ + "mark": [{"block": "minecraft:spruce_planks"}], + "maximumMarkers": 4, + "marker": "skelepirate" + }], "chance": 0.003, "onwater": true, - "translate": { - "y": -1 - }, + "translate": {"y": -1}, "waterloggable": true } ], "decorators": [ { "chance": 0.02, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], + "palette": [{"block": "minecraft:kelp_plant"}], "stackMin": 2, "stackMax": 6 }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:seagrass" - } - ] + "palette": [{"block": "minecraft:seagrass"}] }, { "chance": 0.03, - "palette": [ - { - "block": "minecraft:sea_pickle" - } - ] + "palette": [{"block": "minecraft:sea_pickle"}] }, { "chance": 0.05, "minHeight": -5, "maxHeight": -3, - "palette": [ - { - "block": "minecraft:tall_seagrass", - "data": { - "half": "lower" - } - } - ], - "topPalette": [ - { - "block": "minecraft:tall_seagrass", - "data": { - "half": "upper" - } - } - ] + "palette": [{ + "block": "minecraft:tall_seagrass", + "data": {"half": "lower"} + }], + "topPalette": [{ + "block": "minecraft:tall_seagrass", + "data": {"half": "upper"} + }] } ], "carving": { - "ravines": [ - { - "rarity": 442, - "ravine": "volcanic/main" + "ravines": [{ + "rarity": 442, + "ravine": "volcanic/main" + }], + "caves": [{ + "breakSurface": true, + "cave": "volcanic/main", + "rarity": 228, + "caveStartHeight": { + "max": 120, + "min": 69, + "style": {"style": "STATIC"} } - ], - "caves": [ - { - "breakSurface": true, - "cave": "volcanic/main", - "rarity": 228, - "caveStartHeight": { - "max": 120, - "min": 69, - "style": { - "style": "STATIC" - } - } - } - ] + }] } -} \ No newline at end of file +} diff --git a/biomes/tropical/sea/river-steep.json b/biomes/tropical/sea/river-steep.json index 3655476f..76fa575a 100644 --- a/biomes/tropical/sea/river-steep.json +++ b/biomes/tropical/sea/river-steep.json @@ -3,13 +3,11 @@ "color": "#5341FF", "derivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "layers": [ { "minHeight": 2, @@ -18,29 +16,15 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "style": { - "style": "FRACTAL_FBM_IRIS" - }, + "style": {"style": "FRACTAL_FBM_IRIS"}, "zoom": 0.6, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:sand" @@ -50,11 +34,7 @@ { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:gravel" - } - ] + "palette": [{"block": "minecraft:gravel"}] } ], "objects": [ @@ -73,72 +53,44 @@ "edit": [ { "find": [ - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:dirt" - } + {"block": "minecraft:grass_block"}, + {"block": "minecraft:dirt"} ], - "replace": { - "palette": [ - { - "block": "minecraft:clay" - } - ] - } + "replace": {"palette": [{"block": "minecraft:clay"}]} }, { "find": [ - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:grass" - } + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:grass"} ], - "replace": { - "palette": [ - { - "block": "minecraft:seagrass" - } - ] - } + "replace": {"palette": [{"block": "minecraft:seagrass"}]} } ] }, { - "place": [ - "clutter/ellipsoid1" - ], + "place": ["clutter/ellipsoid1"], "chance": 0.5, "underwater": true, "mode": "CENTER_HEIGHT", - "edit": [ - { - "find": [ + "edit": [{ + "find": [{"block": "minecraft:clay"}], + "replace": { + "style": { + "style": "GLOB", + "zoom": 0.02 + }, + "palette": [ { + "weight": 2, "block": "minecraft:clay" - } - ], - "replace": { - "style": { - "style": "GLOB", - "zoom": 0.02 }, - "palette": [ - { - "weight": 2, - "block": "minecraft:clay" - }, - { - "weight": 1, - "block": "minecraft:cave_air" - } - ] - } + { + "weight": 1, + "block": "minecraft:cave_air" + } + ] } - ] + }] }, { "place": [ @@ -158,84 +110,54 @@ "structures/kship3", "structures/kship4" ], - "markers": [ - { - "mark": [ - { - "block": "minecraft:spruce_planks" - } - ], - "maximumMarkers": 4, - "marker": "skelepirate" - } - ], + "markers": [{ + "mark": [{"block": "minecraft:spruce_planks"}], + "maximumMarkers": 4, + "marker": "skelepirate" + }], "chance": 0.005, "onwater": true, - "translate": { - "y": -1 - }, + "translate": {"y": -1}, "waterloggable": true } ], "decorators": [ { "chance": 0.1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], + "palette": [{"block": "minecraft:kelp_plant"}], "stackMin": 4, "stackMax": 10 }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:seagrass" - } - ] + "palette": [{"block": "minecraft:seagrass"}] }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:tall_seagrass", - "data": { - "half": "lower" - } - } - ], - "topPalette": [ - { - "block": "minecraft:tall_seagrass", - "data": { - "half": "upper" - } - } - ] + "palette": [{ + "block": "minecraft:tall_seagrass", + "data": {"half": "lower"} + }], + "topPalette": [{ + "block": "minecraft:tall_seagrass", + "data": {"half": "upper"} + }] } ], "carving": { - "ravines": [ - { - "rarity": 442, - "ravine": "volcanic/main" + "ravines": [{ + "rarity": 442, + "ravine": "volcanic/main" + }], + "caves": [{ + "breakSurface": true, + "cave": "volcanic/main", + "rarity": 228, + "caveStartHeight": { + "max": 120, + "min": 69, + "style": {"style": "STATIC"} } - ], - "caves": [ - { - "breakSurface": true, - "cave": "volcanic/main", - "rarity": 228, - "caveStartHeight": { - "max": 120, - "min": 69, - "style": { - "style": "STATIC" - } - } - } - ] + }] } -} \ No newline at end of file +} diff --git a/biomes/tropical/submerged-volcanic.json b/biomes/tropical/submerged-volcanic.json index 8649fe77..b8c95860 100644 --- a/biomes/tropical/submerged-volcanic.json +++ b/biomes/tropical/submerged-volcanic.json @@ -4,101 +4,69 @@ "rarity": 1, "derivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", - "generators": [ - { - "min": -24, - "max": -3, - "generator": "canyon-steep" - } - ], + "generators": [{ + "min": -24, + "max": -3, + "generator": "canyon-steep" + }], "layers": [ { "minHeight": 2, "maxHeight": 4, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.33, "palette": [ { - "data": { - "axis": "x" - }, + "data": {"axis": "x"}, "block": "minecraft:basalt" }, { - "data": { - "axis": "y" - }, + "data": {"axis": "y"}, "block": "minecraft:basalt" }, { - "data": { - "axis": "z" - }, + "data": {"axis": "z"}, + "block": "minecraft:basalt" + }, + {"block": "minecraft:magma_block"}, + { + "data": {"axis": "x"}, "block": "minecraft:basalt" }, { - "block": "minecraft:magma_block" - }, - { - "data": { - "axis": "x" - }, + "data": {"axis": "y"}, "block": "minecraft:basalt" }, { - "data": { - "axis": "y" - }, + "data": {"axis": "z"}, "block": "minecraft:basalt" }, - { - "data": { - "axis": "z" - }, - "block": "minecraft:basalt" - }, - { - "block": "minecraft:tuff" - } + {"block": "minecraft:tuff"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], - "effects": [ - { - "particleAltX": 0.001, - "particleAltY": 0.13885, - "particleAltZ": 0.001, - "chance": 1, - "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", - "particleOffset": 0, - "interval": 150, - "particleCount": 0 - } - ], + "effects": [{ + "particleAltX": 0.001, + "particleAltY": 0.13885, + "particleAltZ": 0.001, + "chance": 1, + "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", + "particleOffset": 0, + "interval": 150, + "particleCount": 0 + }], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -107,9 +75,7 @@ }, "block": "minecraft:blackstone_slab" }, - { - "block": "minecraft:air" - } + {"block": "minecraft:air"} ] } -} \ No newline at end of file +} diff --git a/biomes/tropical/volcanic-plains.json b/biomes/tropical/volcanic-plains.json index bd9abd5e..9f88d422 100644 --- a/biomes/tropical/volcanic-plains.json +++ b/biomes/tropical/volcanic-plains.json @@ -4,26 +4,20 @@ "rarity": 1, "derivative": "THE_VOID", "vanillaDerivative": "THE_VOID", - "customDerivitives": [ - { - "category": "jungle", - "id": "tropical_volcanic_plains", - "grassColor": "#9BC20D", - "foliageColor": "#9CD320", - "fogColor": "#DD793C", - "downfallType": "none" - } - ], - "children": [ - "tropical/volcanoes" - ], - "generators": [ - { - "min": 120, - "max": 190, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "category": "jungle", + "id": "tropical_volcanic_plains", + "grassColor": "#9BC20D", + "foliageColor": "#9CD320", + "fogColor": "#DD793C", + "downfallType": "none" + }], + "children": ["tropical/volcanoes"], + "generators": [{ + "min": 120, + "max": 190, + "generator": "mountain" + }], "layers": [ { "style": { @@ -50,9 +44,7 @@ "weight": 1, "block": "minecraft:magma_block" }, - { - "block": "minecraft:tuff" - } + {"block": "minecraft:tuff"} ] }, { @@ -61,91 +53,65 @@ "palette": [ { "block": "minecraft:basalt", - "data": { - "axis": "x" - } + "data": {"axis": "x"} }, { "block": "minecraft:basalt", - "data": { - "axis": "y" - } + "data": {"axis": "y"} }, { "block": "minecraft:basalt", - "data": { - "axis": "z" - } + "data": {"axis": "z"} } ] }, { "minHeight": 3, "maxHeight": 10, - "palette": [ - { - "block": "minecraft:blackstone" - } - ] + "palette": [{"block": "minecraft:blackstone"}] } ], - "objects": [ - { - "place": [ - "structures/landspike1", - "structures/landspike2", - "structures/landspike3" - ], - "chance": 1, - "density": 2, - "rotation": { + "objects": [{ + "place": [ + "structures/landspike1", + "structures/landspike2", + "structures/landspike3" + ], + "chance": 1, + "density": 2, + "rotation": { + "enabled": true, + "yAxis": { "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } - }, - "translate": { - "y": -20, - "yRandom": 20 - }, - "mode": "PAINT", - "edit": [ - { - "find": [ - { - "block": "minecraft:stone" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:basalt" - } - ] - } - } - ] - } - ], + "interval": 90, + "min": -360, + "max": 360 + } + }, + "translate": { + "y": -20, + "yRandom": 20 + }, + "mode": "PAINT", + "edit": [{ + "find": [{"block": "minecraft:stone"}], + "replace": {"palette": [{"block": "minecraft:basalt"}]} + }] + }], "childStyle": { "style": "SIMPLEX", "zoom": 1.3, "exponent": 1.9 }, - "effects": [ - { - "particleAltX": 0.001, - "particleAltY": 0.13885, - "particleAltZ": 0.001, - "chance": 1, - "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", - "particleOffset": 0, - "interval": 200, - "particleCount": 0 - } - ], + "effects": [{ + "particleAltX": 0.001, + "particleAltY": 0.13885, + "particleAltZ": 0.001, + "chance": 1, + "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", + "particleOffset": 0, + "interval": 200, + "particleCount": 0 + }], "childShrinkFactor": 1 -} \ No newline at end of file +} diff --git a/biomes/tropical/volcanoes-lava.json b/biomes/tropical/volcanoes-lava.json index 52e040c9..80369048 100644 --- a/biomes/tropical/volcanoes-lava.json +++ b/biomes/tropical/volcanoes-lava.json @@ -4,81 +4,57 @@ "rarity": 1, "derivative": "THE_VOID", "vanillaDerivative": "THE_VOID", - "customDerivitives": [ + "customDerivitives": [{ + "category": "jungle", + "id": "tropical_volcanic_lava", + "grassColor": "#BDBF0B", + "foliageColor": "#BDBF0B", + "fogColor": "#DD793C", + "downfallType": "none" + }], + "generators": [{ + "generator": "mountain", + "max": 180, + "min": 3 + }], + "wall": {"palette": [ { - "category": "jungle", - "id": "tropical_volcanic_lava", - "grassColor": "#BDBF0B", - "foliageColor": "#BDBF0B", - "fogColor": "#DD793C", - "downfallType": "none" - } - ], - "generators": [ - { - "generator": "mountain", - "max": 180, - "min": 3 - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:lava", - "data": { - "level": 1 - } - }, - { - "block": "minecraft:tuff" - } - ] - }, + "block": "minecraft:lava", + "data": {"level": 1} + }, + {"block": "minecraft:tuff"} + ]}, "layers": [ { "minHeight": 2, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:cave_air" - } - ] + "palette": [{"block": "minecraft:cave_air"}] }, { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:lava", - "data": { - "level": 1 - } - } - ] + "palette": [{ + "block": "minecraft:lava", + "data": {"level": 1} + }] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:lava", - "data": { - "level": 0 - } - } - ] + "palette": [{ + "block": "minecraft:lava", + "data": {"level": 0} + }] } ], - "effects": [ - { - "particleAltX": 0.001, - "particleAltY": 0.13885, - "particleAltZ": 0.001, - "chance": 1, - "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", - "particleOffset": 0, - "interval": 200, - "particleCount": 0 - } - ] -} \ No newline at end of file + "effects": [{ + "particleAltX": 0.001, + "particleAltY": 0.13885, + "particleAltZ": 0.001, + "chance": 1, + "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", + "particleOffset": 0, + "interval": 200, + "particleCount": 0 + }] +} diff --git a/biomes/tropical/volcanoes.json b/biomes/tropical/volcanoes.json index 87fde200..aaf7720f 100644 --- a/biomes/tropical/volcanoes.json +++ b/biomes/tropical/volcanoes.json @@ -4,35 +4,25 @@ "rarity": 1, "derivative": "THE_VOID", "vanillaDerivative": "THE_VOID", - "customDerivitives": [ - { - "category": "jungle", - "id": "tropical_volcano", - "grassColor": "#BDBF0B", - "foliageColor": "#BDBF0B", - "fogColor": "#DD793C", - "downfallType": "none" - } - ], - "children": [ - "tropical/volcanoes-lava" - ], - "generators": [ - { - "generator": "mountain", - "max": 180, - "min": 30 - } - ], + "customDerivitives": [{ + "category": "jungle", + "id": "tropical_volcano", + "grassColor": "#BDBF0B", + "foliageColor": "#BDBF0B", + "fogColor": "#DD793C", + "downfallType": "none" + }], + "children": ["tropical/volcanoes-lava"], + "generators": [{ + "generator": "mountain", + "max": 180, + "min": 30 + }], "layers": [ { "minHeight": 1, "maxHeight": 1, - "palette": [ - { - "block": "minecraft:basalt" - } - ] + "palette": [{"block": "minecraft:basalt"}] }, { "minHeight": 2, @@ -40,59 +30,43 @@ "palette": [ { "block": "minecraft:basalt", - "data": { - "axis": "x" - } + "data": {"axis": "x"} }, { "block": "minecraft:basalt", - "data": { - "axis": "y" - } + "data": {"axis": "y"} }, { "block": "minecraft:basalt", - "data": { - "axis": "z" - } + "data": {"axis": "z"} } ] }, { "minHeight": 3, "maxHeight": 10, - "palette": [ - { - "block": "minecraft:blackstone" - } - ] + "palette": [{"block": "minecraft:blackstone"}] }, { "minHeight": 1, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:tuff" - } - ] - } - ], - "effects": [ - { - "particleAltX": 0.001, - "particleAltY": 0.13885, - "particleAltZ": 0.001, - "chance": 1, - "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", - "particleOffset": 0, - "interval": 300, - "particleCount": 0 + "palette": [{"block": "minecraft:tuff"}] } ], + "effects": [{ + "particleAltX": 0.001, + "particleAltY": 0.13885, + "particleAltZ": 0.001, + "chance": 1, + "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", + "particleOffset": 0, + "interval": 300, + "particleCount": 0 + }], "childStyle": { "style": "GLOB", "zoom": 0.2, "exponent": 4 }, "childShrinkFactor": 1 -} \ No newline at end of file +} diff --git a/biomes/tropical/wilds.json b/biomes/tropical/wilds.json index 1fa6a188..e5f60c58 100644 --- a/biomes/tropical/wilds.json +++ b/biomes/tropical/wilds.json @@ -4,92 +4,50 @@ "rarity": 1, "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "biomeScatter": [ - "JUNGLE" - ], - "customDerivitives": [ - { - "id": "tropical_wilds", - "foliageColor": "#2C8806", - "grassColor": "#183F0E", - "waterColor": "#11BA89", - "waterFogColor": "#11BA89", - "category": "jungle" - } - ], - "children": [ - "tropical/highlands" - ], - "generators": [ - { - "min": 10, - "max": 20, - "generator": "mountain" - } - ], + "biomeScatter": ["JUNGLE"], + "customDerivitives": [{ + "id": "tropical_wilds", + "foliageColor": "#2C8806", + "grassColor": "#183F0E", + "waterColor": "#11BA89", + "waterFogColor": "#11BA89", + "category": "jungle" + }], + "children": ["tropical/highlands"], + "generators": [{ + "min": 10, + "max": 20, + "generator": "mountain" + }], "biomeZoom": 40, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:grass_block"}]}, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -115,9 +73,7 @@ "clutter/oakshrub2", "clutter/oakshrub3" ], - "translate": { - "y": -1 - } + "translate": {"y": -1} }, { "chance": 0.001, @@ -168,9 +124,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.00375, @@ -183,9 +137,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.4, @@ -297,114 +249,68 @@ "decorators": [ { "chance": 0.22, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.42, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ] }, { "chance": 0.003, "palette": [ - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:pink_tulip" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:pink_tulip"}, + {"block": "minecraft:lily_of_the_valley"} ] }, { "chance": 0.02, "palette": [ - { - "block": "minecraft:dandelion" - }, - { - "block": "minecraft:poppy" - }, - { - "block": "minecraft:rose_bush" - } + {"block": "minecraft:dandelion"}, + {"block": "minecraft:poppy"}, + {"block": "minecraft:rose_bush"} ] }, { "chance": 0.01, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.5, - "palette": [ - { - "data": { - "age": 7 - }, - "block": "minecraft:potatoes" - } - ], - "style": { - "style": "NOWHERE" - } + "palette": [{ + "data": {"age": 7}, + "block": "minecraft:potatoes" + }], + "style": {"style": "NOWHERE"} }, { "chance": 0.01, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.5, - "palette": [ - { - "data": { - "age": 7 - }, - "block": "minecraft:carrots" - } - ], - "style": { - "style": "NOWHERE" - } + "palette": [{ + "data": {"age": 7}, + "block": "minecraft:carrots" + }], + "style": {"style": "NOWHERE"} }, { "chance": 0.01, - "variance": { - "style": "NOWHERE" - }, + "variance": {"style": "NOWHERE"}, "zoom": 0.5, - "palette": [ - { - "data": { - "age": 7 - }, - "block": "minecraft:beetroots" - } - ], - "style": { - "style": "NOWHERE" - } + "palette": [{ + "data": {"age": 7}, + "block": "minecraft:beetroots" + }], + "style": {"style": "NOWHERE"} } ], - "effects": [ - { - "interval": 250, - "chance": 5, - "particleEffect": "TOTEM", - "particleOffset": 2, - "particleAltY": 0.2, - "particleCount": 5 - } - ] -} \ No newline at end of file + "effects": [{ + "interval": 250, + "chance": 5, + "particleEffect": "TOTEM", + "particleOffset": 2, + "particleAltY": 0.2, + "particleCount": 5 + }] +} diff --git a/biomes/tundra/autumn-extended.json b/biomes/tundra/autumn-extended.json index 2ff54e56..5e313655 100644 --- a/biomes/tundra/autumn-extended.json +++ b/biomes/tundra/autumn-extended.json @@ -42,37 +42,23 @@ "fogColor": "#8091C6" } ], - "children": [ - "tundra/redwood-extended-cliffs" - ], - "generators": [ - { - "max": 42, - "min": 34, - "generator": "smooth-dunes" - } - ], + "children": ["tundra/redwood-extended-cliffs"], + "generators": [{ + "max": 42, + "min": 34, + "generator": "smooth-dunes" + }], "biomeStyle": { "style": "STATIC", "zoom": 1 }, "wall": { - "style": { - "style": "FRACTAL_WATER" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:diorite" - }, - { - "block": "minecraft:diorite" - }, - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:diorite"}, + {"block": "minecraft:diorite"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:stone"} ] }, "layers": [ @@ -80,55 +66,33 @@ "style": { "style": "SIMPLEX", "fracture": { - "style": "FRACTAL_WATER", + "style": "NOWHERE", "zoom": 0.39, "multiplier": 23 } }, "zoom": 0.7, "palette": [ - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:podzol" - }, - { - "block": "minecraft:podzol" - }, - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:grass_block"}, + {"block": "minecraft:podzol"}, + {"block": "minecraft:podzol"}, + {"block": "minecraft:grass_block"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "minHeight": 1, "maxHeight": 1, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -202,35 +166,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:birch_leaves" - }, - { - "block": "minecraft:spruce_leaves" - } - ], - "exact": false, - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:acacia_leaves" - }, - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:birch_leaves"}, + {"block": "minecraft:spruce_leaves"} + ], + "exact": false, + "replace": {"palette": [ + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:acacia_leaves"}, + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ]} + }], "place": [ "trees/mixed/tredwood1", "trees/mixed/tredwood2", @@ -271,22 +219,10 @@ "yRandom": 1, "z": 0 }, - "edit": [ - { - "find": [ - { - "block": "minecraft:polished_diorite" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:diorite" - } - ] - } - } - ] + "edit": [{ + "find": [{"block": "minecraft:polished_diorite"}], + "replace": {"palette": [{"block": "minecraft:diorite"}]} + }] }, { "chance": 0.45, @@ -299,35 +235,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:birch_leaves" - }, - { - "block": "minecraft:spruce_leaves" - } - ], - "exact": false, - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:acacia_leaves" - }, - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:birch_leaves"}, + {"block": "minecraft:spruce_leaves"} + ], + "exact": false, + "replace": {"palette": [ + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:acacia_leaves"}, + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ]} + }], "place": [ "trees/mixed/tredwoodsmol1", "trees/mixed/tredwoodsmol2", @@ -355,35 +275,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:birch_leaves" - }, - { - "block": "minecraft:spruce_leaves" - } - ], - "exact": false, - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:acacia_leaves" - }, - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:birch_leaves"}, + {"block": "minecraft:spruce_leaves"} + ], + "exact": false, + "replace": {"palette": [ + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:acacia_leaves"}, + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ]} + }], "place": [ "clutter/spruceclutt1", "clutter/spruceclutt2", @@ -408,35 +312,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:birch_leaves" - }, - { - "block": "minecraft:spruce_leaves" - } - ], - "exact": false, - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:acacia_leaves" - }, - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:birch_leaves"}, + {"block": "minecraft:spruce_leaves"} + ], + "exact": false, + "replace": {"palette": [ + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:acacia_leaves"}, + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ]} + }], "place": [ "clutter/rshrub1", "clutter/rshrub2" @@ -464,35 +352,19 @@ "trees/mixed/tredwoodbee3", "trees/mixed/tredwoodbee4" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:birch_leaves" - }, - { - "block": "minecraft:spruce_leaves" - } - ], - "exact": false, - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:acacia_leaves" - }, - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:birch_leaves"}, + {"block": "minecraft:spruce_leaves"} + ], + "exact": false, + "replace": {"palette": [ + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:acacia_leaves"}, + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ]} + }], "translate": { "x": 0, "y": -8, @@ -520,32 +392,12 @@ ], "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:spruce_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} } ], "mode": "PAINT" @@ -570,127 +422,73 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.25, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:fern" - } - ] + "palette": [{"block": "minecraft:fern"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:brown_mushroom" - } - ] + "palette": [{"block": "minecraft:brown_mushroom"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:red_mushroom" - } - ] + "palette": [{"block": "minecraft:red_mushroom"}] }, { "chance": 0.1, - "palette": [ - { - "block": "minecraft:large_fern" - } - ] + "palette": [{"block": "minecraft:large_fern"}] }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:cobblestone_slab" - } - ] + "palette": [{"block": "minecraft:cobblestone_slab"}] } ] -} \ No newline at end of file +} diff --git a/biomes/tundra/autumn.json b/biomes/tundra/autumn.json index d45c2152..1162230a 100644 --- a/biomes/tundra/autumn.json +++ b/biomes/tundra/autumn.json @@ -46,34 +46,22 @@ "tundra/redwood-extended-cliffs", "tundra/autumn-extended" ], - "generators": [ - { - "min": 48, - "max": 86, - "generator": "smooth-dunes" - } - ], + "generators": [{ + "min": 48, + "max": 86, + "generator": "smooth-dunes" + }], "biomeStyle": { "style": "STATIC", "zoom": 1 }, "wall": { - "style": { - "style": "FRACTAL_WATER" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:diorite" - }, - { - "block": "minecraft:diorite" - }, - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:diorite"}, + {"block": "minecraft:diorite"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:stone"} ] }, "layers": [ @@ -81,55 +69,33 @@ "style": { "style": "SIMPLEX", "fracture": { - "style": "FRACTAL_WATER", + "style": "NOWHERE", "zoom": 0.39, "multiplier": 23 } }, "zoom": 0.7, "palette": [ - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:podzol" - }, - { - "block": "minecraft:podzol" - }, - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:grass_block"}, + {"block": "minecraft:podzol"}, + {"block": "minecraft:podzol"}, + {"block": "minecraft:grass_block"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "minHeight": 1, "maxHeight": 1, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -203,35 +169,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:birch_leaves" - }, - { - "block": "minecraft:spruce_leaves" - } - ], - "exact": false, - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:acacia_leaves" - }, - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:birch_leaves"}, + {"block": "minecraft:spruce_leaves"} + ], + "exact": false, + "replace": {"palette": [ + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:acacia_leaves"}, + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ]} + }], "place": [ "trees/mixed/tredwood1", "trees/mixed/tredwood2", @@ -272,22 +222,10 @@ "yRandom": 1, "z": 0 }, - "edit": [ - { - "find": [ - { - "block": "minecraft:polished_diorite" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:diorite" - } - ] - } - } - ] + "edit": [{ + "find": [{"block": "minecraft:polished_diorite"}], + "replace": {"palette": [{"block": "minecraft:diorite"}]} + }] }, { "chance": 0.45, @@ -300,35 +238,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:birch_leaves" - }, - { - "block": "minecraft:spruce_leaves" - } - ], - "exact": false, - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:acacia_leaves" - }, - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:birch_leaves"}, + {"block": "minecraft:spruce_leaves"} + ], + "exact": false, + "replace": {"palette": [ + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:acacia_leaves"}, + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ]} + }], "place": [ "trees/mixed/tredwoodsmol1", "trees/mixed/tredwoodsmol2", @@ -356,35 +278,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:birch_leaves" - }, - { - "block": "minecraft:spruce_leaves" - } - ], - "exact": false, - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:acacia_leaves" - }, - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:birch_leaves"}, + {"block": "minecraft:spruce_leaves"} + ], + "exact": false, + "replace": {"palette": [ + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:acacia_leaves"}, + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ]} + }], "place": [ "clutter/spruceclutt1", "clutter/spruceclutt2", @@ -409,35 +315,19 @@ }, "enabled": true }, - "edit": [ - { - "find": [ - { - "block": "minecraft:birch_leaves" - }, - { - "block": "minecraft:spruce_leaves" - } - ], - "exact": false, - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:acacia_leaves" - }, - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:birch_leaves"}, + {"block": "minecraft:spruce_leaves"} + ], + "exact": false, + "replace": {"palette": [ + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:acacia_leaves"}, + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ]} + }], "place": [ "clutter/rshrub1", "clutter/rshrub2" @@ -465,35 +355,19 @@ "trees/mixed/tredwoodbee3", "trees/mixed/tredwoodbee4" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:birch_leaves" - }, - { - "block": "minecraft:spruce_leaves" - } - ], - "exact": false, - "replace": { - "palette": [ - { - "block": "minecraft:jungle_leaves" - }, - { - "block": "minecraft:acacia_leaves" - }, - { - "block": "minecraft:oak_leaves" - }, - { - "block": "minecraft:dark_oak_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [ + {"block": "minecraft:birch_leaves"}, + {"block": "minecraft:spruce_leaves"} + ], + "exact": false, + "replace": {"palette": [ + {"block": "minecraft:jungle_leaves"}, + {"block": "minecraft:acacia_leaves"}, + {"block": "minecraft:oak_leaves"}, + {"block": "minecraft:dark_oak_leaves"} + ]} + }], "translate": { "x": 0, "y": -8, @@ -521,32 +395,12 @@ ], "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:spruce_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} } ], "mode": "PAINT" @@ -571,128 +425,74 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.25, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:fern" - } - ] + "palette": [{"block": "minecraft:fern"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:brown_mushroom" - } - ] + "palette": [{"block": "minecraft:brown_mushroom"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:red_mushroom" - } - ] + "palette": [{"block": "minecraft:red_mushroom"}] }, { "chance": 0.1, - "palette": [ - { - "block": "minecraft:large_fern" - } - ] + "palette": [{"block": "minecraft:large_fern"}] }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:cobblestone_slab" - } - ] + "palette": [{"block": "minecraft:cobblestone_slab"}] } ], "childShrinkFactor": 2.4 -} \ No newline at end of file +} diff --git a/biomes/tundra/bonsai-extended.json b/biomes/tundra/bonsai-extended.json index ef0f3a2a..3bc98633 100644 --- a/biomes/tundra/bonsai-extended.json +++ b/biomes/tundra/bonsai-extended.json @@ -4,72 +4,44 @@ "rarity": 1, "derivative": "TAIGA", "vanillaDerivative": "FLOWER_FOREST", - "customDerivitives": [ - { - "id": "tundra_bonsai_forest", - "grassColor": "#CB6E08", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#8091C6" - } - ], + "customDerivitives": [{ + "id": "tundra_bonsai_forest", + "grassColor": "#CB6E08", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#8091C6" + }], "children": [ "tundra/sequia-redwoods", "tundra/redwood-extended-cliffs" ], - "generators": [ - { - "min": 17, - "max": 19, - "generator": "plain" - } - ], + "generators": [{ + "min": 17, + "max": 19, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:coarse_dirt" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:coarse_dirt"}] }, "layers": [ - { - "palette": [ - { - "block": "minecraft:podzol" - } - ] - }, + {"palette": [{"block": "minecraft:podzol"}]}, { "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -85,28 +57,14 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.8, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -156,22 +114,10 @@ }, { "chance": 0.75, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:birch_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [{"block": "minecraft:birch_leaves"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -303,9 +249,7 @@ "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ { @@ -325,125 +269,67 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.00145, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:fern" - } - ], - "style": { - "style": "STATIC" - } + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:fern"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:orange_tulip" - } - ], - "style": { - "style": "STATIC" - } + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:orange_tulip"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} }, { "chance": 0.005, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:poppy" - } - ], - "style": { - "style": "STATIC" - } + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:poppy"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/tundra/bonsai-forest.json b/biomes/tundra/bonsai-forest.json index fc953df4..bea97867 100644 --- a/biomes/tundra/bonsai-forest.json +++ b/biomes/tundra/bonsai-forest.json @@ -4,73 +4,45 @@ "rarity": 1, "derivative": "TAIGA", "vanillaDerivative": "FLOWER_FOREST", - "customDerivitives": [ - { - "id": "tundra_bonsai_forest", - "grassColor": "#CB6E08", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#8091C6" - } - ], + "customDerivitives": [{ + "id": "tundra_bonsai_forest", + "grassColor": "#CB6E08", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#8091C6" + }], "children": [ "tundra/bonsai-extended", "tundra/sequia-redwoods", "tundra/redwood-extended-cliffs" ], - "generators": [ - { - "min": 48, - "max": 86, - "generator": "plain" - } - ], + "generators": [{ + "min": 48, + "max": 86, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:coarse_dirt" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:coarse_dirt"}] }, "layers": [ - { - "palette": [ - { - "block": "minecraft:podzol" - } - ] - }, + {"palette": [{"block": "minecraft:podzol"}]}, { "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -86,28 +58,14 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "chance": 0.8, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -157,22 +115,10 @@ }, { "chance": 0.75, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:birch_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [{"block": "minecraft:birch_leaves"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -304,9 +250,7 @@ "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ { @@ -326,125 +270,67 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.00145, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:fern" - } - ], - "style": { - "style": "STATIC" - } + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:fern"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:orange_tulip" - } - ], - "style": { - "style": "STATIC" - } + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:orange_tulip"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} }, { "chance": 0.005, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:poppy" - } - ], - "style": { - "style": "STATIC" - } + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:poppy"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/tundra/ether-extended.json b/biomes/tundra/ether-extended.json index ef4372b6..906e941e 100644 --- a/biomes/tundra/ether-extended.json +++ b/biomes/tundra/ether-extended.json @@ -8,17 +8,15 @@ "OLD_GROWTH_PINE_TAIGA", "WINDSWEPT_HILLS" ], - "customDerivitives": [ - { - "grassColor": "#dcf5f1", - "foliageColor": "#e6dcf5", - "id": "tunether", - "waterColor": "#5C3BEF", - "waterFogColor": "#7A768F", - "category": "forest", - "fogColor": "#686090" - } - ], + "customDerivitives": [{ + "grassColor": "#dcf5f1", + "foliageColor": "#e6dcf5", + "id": "tunether", + "waterColor": "#5C3BEF", + "waterFogColor": "#7A768F", + "category": "forest", + "fogColor": "#686090" + }], "generators": [ { "generator": "smooth-dunes", @@ -32,85 +30,45 @@ } ], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} ] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.3 - }, + "slopeCondition": {"minimumSlope": 5.3}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -203,76 +161,46 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:poppy" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:poppy"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ], "childShrinkFactor": 8 -} \ No newline at end of file +} diff --git a/biomes/tundra/ether.json b/biomes/tundra/ether.json index 070f7a50..4d154470 100644 --- a/biomes/tundra/ether.json +++ b/biomes/tundra/ether.json @@ -8,107 +8,61 @@ "OLD_GROWTH_PINE_TAIGA", "WINDSWEPT_HILLS" ], - "customDerivitives": [ - { - "grassColor": "#dcf5f1", - "foliageColor": "#e6dcf5", - "id": "tunether", - "waterColor": "#5C3BEF", - "waterFogColor": "#7A768F", - "category": "forest", - "fogColor": "#686090" - } - ], - "children": [ - "tundra/taiga-extended" - ], - "generators": [ - { - "generator": "smooth-dunes", - "min": 52, - "max": 60 - } - ], + "customDerivitives": [{ + "grassColor": "#dcf5f1", + "foliageColor": "#e6dcf5", + "id": "tunether", + "waterColor": "#5C3BEF", + "waterFogColor": "#7A768F", + "category": "forest", + "fogColor": "#686090" + }], + "children": ["tundra/taiga-extended"], + "generators": [{ + "generator": "smooth-dunes", + "min": 52, + "max": 60 + }], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} ] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.3 - }, + "slopeCondition": {"minimumSlope": 5.3}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -201,76 +155,46 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:poppy" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:poppy"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ], "childShrinkFactor": 2.4 -} \ No newline at end of file +} diff --git a/biomes/tundra/forest-extended-cliffs.json b/biomes/tundra/forest-extended-cliffs.json index 0f287f91..9a49388c 100644 --- a/biomes/tundra/forest-extended-cliffs.json +++ b/biomes/tundra/forest-extended-cliffs.json @@ -10,16 +10,14 @@ "WINDSWEPT_HILLS", "SWAMP" ], - "customDerivitives": [ - { - "category": "forest", - "id": "tundra_forest_cliffs", - "grassColor": "#56B16F", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#8091C6" - } - ], + "customDerivitives": [{ + "category": "forest", + "id": "tundra_forest_cliffs", + "grassColor": "#56B16F", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#8091C6" + }], "generators": [ { "generator": "smooth-dunes", @@ -33,85 +31,45 @@ } ], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} ] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.2 - }, + "slopeCondition": {"minimumSlope": 5.2}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -207,22 +165,10 @@ }, { "chance": 0.075, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -278,111 +224,67 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:poppy" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:poppy"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ], "biomeSkyScatter": [ "SNOWY_TAIGA", "FROZEN_PEAKS" ] -} \ No newline at end of file +} diff --git a/biomes/tundra/forest.json b/biomes/tundra/forest.json index eb62bf33..4993c98b 100644 --- a/biomes/tundra/forest.json +++ b/biomes/tundra/forest.json @@ -8,106 +8,60 @@ "OLD_GROWTH_PINE_TAIGA", "WINDSWEPT_HILLS" ], - "customDerivitives": [ - { - "category": "forest", - "id": "tundra_forest", - "grassColor": "#56B16F", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#8091C6" - } - ], - "children": [ - "tundra/forest-extended-cliffs" - ], - "generators": [ - { - "generator": "smooth-dunes", - "min": 37, - "max": 56 - } - ], + "customDerivitives": [{ + "category": "forest", + "id": "tundra_forest", + "grassColor": "#56B16F", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#8091C6" + }], + "children": ["tundra/forest-extended-cliffs"], + "generators": [{ + "generator": "smooth-dunes", + "min": 37, + "max": 56 + }], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} ] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.3 - }, + "slopeCondition": {"minimumSlope": 5.3}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -223,84 +177,52 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:poppy" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:poppy"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ], "childShrinkFactor": 2.4 -} \ No newline at end of file +} diff --git a/biomes/tundra/frosted-peaks-extended.json b/biomes/tundra/frosted-peaks-extended.json index 06e3b0b2..3ba13d7e 100644 --- a/biomes/tundra/frosted-peaks-extended.json +++ b/biomes/tundra/frosted-peaks-extended.json @@ -3,38 +3,24 @@ "rarity": 5, "derivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", - "customDerivitives": [ - { - "id": "frosted-peaks", - "grassColor": "#53AEB8", - "category": "extreme_hills" - } - ], - "generators": [ - { - "generator": "mountain", - "max": 240, - "min": 126 - } - ], + "customDerivitives": [{ + "id": "frosted-peaks", + "grassColor": "#53AEB8", + "category": "extreme_hills" + }], + "generators": [{ + "generator": "mountain", + "max": 240, + "min": 126 + }], "biomeZoom": 0.73, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:basalt" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:basalt"} ] }, "layers": [ @@ -45,17 +31,13 @@ "minimumSlope": 0.1, "maximumSlope": 1.65 }, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 2, "maxHeight": 4, "style": { - "style": "FRACTAL_WATER", + "style": "NOWHERE", "fracture": { "style": "STATIC", "multiplier": 15 @@ -80,12 +62,8 @@ { "minHeight": 2, "maxHeight": 4, - "style": { - "style": "STATIC" - }, - "slopeCondition": { - "minimumSlope": 2.5 - }, + "style": {"style": "STATIC"}, + "slopeCondition": {"minimumSlope": 2.5}, "palette": [ { "block": "minecraft:smooth_basalt", @@ -108,9 +86,7 @@ { "minHeight": 2, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "block": "minecraft:stone", @@ -126,44 +102,24 @@ "decorators": [ { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.15, - "palette": [ - { - "block": "minecraft:fern" - } - ] + "palette": [{"block": "minecraft:fern"}] }, { "chance": 0.15, - "palette": [ - { - "block": "minecraft:fern" - } - ] + "palette": [{"block": "minecraft:fern"}] } ], "slab": { - "style": { - "style": "STATIC" - }, - "slopeCondition": { - "minimumSlope": 2.3 - }, + "style": {"style": "STATIC"}, + "slopeCondition": {"minimumSlope": 2.3}, "palette": [ { "data": { @@ -185,20 +141,14 @@ } ] }, - "carving": { - "caves": [ - { - "breakSurface": true, - "cave": "rocky/tubes", - "rarity": 11, - "caveStartHeight": { - "max": 180, - "min": 80, - "style": { - "style": "STATIC" - } - } - } - ] - } -} \ No newline at end of file + "carving": {"caves": [{ + "breakSurface": true, + "cave": "rocky/tubes", + "rarity": 11, + "caveStartHeight": { + "max": 180, + "min": 80, + "style": {"style": "STATIC"} + } + }]} +} diff --git a/biomes/tundra/frosted-peaks.json b/biomes/tundra/frosted-peaks.json index a0b023a4..272dc916 100644 --- a/biomes/tundra/frosted-peaks.json +++ b/biomes/tundra/frosted-peaks.json @@ -3,41 +3,25 @@ "rarity": 5, "derivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA", - "customDerivitives": [ - { - "id": "frosted-peaks", - "grassColor": "#53AEB8", - "category": "extreme_hills" - } - ], - "children": [ - "tundra/frosted-peaks-extended" - ], - "generators": [ - { - "generator": "mountain", - "max": 200, - "min": 90 - } - ], + "customDerivitives": [{ + "id": "frosted-peaks", + "grassColor": "#53AEB8", + "category": "extreme_hills" + }], + "children": ["tundra/frosted-peaks-extended"], + "generators": [{ + "generator": "mountain", + "max": 200, + "min": 90 + }], "biomeZoom": 0.73, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:basalt" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:basalt"} ] }, "layers": [ @@ -48,17 +32,13 @@ "minimumSlope": 0.1, "maximumSlope": 1.65 }, - "palette": [ - { - "block": "minecraft:snow_block" - } - ] + "palette": [{"block": "minecraft:snow_block"}] }, { "minHeight": 2, "maxHeight": 4, "style": { - "style": "FRACTAL_WATER", + "style": "NOWHERE", "fracture": { "style": "STATIC", "multiplier": 15 @@ -83,12 +63,8 @@ { "minHeight": 2, "maxHeight": 4, - "style": { - "style": "STATIC" - }, - "slopeCondition": { - "minimumSlope": 2.5 - }, + "style": {"style": "STATIC"}, + "slopeCondition": {"minimumSlope": 2.5}, "palette": [ { "block": "minecraft:smooth_basalt", @@ -111,9 +87,7 @@ { "minHeight": 2, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "block": "minecraft:stone", @@ -129,45 +103,25 @@ "decorators": [ { "chance": 0.01, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.5, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.15, - "palette": [ - { - "block": "minecraft:fern" - } - ] + "palette": [{"block": "minecraft:fern"}] }, { "chance": 0.15, - "palette": [ - { - "block": "minecraft:fern" - } - ] + "palette": [{"block": "minecraft:fern"}] } ], "childShrinkFactor": 2.4, "slab": { - "style": { - "style": "STATIC" - }, - "slopeCondition": { - "minimumSlope": 2.3 - }, + "style": {"style": "STATIC"}, + "slopeCondition": {"minimumSlope": 2.3}, "palette": [ { "data": { @@ -189,20 +143,14 @@ } ] }, - "carving": { - "caves": [ - { - "breakSurface": true, - "cave": "rocky/tubes", - "rarity": 11, - "caveStartHeight": { - "max": 180, - "min": 80, - "style": { - "style": "STATIC" - } - } - } - ] - } -} \ No newline at end of file + "carving": {"caves": [{ + "breakSurface": true, + "cave": "rocky/tubes", + "rarity": 11, + "caveStartHeight": { + "max": 180, + "min": 80, + "style": {"style": "STATIC"} + } + }]} +} diff --git a/biomes/tundra/magic-forest-extended.json b/biomes/tundra/magic-forest-extended.json index c25f6ceb..4622645b 100644 --- a/biomes/tundra/magic-forest-extended.json +++ b/biomes/tundra/magic-forest-extended.json @@ -8,17 +8,15 @@ "OLD_GROWTH_PINE_TAIGA", "WINDSWEPT_HILLS" ], - "customDerivitives": [ - { - "grassColor": "#4E83CF", - "foliageColor": "#2F99DC", - "id": "tunmagforest", - "waterColor": "#5C3BEF", - "waterFogColor": "#7A768F", - "category": "forest", - "fogColor": "#686090" - } - ], + "customDerivitives": [{ + "grassColor": "#4E83CF", + "foliageColor": "#2F99DC", + "id": "tunmagforest", + "waterColor": "#5C3BEF", + "waterFogColor": "#7A768F", + "category": "forest", + "fogColor": "#686090" + }], "generators": [ { "generator": "smooth-dunes", @@ -32,85 +30,45 @@ } ], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} ] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.3 - }, + "slopeCondition": {"minimumSlope": 5.3}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -194,76 +152,46 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:poppy" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:poppy"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ], "childShrinkFactor": 8 -} \ No newline at end of file +} diff --git a/biomes/tundra/magic-forest.json b/biomes/tundra/magic-forest.json index ce8f425c..6781c9f0 100644 --- a/biomes/tundra/magic-forest.json +++ b/biomes/tundra/magic-forest.json @@ -8,107 +8,61 @@ "OLD_GROWTH_PINE_TAIGA", "WINDSWEPT_HILLS" ], - "customDerivitives": [ - { - "grassColor": "#4E83CF", - "foliageColor": "#2F99DC", - "id": "tunmagforest", - "waterColor": "#5C3BEF", - "waterFogColor": "#7A768F", - "category": "forest", - "fogColor": "#686090" - } - ], - "children": [ - "tundra/magic-forest-extended" - ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 34, - "min": 22 - } - ], + "customDerivitives": [{ + "grassColor": "#4E83CF", + "foliageColor": "#2F99DC", + "id": "tunmagforest", + "waterColor": "#5C3BEF", + "waterFogColor": "#7A768F", + "category": "forest", + "fogColor": "#686090" + }], + "children": ["tundra/magic-forest-extended"], + "generators": [{ + "generator": "smooth-dunes", + "max": 34, + "min": 22 + }], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} ] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.3 - }, + "slopeCondition": {"minimumSlope": 5.3}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -192,76 +146,46 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:poppy" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:poppy"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ], "childShrinkFactor": 2.4 -} \ No newline at end of file +} diff --git a/biomes/tundra/mountains-extended-cliffs.json b/biomes/tundra/mountains-extended-cliffs.json index e3e9821d..9b135ca6 100644 --- a/biomes/tundra/mountains-extended-cliffs.json +++ b/biomes/tundra/mountains-extended-cliffs.json @@ -10,16 +10,14 @@ "WINDSWEPT_HILLS", "SWAMP" ], - "customDerivitives": [ - { - "category": "forest", - "id": "tundra_magical_forest_cliffs", - "grassColor": "#B0A747", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#8091C6" - } - ], + "customDerivitives": [{ + "category": "forest", + "id": "tundra_magical_forest_cliffs", + "grassColor": "#B0A747", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#8091C6" + }], "generators": [ { "generator": "smooth-dunes", @@ -33,85 +31,45 @@ } ], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} ] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.2 - }, + "slopeCondition": {"minimumSlope": 5.2}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -215,22 +173,10 @@ }, { "chance": 0.075, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -271,103 +217,61 @@ "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:poppy" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:poppy"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ], "biomeSkyScatter": [ "SNOWY_TAIGA", "FROZEN_PEAKS" ] -} \ No newline at end of file +} diff --git a/biomes/tundra/mountains.json b/biomes/tundra/mountains.json index b982618c..e59f3b68 100644 --- a/biomes/tundra/mountains.json +++ b/biomes/tundra/mountains.json @@ -10,106 +10,60 @@ "WINDSWEPT_HILLS", "SWAMP" ], - "customDerivitives": [ - { - "category": "forest", - "id": "tundra_mountains", - "grassColor": "#B0A747", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#8091C6" - } - ], - "children": [ - "tundra/mountains-extended-cliffs" - ], - "generators": [ - { - "min": 66, - "max": 89, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "category": "forest", + "id": "tundra_mountains", + "grassColor": "#B0A747", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#8091C6" + }], + "children": ["tundra/mountains-extended-cliffs"], + "generators": [{ + "min": 66, + "max": 89, + "generator": "mountain" + }], "biomeZoom": 30, - "biomeStyle": { - "style": "SIMPLEX" - }, + "biomeStyle": {"style": "SIMPLEX"}, "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, + "slopeCondition": {"minimumSlope": 6.9}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:gravel" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} ] }, { "minHeight": 3, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.3 - }, + "slopeCondition": {"minimumSlope": 5.3}, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:gravel" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:grass_block" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:gravel"} ] }, + {"palette": [{"block": "minecraft:grass_block"}]}, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -224,83 +178,51 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:poppy" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:poppy"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} } ], "biomeSkyScatter": [ @@ -308,4 +230,4 @@ "FROZEN_PEAKS" ], "childShrinkFactor": 8 -} \ No newline at end of file +} diff --git a/biomes/tundra/redwood-extended-cliffs.json b/biomes/tundra/redwood-extended-cliffs.json index 425d48f0..5e1fdbcc 100644 --- a/biomes/tundra/redwood-extended-cliffs.json +++ b/biomes/tundra/redwood-extended-cliffs.json @@ -4,16 +4,14 @@ "rarity": 3, "derivative": "TAIGA", "vanillaDerivative": "DARK_FOREST", - "customDerivitives": [ - { - "category": "forest", - "id": "tundra_redwood_cliffs", - "grassColor": "#A17E3C", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#8091C6" - } - ], + "customDerivitives": [{ + "category": "forest", + "id": "tundra_redwood_cliffs", + "grassColor": "#A17E3C", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#8091C6" + }], "generators": [ { "generator": "smooth-dunes", @@ -26,76 +24,44 @@ "min": 8 } ], - "wall": { - "palette": [ - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:dirt" - } - ] - }, + "wall": {"palette": [ + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:dirt"} + ]}, "layers": [ { "style": { "style": "SIMPLEX", "fracture": { - "style": "FRACTAL_WATER", + "style": "NOWHERE", "zoom": 0.35, "multiplier": 23 } }, "zoom": 0.7, "palette": [ - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:podzol" - }, - { - "block": "minecraft:podzol" - }, - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:grass_block"}, + {"block": "minecraft:podzol"}, + {"block": "minecraft:podzol"}, + {"block": "minecraft:grass_block"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "minHeight": 1, "maxHeight": 1, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -242,41 +208,17 @@ "yRandom": 1, "z": 0 }, - "edit": [ - { - "find": [ - { - "block": "minecraft:polished_diorite" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:diorite" - } - ] - } - } - ] + "edit": [{ + "find": [{"block": "minecraft:polished_diorite"}], + "replace": {"palette": [{"block": "minecraft:diorite"}]} + }] }, { "chance": 0.45, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:birch_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [{"block": "minecraft:birch_leaves"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -391,32 +333,12 @@ ], "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:spruce_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} } ], "mode": "PAINT" @@ -425,119 +347,67 @@ "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.25, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:fern" - } - ] + "palette": [{"block": "minecraft:fern"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:brown_mushroom" - } - ] + "palette": [{"block": "minecraft:brown_mushroom"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:red_mushroom" - } - ] + "palette": [{"block": "minecraft:red_mushroom"}] }, { "chance": 0.1, - "palette": [ - { - "block": "minecraft:large_fern" - } - ] + "palette": [{"block": "minecraft:large_fern"}] }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:cobblestone_slab" - } - ] + "palette": [{"block": "minecraft:cobblestone_slab"}] } ] -} \ No newline at end of file +} diff --git a/biomes/tundra/redwood-forest.json b/biomes/tundra/redwood-forest.json index d8ef6aae..b2b62dda 100644 --- a/biomes/tundra/redwood-forest.json +++ b/biomes/tundra/redwood-forest.json @@ -4,96 +4,58 @@ "rarity": 1, "derivative": "TAIGA", "vanillaDerivative": "DARK_FOREST", - "customDerivitives": [ - { - "category": "forest", - "id": "tundra_redwood_forest", - "grassColor": "#AC7B1F", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#8091C6" - } - ], - "children": [ - "tundra/redwood-extended-cliffs" - ], - "generators": [ - { - "min": 4, - "max": 10, - "generator": "smooth-dunes" - } - ], - "wall": { - "palette": [ - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:dirt" - } - ] - }, + "customDerivitives": [{ + "category": "forest", + "id": "tundra_redwood_forest", + "grassColor": "#AC7B1F", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#8091C6" + }], + "children": ["tundra/redwood-extended-cliffs"], + "generators": [{ + "min": 4, + "max": 10, + "generator": "smooth-dunes" + }], + "wall": {"palette": [ + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:dirt"} + ]}, "layers": [ { "style": { "style": "SIMPLEX", "fracture": { - "style": "FRACTAL_WATER", + "style": "NOWHERE", "zoom": 0.39, "multiplier": 23 } }, "zoom": 0.7, "palette": [ - { - "block": "minecraft:coarse_dirt" - }, - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:podzol" - }, - { - "block": "minecraft:podzol" - }, - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"}, + {"block": "minecraft:grass_block"}, + {"block": "minecraft:podzol"}, + {"block": "minecraft:podzol"}, + {"block": "minecraft:grass_block"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 2, "maxHeight": 2, - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "palette": [{"block": "minecraft:dirt"}] }, { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "minHeight": 1, "maxHeight": 1, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:stone"} ] } ], @@ -207,41 +169,17 @@ "yRandom": 1, "z": 0 }, - "edit": [ - { - "find": [ - { - "block": "minecraft:polished_diorite" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:diorite" - } - ] - } - } - ] + "edit": [{ + "find": [{"block": "minecraft:polished_diorite"}], + "replace": {"palette": [{"block": "minecraft:diorite"}]} + }] }, { "chance": 0.45, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:birch_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [{"block": "minecraft:birch_leaves"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -356,32 +294,12 @@ ], "edit": [ { - "find": [ - { - "block": "minecraft:oak_log" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_log" - } - ] - } + "find": [{"block": "minecraft:oak_log"}], + "replace": {"palette": [{"block": "minecraft:spruce_log"}]} }, { - "find": [ - { - "block": "minecraft:oak_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } + "find": [{"block": "minecraft:oak_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} } ], "mode": "PAINT" @@ -390,120 +308,68 @@ "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ] + "palette": [{"block": "minecraft:tall_grass"}] }, { "chance": 0.25, - "palette": [ - { - "block": "minecraft:grass" - } - ] + "palette": [{"block": "minecraft:grass"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:fern" - } - ] + "palette": [{"block": "minecraft:fern"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:brown_mushroom" - } - ] + "palette": [{"block": "minecraft:brown_mushroom"}] }, { "chance": 0.06, - "palette": [ - { - "block": "minecraft:red_mushroom" - } - ] + "palette": [{"block": "minecraft:red_mushroom"}] }, { "chance": 0.1, - "palette": [ - { - "block": "minecraft:large_fern" - } - ] + "palette": [{"block": "minecraft:large_fern"}] }, { "chance": 0.05, - "palette": [ - { - "block": "minecraft:cobblestone_slab" - } - ] + "palette": [{"block": "minecraft:cobblestone_slab"}] } ], "childShrinkFactor": 2.4 -} \ No newline at end of file +} diff --git a/biomes/tundra/sea/lake.json b/biomes/tundra/sea/lake.json index e542f75e..f6b887e6 100644 --- a/biomes/tundra/sea/lake.json +++ b/biomes/tundra/sea/lake.json @@ -4,81 +4,45 @@ "rarity": 1, "derivative": "STONY_PEAKS", "vanillaDerivative": "WINDSWEPT_HILLS", - "customDerivitives": [ - { - "id": "tundra_lake", - "grassColor": "#CB6E08", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#8091C6" - } - ], - "generators": [ - { - "min": -32, - "max": -10, - "generator": "mountain" - } - ], + "customDerivitives": [{ + "id": "tundra_lake", + "grassColor": "#CB6E08", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#8091C6" + }], + "generators": [{ + "min": -32, + "max": -10, + "generator": "mountain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "FLAT"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:coarse_dirt" - } - ] + "palette": [{"block": "minecraft:coarse_dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -95,69 +59,27 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.5, "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:acacia_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_spruce_wood" - } - ] - } + "find": [{"block": "minecraft:acacia_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_spruce_wood"}]} }, { - "find": [ - { - "block": "minecraft:acacia_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_leaves" - } - ] - } + "find": [{"block": "minecraft:acacia_leaves"}], + "replace": {"palette": [{"block": "minecraft:spruce_leaves"}]} }, { - "find": [ - { - "block": "minecraft:acacia_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_fence" - } - ] - } + "find": [{"block": "minecraft:acacia_fence"}], + "replace": {"palette": [{"block": "minecraft:spruce_fence"}]} }, { - "find": [ - { - "block": "minecraft:acacia_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } + "find": [{"block": "minecraft:acacia_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} } ], "rotation": { @@ -187,46 +109,16 @@ { "edit": [ { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:spruce_leaves"}]} }, { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": {"palette": [{"block": "minecraft:spruce_leaves"}]} }, { - "find": [ - { - "block": "minecraft:spruce_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_leaves"}]} } ], "chance": 0.3, @@ -262,103 +154,61 @@ "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ], - "style": { - "style": "IRIS_DOUBLE" - } + "style": {"style": "IRIS_DOUBLE"} }, { "chance": 0.1, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ { "data": { @@ -377,23 +227,13 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.017, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/tundra/sea/river-rocky.json b/biomes/tundra/sea/river-rocky.json index 5be71aeb..5fb4d0a9 100644 --- a/biomes/tundra/sea/river-rocky.json +++ b/biomes/tundra/sea/river-rocky.json @@ -3,74 +3,38 @@ "color": "#4939DF", "derivative": "LUKEWARM_OCEAN", "vanillaDerivative": "LUKEWARM_OCEAN", - "generators": [ - { - "min": -41, - "max": -7, - "generator": "plain" - } - ], + "generators": [{ + "min": -41, + "max": -7, + "generator": "plain" + }], "wall": { - "style": { - "style": "NOWHERE" - }, + "style": {"style": "NOWHERE"}, "palette": [ - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } + {"block": "minecraft:clay"}, + {"block": "minecraft:cobblestone"}, + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} ] }, "layers": [ { "minHeight": 2, "maxHeight": 3, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.825, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:andesite" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:cobblestone"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:cobblestone"}, + {"block": "minecraft:dirt"}, + {"block": "minecraft:cobblestone"}, + {"block": "minecraft:andesite"} ] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -79,36 +43,20 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], "objects": [ { "chance": 0.67, - "edit": [ - { - "replace": { - "palette": [ - { - "block": "minecraft:cave_air" - } - ] - }, - "find": [ - { - "block": "minecraft:water" - } - ] - } - ], + "edit": [{ + "replace": {"palette": [{"block": "minecraft:cave_air"}]}, + "find": [{"block": "minecraft:water"}] + }], "mode": "PAINT", "underwater": true, - "place": [ - "clutter/cobblespike" - ] + "place": ["clutter/cobblespike"] }, { "chance": 0.01, @@ -127,22 +75,10 @@ "structures/usdship1", "structures/usdship2" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_stairs" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:oak_planks" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_stairs"}], + "replace": {"palette": [{"block": "minecraft:oak_planks"}]} + }], "translate": { "x": 0, "y": -4, @@ -177,83 +113,49 @@ ], "decorators": [ { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, + "chance": 6.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, - { - "block": "minecraft:magma_block" - } + {"block": "minecraft:soul_sand"}, + {"block": "minecraft:magma_block"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 5, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { "chance": 0.055, "verticalZoom": 20, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 9, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"}, "stackMin": 1 }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, - "palette": [ - { - "data": { - "waterlogged": true, - "pickles": 1 - }, - "block": "minecraft:sea_pickle" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{ + "data": { + "waterlogged": true, + "pickles": 1 + }, + "block": "minecraft:sea_pickle" + }], + "style": {"style": "STATIC"} } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -262,9 +164,7 @@ }, "block": "minecraft:cobblestone_slab" }, - { - "block": "minecraft:air" - } + {"block": "minecraft:air"} ] } -} \ No newline at end of file +} diff --git a/biomes/tundra/sea/river.json b/biomes/tundra/sea/river.json index 6d8899bc..a0ea5834 100644 --- a/biomes/tundra/sea/river.json +++ b/biomes/tundra/sea/river.json @@ -3,30 +3,18 @@ "color": "#3E31BF", "derivative": "COLD_OCEAN", "vanillaDerivative": "RIVER", - "children": [ - "tundra/sea/river-rocky" - ], - "generators": [ - { - "generator": "river", - "max": -10, - "min": -47 - } - ], + "children": ["tundra/sea/river-rocky"], + "generators": [{ + "generator": "river", + "max": -10, + "min": -47 + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ @@ -34,41 +22,21 @@ "minHeight": 2, "maxHeight": 3, "zoom": 0.825, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:clay" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:gravel" - }, - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:dirt" - }, + {"block": "minecraft:sand"}, + {"block": "minecraft:clay"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:gravel"}, + {"block": "minecraft:sand"}, + {"block": "minecraft:dirt"}, { "weight": 2, "block": "minecraft:sand" } ] }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] - }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, @@ -77,9 +45,7 @@ "weight": 2, "block": "minecraft:dirt" }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:coarse_dirt"} ] } ], @@ -131,82 +97,48 @@ "decorators": [ { "chance": 0.07, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 20, - "palette": [ - { - "block": "minecraft:seagrass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:seagrass"}], + "style": {"style": "STATIC"} }, { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, + "chance": 6.0E-4, + "variance": {"style": "STATIC"}, "zoom": 1, "palette": [ - { - "block": "minecraft:soul_sand" - }, - { - "block": "minecraft:magma_block" - } + {"block": "minecraft:soul_sand"}, + {"block": "minecraft:magma_block"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.013, "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "stackMax": 24, "zoom": 1, - "palette": [ - { - "block": "minecraft:kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "NOWHERE" - }, + "palette": [{"block": "minecraft:kelp_plant"}], + "style": {"style": "STATIC"}, + "heightVariance": {"style": "NOWHERE"}, "stackMin": 2 }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 1, - "palette": [ - { - "data": { - "waterlogged": true, - "pickles": 1 - }, - "block": "minecraft:sea_pickle" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{ + "data": { + "waterlogged": true, + "pickles": 1 + }, + "block": "minecraft:sea_pickle" + }], + "style": {"style": "STATIC"} } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -228,4 +160,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/tundra/sequia-redwoods-extended.json b/biomes/tundra/sequia-redwoods-extended.json index 3420379a..7228c89e 100644 --- a/biomes/tundra/sequia-redwoods-extended.json +++ b/biomes/tundra/sequia-redwoods-extended.json @@ -4,16 +4,14 @@ "rarity": 1, "derivative": "TAIGA", "vanillaDerivative": "WINDSWEPT_HILLS", - "customDerivitives": [ - { - "category": "forest", - "id": "tundra_sequoia_redwoods", - "grassColor": "#7BA13C", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#FFE0AF" - } - ], + "customDerivitives": [{ + "category": "forest", + "id": "tundra_sequoia_redwoods", + "grassColor": "#7BA13C", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#FFE0AF" + }], "generators": [ { "generator": "smooth-dunes", @@ -27,14 +25,8 @@ } ], "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:coarse_dirt" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:coarse_dirt"}] }, "layers": [ { @@ -61,30 +53,18 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -120,9 +100,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "mode": "PAINT", @@ -136,9 +114,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.69, @@ -258,17 +234,13 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -288,129 +260,71 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.0445, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:fern" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:fern"}], + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.015, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:orange_tulip" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:orange_tulip"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:poppy" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:poppy"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/tundra/sequia-redwoods.json b/biomes/tundra/sequia-redwoods.json index ec76b2db..8a82b2b1 100644 --- a/biomes/tundra/sequia-redwoods.json +++ b/biomes/tundra/sequia-redwoods.json @@ -4,35 +4,23 @@ "rarity": 1, "derivative": "TAIGA", "vanillaDerivative": "WINDSWEPT_HILLS", - "customDerivitives": [ - { - "category": "forest", - "id": "tundra_sequoia_redwoods", - "grassColor": "#7BA13C", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#FFE0AF" - } - ], - "children": [ - "tundra/sequia-redwoods-extended" - ], - "generators": [ - { - "min": 17, - "max": 19, - "generator": "plain" - } - ], + "customDerivitives": [{ + "category": "forest", + "id": "tundra_sequoia_redwoods", + "grassColor": "#7BA13C", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#FFE0AF" + }], + "children": ["tundra/sequia-redwoods-extended"], + "generators": [{ + "min": 17, + "max": 19, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:coarse_dirt" - } - ] + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:coarse_dirt"}] }, "layers": [ { @@ -59,30 +47,18 @@ "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -118,9 +94,7 @@ }, "enabled": true }, - "place": [ - "clutter/camp1" - ] + "place": ["clutter/camp1"] }, { "mode": "FAST_STILT", @@ -134,9 +108,7 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.69, @@ -256,17 +228,13 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.009, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -286,130 +254,72 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.0445, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:fern" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:fern"}], + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.015, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:orange_tulip" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:orange_tulip"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:dead_bush"}], + "style": {"style": "STATIC"} }, { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:poppy" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:poppy"}], + "style": {"style": "STATIC"} } ], "childShrinkFactor": 2.4 -} \ No newline at end of file +} diff --git a/biomes/tundra/shore/beach-stone.json b/biomes/tundra/shore/beach-stone.json index 04c7f696..9728d8fd 100644 --- a/biomes/tundra/shore/beach-stone.json +++ b/biomes/tundra/shore/beach-stone.json @@ -4,127 +4,73 @@ "rarity": 1, "derivative": "BEACH", "vanillaDerivative": "BEACH", - "generators": [ - { - "min": -5, - "max": 1, - "generator": "plain" - } - ], + "generators": [{ + "min": -5, + "max": 1, + "generator": "plain" + }], "layers": [ { "minHeight": 3, "maxHeight": 6, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} ] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:dirt" - } - ] - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "structures/swordnp2", - "structures/swordnp1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/portal1", - "structures/portal2", - "structures/portal3", - "structures/portal4", - "structures/portal5", - "structures/portal6", - "structures/portal7", - "structures/portal8", - "structures/portal9", - "structures/portal10" - ], - "edit": [ - { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.2 - } - ], - "mode": "PAINT", - "carvingSupport": "SURFACE_ONLY" + "palette": [{"block": "minecraft:dirt"}] } ], + "objects": [{ + "name": "standard-surface-portals", + "chance": 0.00505, + "place": [ + "structures/swordnp2", + "structures/swordnp1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/portal1", + "structures/portal2", + "structures/portal3", + "structures/portal4", + "structures/portal5", + "structures/portal6", + "structures/portal7", + "structures/portal8", + "structures/portal9", + "structures/portal10" + ], + "edit": [ + { + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, + "chance": 0.1 + }, + { + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.07 + }, + { + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, + "chance": 0.15 + }, + { + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.2 + } + ], + "mode": "PAINT", + "carvingSupport": "SURFACE_ONLY" + }], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -146,4 +92,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/tundra/shore/beach.json b/biomes/tundra/shore/beach.json index 1d0b7021..df0d020f 100644 --- a/biomes/tundra/shore/beach.json +++ b/biomes/tundra/shore/beach.json @@ -4,118 +4,64 @@ "rarity": 1, "derivative": "BEACH", "vanillaDerivative": "BEACH", - "generators": [ - { - "min": -5, - "max": 1, - "generator": "plain" - } - ], + "generators": [{ + "min": -5, + "max": 1, + "generator": "plain" + }], "layers": [ { "minHeight": 3, "maxHeight": 6, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.25, - "palette": [ - { - "block": "minecraft:sand" - } - ] + "palette": [{"block": "minecraft:sand"}] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:dirt" - } - ] - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "structures/swordnp2", - "structures/swordnp1", - "structures/swordnpstr2", - "structures/swordnpstr1", - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/megaportal1", - "structures/megaportal2" - ], - "edit": [ - { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, - "chance": 0.2 - } - ], - "mode": "PAINT", - "carvingSupport": "SURFACE_ONLY" + "palette": [{"block": "minecraft:dirt"}] } ], + "objects": [{ + "name": "standard-surface-portals", + "chance": 0.00505, + "place": [ + "structures/swordnp2", + "structures/swordnp1", + "structures/swordnpstr2", + "structures/swordnpstr1", + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/megaportal1", + "structures/megaportal2" + ], + "edit": [ + { + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, + "chance": 0.1 + }, + { + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.07 + }, + { + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, + "chance": 0.15 + }, + { + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.2 + } + ], + "mode": "PAINT", + "carvingSupport": "SURFACE_ONLY" + }], "decorators": [ { "chance": 0.006, @@ -145,9 +91,7 @@ }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -158,9 +102,7 @@ }, "block": "minecraft:stone_button" }, - { - "block": "minecraft:air" - }, + {"block": "minecraft:air"}, { "data": { "face": "floor", @@ -170,33 +112,23 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "partOf": "SHORE_LINE", "chance": 0.06, "stackMin": 1, "stackMax": 4, - "palette": [ - { - "block": "minecraft:sugar_cane" - } - ], + "palette": [{"block": "minecraft:sugar_cane"}], "style": { "style": "NOWHERE", "zoom": 0.65 }, - "heightVariance": { - "style": "STATIC" - } + "heightVariance": {"style": "STATIC"} } ], "slab": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ { "data": { @@ -218,4 +150,4 @@ } ] } -} \ No newline at end of file +} diff --git a/biomes/tundra/spruce-denmyre.json b/biomes/tundra/spruce-denmyre.json index a2a94fca..b57cfb2b 100644 --- a/biomes/tundra/spruce-denmyre.json +++ b/biomes/tundra/spruce-denmyre.json @@ -4,81 +4,45 @@ "rarity": 1, "derivative": "STONY_PEAKS", "vanillaDerivative": "WINDSWEPT_HILLS", - "customDerivitives": [ - { - "id": "tundra_spruce_denmyre", - "grassColor": "#7BA13C", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#8091C6" - } - ], - "generators": [ - { - "min": 42, - "max": 37, - "generator": "plain" - } - ], + "customDerivitives": [{ + "id": "tundra_spruce_denmyre", + "grassColor": "#7BA13C", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#8091C6" + }], + "generators": [{ + "min": 42, + "max": 37, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - }, - { - "palette": [ - { - "block": "minecraft:dirt" - } - ] + "style": {"style": "FLAT"}, + "palette": [{"block": "minecraft:grass_block"}] }, + {"palette": [{"block": "minecraft:dirt"}]}, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "minecraft:coarse_dirt" - } - ] + "palette": [{"block": "minecraft:coarse_dirt"}] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -105,69 +69,27 @@ }, "enabled": true }, - "place": [ - "clutter/bincluster1" - ] + "place": ["clutter/bincluster1"] }, { "chance": 0.5, "density": 2, "edit": [ { - "find": [ - { - "block": "minecraft:acacia_planks" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:stripped_spruce_wood" - } - ] - } + "find": [{"block": "minecraft:acacia_planks"}], + "replace": {"palette": [{"block": "minecraft:stripped_spruce_wood"}]} }, { - "find": [ - { - "block": "minecraft:acacia_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_leaves" - } - ] - } + "find": [{"block": "minecraft:acacia_leaves"}], + "replace": {"palette": [{"block": "minecraft:spruce_leaves"}]} }, { - "find": [ - { - "block": "minecraft:acacia_fence" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_fence" - } - ] - } + "find": [{"block": "minecraft:acacia_fence"}], + "replace": {"palette": [{"block": "minecraft:spruce_fence"}]} }, { - "find": [ - { - "block": "minecraft:acacia_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_wood" - } - ] - } + "find": [{"block": "minecraft:acacia_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} } ], "rotation": { @@ -197,46 +119,16 @@ { "edit": [ { - "find": [ - { - "block": "minecraft:birch_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_leaves" - } - ] - } + "find": [{"block": "minecraft:birch_leaves"}], + "replace": {"palette": [{"block": "minecraft:spruce_leaves"}]} }, { - "find": [ - { - "block": "minecraft:spruce_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_leaves"}], + "replace": {"palette": [{"block": "minecraft:spruce_leaves"}]} }, { - "find": [ - { - "block": "minecraft:spruce_wood" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:spruce_leaves" - } - ] - } + "find": [{"block": "minecraft:spruce_wood"}], + "replace": {"palette": [{"block": "minecraft:spruce_leaves"}]} } ], "chance": 0.3, @@ -288,111 +180,67 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:cornflower" - }, - { - "block": "minecraft:blue_orchid" - }, - { - "block": "minecraft:lily_of_the_valley" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:cornflower"}, + {"block": "minecraft:blue_orchid"}, + {"block": "minecraft:lily_of_the_valley"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.2, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ], - "style": { - "style": "IRIS_DOUBLE" - } + "style": {"style": "IRIS_DOUBLE"} }, { "chance": 0.1, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "palette": [ { "data": { @@ -411,23 +259,13 @@ "block": "minecraft:stone_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.017, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "minecraft:tall_grass" - } - ], - "style": { - "style": "STATIC" - } + "variance": {"style": "STATIC"}, + "palette": [{"block": "minecraft:tall_grass"}], + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/tundra/taiga-extended.json b/biomes/tundra/taiga-extended.json index d0f6c93d..e48703fc 100644 --- a/biomes/tundra/taiga-extended.json +++ b/biomes/tundra/taiga-extended.json @@ -4,16 +4,14 @@ "rarity": 1, "derivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "TAIGA", - "customDerivitives": [ - { - "category": "forest", - "id": "tundra_taiga", - "grassColor": "#7BA13C", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#8091C6" - } - ], + "customDerivitives": [{ + "category": "forest", + "id": "tundra_taiga", + "grassColor": "#7BA13C", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#8091C6" + }], "generators": [ { "generator": "smooth-dunes", @@ -27,61 +25,35 @@ } ], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.92, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -107,9 +79,7 @@ }, "enabled": true }, - "place": [ - "clutter/grave1" - ] + "place": ["clutter/grave1"] }, { "chance": 0.001, @@ -161,22 +131,10 @@ }, { "chance": 0.25, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:birch_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [{"block": "minecraft:birch_leaves"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -271,152 +229,88 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:blue_orchid" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:blue_orchid"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.023, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:poppy" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:poppy"}], + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:wither_rose" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:pink_tulip" - } + {"block": "minecraft:wither_rose"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:pink_tulip"} ], - "style": { - "style": "FRACTAL_SMOKE" - } + "style": {"style": "FRACTAL_SMOKE"} }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:large_fern" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:large_fern"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "FRACTAL_SMOKE" - } + "style": {"style": "FRACTAL_SMOKE"} }, { "chance": 0.21, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ] -} \ No newline at end of file +} diff --git a/biomes/tundra/taiga.json b/biomes/tundra/taiga.json index f47f1169..b564e86f 100644 --- a/biomes/tundra/taiga.json +++ b/biomes/tundra/taiga.json @@ -4,82 +4,50 @@ "rarity": 1, "derivative": "OLD_GROWTH_SPRUCE_TAIGA", "vanillaDerivative": "TAIGA", - "customDerivitives": [ - { - "category": "forest", - "id": "tundra_taiga", - "grassColor": "#7BA13C", - "waterColor": "#80B4C6", - "waterFogColor": "#80B4C6", - "fogColor": "#8091C6" - } - ], - "children": [ - "tundra/taiga-extended" - ], - "generators": [ - { - "max": 42, - "min": 34, - "generator": "plain" - } - ], + "customDerivitives": [{ + "category": "forest", + "id": "tundra_taiga", + "grassColor": "#7BA13C", + "waterColor": "#80B4C6", + "waterFogColor": "#80B4C6", + "fogColor": "#8091C6" + }], + "children": ["tundra/taiga-extended"], + "generators": [{ + "max": 42, + "min": 34, + "generator": "plain" + }], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] }, "layers": [ { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "zoom": 0.92, - "palette": [ - { - "block": "minecraft:grass_block" - } - ] + "palette": [{"block": "minecraft:grass_block"}] }, { "minHeight": 2, "maxHeight": 4, "palette": [ - { - "block": "minecraft:dirt" - }, - { - "block": "minecraft:coarse_dirt" - } + {"block": "minecraft:dirt"}, + {"block": "minecraft:coarse_dirt"} ] }, { "minHeight": 6, "maxHeight": 18, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - }, - { - "block": "minecraft:stone" - } + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:stone"} ] } ], @@ -105,9 +73,7 @@ }, "enabled": true }, - "place": [ - "clutter/grave1" - ] + "place": ["clutter/grave1"] }, { "chance": 0.001, @@ -159,22 +125,10 @@ }, { "chance": 0.25, - "edit": [ - { - "find": [ - { - "block": "minecraft:oak_leaves" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:birch_leaves" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [{"block": "minecraft:birch_leaves"}]} + }], "rotation": { "yAxis": { "min": 0, @@ -269,153 +223,89 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "decorators": [ { "chance": 0.003, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:white_tulip" - }, - { - "block": "minecraft:blue_orchid" - } + {"block": "minecraft:white_tulip"}, + {"block": "minecraft:blue_orchid"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.023, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:grass" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:grass"}], + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [ - { - "block": "minecraft:poppy" - } - ], - "style": { - "style": "STATIC" - } + "palette": [{"block": "minecraft:poppy"}], + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { - "data": { - "age": 0 - }, + "data": {"age": 0}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 1 - }, + "data": {"age": 1}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 2 - }, + "data": {"age": 2}, "block": "minecraft:sweet_berry_bush" }, { - "data": { - "age": 3 - }, + "data": {"age": 3}, "block": "minecraft:sweet_berry_bush" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "chance": 0.001, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.02, "palette": [ - { - "block": "minecraft:wither_rose" - }, - { - "block": "minecraft:oxeye_daisy" - }, - { - "block": "minecraft:pink_tulip" - } + {"block": "minecraft:wither_rose"}, + {"block": "minecraft:oxeye_daisy"}, + {"block": "minecraft:pink_tulip"} ], - "style": { - "style": "FRACTAL_SMOKE" - } + "style": {"style": "FRACTAL_SMOKE"} }, { "chance": 0.05, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:large_fern" - }, - { - "block": "minecraft:tall_grass" - } + {"block": "minecraft:large_fern"}, + {"block": "minecraft:tall_grass"} ], - "style": { - "style": "FRACTAL_SMOKE" - } + "style": {"style": "FRACTAL_SMOKE"} }, { "chance": 0.21, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } ], "childShrinkFactor": 2.4 -} \ No newline at end of file +} diff --git a/biomes/util/ruined_portals.json b/biomes/util/ruined_portals.json index 054b60fa..838b07b4 100644 --- a/biomes/util/ruined_portals.json +++ b/biomes/util/ruined_portals.json @@ -2,22 +2,12 @@ "name": "Ruined portals template", "derivative": "THE_VOID", "vanillaDerivative": "THE_VOID", - "generators": [ - { - "generator": "smooth-dunes", - "min": 0, - "max": 10 - } - ], - "layers": [ - { - "palette": [ - { - "block": "minecraft:grass_block" - } - ] - } - ], + "generators": [{ + "generator": "smooth-dunes", + "min": 0, + "max": 10 + }], + "layers": [{"palette": [{"block": "minecraft:grass_block"}]}], "objects": [ { "chance": 0.2, @@ -34,63 +24,23 @@ ], "edit": [ { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, "chance": 0.1 }, { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.07 }, { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, "chance": 0.15 }, { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.2 } ], @@ -113,67 +63,27 @@ ], "edit": [ { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, "chance": 0.1 }, { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.07 }, { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, "chance": 0.15 }, { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.2 } ], "carvingSupport": "CARVING_ONLY" } ] -} \ No newline at end of file +} diff --git a/caves/amethyst/small.json b/caves/amethyst/small.json index 4cb880ea..c72eb45e 100644 --- a/caves/amethyst/small.json +++ b/caves/amethyst/small.json @@ -1,36 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/amethyst", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": { - "min": 9, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 3, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 105, "yStyle": { @@ -58,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/calcite/main.json b/caves/calcite/main.json index ec802372..c126a6ab 100644 --- a/caves/calcite/main.json +++ b/caves/calcite/main.json @@ -1,43 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/calcite", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "calcite/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "calcite/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 27, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": { - "min": 5, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "worm": { "girth": { "max": 5, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 100, "yStyle": { @@ -65,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/calcite/small.json b/caves/calcite/small.json index 8725c220..f366053e 100644 --- a/caves/calcite/small.json +++ b/caves/calcite/small.json @@ -1,36 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/calcite", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": { - "min": 9, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 4, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 35, "yStyle": { @@ -58,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/deep/elongated.json b/caves/deep/elongated.json index 15232efc..a3cd0fef 100644 --- a/caves/deep/elongated.json +++ b/caves/deep/elongated.json @@ -1,20 +1,16 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/deepravine", "fork": { - "ravines": [ - { - "breakSurface": false, - "rarity": 13, - "ravine": "deep/main" - } - ], + "ravines": [{ + "breakSurface": false, + "rarity": 13, + "ravine": "deep/main" + }], "caves": [ { "breakSurface": false, @@ -73,4 +69,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/deep/main.json b/caves/deep/main.json index 8dcab752..7a67ec65 100644 --- a/caves/deep/main.json +++ b/caves/deep/main.json @@ -1,7 +1,5 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 @@ -18,37 +16,27 @@ "ravine": "amethyst/main" } ], - "caves": [ - { - "breakSurface": false, - "cave": "amethyst/small", - "rarity": 110 + "caves": [{ + "breakSurface": false, + "cave": "amethyst/small", + "rarity": 110 + }], + "elipsoids": [{ + "customBiome": "carving/amethyst", + "fill": {"block": "minecraft:cave_air"}, + "rarity": 90, + "baseWidth": { + "min": 5, + "max": 27, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "customBiome": "carving/amethyst", - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 90, - "baseWidth": { - "min": 5, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "worm": { "girth": { "max": 9, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 55, "yStyle": { @@ -76,4 +64,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/drip/main.json b/caves/drip/main.json index 8a3277ca..021be520 100644 --- a/caves/drip/main.json +++ b/caves/drip/main.json @@ -1,44 +1,32 @@ { "name": "Amethyst Cavern", - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/drip", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "drip/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "drip/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 27, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": { - "min": 5, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "worm": { "girth": { "max": 9, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 100, "yStyle": { @@ -50,8 +38,8 @@ } }, "xStyle": { - "min": -9, - "max": 9, + "min": -15, + "max": 5, "generator": { "zoom": 0.6, "style": "NOWHERE" @@ -66,4 +54,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/drip/small.json b/caves/drip/small.json index 4a3d7be1..c493040e 100644 --- a/caves/drip/small.json +++ b/caves/drip/small.json @@ -1,37 +1,25 @@ { "name": "Amethyst Cavern Small", - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/drip-lite", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": { - "min": 9, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 4, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 35, "yStyle": { @@ -59,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/granite/small.json b/caves/granite/small.json index 22e47162..3c234b6a 100644 --- a/caves/granite/small.json +++ b/caves/granite/small.json @@ -1,44 +1,32 @@ { "name": "Granite Cavern", - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/granite", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "granite/small", - "rarity": 3 + "caves": [{ + "breakSurface": false, + "cave": "granite/small", + "rarity": 3 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": { - "min": 5, - "max": 17, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "worm": { "girth": { "max": 5, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 25, "yStyle": { @@ -66,4 +54,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/ice/main.json b/caves/ice/main.json index 50a693ae..c07be1ea 100644 --- a/caves/ice/main.json +++ b/caves/ice/main.json @@ -1,44 +1,32 @@ { "name": "Ice Cavern", - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/ice", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "ice/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "ice/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 27, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": { - "min": 5, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "worm": { "girth": { "max": 13, "min": 5, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 100, "yStyle": { @@ -66,4 +54,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/ice/small.json b/caves/ice/small.json index 61284861..12e0933f 100644 --- a/caves/ice/small.json +++ b/caves/ice/small.json @@ -1,37 +1,25 @@ { "name": "Amethyst Cavern Small", - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/ice-lite", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": { - "min": 9, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 4, "min": 2, - "style": { - "style": "VASCULAR" - } + "style": {"style": "VASCULAR"} }, "maxDistance": 15, "yStyle": { @@ -59,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/jungle/main.json b/caves/jungle/main.json index 55a9e7f8..c16ce3cf 100644 --- a/caves/jungle/main.json +++ b/caves/jungle/main.json @@ -1,7 +1,5 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 @@ -30,30 +28,22 @@ "rarity": 7 } ], - "elipsoids": [ - { - "customBiome": "carving/amethyst", - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 90, - "baseWidth": { - "min": 5, - "max": 27, - "style": { - "style": "STATIC" - } - } + "elipsoids": [{ + "customBiome": "carving/amethyst", + "fill": {"block": "minecraft:cave_air"}, + "rarity": 90, + "baseWidth": { + "min": 5, + "max": 27, + "style": {"style": "STATIC"} } - ] + }] }, "worm": { "girth": { "max": 9, "min": 3, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 100, "yStyle": { @@ -81,4 +71,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/jungle/small.json b/caves/jungle/small.json index 7a7dfc02..64b7dcfc 100644 --- a/caves/jungle/small.json +++ b/caves/jungle/small.json @@ -1,37 +1,25 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/jungle", - "fork": { - "elipsoids": [ - { - "customBiome": "carving/amethyst", - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 250, - "baseWidth": { - "min": 5, - "max": 17, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "customBiome": "carving/amethyst", + "fill": {"block": "minecraft:cave_air"}, + "rarity": 250, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 5, "min": 1, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 75, "yStyle": { @@ -59,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/lush/main.json b/caves/lush/main.json index 65fc2442..aeb23009 100644 --- a/caves/lush/main.json +++ b/caves/lush/main.json @@ -1,43 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 70, "min": 17 }, "customBiome": "carving/lush", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "lush/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "lush/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 28, + "style": {"style": "NOWHERE"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": { - "min": 5, - "max": 28, - "style": { - "style": "NOWHERE" - } - } - } - ] + }] }, "worm": { "girth": { "max": 14, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 100, "yStyle": { @@ -65,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/lush/small.json b/caves/lush/small.json index 737063a6..6486755e 100644 --- a/caves/lush/small.json +++ b/caves/lush/small.json @@ -1,43 +1,29 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/lush", - "fork": { - "elipsoids": [ - { - "caves": [ - { - "breakSurface": false, - "cave": "lush/small", - "rarity": 100 - } - ], - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 50, - "baseWidth": { - "min": 9, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "caves": [{ + "breakSurface": false, + "cave": "lush/small", + "rarity": 100 + }], + "fill": {"block": "minecraft:cave_air"}, + "rarity": 50, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 4, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 35, "yStyle": { @@ -65,4 +51,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/lush/tubes.json b/caves/lush/tubes.json index cd61e70b..21be9fcc 100644 --- a/caves/lush/tubes.json +++ b/caves/lush/tubes.json @@ -1,20 +1,16 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/lush", "fork": { - "ravines": [ - { - "breakSurface": false, - "rarity": 110, - "ravine": "deep/main" - } - ], + "ravines": [{ + "breakSurface": false, + "rarity": 110, + "ravine": "deep/main" + }], "caves": [ { "breakSurface": false, @@ -37,9 +33,7 @@ "girth": { "max": 7, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 122, "yStyle": { @@ -67,4 +61,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/mixed-sandstone/main.json b/caves/mixed-sandstone/main.json index c2d27655..a5eb5e3d 100644 --- a/caves/mixed-sandstone/main.json +++ b/caves/mixed-sandstone/main.json @@ -1,43 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/mixed-sandstone", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "red-sandstone/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "red-sandstone/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": { - "min": 5, - "max": 17, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "worm": { "girth": { "max": 9, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 100, "yStyle": { @@ -65,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/mixed-sandstone/small.json b/caves/mixed-sandstone/small.json index c68115a2..948f212d 100644 --- a/caves/mixed-sandstone/small.json +++ b/caves/mixed-sandstone/small.json @@ -1,36 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/mixed-sandstone", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": { - "min": 9, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 4, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 35, "yStyle": { @@ -58,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/red-sandstone/main.json b/caves/red-sandstone/main.json index 65759adb..2338c3a1 100644 --- a/caves/red-sandstone/main.json +++ b/caves/red-sandstone/main.json @@ -1,43 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/red-sandstone", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "red-sandstone/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "red-sandstone/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": { - "min": 5, - "max": 17, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "worm": { "girth": { "max": 9, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 100, "yStyle": { @@ -65,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/red-sandstone/small.json b/caves/red-sandstone/small.json index 1c4bbfcb..17928e85 100644 --- a/caves/red-sandstone/small.json +++ b/caves/red-sandstone/small.json @@ -1,36 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/red-sandstone", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": { - "min": 9, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 4, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 35, "yStyle": { @@ -58,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/rocky/main.json b/caves/rocky/main.json index 9bbaf38e..4d990cb3 100644 --- a/caves/rocky/main.json +++ b/caves/rocky/main.json @@ -1,43 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/rocky", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "rocky/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "rocky/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 27, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": { - "min": 5, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "worm": { "girth": { "max": 13, "min": 5, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 100, "yStyle": { @@ -65,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/rocky/small.json b/caves/rocky/small.json index 5e33e73b..71f53ed5 100644 --- a/caves/rocky/small.json +++ b/caves/rocky/small.json @@ -1,36 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/rocky", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": { - "min": 9, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 9, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 35, "yStyle": { @@ -58,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/rocky/tubes.json b/caves/rocky/tubes.json index c52924cc..db8575b4 100644 --- a/caves/rocky/tubes.json +++ b/caves/rocky/tubes.json @@ -1,20 +1,16 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/mountain-caves", "fork": { - "ravines": [ - { - "breakSurface": false, - "rarity": 100, - "ravine": "deep/main" - } - ], + "ravines": [{ + "breakSurface": false, + "rarity": 100, + "ravine": "deep/main" + }], "caves": [ { "breakSurface": false, @@ -42,9 +38,7 @@ "girth": { "max": 7, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 122, "yStyle": { @@ -72,4 +66,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/sandstone/main.json b/caves/sandstone/main.json index 43c5651a..ef199681 100644 --- a/caves/sandstone/main.json +++ b/caves/sandstone/main.json @@ -1,43 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/sandstone", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "sandstone/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "sandstone/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 27, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": { - "min": 5, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "worm": { "girth": { "max": 9, "min": 5, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 100, "yStyle": { @@ -65,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/sandstone/small.json b/caves/sandstone/small.json index f8535e00..3c3b6371 100644 --- a/caves/sandstone/small.json +++ b/caves/sandstone/small.json @@ -1,36 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/sandstone", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": { - "min": 9, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 4, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 35, "yStyle": { @@ -58,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/simple/main.json b/caves/simple/main.json index 8296b0bc..3f770fb4 100644 --- a/caves/simple/main.json +++ b/caves/simple/main.json @@ -1,42 +1,30 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "drip/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "drip/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 27, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": { - "min": 5, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "worm": { "girth": { "max": 13, "min": 5, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 100, "yStyle": { @@ -64,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/simple/small.json b/caves/simple/small.json index 09d826a6..640b0e89 100644 --- a/caves/simple/small.json +++ b/caves/simple/small.json @@ -1,35 +1,23 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": { - "min": 9, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 4, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 35, "yStyle": { @@ -57,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/swamp/main.json b/caves/swamp/main.json index 5c56a5c6..e8464c4a 100644 --- a/caves/swamp/main.json +++ b/caves/swamp/main.json @@ -1,7 +1,5 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 @@ -30,30 +28,22 @@ "rarity": 110 } ], - "elipsoids": [ - { - "customBiome": "carving/amethyst", - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 90, - "baseWidth": { - "min": 5, - "max": 27, - "style": { - "style": "STATIC" - } - } + "elipsoids": [{ + "customBiome": "carving/amethyst", + "fill": {"block": "minecraft:cave_air"}, + "rarity": 90, + "baseWidth": { + "min": 5, + "max": 27, + "style": {"style": "STATIC"} } - ] + }] }, "worm": { "girth": { "max": 9, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 70, "yStyle": { @@ -81,4 +71,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/swamp/small.json b/caves/swamp/small.json index 83f71708..af951bbb 100644 --- a/caves/swamp/small.json +++ b/caves/swamp/small.json @@ -1,37 +1,25 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/swamp", - "fork": { - "elipsoids": [ - { - "customBiome": "carving/amethyst", - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 250, - "baseWidth": { - "min": 5, - "max": 17, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "customBiome": "carving/amethyst", + "fill": {"block": "minecraft:cave_air"}, + "rarity": 250, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 4, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 75, "yStyle": { @@ -59,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/volcanic/main.json b/caves/volcanic/main.json index 98424f4d..7828f521 100644 --- a/caves/volcanic/main.json +++ b/caves/volcanic/main.json @@ -1,43 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/volcanic", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "volcanic/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "volcanic/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 27, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": { - "min": 5, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "worm": { "girth": { "max": 9, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 100, "yStyle": { @@ -65,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/volcanic/small.json b/caves/volcanic/small.json index c6fd3908..052dcac0 100644 --- a/caves/volcanic/small.json +++ b/caves/volcanic/small.json @@ -1,36 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 400, "min": 15 }, "customBiome": "carving/volcanic", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": { - "min": 9, - "max": 27, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 4, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 35, "yStyle": { @@ -58,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 7f3b722c..38e0d858 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -1,17 +1,17 @@ { - "version": 2077, + "version": 2085, "name": "Overworld", "environment": "NORMAL", - "fluidHeight": 100, + "fluidHeight": 160, "continentZoom": 1, "continentalStyle": { "style": "NOWHERE_CELLULAR", "zoom": 5 }, - "logicalHeight": 448, + "logicalHeight": 512, "dimensionHeight": { - "max": 448, - "min": -64 + "max": 512, + "min": 0 }, "landChance": 0.69, "regionStyle": { @@ -29,14 +29,16 @@ } }, "regionZoom": 6.15, + "aggressiveBiomeReshuffle": true, "regions": [ + "terralost", + "frozen", + "hot", "mushroom", "swamp", - "frozen", - "tundra", "temperate", "tropical", - "hot" + "tundra" ], "carving": {"caves": [ { @@ -70,25 +72,6 @@ } } ]}, - "islandBiomeChanceStyle": { - "style": "NOWHERE_CELLULAR", - "axialFracturing": true, - "fracture": { - "multiplier": 55, - "axialFracturing": true, - "style": "NOWHERE", - "zoom": 0.15, - "fracture": { - "axialFracturing": true, - "style": "STATIC", - "multiplier": 4 - } - } - }, - "treeSettings": { - "enabled": true, - "mode": "FIRST" - }, "seaBiomeStyle": {"style": "SIMPLEX"}, "landBiomeStyle": { "style": "NOWHERE_CELLULAR", @@ -106,7 +89,6 @@ } }, "shoreBiomeStyle": {"style": "NOWHERE_CELLULAR"}, - "lootTries": 32, "loot": {"tables": [ "global-treasure", "global-tools", @@ -259,10 +241,7 @@ "caveBiomeStyle": {"style": "SIMPLEX"}, "coordFractureZoom": 0.15, "preventLeafDecay": true, - "noiseModificationFromFeatures": false, - "postProcessCaves": true, "useMantle": true, - "terrainZoom": 1, "stronghold": "stronghold", "strongholdJumpDistance": 670, "maxStrongholds": 27, diff --git a/generators/cracked-cliffs.json b/generators/cracked-cliffs.json index 2da46376..4ab392f4 100644 --- a/generators/cracked-cliffs.json +++ b/generators/cracked-cliffs.json @@ -1,7 +1,7 @@ { "interpolator": { "function": "BILINEAR_STARCAST_9", - "horizontalScale": 15 + "horizontalScale": 12 }, "seed": 7246661, "composite": [{ diff --git a/generators/examples/imageHeightmap.json b/generators/examples/imageHeightmap.json new file mode 100644 index 00000000..b46af6e3 --- /dev/null +++ b/generators/examples/imageHeightmap.json @@ -0,0 +1,14 @@ +{ + "seed": 69420, + "composite": [{"style": { + "INFO": "THIS IS AN EXAMPLE GENERATOR UTILIZING THE IMAGE HEIGHTMAP", + "multiplier": 1, + "imageMap": { + "image": "exampleCircle", + "centered": true, + "coordinateScale": 1, + "channel": "RED" + }, + "zoom": 0.25 + }}] +} diff --git a/generators/highplains.json b/generators/highplains.json index baf26c24..3758e608 100644 --- a/generators/highplains.json +++ b/generators/highplains.json @@ -1,7 +1,7 @@ { "interpolator": { "function": "BILINEAR_STARCAST_9", - "horizontalScale": 20 + "horizontalScale": 15 }, "seed": 377394, "composite": [{ diff --git a/generators/mountain-aggro.json b/generators/mountain-aggro.json new file mode 100644 index 00000000..21691e1e --- /dev/null +++ b/generators/mountain-aggro.json @@ -0,0 +1,40 @@ +{ + "interpolator": { + "function": "BILINEAR_STARCAST_3", + "horizontalScale": 5 + }, + "seed": 530530, + "composite": [ + { + "seed": 5346, + "style": { + "style": "NOWHERE", + "zoom": 1.7, + "fracture": { + "style": "STATIC", + "zoom": 0.8, + "exponent": 1.2, + "multiplier": 55 + } + }, + "exponent": 4, + "negative": true + }, + { + "seed": 1714, + "style": { + "style": "IRIS_THICK", + "zoom": 0.6, + "exponent": 0.7, + "fracture": { + "style": "STATIC", + "zoom": 0.8, + "exponent": 0.7, + "multiplier": 50 + } + }, + "negative": true, + "opacity": 0.1 + } + ] +} diff --git a/generators/mountain.json b/generators/mountain.json index 27022971..50af4d5c 100644 --- a/generators/mountain.json +++ b/generators/mountain.json @@ -1,7 +1,7 @@ { "interpolator": { "function": "BILINEAR_STARCAST_9", - "horizontalScale": 20 + "horizontalScale": 15 }, "seed": 530530, "composite": [ diff --git a/generators/ocean.json b/generators/ocean.json index cfc85fcf..3e3f6bdd 100644 --- a/generators/ocean.json +++ b/generators/ocean.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_9", + "function": "BILINEAR_STARCAST_3", "horizontalScale": 30 }, "seed": 9246661, diff --git a/generators/plain-cliffs.json b/generators/plain-cliffs.json index 37287f7b..2666fc70 100644 --- a/generators/plain-cliffs.json +++ b/generators/plain-cliffs.json @@ -15,7 +15,7 @@ }], "interpolator": { "function": "BILINEAR_STARCAST_9", - "horizontalScale": 30 + "horizontalScale": 26 }, "seed": 7246661, "cliffHeightMax": 80, diff --git a/generators/plain.json b/generators/plain.json index ead0f948..b9391f8f 100644 --- a/generators/plain.json +++ b/generators/plain.json @@ -1,7 +1,7 @@ { "interpolator": { "function": "BILINEAR_STARCAST_9", - "horizontalScale": 15 + "horizontalScale": 12 }, "seed": 7246661, "composite": [{ diff --git a/generators/rare-hills.json b/generators/rare-hills.json index 7d979010..1b0c0073 100644 --- a/generators/rare-hills.json +++ b/generators/rare-hills.json @@ -1,7 +1,7 @@ { "interpolator": { "function": "BILINEAR_STARCAST_9", - "horizontalScale": 10 + "horizontalScale": 12 }, "seed": 377394, "composite": [{ diff --git a/generators/small-cliffs.json b/generators/small-cliffs.json index c44b8a4e..cff061f4 100644 --- a/generators/small-cliffs.json +++ b/generators/small-cliffs.json @@ -1,7 +1,7 @@ { "interpolator": { "function": "BILINEAR_STARCAST_9", - "horizontalScale": 15 + "horizontalScale": 12 }, "seed": 2343, "composite": [{ diff --git a/generators/smooth-dunes.json b/generators/smooth-dunes.json index 7e2034e7..99eb2ca1 100644 --- a/generators/smooth-dunes.json +++ b/generators/smooth-dunes.json @@ -1,7 +1,7 @@ { "interpolator": { "function": "BILINEAR_STARCAST_9", - "horizontalScale": 26 + "horizontalScale": 23 }, "seed": 133434, "composite": [ diff --git a/generators/vascular-cracked-cliffs.json b/generators/vascular-cracked-cliffs.json index bdac95c5..557d66c3 100644 --- a/generators/vascular-cracked-cliffs.json +++ b/generators/vascular-cracked-cliffs.json @@ -1,7 +1,7 @@ { "interpolator": { "function": "BILINEAR_STARCAST_9", - "horizontalScale": 13 + "horizontalScale": 12 }, "seed": 7246661, "composite": [{ diff --git a/images/exampleCircle.png b/images/exampleCircle.png new file mode 100644 index 00000000..b4785fec Binary files /dev/null and b/images/exampleCircle.png differ diff --git a/images/exampleReal.png b/images/exampleReal.png new file mode 100644 index 00000000..08ab5c64 Binary files /dev/null and b/images/exampleReal.png differ diff --git a/jigsaw-pieces/village/desert/houses/desert_animal_pen_1.json b/jigsaw-pieces/village/desert/houses/desert_animal_pen_1.json index c3b1664d..b41077ea 100644 --- a/jigsaw-pieces/village/desert/houses/desert_animal_pen_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_animal_pen_1.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_animal_pen_2.json b/jigsaw-pieces/village/desert/houses/desert_animal_pen_2.json index d3ddc200..96c27d41 100644 --- a/jigsaw-pieces/village/desert/houses/desert_animal_pen_2.json +++ b/jigsaw-pieces/village/desert/houses/desert_animal_pen_2.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_armorer_1.json b/jigsaw-pieces/village/desert/houses/desert_armorer_1.json index fcbc662f..aa821cc4 100644 --- a/jigsaw-pieces/village/desert/houses/desert_armorer_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_armorer_1.json @@ -52,6 +52,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_butcher_shop_1.json b/jigsaw-pieces/village/desert/houses/desert_butcher_shop_1.json index e4155e09..c9796a93 100644 --- a/jigsaw-pieces/village/desert/houses/desert_butcher_shop_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_butcher_shop_1.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_cartographer_house_1.json b/jigsaw-pieces/village/desert/houses/desert_cartographer_house_1.json index 93a7327b..d4992605 100644 --- a/jigsaw-pieces/village/desert/houses/desert_cartographer_house_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_cartographer_house_1.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_farm_1.json b/jigsaw-pieces/village/desert/houses/desert_farm_1.json index 0844f15f..d0490073 100644 --- a/jigsaw-pieces/village/desert/houses/desert_farm_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_farm_1.json @@ -52,6 +52,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_farm_2.json b/jigsaw-pieces/village/desert/houses/desert_farm_2.json index c50bb5ff..747c6500 100644 --- a/jigsaw-pieces/village/desert/houses/desert_farm_2.json +++ b/jigsaw-pieces/village/desert/houses/desert_farm_2.json @@ -52,6 +52,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_fisher_1.json b/jigsaw-pieces/village/desert/houses/desert_fisher_1.json index 2c56913e..0770be58 100644 --- a/jigsaw-pieces/village/desert/houses/desert_fisher_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_fisher_1.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_fletcher_house_1.json b/jigsaw-pieces/village/desert/houses/desert_fletcher_house_1.json index 5f2107c3..dcee9e2e 100644 --- a/jigsaw-pieces/village/desert/houses/desert_fletcher_house_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_fletcher_house_1.json @@ -52,6 +52,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_large_farm_1.json b/jigsaw-pieces/village/desert/houses/desert_large_farm_1.json index c9c11894..36a48b99 100644 --- a/jigsaw-pieces/village/desert/houses/desert_large_farm_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_large_farm_1.json @@ -52,6 +52,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_library_1.json b/jigsaw-pieces/village/desert/houses/desert_library_1.json index 676378c8..8f1b1b7a 100644 --- a/jigsaw-pieces/village/desert/houses/desert_library_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_library_1.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_mason_1.json b/jigsaw-pieces/village/desert/houses/desert_mason_1.json index 447b6809..554755fe 100644 --- a/jigsaw-pieces/village/desert/houses/desert_mason_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_mason_1.json @@ -52,6 +52,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_medium_house_1.json b/jigsaw-pieces/village/desert/houses/desert_medium_house_1.json index 18ebaba3..2cf899b0 100644 --- a/jigsaw-pieces/village/desert/houses/desert_medium_house_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_medium_house_1.json @@ -80,6 +80,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_medium_house_2.json b/jigsaw-pieces/village/desert/houses/desert_medium_house_2.json index 169d05a3..e27c0d93 100644 --- a/jigsaw-pieces/village/desert/houses/desert_medium_house_2.json +++ b/jigsaw-pieces/village/desert/houses/desert_medium_house_2.json @@ -80,6 +80,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_shepherd_house_1.json b/jigsaw-pieces/village/desert/houses/desert_shepherd_house_1.json index 9bb57e6c..ae286c6b 100644 --- a/jigsaw-pieces/village/desert/houses/desert_shepherd_house_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_shepherd_house_1.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_1.json b/jigsaw-pieces/village/desert/houses/desert_small_house_1.json index 20fefa5d..07c51f77 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_1.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_2.json b/jigsaw-pieces/village/desert/houses/desert_small_house_2.json index da04ac0b..b287aacf 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_2.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_2.json @@ -80,6 +80,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_3.json b/jigsaw-pieces/village/desert/houses/desert_small_house_3.json index be0e7102..989c9a5d 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_3.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_3.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_4.json b/jigsaw-pieces/village/desert/houses/desert_small_house_4.json index 7ab7d994..ba4698fe 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_4.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_4.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_5.json b/jigsaw-pieces/village/desert/houses/desert_small_house_5.json index 009986f1..63a6047d 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_5.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_5.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_6.json b/jigsaw-pieces/village/desert/houses/desert_small_house_6.json index 0b441cb4..1ccaff73 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_6.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_6.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_7.json b/jigsaw-pieces/village/desert/houses/desert_small_house_7.json index 76cc326a..04a17dd3 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_7.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_7.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_8.json b/jigsaw-pieces/village/desert/houses/desert_small_house_8.json index 05049c54..58b1cbac 100644 --- a/jigsaw-pieces/village/desert/houses/desert_small_house_8.json +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_8.json @@ -67,6 +67,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_tannery_1.json b/jigsaw-pieces/village/desert/houses/desert_tannery_1.json index 514a7c8b..f3bd6f43 100644 --- a/jigsaw-pieces/village/desert/houses/desert_tannery_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_tannery_1.json @@ -52,6 +52,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_temple_1.json b/jigsaw-pieces/village/desert/houses/desert_temple_1.json index 30bdc9c8..6a86423a 100644 --- a/jigsaw-pieces/village/desert/houses/desert_temple_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_temple_1.json @@ -52,6 +52,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_temple_2.json b/jigsaw-pieces/village/desert/houses/desert_temple_2.json index 4ccf4416..364cba47 100644 --- a/jigsaw-pieces/village/desert/houses/desert_temple_2.json +++ b/jigsaw-pieces/village/desert/houses/desert_temple_2.json @@ -52,6 +52,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_tool_smith_1.json b/jigsaw-pieces/village/desert/houses/desert_tool_smith_1.json index 3a5b059e..18b7fd7b 100644 --- a/jigsaw-pieces/village/desert/houses/desert_tool_smith_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_tool_smith_1.json @@ -52,6 +52,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/houses/desert_weaponsmith_1.json b/jigsaw-pieces/village/desert/houses/desert_weaponsmith_1.json index 90f93313..40509d7b 100644 --- a/jigsaw-pieces/village/desert/houses/desert_weaponsmith_1.json +++ b/jigsaw-pieces/village/desert/houses/desert_weaponsmith_1.json @@ -52,6 +52,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_1.json b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_1.json index 4bfcfc16..e446f6bb 100644 --- a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_1.json +++ b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_1.json @@ -210,6 +210,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_2.json b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_2.json index 09a67d66..1eaaadc9 100644 --- a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_2.json +++ b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_2.json @@ -171,6 +171,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_3.json b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_3.json index 8ddcf337..d1b52d07 100644 --- a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_3.json +++ b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_3.json @@ -197,6 +197,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_accessory_1.json b/jigsaw-pieces/village/plains/houses/plains_accessory_1.json index b7682a42..7d265fa0 100644 --- a/jigsaw-pieces/village/plains/houses/plains_accessory_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_accessory_1.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_animal_pen_1.json b/jigsaw-pieces/village/plains/houses/plains_animal_pen_1.json index 23d41166..fa9f9159 100644 --- a/jigsaw-pieces/village/plains/houses/plains_animal_pen_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_animal_pen_1.json @@ -87,6 +87,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_animal_pen_2.json b/jigsaw-pieces/village/plains/houses/plains_animal_pen_2.json index 2cbacdd0..85bae752 100644 --- a/jigsaw-pieces/village/plains/houses/plains_animal_pen_2.json +++ b/jigsaw-pieces/village/plains/houses/plains_animal_pen_2.json @@ -100,6 +100,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_animal_pen_3.json b/jigsaw-pieces/village/plains/houses/plains_animal_pen_3.json index 1520fc60..becacc30 100644 --- a/jigsaw-pieces/village/plains/houses/plains_animal_pen_3.json +++ b/jigsaw-pieces/village/plains/houses/plains_animal_pen_3.json @@ -151,6 +151,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_armorer_house_1.json b/jigsaw-pieces/village/plains/houses/plains_armorer_house_1.json index 3dfc7290..bd12b4d3 100644 --- a/jigsaw-pieces/village/plains/houses/plains_armorer_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_armorer_house_1.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_big_house_1.json b/jigsaw-pieces/village/plains/houses/plains_big_house_1.json index d07b7dde..048220c0 100644 --- a/jigsaw-pieces/village/plains/houses/plains_big_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_big_house_1.json @@ -115,6 +115,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_butcher_shop_1.json b/jigsaw-pieces/village/plains/houses/plains_butcher_shop_1.json index 928c0d90..a033800e 100644 --- a/jigsaw-pieces/village/plains/houses/plains_butcher_shop_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_butcher_shop_1.json @@ -76,6 +76,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_butcher_shop_2.json b/jigsaw-pieces/village/plains/houses/plains_butcher_shop_2.json index 5dfcfa59..7ec29814 100644 --- a/jigsaw-pieces/village/plains/houses/plains_butcher_shop_2.json +++ b/jigsaw-pieces/village/plains/houses/plains_butcher_shop_2.json @@ -128,6 +128,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_cartographer_1.json b/jigsaw-pieces/village/plains/houses/plains_cartographer_1.json index b9a13322..e5ef628f 100644 --- a/jigsaw-pieces/village/plains/houses/plains_cartographer_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_cartographer_1.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_fisher_cottage_1.json b/jigsaw-pieces/village/plains/houses/plains_fisher_cottage_1.json index 0212a3a2..47b41df9 100644 --- a/jigsaw-pieces/village/plains/houses/plains_fisher_cottage_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_fisher_cottage_1.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_fletcher_house_1.json b/jigsaw-pieces/village/plains/houses/plains_fletcher_house_1.json index 19f1ce07..da568e6e 100644 --- a/jigsaw-pieces/village/plains/houses/plains_fletcher_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_fletcher_house_1.json @@ -76,6 +76,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_large_farm_1.json b/jigsaw-pieces/village/plains/houses/plains_large_farm_1.json index cc004331..3b72c7cb 100644 --- a/jigsaw-pieces/village/plains/houses/plains_large_farm_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_large_farm_1.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_library_1.json b/jigsaw-pieces/village/plains/houses/plains_library_1.json index c3f2d825..21487bb5 100644 --- a/jigsaw-pieces/village/plains/houses/plains_library_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_library_1.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_library_2.json b/jigsaw-pieces/village/plains/houses/plains_library_2.json index 4f3783ca..a79dd45a 100644 --- a/jigsaw-pieces/village/plains/houses/plains_library_2.json +++ b/jigsaw-pieces/village/plains/houses/plains_library_2.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_masons_house_1.json b/jigsaw-pieces/village/plains/houses/plains_masons_house_1.json index 392a78f7..10a224e4 100644 --- a/jigsaw-pieces/village/plains/houses/plains_masons_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_masons_house_1.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_medium_house_1.json b/jigsaw-pieces/village/plains/houses/plains_medium_house_1.json index d1f08da3..5f531724 100644 --- a/jigsaw-pieces/village/plains/houses/plains_medium_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_medium_house_1.json @@ -102,6 +102,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_medium_house_2.json b/jigsaw-pieces/village/plains/houses/plains_medium_house_2.json index 0389f0f2..1baee38f 100644 --- a/jigsaw-pieces/village/plains/houses/plains_medium_house_2.json +++ b/jigsaw-pieces/village/plains/houses/plains_medium_house_2.json @@ -89,6 +89,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_meeting_point_4.json b/jigsaw-pieces/village/plains/houses/plains_meeting_point_4.json index c174d70f..da05f938 100644 --- a/jigsaw-pieces/village/plains/houses/plains_meeting_point_4.json +++ b/jigsaw-pieces/village/plains/houses/plains_meeting_point_4.json @@ -115,6 +115,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_meeting_point_5.json b/jigsaw-pieces/village/plains/houses/plains_meeting_point_5.json index fda92bb9..ffb35083 100644 --- a/jigsaw-pieces/village/plains/houses/plains_meeting_point_5.json +++ b/jigsaw-pieces/village/plains/houses/plains_meeting_point_5.json @@ -102,6 +102,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_shepherds_house_1.json b/jigsaw-pieces/village/plains/houses/plains_shepherds_house_1.json index 9ed8b117..c3180f02 100644 --- a/jigsaw-pieces/village/plains/houses/plains_shepherds_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_shepherds_house_1.json @@ -102,6 +102,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_farm_1.json b/jigsaw-pieces/village/plains/houses/plains_small_farm_1.json index 60aaf63c..7676a90e 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_farm_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_farm_1.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_1.json b/jigsaw-pieces/village/plains/houses/plains_small_house_1.json index 50287b5e..0858ac08 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_1.json @@ -76,6 +76,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_2.json b/jigsaw-pieces/village/plains/houses/plains_small_house_2.json index 80c23d5b..10451ed9 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_2.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_2.json @@ -76,6 +76,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_3.json b/jigsaw-pieces/village/plains/houses/plains_small_house_3.json index 9e699c6e..473b2ff3 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_3.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_3.json @@ -76,6 +76,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_4.json b/jigsaw-pieces/village/plains/houses/plains_small_house_4.json index 1ae1a93d..d5459f13 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_4.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_4.json @@ -76,6 +76,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_5.json b/jigsaw-pieces/village/plains/houses/plains_small_house_5.json index 4da9ca8f..aeeb8384 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_5.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_5.json @@ -115,6 +115,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_6.json b/jigsaw-pieces/village/plains/houses/plains_small_house_6.json index 29eeadd3..a3ffa769 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_6.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_6.json @@ -76,6 +76,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_7.json b/jigsaw-pieces/village/plains/houses/plains_small_house_7.json index fda8822a..d37fa80c 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_7.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_7.json @@ -76,6 +76,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_8.json b/jigsaw-pieces/village/plains/houses/plains_small_house_8.json index cb6807b0..ee44b870 100644 --- a/jigsaw-pieces/village/plains/houses/plains_small_house_8.json +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_8.json @@ -76,6 +76,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_stable_1.json b/jigsaw-pieces/village/plains/houses/plains_stable_1.json index 1bfbbfcb..5f2b7f5c 100644 --- a/jigsaw-pieces/village/plains/houses/plains_stable_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_stable_1.json @@ -154,6 +154,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_stable_2.json b/jigsaw-pieces/village/plains/houses/plains_stable_2.json index dd7985b1..d023e112 100644 --- a/jigsaw-pieces/village/plains/houses/plains_stable_2.json +++ b/jigsaw-pieces/village/plains/houses/plains_stable_2.json @@ -115,6 +115,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_tannery_1.json b/jigsaw-pieces/village/plains/houses/plains_tannery_1.json index d20ee768..d455eb07 100644 --- a/jigsaw-pieces/village/plains/houses/plains_tannery_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_tannery_1.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_temple_3.json b/jigsaw-pieces/village/plains/houses/plains_temple_3.json index 96d9a741..e239b818 100644 --- a/jigsaw-pieces/village/plains/houses/plains_temple_3.json +++ b/jigsaw-pieces/village/plains/houses/plains_temple_3.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_temple_4.json b/jigsaw-pieces/village/plains/houses/plains_temple_4.json index 3d5f1191..f79c9081 100644 --- a/jigsaw-pieces/village/plains/houses/plains_temple_4.json +++ b/jigsaw-pieces/village/plains/houses/plains_temple_4.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_tool_smith_1.json b/jigsaw-pieces/village/plains/houses/plains_tool_smith_1.json index ed43eade..00c30a83 100644 --- a/jigsaw-pieces/village/plains/houses/plains_tool_smith_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_tool_smith_1.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/plains/houses/plains_weaponsmith_1.json b/jigsaw-pieces/village/plains/houses/plains_weaponsmith_1.json index 184d8330..77a875db 100644 --- a/jigsaw-pieces/village/plains/houses/plains_weaponsmith_1.json +++ b/jigsaw-pieces/village/plains/houses/plains_weaponsmith_1.json @@ -61,6 +61,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_1.json b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_1.json index 9d59d1a3..45703193 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_1.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_2.json b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_2.json index 027d6b79..c62c8e1f 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_2.json @@ -130,6 +130,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_3.json b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_3.json index 6d7e70da..a13ed9ae 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_3.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_3.json @@ -91,6 +91,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_armorer_1.json b/jigsaw-pieces/village/savanna/houses/savanna_armorer_1.json index df28affd..5ed64bf4 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_armorer_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_armorer_1.json @@ -28,7 +28,6 @@ "chance": 1, "meld": false, "density": 1, - "edit": [], "bottom": false, "translateCenter": false, "rotation": { @@ -63,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_1.json b/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_1.json index 094eae51..98b61af9 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_1.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_2.json b/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_2.json index e3f0d81e..46ede5f6 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_2.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_fisher_cottage_1.json b/jigsaw-pieces/village/savanna/houses/savanna_fisher_cottage_1.json index 3f87708c..7080e4a2 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_fisher_cottage_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_fisher_cottage_1.json @@ -104,6 +104,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_fletcher_house_1.json b/jigsaw-pieces/village/savanna/houses/savanna_fletcher_house_1.json index fa477184..f96cb1f7 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_fletcher_house_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_fletcher_house_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_large_farm_1.json b/jigsaw-pieces/village/savanna/houses/savanna_large_farm_1.json index af9f9cd3..ed04ceda 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_large_farm_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_large_farm_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_large_farm_2.json b/jigsaw-pieces/village/savanna/houses/savanna_large_farm_2.json index 383ff107..cfcb14c2 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_large_farm_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_large_farm_2.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_library_1.json b/jigsaw-pieces/village/savanna/houses/savanna_library_1.json index f494265c..4aa98ef3 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_library_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_library_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_mason_1.json b/jigsaw-pieces/village/savanna/houses/savanna_mason_1.json index d660f28d..6bbde242 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_mason_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_mason_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_medium_house_1.json b/jigsaw-pieces/village/savanna/houses/savanna_medium_house_1.json index d884af58..fa183b8a 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_medium_house_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_medium_house_1.json @@ -104,6 +104,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_medium_house_2.json b/jigsaw-pieces/village/savanna/houses/savanna_medium_house_2.json index 8c2e5551..e25502c9 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_medium_house_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_medium_house_2.json @@ -104,6 +104,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_shepherd_1.json b/jigsaw-pieces/village/savanna/houses/savanna_shepherd_1.json index 1ec4f5c8..ff1548e6 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_shepherd_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_shepherd_1.json @@ -91,6 +91,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_1.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_1.json index 9cb6d3b5..1392270e 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_1.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_2.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_2.json index db51825c..8b3afddd 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_2.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_3.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_3.json index 919a0443..dea35b97 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_3.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_3.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_4.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_4.json index 15f90e9a..c3d4a0ea 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_4.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_4.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_5.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_5.json index 185dd3d6..32296ebf 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_5.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_5.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_6.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_6.json index 0efd611d..588e5ad5 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_6.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_6.json @@ -91,6 +91,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_7.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_7.json index 50d17bdc..438b175d 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_7.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_7.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_8.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_8.json index 34cea284..aade54b3 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_small_house_8.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_8.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_tannery_1.json b/jigsaw-pieces/village/savanna/houses/savanna_tannery_1.json index 1f4eb3f2..b2110ab2 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_tannery_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_tannery_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_temple_1.json b/jigsaw-pieces/village/savanna/houses/savanna_temple_1.json index 0be6fc76..3fb2edc7 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_temple_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_temple_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_temple_2.json b/jigsaw-pieces/village/savanna/houses/savanna_temple_2.json index cd295b20..2d5f978c 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_temple_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_temple_2.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_tool_smith_1.json b/jigsaw-pieces/village/savanna/houses/savanna_tool_smith_1.json index ad39a160..ac95658d 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_tool_smith_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_tool_smith_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_1.json b/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_1.json index e34f9e04..02eb91a4 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_1.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_2.json b/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_2.json index c8ae92e3..2752d703 100644 --- a/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_2.json +++ b/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_2.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_1.json b/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_1.json index 93759e7f..1ab6a60a 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_1.json @@ -77,6 +77,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_2.json b/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_2.json index 36f7ffe7..62df3bda 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_2.json @@ -90,6 +90,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_1.json index ac45fc25..5a448f7e 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_1.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_2.json b/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_2.json index 1ea57e00..5afaa899 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_2.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_1.json b/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_1.json index 7adc4e97..76a9cf25 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_1.json @@ -77,6 +77,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_2.json b/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_2.json index c0add50a..0887ca7d 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_2.json @@ -77,6 +77,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_cartographer_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_cartographer_house_1.json index 0a7fc861..7f5eb864 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_cartographer_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_cartographer_house_1.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_farm_1.json b/jigsaw-pieces/village/snowy/houses/snowy_farm_1.json index f1eb8aa3..cffecf26 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_farm_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_farm_1.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_farm_2.json b/jigsaw-pieces/village/snowy/houses/snowy_farm_2.json index 877112ed..3de6c5f6 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_farm_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_farm_2.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_fisher_cottage.json b/jigsaw-pieces/village/snowy/houses/snowy_fisher_cottage.json index 4bad701a..54f1b857 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_fisher_cottage.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_fisher_cottage.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_fletcher_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_fletcher_house_1.json index 56eaa764..cd9f38aa 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_fletcher_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_fletcher_house_1.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_library_1.json b/jigsaw-pieces/village/snowy/houses/snowy_library_1.json index b276e391..921c6b9d 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_library_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_library_1.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_masons_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_masons_house_1.json index 06abb81b..19b188c9 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_masons_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_masons_house_1.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_masons_house_2.json b/jigsaw-pieces/village/snowy/houses/snowy_masons_house_2.json index 9a1ad0dd..f8e549e7 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_masons_house_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_masons_house_2.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_1.json index 50b861ed..4539c1eb 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_1.json @@ -90,6 +90,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_2.json b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_2.json index fa7067fe..e43d8e93 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_2.json @@ -90,6 +90,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_3.json b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_3.json index 7c648141..712dd369 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_3.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_3.json @@ -90,6 +90,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_shepherds_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_shepherds_house_1.json index ef1da92a..70fd8906 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_shepherds_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_shepherds_house_1.json @@ -77,6 +77,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_1.json index d51fbbf3..8a4b1149 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_1.json @@ -77,6 +77,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_2.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_2.json index 36cb2e35..d9f636c5 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_2.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_2.json @@ -77,6 +77,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_3.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_3.json index 9dd10a90..6261c45f 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_3.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_3.json @@ -77,6 +77,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_4.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_4.json index 5d823fd7..fbb41db9 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_4.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_4.json @@ -77,6 +77,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_5.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_5.json index 5a8f4743..c1260247 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_5.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_5.json @@ -77,6 +77,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_6.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_6.json index c87fed8c..2bd5e978 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_6.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_6.json @@ -77,6 +77,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_7.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_7.json index ea06fb0d..9f69fd4a 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_7.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_7.json @@ -77,6 +77,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_8.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_8.json index ce008470..85b4a803 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_small_house_8.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_8.json @@ -77,6 +77,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_tannery_1.json b/jigsaw-pieces/village/snowy/houses/snowy_tannery_1.json index 3d87bf2c..fe8c1980 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_tannery_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_tannery_1.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_temple_1.json b/jigsaw-pieces/village/snowy/houses/snowy_temple_1.json index 4b0e6ada..9cc13980 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_temple_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_temple_1.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_tool_smith_1.json b/jigsaw-pieces/village/snowy/houses/snowy_tool_smith_1.json index 7a7599dc..55be2cb7 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_tool_smith_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_tool_smith_1.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/snowy/houses/snowy_weapon_smith_1.json b/jigsaw-pieces/village/snowy/houses/snowy_weapon_smith_1.json index b6b6a23e..3992776e 100644 --- a/jigsaw-pieces/village/snowy/houses/snowy_weapon_smith_1.json +++ b/jigsaw-pieces/village/snowy/houses/snowy_weapon_smith_1.json @@ -62,6 +62,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_animal_pen_1.json b/jigsaw-pieces/village/taiga/houses/taiga_animal_pen_1.json index 245c52a5..ca91207f 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_animal_pen_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_animal_pen_1.json @@ -91,6 +91,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_armorer_2.json b/jigsaw-pieces/village/taiga/houses/taiga_armorer_2.json index 1c2f5254..65027072 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_armorer_2.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_armorer_2.json @@ -91,6 +91,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_armorer_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_armorer_house_1.json index bf4df5ed..0a08fc5f 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_armorer_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_armorer_house_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_butcher_shop_1.json b/jigsaw-pieces/village/taiga/houses/taiga_butcher_shop_1.json index c6886d48..31f5d0d1 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_butcher_shop_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_butcher_shop_1.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_cartographer_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_cartographer_house_1.json index 551d48d0..96e61e8e 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_cartographer_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_cartographer_house_1.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_fisher_cottage_1.json b/jigsaw-pieces/village/taiga/houses/taiga_fisher_cottage_1.json index 6b026583..d9304444 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_fisher_cottage_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_fisher_cottage_1.json @@ -117,6 +117,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_fletcher_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_fletcher_house_1.json index 68d8b47c..7d428a62 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_fletcher_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_fletcher_house_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_large_farm_1.json b/jigsaw-pieces/village/taiga/houses/taiga_large_farm_1.json index 95f60e00..92203a82 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_large_farm_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_large_farm_1.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_large_farm_2.json b/jigsaw-pieces/village/taiga/houses/taiga_large_farm_2.json index 3ff284e5..7a7d807c 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_large_farm_2.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_large_farm_2.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_library_1.json b/jigsaw-pieces/village/taiga/houses/taiga_library_1.json index 408b3bd3..83c2ab49 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_library_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_library_1.json @@ -104,6 +104,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_masons_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_masons_house_1.json index 7e5a2531..db21a709 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_masons_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_masons_house_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_1.json index c6219219..7102c0d1 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_1.json @@ -91,6 +91,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_2.json b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_2.json index 564d60f1..ef24b813 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_2.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_2.json @@ -91,6 +91,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_3.json b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_3.json index 6102e9bf..685ff2ba 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_3.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_3.json @@ -117,6 +117,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_4.json b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_4.json index 60d7e3d4..0aabced0 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_4.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_4.json @@ -91,6 +91,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_shepherds_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_shepherds_house_1.json index c20962eb..416de559 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_shepherds_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_shepherds_house_1.json @@ -91,6 +91,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_farm_1.json b/jigsaw-pieces/village/taiga/houses/taiga_small_farm_1.json index b2cb8b43..f9f2c86b 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_small_farm_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_farm_1.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_1.json index 0e8ed05e..2b2996ca 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_small_house_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_1.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_2.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_2.json index 6e00d5ef..57159ff1 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_small_house_2.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_2.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_3.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_3.json index 09915f31..a216d1de 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_small_house_3.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_3.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_4.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_4.json index 4b9389d9..617dd8c0 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_small_house_4.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_4.json @@ -91,6 +91,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_5.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_5.json index c73973e3..b192d919 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_small_house_5.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_5.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_tannery_1.json b/jigsaw-pieces/village/taiga/houses/taiga_tannery_1.json index e4f1d915..e21f3a6e 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_tannery_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_tannery_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_temple_1.json b/jigsaw-pieces/village/taiga/houses/taiga_temple_1.json index 15e5dfa9..32f5c7fe 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_temple_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_temple_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_tool_smith_1.json b/jigsaw-pieces/village/taiga/houses/taiga_tool_smith_1.json index 1e7320e4..182e9fe4 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_tool_smith_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_tool_smith_1.json @@ -91,6 +91,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_1.json b/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_1.json index 28c27057..7664e2cc 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_1.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_1.json @@ -63,6 +63,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_2.json b/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_2.json index c77ac198..99233c48 100644 --- a/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_2.json +++ b/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_2.json @@ -78,6 +78,7 @@ "z": 0 }, "mode": "STILT", + "stiltOverride": {"block": "minecraft:cobblestone"}, "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/loot/hot-treasure.json b/loot/hot-treasure.json index a64a4a16..05691e59 100644 --- a/loot/hot-treasure.json +++ b/loot/hot-treasure.json @@ -41,23 +41,23 @@ "as they dont get damaged. Also enjoy", "less health and armor while doing so." ], - "enchantments": [{ - "enchantment": "SOUL_SPEED", - "maxLevel": 3, - "minLevel": 2 - }, - { - - "enchantment": "BINDING_CURSE", - "maxLevel": 1, - "minLevel": 1 - }, - { - - "enchantment": "VANISHING_CURSE", - "maxLevel": 1, - "minLevel": 1 - }], + "enchantments": [ + { + "enchantment": "SOUL_SPEED", + "maxLevel": 3, + "minLevel": 2 + }, + { + "enchantment": "BINDING_CURSE", + "maxLevel": 1, + "minLevel": 1 + }, + { + "enchantment": "VANISHING_CURSE", + "maxLevel": 1, + "minLevel": 1 + } + ], "attributes": [ { "attribute": "GENERIC_MOVEMENT_SPEED", diff --git a/objects/clutter/arbusto1.iob b/objects/clutter/arbusto1.iob index 138f43f6..db644f7e 100644 Binary files a/objects/clutter/arbusto1.iob and b/objects/clutter/arbusto1.iob differ diff --git a/objects/clutter/arbusto2.iob b/objects/clutter/arbusto2.iob index 703ad43b..89ea0916 100644 Binary files a/objects/clutter/arbusto2.iob and b/objects/clutter/arbusto2.iob differ diff --git a/objects/clutter/arbusto3.iob b/objects/clutter/arbusto3.iob index c3fd6fdc..cbaba4b6 100644 Binary files a/objects/clutter/arbusto3.iob and b/objects/clutter/arbusto3.iob differ diff --git a/objects/clutter/arbusto4.iob b/objects/clutter/arbusto4.iob index ec4b9d40..946ed301 100644 Binary files a/objects/clutter/arbusto4.iob and b/objects/clutter/arbusto4.iob differ diff --git a/objects/clutter/arbusto5.iob b/objects/clutter/arbusto5.iob index 91a6f380..28d31c33 100644 Binary files a/objects/clutter/arbusto5.iob and b/objects/clutter/arbusto5.iob differ diff --git a/objects/clutter/bincluster1.iob b/objects/clutter/bincluster1.iob index 5b41fe54..9afa2c3e 100644 Binary files a/objects/clutter/bincluster1.iob and b/objects/clutter/bincluster1.iob differ diff --git a/objects/clutter/birchclutt1.iob b/objects/clutter/birchclutt1.iob index 466f9ae2..a16b7efb 100644 Binary files a/objects/clutter/birchclutt1.iob and b/objects/clutter/birchclutt1.iob differ diff --git a/objects/clutter/birchclutt2.iob b/objects/clutter/birchclutt2.iob index d24e61f6..76597960 100644 Binary files a/objects/clutter/birchclutt2.iob and b/objects/clutter/birchclutt2.iob differ diff --git a/objects/clutter/birchclutt3.iob b/objects/clutter/birchclutt3.iob index 2ea7b417..e8fc707b 100644 Binary files a/objects/clutter/birchclutt3.iob and b/objects/clutter/birchclutt3.iob differ diff --git a/objects/clutter/birchclutt4.iob b/objects/clutter/birchclutt4.iob index 2d133b18..d26819bd 100644 Binary files a/objects/clutter/birchclutt4.iob and b/objects/clutter/birchclutt4.iob differ diff --git a/objects/clutter/birchclutt5.iob b/objects/clutter/birchclutt5.iob index 80ee008c..c0263e41 100644 Binary files a/objects/clutter/birchclutt5.iob and b/objects/clutter/birchclutt5.iob differ diff --git a/objects/clutter/bomb1.iob b/objects/clutter/bomb1.iob index 6ee487d5..15bfc5ea 100644 Binary files a/objects/clutter/bomb1.iob and b/objects/clutter/bomb1.iob differ diff --git a/objects/clutter/bone1.iob b/objects/clutter/bone1.iob index 1485c63d..b6c6335c 100644 Binary files a/objects/clutter/bone1.iob and b/objects/clutter/bone1.iob differ diff --git a/objects/clutter/bone2.iob b/objects/clutter/bone2.iob index cb642ce3..f98ecdfe 100644 Binary files a/objects/clutter/bone2.iob and b/objects/clutter/bone2.iob differ diff --git a/objects/clutter/bone3.iob b/objects/clutter/bone3.iob index 8ae01409..0c208a8d 100644 Binary files a/objects/clutter/bone3.iob and b/objects/clutter/bone3.iob differ diff --git a/objects/clutter/bone4.iob b/objects/clutter/bone4.iob index cb598ec4..efc18ab5 100644 Binary files a/objects/clutter/bone4.iob and b/objects/clutter/bone4.iob differ diff --git a/objects/clutter/bone5.iob b/objects/clutter/bone5.iob index 710f99bb..ef67c3fc 100644 Binary files a/objects/clutter/bone5.iob and b/objects/clutter/bone5.iob differ diff --git a/objects/clutter/bone6.iob b/objects/clutter/bone6.iob index 7e45f623..959732a6 100644 Binary files a/objects/clutter/bone6.iob and b/objects/clutter/bone6.iob differ diff --git a/objects/clutter/bone7.iob b/objects/clutter/bone7.iob index 9bcbb2ed..726506bc 100644 Binary files a/objects/clutter/bone7.iob and b/objects/clutter/bone7.iob differ diff --git a/objects/clutter/bonespire1.iob b/objects/clutter/bonespire1.iob index fc2500ab..ac79d5d8 100644 Binary files a/objects/clutter/bonespire1.iob and b/objects/clutter/bonespire1.iob differ diff --git a/objects/clutter/bonespire10.iob b/objects/clutter/bonespire10.iob index 95b8ae72..9ecb2653 100644 Binary files a/objects/clutter/bonespire10.iob and b/objects/clutter/bonespire10.iob differ diff --git a/objects/clutter/bonespire11.iob b/objects/clutter/bonespire11.iob index 68810516..4e7fc825 100644 Binary files a/objects/clutter/bonespire11.iob and b/objects/clutter/bonespire11.iob differ diff --git a/objects/clutter/bonespire12.iob b/objects/clutter/bonespire12.iob index 19513853..efc9ddef 100644 Binary files a/objects/clutter/bonespire12.iob and b/objects/clutter/bonespire12.iob differ diff --git a/objects/clutter/bonespire13.iob b/objects/clutter/bonespire13.iob index de1b01cd..a47f6e9a 100644 Binary files a/objects/clutter/bonespire13.iob and b/objects/clutter/bonespire13.iob differ diff --git a/objects/clutter/bonespire14.iob b/objects/clutter/bonespire14.iob index 04538f48..7747b037 100644 Binary files a/objects/clutter/bonespire14.iob and b/objects/clutter/bonespire14.iob differ diff --git a/objects/clutter/bonespire15.iob b/objects/clutter/bonespire15.iob index 6d337ef9..cd6343c6 100644 Binary files a/objects/clutter/bonespire15.iob and b/objects/clutter/bonespire15.iob differ diff --git a/objects/clutter/bonespire16.iob b/objects/clutter/bonespire16.iob index 03a09f65..b7c2475f 100644 Binary files a/objects/clutter/bonespire16.iob and b/objects/clutter/bonespire16.iob differ diff --git a/objects/clutter/bonespire17.iob b/objects/clutter/bonespire17.iob index 185fd284..df2ceff5 100644 Binary files a/objects/clutter/bonespire17.iob and b/objects/clutter/bonespire17.iob differ diff --git a/objects/clutter/bonespire18.iob b/objects/clutter/bonespire18.iob index 55020421..f8d06b31 100644 Binary files a/objects/clutter/bonespire18.iob and b/objects/clutter/bonespire18.iob differ diff --git a/objects/clutter/bonespire19.iob b/objects/clutter/bonespire19.iob index c2b4c626..f5246ab5 100644 Binary files a/objects/clutter/bonespire19.iob and b/objects/clutter/bonespire19.iob differ diff --git a/objects/clutter/bonespire2.iob b/objects/clutter/bonespire2.iob index 4c3f70cd..cca15454 100644 Binary files a/objects/clutter/bonespire2.iob and b/objects/clutter/bonespire2.iob differ diff --git a/objects/clutter/bonespire20.iob b/objects/clutter/bonespire20.iob index 222a757a..89ab4249 100644 Binary files a/objects/clutter/bonespire20.iob and b/objects/clutter/bonespire20.iob differ diff --git a/objects/clutter/bonespire3.iob b/objects/clutter/bonespire3.iob index e86764f8..7d5db125 100644 Binary files a/objects/clutter/bonespire3.iob and b/objects/clutter/bonespire3.iob differ diff --git a/objects/clutter/bonespire4.iob b/objects/clutter/bonespire4.iob index 5505a564..19ed5486 100644 Binary files a/objects/clutter/bonespire4.iob and b/objects/clutter/bonespire4.iob differ diff --git a/objects/clutter/bonespire5.iob b/objects/clutter/bonespire5.iob index eb0ee8cd..14c32395 100644 Binary files a/objects/clutter/bonespire5.iob and b/objects/clutter/bonespire5.iob differ diff --git a/objects/clutter/bonespire6.iob b/objects/clutter/bonespire6.iob index 51efd15f..e3b5a2de 100644 Binary files a/objects/clutter/bonespire6.iob and b/objects/clutter/bonespire6.iob differ diff --git a/objects/clutter/bonespire7.iob b/objects/clutter/bonespire7.iob index 29c7a70a..182cca32 100644 Binary files a/objects/clutter/bonespire7.iob and b/objects/clutter/bonespire7.iob differ diff --git a/objects/clutter/bonespire8.iob b/objects/clutter/bonespire8.iob index 7a8280e0..8e7c9773 100644 Binary files a/objects/clutter/bonespire8.iob and b/objects/clutter/bonespire8.iob differ diff --git a/objects/clutter/bonespire9.iob b/objects/clutter/bonespire9.iob index 56217029..eff3bc09 100644 Binary files a/objects/clutter/bonespire9.iob and b/objects/clutter/bonespire9.iob differ diff --git a/objects/clutter/boulder1.iob b/objects/clutter/boulder1.iob index cf6e0ca1..31981677 100644 Binary files a/objects/clutter/boulder1.iob and b/objects/clutter/boulder1.iob differ diff --git a/objects/clutter/boulder10.iob b/objects/clutter/boulder10.iob index b906e8e5..7a6f7e47 100644 Binary files a/objects/clutter/boulder10.iob and b/objects/clutter/boulder10.iob differ diff --git a/objects/clutter/boulder11.iob b/objects/clutter/boulder11.iob index 3959f4cf..ed15db2c 100644 Binary files a/objects/clutter/boulder11.iob and b/objects/clutter/boulder11.iob differ diff --git a/objects/clutter/boulder12.iob b/objects/clutter/boulder12.iob index 5f30c8cb..19d71a26 100644 Binary files a/objects/clutter/boulder12.iob and b/objects/clutter/boulder12.iob differ diff --git a/objects/clutter/boulder13.iob b/objects/clutter/boulder13.iob index 4e9dab80..38f77b9e 100644 Binary files a/objects/clutter/boulder13.iob and b/objects/clutter/boulder13.iob differ diff --git a/objects/clutter/boulder14.iob b/objects/clutter/boulder14.iob index 97ae02ff..4fbe38da 100644 Binary files a/objects/clutter/boulder14.iob and b/objects/clutter/boulder14.iob differ diff --git a/objects/clutter/boulder15.iob b/objects/clutter/boulder15.iob index abe026b8..c541465e 100644 Binary files a/objects/clutter/boulder15.iob and b/objects/clutter/boulder15.iob differ diff --git a/objects/clutter/boulder2.iob b/objects/clutter/boulder2.iob index 6e34f078..8dfbdb13 100644 Binary files a/objects/clutter/boulder2.iob and b/objects/clutter/boulder2.iob differ diff --git a/objects/clutter/boulder3.iob b/objects/clutter/boulder3.iob index 665f3232..bfedb8b7 100644 Binary files a/objects/clutter/boulder3.iob and b/objects/clutter/boulder3.iob differ diff --git a/objects/clutter/boulder4.iob b/objects/clutter/boulder4.iob index 3886e003..5b452444 100644 Binary files a/objects/clutter/boulder4.iob and b/objects/clutter/boulder4.iob differ diff --git a/objects/clutter/boulder5.iob b/objects/clutter/boulder5.iob index 6af1655a..39038e34 100644 Binary files a/objects/clutter/boulder5.iob and b/objects/clutter/boulder5.iob differ diff --git a/objects/clutter/boulder6.iob b/objects/clutter/boulder6.iob index d64c2a05..27d8b4b5 100644 Binary files a/objects/clutter/boulder6.iob and b/objects/clutter/boulder6.iob differ diff --git a/objects/clutter/boulder7.iob b/objects/clutter/boulder7.iob index d66612f6..7d5d4ea4 100644 Binary files a/objects/clutter/boulder7.iob and b/objects/clutter/boulder7.iob differ diff --git a/objects/clutter/boulder8.iob b/objects/clutter/boulder8.iob index b603c35d..2efb480c 100644 Binary files a/objects/clutter/boulder8.iob and b/objects/clutter/boulder8.iob differ diff --git a/objects/clutter/boulder9.iob b/objects/clutter/boulder9.iob index c7ebc614..3a724dff 100644 Binary files a/objects/clutter/boulder9.iob and b/objects/clutter/boulder9.iob differ diff --git a/objects/clutter/brksphinx1.iob b/objects/clutter/brksphinx1.iob index 541955e6..defa7ffd 100644 Binary files a/objects/clutter/brksphinx1.iob and b/objects/clutter/brksphinx1.iob differ diff --git a/objects/clutter/camp1.iob b/objects/clutter/camp1.iob index a75eb2de..8cecdcdc 100644 Binary files a/objects/clutter/camp1.iob and b/objects/clutter/camp1.iob differ diff --git a/objects/clutter/camp2.iob b/objects/clutter/camp2.iob index 9095c920..c11b51ac 100644 Binary files a/objects/clutter/camp2.iob and b/objects/clutter/camp2.iob differ diff --git a/objects/clutter/camp3.iob b/objects/clutter/camp3.iob index bd700d24..ae2e8b73 100644 Binary files a/objects/clutter/camp3.iob and b/objects/clutter/camp3.iob differ diff --git a/objects/clutter/camp4.iob b/objects/clutter/camp4.iob index 18ffec31..e433a5bb 100644 Binary files a/objects/clutter/camp4.iob and b/objects/clutter/camp4.iob differ diff --git a/objects/clutter/camp5.iob b/objects/clutter/camp5.iob index 0ab60683..31edbf7b 100644 Binary files a/objects/clutter/camp5.iob and b/objects/clutter/camp5.iob differ diff --git a/objects/clutter/cobblespike.iob b/objects/clutter/cobblespike.iob index 52962d04..6b44dc3c 100644 Binary files a/objects/clutter/cobblespike.iob and b/objects/clutter/cobblespike.iob differ diff --git a/objects/clutter/concretelith1.iob b/objects/clutter/concretelith1.iob index 1d4701f5..8d50085e 100644 Binary files a/objects/clutter/concretelith1.iob and b/objects/clutter/concretelith1.iob differ diff --git a/objects/clutter/concretelith2.iob b/objects/clutter/concretelith2.iob index 78b69344..e2c4a66f 100644 Binary files a/objects/clutter/concretelith2.iob and b/objects/clutter/concretelith2.iob differ diff --git a/objects/clutter/concretelith3.iob b/objects/clutter/concretelith3.iob index abbaa0d6..1a88dd37 100644 Binary files a/objects/clutter/concretelith3.iob and b/objects/clutter/concretelith3.iob differ diff --git a/objects/clutter/concretelith4.iob b/objects/clutter/concretelith4.iob index f88491dd..0ee286bc 100644 Binary files a/objects/clutter/concretelith4.iob and b/objects/clutter/concretelith4.iob differ diff --git a/objects/clutter/concretelith5.iob b/objects/clutter/concretelith5.iob index 2cea4331..6ecf757c 100644 Binary files a/objects/clutter/concretelith5.iob and b/objects/clutter/concretelith5.iob differ diff --git a/objects/clutter/concretelith6.iob b/objects/clutter/concretelith6.iob index ff7a0656..551c0111 100644 Binary files a/objects/clutter/concretelith6.iob and b/objects/clutter/concretelith6.iob differ diff --git a/objects/clutter/concretelith7.iob b/objects/clutter/concretelith7.iob index cc67987b..369ec5ef 100644 Binary files a/objects/clutter/concretelith7.iob and b/objects/clutter/concretelith7.iob differ diff --git a/objects/clutter/coralby1.iob b/objects/clutter/coralby1.iob index 0268ef70..9e033daa 100644 Binary files a/objects/clutter/coralby1.iob and b/objects/clutter/coralby1.iob differ diff --git a/objects/clutter/coralby2.iob b/objects/clutter/coralby2.iob index 18e40bd5..382ed6c2 100644 Binary files a/objects/clutter/coralby2.iob and b/objects/clutter/coralby2.iob differ diff --git a/objects/clutter/coralby3.iob b/objects/clutter/coralby3.iob index f87e899d..f682119b 100644 Binary files a/objects/clutter/coralby3.iob and b/objects/clutter/coralby3.iob differ diff --git a/objects/clutter/coralby4.iob b/objects/clutter/coralby4.iob index d9fae5dc..0f859c13 100644 Binary files a/objects/clutter/coralby4.iob and b/objects/clutter/coralby4.iob differ diff --git a/objects/clutter/coralpink1.iob b/objects/clutter/coralpink1.iob index 24c6d712..6c4bf7af 100644 Binary files a/objects/clutter/coralpink1.iob and b/objects/clutter/coralpink1.iob differ diff --git a/objects/clutter/coralpink2.iob b/objects/clutter/coralpink2.iob index b086ea8c..e1c3331a 100644 Binary files a/objects/clutter/coralpink2.iob and b/objects/clutter/coralpink2.iob differ diff --git a/objects/clutter/coralpink3.iob b/objects/clutter/coralpink3.iob index 7cff92cb..dee85967 100644 Binary files a/objects/clutter/coralpink3.iob and b/objects/clutter/coralpink3.iob differ diff --git a/objects/clutter/coralpink4.iob b/objects/clutter/coralpink4.iob index 79249c3e..8b58b48d 100644 Binary files a/objects/clutter/coralpink4.iob and b/objects/clutter/coralpink4.iob differ diff --git a/objects/clutter/coralpurp1.iob b/objects/clutter/coralpurp1.iob index a6393cd3..fb7fce52 100644 Binary files a/objects/clutter/coralpurp1.iob and b/objects/clutter/coralpurp1.iob differ diff --git a/objects/clutter/coralpurp2.iob b/objects/clutter/coralpurp2.iob index 1af9ea8f..5bed7c56 100644 Binary files a/objects/clutter/coralpurp2.iob and b/objects/clutter/coralpurp2.iob differ diff --git a/objects/clutter/coralpurp3.iob b/objects/clutter/coralpurp3.iob index ab711e1e..26ae74e8 100644 Binary files a/objects/clutter/coralpurp3.iob and b/objects/clutter/coralpurp3.iob differ diff --git a/objects/clutter/coralred1.iob b/objects/clutter/coralred1.iob index f9364d70..1473002e 100644 Binary files a/objects/clutter/coralred1.iob and b/objects/clutter/coralred1.iob differ diff --git a/objects/clutter/coralyellow3.iob b/objects/clutter/coralyellow3.iob index 49d59105..1ec66cf1 100644 Binary files a/objects/clutter/coralyellow3.iob and b/objects/clutter/coralyellow3.iob differ diff --git a/objects/clutter/corazoncaido.iob b/objects/clutter/corazoncaido.iob index f8963d65..aaac0f4d 100644 Binary files a/objects/clutter/corazoncaido.iob and b/objects/clutter/corazoncaido.iob differ diff --git a/objects/clutter/corazoncristal.iob b/objects/clutter/corazoncristal.iob index f82d46e5..78c36c45 100644 Binary files a/objects/clutter/corazoncristal.iob and b/objects/clutter/corazoncristal.iob differ diff --git a/objects/clutter/desertpost1.iob b/objects/clutter/desertpost1.iob index b8dc6cb0..7878d1b1 100644 Binary files a/objects/clutter/desertpost1.iob and b/objects/clutter/desertpost1.iob differ diff --git a/objects/clutter/desertpost2.iob b/objects/clutter/desertpost2.iob index 3e241ffa..44cd6634 100644 Binary files a/objects/clutter/desertpost2.iob and b/objects/clutter/desertpost2.iob differ diff --git a/objects/clutter/desertpost3.iob b/objects/clutter/desertpost3.iob index 6f9b2e3f..40123f5c 100644 Binary files a/objects/clutter/desertpost3.iob and b/objects/clutter/desertpost3.iob differ diff --git a/objects/clutter/doakspec1.iob b/objects/clutter/doakspec1.iob index e69d6a8d..ae876abc 100644 Binary files a/objects/clutter/doakspec1.iob and b/objects/clutter/doakspec1.iob differ diff --git a/objects/clutter/doakspec2.iob b/objects/clutter/doakspec2.iob index 9780c41c..d6a035d3 100644 Binary files a/objects/clutter/doakspec2.iob and b/objects/clutter/doakspec2.iob differ diff --git a/objects/clutter/doakspec3.iob b/objects/clutter/doakspec3.iob index eba7b1a1..8561830c 100644 Binary files a/objects/clutter/doakspec3.iob and b/objects/clutter/doakspec3.iob differ diff --git a/objects/clutter/ellipsoid1.iob b/objects/clutter/ellipsoid1.iob index dc87aa87..f9c1a8fb 100644 Binary files a/objects/clutter/ellipsoid1.iob and b/objects/clutter/ellipsoid1.iob differ diff --git a/objects/clutter/genericgrave1.iob b/objects/clutter/genericgrave1.iob index 2a47bd8e..ae32f58a 100644 Binary files a/objects/clutter/genericgrave1.iob and b/objects/clutter/genericgrave1.iob differ diff --git a/objects/clutter/genericpeak1.iob b/objects/clutter/genericpeak1.iob index a9eae56e..9146bebd 100644 Binary files a/objects/clutter/genericpeak1.iob and b/objects/clutter/genericpeak1.iob differ diff --git a/objects/clutter/genericpeak2.iob b/objects/clutter/genericpeak2.iob index dc3965bb..71f97114 100644 Binary files a/objects/clutter/genericpeak2.iob and b/objects/clutter/genericpeak2.iob differ diff --git a/objects/clutter/genericpeak3.iob b/objects/clutter/genericpeak3.iob index c72e216e..7b662bf5 100644 Binary files a/objects/clutter/genericpeak3.iob and b/objects/clutter/genericpeak3.iob differ diff --git a/objects/clutter/genericpeak4.iob b/objects/clutter/genericpeak4.iob index a9fdb29a..16db8632 100644 Binary files a/objects/clutter/genericpeak4.iob and b/objects/clutter/genericpeak4.iob differ diff --git a/objects/clutter/genericpeak5.iob b/objects/clutter/genericpeak5.iob index 7b87afa9..6ca1c6f0 100644 Binary files a/objects/clutter/genericpeak5.iob and b/objects/clutter/genericpeak5.iob differ diff --git a/objects/clutter/genericpeak6.iob b/objects/clutter/genericpeak6.iob index 7ba100c1..47d59d39 100644 Binary files a/objects/clutter/genericpeak6.iob and b/objects/clutter/genericpeak6.iob differ diff --git a/objects/clutter/grave1.iob b/objects/clutter/grave1.iob index 26244a00..66125c93 100644 Binary files a/objects/clutter/grave1.iob and b/objects/clutter/grave1.iob differ diff --git a/objects/clutter/honeynest1.iob b/objects/clutter/honeynest1.iob index cd952b3c..1ae977f5 100644 Binary files a/objects/clutter/honeynest1.iob and b/objects/clutter/honeynest1.iob differ diff --git a/objects/clutter/honeynest10.iob b/objects/clutter/honeynest10.iob index 7354379d..ca8bc0d6 100644 Binary files a/objects/clutter/honeynest10.iob and b/objects/clutter/honeynest10.iob differ diff --git a/objects/clutter/honeynest2.iob b/objects/clutter/honeynest2.iob index 1c0da824..83aa8186 100644 Binary files a/objects/clutter/honeynest2.iob and b/objects/clutter/honeynest2.iob differ diff --git a/objects/clutter/honeynest3.iob b/objects/clutter/honeynest3.iob index d64e24ee..4dc29e9b 100644 Binary files a/objects/clutter/honeynest3.iob and b/objects/clutter/honeynest3.iob differ diff --git a/objects/clutter/honeynest4.iob b/objects/clutter/honeynest4.iob index 99ba6de0..b9c01300 100644 Binary files a/objects/clutter/honeynest4.iob and b/objects/clutter/honeynest4.iob differ diff --git a/objects/clutter/honeynest5.iob b/objects/clutter/honeynest5.iob index 35a0cfdc..24596dec 100644 Binary files a/objects/clutter/honeynest5.iob and b/objects/clutter/honeynest5.iob differ diff --git a/objects/clutter/honeynest6.iob b/objects/clutter/honeynest6.iob index 4a4018b3..5bbded5c 100644 Binary files a/objects/clutter/honeynest6.iob and b/objects/clutter/honeynest6.iob differ diff --git a/objects/clutter/honeynest7.iob b/objects/clutter/honeynest7.iob index f286f0f8..7e6a2fff 100644 Binary files a/objects/clutter/honeynest7.iob and b/objects/clutter/honeynest7.iob differ diff --git a/objects/clutter/honeynest8.iob b/objects/clutter/honeynest8.iob index 6d9b4d14..1336db77 100644 Binary files a/objects/clutter/honeynest8.iob and b/objects/clutter/honeynest8.iob differ diff --git a/objects/clutter/honeynest9.iob b/objects/clutter/honeynest9.iob index 418003e3..b212b50b 100644 Binary files a/objects/clutter/honeynest9.iob and b/objects/clutter/honeynest9.iob differ diff --git a/objects/clutter/icecluster1.iob b/objects/clutter/icecluster1.iob index b704d44b..e48e380a 100644 Binary files a/objects/clutter/icecluster1.iob and b/objects/clutter/icecluster1.iob differ diff --git a/objects/clutter/icecluster10.iob b/objects/clutter/icecluster10.iob index de90bfd1..25261ee2 100644 Binary files a/objects/clutter/icecluster10.iob and b/objects/clutter/icecluster10.iob differ diff --git a/objects/clutter/icecluster11.iob b/objects/clutter/icecluster11.iob index 8e5d0a81..e0428c9c 100644 Binary files a/objects/clutter/icecluster11.iob and b/objects/clutter/icecluster11.iob differ diff --git a/objects/clutter/icecluster2.iob b/objects/clutter/icecluster2.iob index 670a63a5..4cc7dcf3 100644 Binary files a/objects/clutter/icecluster2.iob and b/objects/clutter/icecluster2.iob differ diff --git a/objects/clutter/icecluster3.iob b/objects/clutter/icecluster3.iob index 6ed5d60b..8b11d50d 100644 Binary files a/objects/clutter/icecluster3.iob and b/objects/clutter/icecluster3.iob differ diff --git a/objects/clutter/icecluster4.iob b/objects/clutter/icecluster4.iob index 23dd43ca..fd48d386 100644 Binary files a/objects/clutter/icecluster4.iob and b/objects/clutter/icecluster4.iob differ diff --git a/objects/clutter/icecluster5.iob b/objects/clutter/icecluster5.iob index a0814b95..79ee1c45 100644 Binary files a/objects/clutter/icecluster5.iob and b/objects/clutter/icecluster5.iob differ diff --git a/objects/clutter/icecluster6.iob b/objects/clutter/icecluster6.iob index 4dbfd837..2c8c72d7 100644 Binary files a/objects/clutter/icecluster6.iob and b/objects/clutter/icecluster6.iob differ diff --git a/objects/clutter/icecluster7.iob b/objects/clutter/icecluster7.iob index 59262a77..14a77032 100644 Binary files a/objects/clutter/icecluster7.iob and b/objects/clutter/icecluster7.iob differ diff --git a/objects/clutter/icecluster8.iob b/objects/clutter/icecluster8.iob index 14a993eb..95c33829 100644 Binary files a/objects/clutter/icecluster8.iob and b/objects/clutter/icecluster8.iob differ diff --git a/objects/clutter/icecluster9.iob b/objects/clutter/icecluster9.iob index 4a68e405..7c064b42 100644 Binary files a/objects/clutter/icecluster9.iob and b/objects/clutter/icecluster9.iob differ diff --git a/objects/clutter/icespec4.iob b/objects/clutter/icespec4.iob index 582d57e0..a4b17e62 100644 Binary files a/objects/clutter/icespec4.iob and b/objects/clutter/icespec4.iob differ diff --git a/objects/clutter/icespiremed1.iob b/objects/clutter/icespiremed1.iob index ae481230..de34f18a 100644 Binary files a/objects/clutter/icespiremed1.iob and b/objects/clutter/icespiremed1.iob differ diff --git a/objects/clutter/icespiremed2.iob b/objects/clutter/icespiremed2.iob index 2c0d27a5..1821101a 100644 Binary files a/objects/clutter/icespiremed2.iob and b/objects/clutter/icespiremed2.iob differ diff --git a/objects/clutter/icespiremed3.iob b/objects/clutter/icespiremed3.iob index eaedbecd..ffde269a 100644 Binary files a/objects/clutter/icespiremed3.iob and b/objects/clutter/icespiremed3.iob differ diff --git a/objects/clutter/icespiresmol1.iob b/objects/clutter/icespiresmol1.iob index fb4aae17..9ddd54f5 100644 Binary files a/objects/clutter/icespiresmol1.iob and b/objects/clutter/icespiresmol1.iob differ diff --git a/objects/clutter/icespiresmol2.iob b/objects/clutter/icespiresmol2.iob index 63907a8b..e97b0004 100644 Binary files a/objects/clutter/icespiresmol2.iob and b/objects/clutter/icespiresmol2.iob differ diff --git a/objects/clutter/icespiresmol3.iob b/objects/clutter/icespiresmol3.iob index 113c2774..4e82ce45 100644 Binary files a/objects/clutter/icespiresmol3.iob and b/objects/clutter/icespiresmol3.iob differ diff --git a/objects/clutter/jungleclutt1.iob b/objects/clutter/jungleclutt1.iob index ec6cb9b0..31085299 100644 Binary files a/objects/clutter/jungleclutt1.iob and b/objects/clutter/jungleclutt1.iob differ diff --git a/objects/clutter/jungleclutt10.iob b/objects/clutter/jungleclutt10.iob index beff75c2..6457375e 100644 Binary files a/objects/clutter/jungleclutt10.iob and b/objects/clutter/jungleclutt10.iob differ diff --git a/objects/clutter/jungleclutt11.iob b/objects/clutter/jungleclutt11.iob index b2556410..10dd9764 100644 Binary files a/objects/clutter/jungleclutt11.iob and b/objects/clutter/jungleclutt11.iob differ diff --git a/objects/clutter/jungleclutt12.iob b/objects/clutter/jungleclutt12.iob index 89eae762..b62ac7d1 100644 Binary files a/objects/clutter/jungleclutt12.iob and b/objects/clutter/jungleclutt12.iob differ diff --git a/objects/clutter/jungleclutt13.iob b/objects/clutter/jungleclutt13.iob index e21d30d0..8a1407e6 100644 Binary files a/objects/clutter/jungleclutt13.iob and b/objects/clutter/jungleclutt13.iob differ diff --git a/objects/clutter/jungleclutt2.iob b/objects/clutter/jungleclutt2.iob index f246c21e..67e4bf61 100644 Binary files a/objects/clutter/jungleclutt2.iob and b/objects/clutter/jungleclutt2.iob differ diff --git a/objects/clutter/jungleclutt3.iob b/objects/clutter/jungleclutt3.iob index 4c997b27..c154d137 100644 Binary files a/objects/clutter/jungleclutt3.iob and b/objects/clutter/jungleclutt3.iob differ diff --git a/objects/clutter/jungleclutt4.iob b/objects/clutter/jungleclutt4.iob index 3695c7d3..54f6d27b 100644 Binary files a/objects/clutter/jungleclutt4.iob and b/objects/clutter/jungleclutt4.iob differ diff --git a/objects/clutter/jungleclutt5.iob b/objects/clutter/jungleclutt5.iob index 78098bfa..53edb50d 100644 Binary files a/objects/clutter/jungleclutt5.iob and b/objects/clutter/jungleclutt5.iob differ diff --git a/objects/clutter/jungleclutt6.iob b/objects/clutter/jungleclutt6.iob index f0d642c7..6ef7bfc6 100644 Binary files a/objects/clutter/jungleclutt6.iob and b/objects/clutter/jungleclutt6.iob differ diff --git a/objects/clutter/jungleclutt7.iob b/objects/clutter/jungleclutt7.iob index 5a4397f2..cf6bd9f7 100644 Binary files a/objects/clutter/jungleclutt7.iob and b/objects/clutter/jungleclutt7.iob differ diff --git a/objects/clutter/jungleclutt8.iob b/objects/clutter/jungleclutt8.iob index b97b4e40..6507be13 100644 Binary files a/objects/clutter/jungleclutt8.iob and b/objects/clutter/jungleclutt8.iob differ diff --git a/objects/clutter/jungleclutt9.iob b/objects/clutter/jungleclutt9.iob index 73e35e18..3c2208fe 100644 Binary files a/objects/clutter/jungleclutt9.iob and b/objects/clutter/jungleclutt9.iob differ diff --git a/objects/clutter/junglestone1.iob b/objects/clutter/junglestone1.iob index 1c1bc107..f8b71a53 100644 Binary files a/objects/clutter/junglestone1.iob and b/objects/clutter/junglestone1.iob differ diff --git a/objects/clutter/junglestone2.iob b/objects/clutter/junglestone2.iob index 5dccc129..d8470ff9 100644 Binary files a/objects/clutter/junglestone2.iob and b/objects/clutter/junglestone2.iob differ diff --git a/objects/clutter/literalgarbage2.iob b/objects/clutter/literalgarbage2.iob index 659f693a..735cee73 100644 Binary files a/objects/clutter/literalgarbage2.iob and b/objects/clutter/literalgarbage2.iob differ diff --git a/objects/clutter/literalgarbage3.iob b/objects/clutter/literalgarbage3.iob index 4e976308..b087709e 100644 Binary files a/objects/clutter/literalgarbage3.iob and b/objects/clutter/literalgarbage3.iob differ diff --git a/objects/clutter/magmaspire1.iob b/objects/clutter/magmaspire1.iob index fb4aae17..9ddd54f5 100644 Binary files a/objects/clutter/magmaspire1.iob and b/objects/clutter/magmaspire1.iob differ diff --git a/objects/clutter/magmaspire2.iob b/objects/clutter/magmaspire2.iob index 63907a8b..e97b0004 100644 Binary files a/objects/clutter/magmaspire2.iob and b/objects/clutter/magmaspire2.iob differ diff --git a/objects/clutter/magmaspire3.iob b/objects/clutter/magmaspire3.iob index 113c2774..4e82ce45 100644 Binary files a/objects/clutter/magmaspire3.iob and b/objects/clutter/magmaspire3.iob differ diff --git a/objects/clutter/medtourmaclutt1.iob b/objects/clutter/medtourmaclutt1.iob index dfb35f2b..7f91ca9a 100644 Binary files a/objects/clutter/medtourmaclutt1.iob and b/objects/clutter/medtourmaclutt1.iob differ diff --git a/objects/clutter/medtourmaclutt10.iob b/objects/clutter/medtourmaclutt10.iob index a6c700f2..9cb3b397 100644 Binary files a/objects/clutter/medtourmaclutt10.iob and b/objects/clutter/medtourmaclutt10.iob differ diff --git a/objects/clutter/medtourmaclutt11.iob b/objects/clutter/medtourmaclutt11.iob index 45dc0dcb..5be1e1a2 100644 Binary files a/objects/clutter/medtourmaclutt11.iob and b/objects/clutter/medtourmaclutt11.iob differ diff --git a/objects/clutter/medtourmaclutt12.iob b/objects/clutter/medtourmaclutt12.iob index 58e0d2f5..ace933b0 100644 Binary files a/objects/clutter/medtourmaclutt12.iob and b/objects/clutter/medtourmaclutt12.iob differ diff --git a/objects/clutter/medtourmaclutt13.iob b/objects/clutter/medtourmaclutt13.iob index 9422376c..e8a9135f 100644 Binary files a/objects/clutter/medtourmaclutt13.iob and b/objects/clutter/medtourmaclutt13.iob differ diff --git a/objects/clutter/medtourmaclutt14.iob b/objects/clutter/medtourmaclutt14.iob index 01b4e427..8bd0860f 100644 Binary files a/objects/clutter/medtourmaclutt14.iob and b/objects/clutter/medtourmaclutt14.iob differ diff --git a/objects/clutter/medtourmaclutt15.iob b/objects/clutter/medtourmaclutt15.iob index 0fa8782b..4ce5cbe0 100644 Binary files a/objects/clutter/medtourmaclutt15.iob and b/objects/clutter/medtourmaclutt15.iob differ diff --git a/objects/clutter/medtourmaclutt16.iob b/objects/clutter/medtourmaclutt16.iob index 74284f67..ebef29ec 100644 Binary files a/objects/clutter/medtourmaclutt16.iob and b/objects/clutter/medtourmaclutt16.iob differ diff --git a/objects/clutter/medtourmaclutt17.iob b/objects/clutter/medtourmaclutt17.iob index 1b5a2291..8cbd42a4 100644 Binary files a/objects/clutter/medtourmaclutt17.iob and b/objects/clutter/medtourmaclutt17.iob differ diff --git a/objects/clutter/medtourmaclutt18.iob b/objects/clutter/medtourmaclutt18.iob index 0eee3590..35d20de6 100644 Binary files a/objects/clutter/medtourmaclutt18.iob and b/objects/clutter/medtourmaclutt18.iob differ diff --git a/objects/clutter/medtourmaclutt19.iob b/objects/clutter/medtourmaclutt19.iob index c5448713..54e22f23 100644 Binary files a/objects/clutter/medtourmaclutt19.iob and b/objects/clutter/medtourmaclutt19.iob differ diff --git a/objects/clutter/medtourmaclutt2.iob b/objects/clutter/medtourmaclutt2.iob index 9d9160dc..b6e49a9b 100644 Binary files a/objects/clutter/medtourmaclutt2.iob and b/objects/clutter/medtourmaclutt2.iob differ diff --git a/objects/clutter/medtourmaclutt20.iob b/objects/clutter/medtourmaclutt20.iob index fcbd9975..193f1450 100644 Binary files a/objects/clutter/medtourmaclutt20.iob and b/objects/clutter/medtourmaclutt20.iob differ diff --git a/objects/clutter/medtourmaclutt3.iob b/objects/clutter/medtourmaclutt3.iob index cf668652..fa6b9d85 100644 Binary files a/objects/clutter/medtourmaclutt3.iob and b/objects/clutter/medtourmaclutt3.iob differ diff --git a/objects/clutter/medtourmaclutt4.iob b/objects/clutter/medtourmaclutt4.iob index 07a09ac9..7dc887d8 100644 Binary files a/objects/clutter/medtourmaclutt4.iob and b/objects/clutter/medtourmaclutt4.iob differ diff --git a/objects/clutter/medtourmaclutt5.iob b/objects/clutter/medtourmaclutt5.iob index df20b3bc..e46969c7 100644 Binary files a/objects/clutter/medtourmaclutt5.iob and b/objects/clutter/medtourmaclutt5.iob differ diff --git a/objects/clutter/medtourmaclutt6.iob b/objects/clutter/medtourmaclutt6.iob index d5941540..ca1c9c51 100644 Binary files a/objects/clutter/medtourmaclutt6.iob and b/objects/clutter/medtourmaclutt6.iob differ diff --git a/objects/clutter/medtourmaclutt7.iob b/objects/clutter/medtourmaclutt7.iob index 5633cb1c..0ff8bd95 100644 Binary files a/objects/clutter/medtourmaclutt7.iob and b/objects/clutter/medtourmaclutt7.iob differ diff --git a/objects/clutter/medtourmaclutt8.iob b/objects/clutter/medtourmaclutt8.iob index 6cd37c09..aa7dd076 100644 Binary files a/objects/clutter/medtourmaclutt8.iob and b/objects/clutter/medtourmaclutt8.iob differ diff --git a/objects/clutter/medtourmaclutt9.iob b/objects/clutter/medtourmaclutt9.iob index 44c44560..e41a00d2 100644 Binary files a/objects/clutter/medtourmaclutt9.iob and b/objects/clutter/medtourmaclutt9.iob differ diff --git a/objects/clutter/nportstone1.iob b/objects/clutter/nportstone1.iob index dc8f5160..4655fb55 100644 Binary files a/objects/clutter/nportstone1.iob and b/objects/clutter/nportstone1.iob differ diff --git a/objects/clutter/oakclutt1.iob b/objects/clutter/oakclutt1.iob index 0cd16b8a..141b305a 100644 Binary files a/objects/clutter/oakclutt1.iob and b/objects/clutter/oakclutt1.iob differ diff --git a/objects/clutter/oakclutt2.iob b/objects/clutter/oakclutt2.iob index 5085c0de..0b430eaf 100644 Binary files a/objects/clutter/oakclutt2.iob and b/objects/clutter/oakclutt2.iob differ diff --git a/objects/clutter/oakclutt3.iob b/objects/clutter/oakclutt3.iob index 1556f54b..fad2d258 100644 Binary files a/objects/clutter/oakclutt3.iob and b/objects/clutter/oakclutt3.iob differ diff --git a/objects/clutter/oakclutt4.iob b/objects/clutter/oakclutt4.iob index a0b2d23d..649b472b 100644 Binary files a/objects/clutter/oakclutt4.iob and b/objects/clutter/oakclutt4.iob differ diff --git a/objects/clutter/oakclutt5.iob b/objects/clutter/oakclutt5.iob index 5d1a848b..8c261362 100644 Binary files a/objects/clutter/oakclutt5.iob and b/objects/clutter/oakclutt5.iob differ diff --git a/objects/clutter/oakdenclutt1.iob b/objects/clutter/oakdenclutt1.iob index 17f684fc..c8e480e4 100644 Binary files a/objects/clutter/oakdenclutt1.iob and b/objects/clutter/oakdenclutt1.iob differ diff --git a/objects/clutter/oakdenclutt10.iob b/objects/clutter/oakdenclutt10.iob index 91806c59..98048124 100644 Binary files a/objects/clutter/oakdenclutt10.iob and b/objects/clutter/oakdenclutt10.iob differ diff --git a/objects/clutter/oakdenclutt2.iob b/objects/clutter/oakdenclutt2.iob index 587bf763..0eded248 100644 Binary files a/objects/clutter/oakdenclutt2.iob and b/objects/clutter/oakdenclutt2.iob differ diff --git a/objects/clutter/oakdenclutt3.iob b/objects/clutter/oakdenclutt3.iob index da392bfa..ccbd8922 100644 Binary files a/objects/clutter/oakdenclutt3.iob and b/objects/clutter/oakdenclutt3.iob differ diff --git a/objects/clutter/oakdenclutt4.iob b/objects/clutter/oakdenclutt4.iob index 098e59f1..223e44c2 100644 Binary files a/objects/clutter/oakdenclutt4.iob and b/objects/clutter/oakdenclutt4.iob differ diff --git a/objects/clutter/oakdenclutt5.iob b/objects/clutter/oakdenclutt5.iob index d64fcb8e..74e38222 100644 Binary files a/objects/clutter/oakdenclutt5.iob and b/objects/clutter/oakdenclutt5.iob differ diff --git a/objects/clutter/oakdenclutt6.iob b/objects/clutter/oakdenclutt6.iob index e1527a03..c0aa8f32 100644 Binary files a/objects/clutter/oakdenclutt6.iob and b/objects/clutter/oakdenclutt6.iob differ diff --git a/objects/clutter/oakdenclutt7.iob b/objects/clutter/oakdenclutt7.iob index fee97535..6edb8709 100644 Binary files a/objects/clutter/oakdenclutt7.iob and b/objects/clutter/oakdenclutt7.iob differ diff --git a/objects/clutter/oakdenclutt8.iob b/objects/clutter/oakdenclutt8.iob index a4d554b9..2f84f269 100644 Binary files a/objects/clutter/oakdenclutt8.iob and b/objects/clutter/oakdenclutt8.iob differ diff --git a/objects/clutter/oakdenclutt9.iob b/objects/clutter/oakdenclutt9.iob index 50784304..a3e242e2 100644 Binary files a/objects/clutter/oakdenclutt9.iob and b/objects/clutter/oakdenclutt9.iob differ diff --git a/objects/clutter/oakshrub1.iob b/objects/clutter/oakshrub1.iob index 2d924f9d..0c094638 100644 Binary files a/objects/clutter/oakshrub1.iob and b/objects/clutter/oakshrub1.iob differ diff --git a/objects/clutter/oakshrub2.iob b/objects/clutter/oakshrub2.iob index 9c186bcb..29f0217c 100644 Binary files a/objects/clutter/oakshrub2.iob and b/objects/clutter/oakshrub2.iob differ diff --git a/objects/clutter/oakshrub3.iob b/objects/clutter/oakshrub3.iob index d2fc67b5..8584a83b 100644 Binary files a/objects/clutter/oakshrub3.iob and b/objects/clutter/oakshrub3.iob differ diff --git a/objects/clutter/oakshrub4.iob b/objects/clutter/oakshrub4.iob index 20f3b3a6..4daebce5 100644 Binary files a/objects/clutter/oakshrub4.iob and b/objects/clutter/oakshrub4.iob differ diff --git a/objects/clutter/obelisk1.iob b/objects/clutter/obelisk1.iob index 022e5c92..4a7dc4cb 100644 Binary files a/objects/clutter/obelisk1.iob and b/objects/clutter/obelisk1.iob differ diff --git a/objects/clutter/obelisk2.iob b/objects/clutter/obelisk2.iob index cd7367ef..dada7480 100644 Binary files a/objects/clutter/obelisk2.iob and b/objects/clutter/obelisk2.iob differ diff --git a/objects/clutter/obelisk3.iob b/objects/clutter/obelisk3.iob index 3d744b7a..f5f2552c 100644 Binary files a/objects/clutter/obelisk3.iob and b/objects/clutter/obelisk3.iob differ diff --git a/objects/clutter/obelisk4.iob b/objects/clutter/obelisk4.iob index 1167cf70..0bcff4ee 100644 Binary files a/objects/clutter/obelisk4.iob and b/objects/clutter/obelisk4.iob differ diff --git a/objects/clutter/obelisk5.iob b/objects/clutter/obelisk5.iob index ba17b169..d1785c88 100644 Binary files a/objects/clutter/obelisk5.iob and b/objects/clutter/obelisk5.iob differ diff --git a/objects/clutter/obelisk6.iob b/objects/clutter/obelisk6.iob index f87d2792..338b7678 100644 Binary files a/objects/clutter/obelisk6.iob and b/objects/clutter/obelisk6.iob differ diff --git a/objects/clutter/obelisk7.iob b/objects/clutter/obelisk7.iob index 8f311cd6..6a4e3fbb 100644 Binary files a/objects/clutter/obelisk7.iob and b/objects/clutter/obelisk7.iob differ diff --git a/objects/clutter/pond.iob b/objects/clutter/pond.iob index c3b36272..36a6faf6 100644 Binary files a/objects/clutter/pond.iob and b/objects/clutter/pond.iob differ diff --git a/objects/clutter/rbrksphinx1.iob b/objects/clutter/rbrksphinx1.iob index 03cdc747..00f0b846 100644 Binary files a/objects/clutter/rbrksphinx1.iob and b/objects/clutter/rbrksphinx1.iob differ diff --git a/objects/clutter/rdesertpost1.iob b/objects/clutter/rdesertpost1.iob index 8c85c81b..c70ddc07 100644 Binary files a/objects/clutter/rdesertpost1.iob and b/objects/clutter/rdesertpost1.iob differ diff --git a/objects/clutter/rdesertpost2.iob b/objects/clutter/rdesertpost2.iob index e6544cfb..230e962d 100644 Binary files a/objects/clutter/rdesertpost2.iob and b/objects/clutter/rdesertpost2.iob differ diff --git a/objects/clutter/rdesertpost3.iob b/objects/clutter/rdesertpost3.iob index 32794086..efcfdc40 100644 Binary files a/objects/clutter/rdesertpost3.iob and b/objects/clutter/rdesertpost3.iob differ diff --git a/objects/clutter/rock2.iob b/objects/clutter/rock2.iob index 4c61bef4..0fcf23da 100644 Binary files a/objects/clutter/rock2.iob and b/objects/clutter/rock2.iob differ diff --git a/objects/clutter/rock4.iob b/objects/clutter/rock4.iob index a131a0a8..ad345fbb 100644 Binary files a/objects/clutter/rock4.iob and b/objects/clutter/rock4.iob differ diff --git a/objects/clutter/rshrub1.iob b/objects/clutter/rshrub1.iob index 0a95bd5c..d9c48087 100644 Binary files a/objects/clutter/rshrub1.iob and b/objects/clutter/rshrub1.iob differ diff --git a/objects/clutter/rshrub2.iob b/objects/clutter/rshrub2.iob index 379fa348..9b146f0e 100644 Binary files a/objects/clutter/rshrub2.iob and b/objects/clutter/rshrub2.iob differ diff --git a/objects/clutter/rsphinx1.iob b/objects/clutter/rsphinx1.iob index 6cb381f7..7796f477 100644 Binary files a/objects/clutter/rsphinx1.iob and b/objects/clutter/rsphinx1.iob differ diff --git a/objects/clutter/savclutt1.iob b/objects/clutter/savclutt1.iob index 5dc40380..30eba45b 100644 Binary files a/objects/clutter/savclutt1.iob and b/objects/clutter/savclutt1.iob differ diff --git a/objects/clutter/savclutt2.iob b/objects/clutter/savclutt2.iob index 25356cdd..096c3730 100644 Binary files a/objects/clutter/savclutt2.iob and b/objects/clutter/savclutt2.iob differ diff --git a/objects/clutter/savclutt3.iob b/objects/clutter/savclutt3.iob index f5585c2f..ade299e1 100644 Binary files a/objects/clutter/savclutt3.iob and b/objects/clutter/savclutt3.iob differ diff --git a/objects/clutter/savclutt4.iob b/objects/clutter/savclutt4.iob index 7251d877..83bc98db 100644 Binary files a/objects/clutter/savclutt4.iob and b/objects/clutter/savclutt4.iob differ diff --git a/objects/clutter/savclutt5.iob b/objects/clutter/savclutt5.iob index 49560b88..df67b987 100644 Binary files a/objects/clutter/savclutt5.iob and b/objects/clutter/savclutt5.iob differ diff --git a/objects/clutter/savclutt6.iob b/objects/clutter/savclutt6.iob index c3077f52..c939b7a3 100644 Binary files a/objects/clutter/savclutt6.iob and b/objects/clutter/savclutt6.iob differ diff --git a/objects/clutter/savclutt7.iob b/objects/clutter/savclutt7.iob index 195df544..68979983 100644 Binary files a/objects/clutter/savclutt7.iob and b/objects/clutter/savclutt7.iob differ diff --git a/objects/clutter/savclutt8.iob b/objects/clutter/savclutt8.iob index b27a1e42..cae14642 100644 Binary files a/objects/clutter/savclutt8.iob and b/objects/clutter/savclutt8.iob differ diff --git a/objects/clutter/savrock1.iob b/objects/clutter/savrock1.iob index eb5674a2..305c7a02 100644 Binary files a/objects/clutter/savrock1.iob and b/objects/clutter/savrock1.iob differ diff --git a/objects/clutter/savrock2.iob b/objects/clutter/savrock2.iob index 7659039e..719034c2 100644 Binary files a/objects/clutter/savrock2.iob and b/objects/clutter/savrock2.iob differ diff --git a/objects/clutter/savrock3.iob b/objects/clutter/savrock3.iob index 78d6beca..3fdae82c 100644 Binary files a/objects/clutter/savrock3.iob and b/objects/clutter/savrock3.iob differ diff --git a/objects/clutter/savrock4.iob b/objects/clutter/savrock4.iob index ddff3ea2..ac5c24ac 100644 Binary files a/objects/clutter/savrock4.iob and b/objects/clutter/savrock4.iob differ diff --git a/objects/clutter/savrock5.iob b/objects/clutter/savrock5.iob index dc39a4ae..0dfb9840 100644 Binary files a/objects/clutter/savrock5.iob and b/objects/clutter/savrock5.iob differ diff --git a/objects/clutter/savrock6.iob b/objects/clutter/savrock6.iob index 818e1bad..99d97689 100644 Binary files a/objects/clutter/savrock6.iob and b/objects/clutter/savrock6.iob differ diff --git a/objects/clutter/savrock7.iob b/objects/clutter/savrock7.iob index 748e537e..197186ec 100644 Binary files a/objects/clutter/savrock7.iob and b/objects/clutter/savrock7.iob differ diff --git a/objects/clutter/sbush1.iob b/objects/clutter/sbush1.iob index 7d715397..2b991b65 100644 Binary files a/objects/clutter/sbush1.iob and b/objects/clutter/sbush1.iob differ diff --git a/objects/clutter/sbush2.iob b/objects/clutter/sbush2.iob index 693b56e1..d8120797 100644 Binary files a/objects/clutter/sbush2.iob and b/objects/clutter/sbush2.iob differ diff --git a/objects/clutter/sbush3.iob b/objects/clutter/sbush3.iob index e5db1b6a..bdbe1fb0 100644 Binary files a/objects/clutter/sbush3.iob and b/objects/clutter/sbush3.iob differ diff --git a/objects/clutter/shrub1.iob b/objects/clutter/shrub1.iob index f29b44c3..8bff8974 100644 Binary files a/objects/clutter/shrub1.iob and b/objects/clutter/shrub1.iob differ diff --git a/objects/clutter/shrub10.iob b/objects/clutter/shrub10.iob index 809d380c..dfdad0d5 100644 Binary files a/objects/clutter/shrub10.iob and b/objects/clutter/shrub10.iob differ diff --git a/objects/clutter/shrub11.iob b/objects/clutter/shrub11.iob index 8178bf62..08e4f226 100644 Binary files a/objects/clutter/shrub11.iob and b/objects/clutter/shrub11.iob differ diff --git a/objects/clutter/shrub12.iob b/objects/clutter/shrub12.iob index b7a12775..cb776bb1 100644 Binary files a/objects/clutter/shrub12.iob and b/objects/clutter/shrub12.iob differ diff --git a/objects/clutter/shrub2.iob b/objects/clutter/shrub2.iob index ccc4a7fb..3c33c09e 100644 Binary files a/objects/clutter/shrub2.iob and b/objects/clutter/shrub2.iob differ diff --git a/objects/clutter/shrub3.iob b/objects/clutter/shrub3.iob index 1fb6b3d5..7a5df43b 100644 Binary files a/objects/clutter/shrub3.iob and b/objects/clutter/shrub3.iob differ diff --git a/objects/clutter/shrub4.iob b/objects/clutter/shrub4.iob index 3371a73f..814ec78a 100644 Binary files a/objects/clutter/shrub4.iob and b/objects/clutter/shrub4.iob differ diff --git a/objects/clutter/shrub5.iob b/objects/clutter/shrub5.iob index 34bd38e7..6cc22ab0 100644 Binary files a/objects/clutter/shrub5.iob and b/objects/clutter/shrub5.iob differ diff --git a/objects/clutter/shrub6.iob b/objects/clutter/shrub6.iob index 704018c7..4f867d3b 100644 Binary files a/objects/clutter/shrub6.iob and b/objects/clutter/shrub6.iob differ diff --git a/objects/clutter/shrub7.iob b/objects/clutter/shrub7.iob index 6ba7bc8c..36476d46 100644 Binary files a/objects/clutter/shrub7.iob and b/objects/clutter/shrub7.iob differ diff --git a/objects/clutter/shrub8.iob b/objects/clutter/shrub8.iob index 1fd55b4e..036c379e 100644 Binary files a/objects/clutter/shrub8.iob and b/objects/clutter/shrub8.iob differ diff --git a/objects/clutter/shrub9.iob b/objects/clutter/shrub9.iob index 24f6447a..71cbaa54 100644 Binary files a/objects/clutter/shrub9.iob and b/objects/clutter/shrub9.iob differ diff --git a/objects/clutter/singleicespike1.iob b/objects/clutter/singleicespike1.iob index a693990b..4c08afe9 100644 Binary files a/objects/clutter/singleicespike1.iob and b/objects/clutter/singleicespike1.iob differ diff --git a/objects/clutter/singleicespike2.iob b/objects/clutter/singleicespike2.iob index 09c626fa..9c7375e3 100644 Binary files a/objects/clutter/singleicespike2.iob and b/objects/clutter/singleicespike2.iob differ diff --git a/objects/clutter/singleicespike3.iob b/objects/clutter/singleicespike3.iob index 5c92e106..c45ff8bb 100644 Binary files a/objects/clutter/singleicespike3.iob and b/objects/clutter/singleicespike3.iob differ diff --git a/objects/clutter/singleicespike4.iob b/objects/clutter/singleicespike4.iob index 0b69a84b..54fc8787 100644 Binary files a/objects/clutter/singleicespike4.iob and b/objects/clutter/singleicespike4.iob differ diff --git a/objects/clutter/singleicespike5.iob b/objects/clutter/singleicespike5.iob index c121bbca..e7fc1d54 100644 Binary files a/objects/clutter/singleicespike5.iob and b/objects/clutter/singleicespike5.iob differ diff --git a/objects/clutter/skull1.iob b/objects/clutter/skull1.iob index 36f8bbf6..b0a21b5d 100644 Binary files a/objects/clutter/skull1.iob and b/objects/clutter/skull1.iob differ diff --git a/objects/clutter/smoleicespike1.iob b/objects/clutter/smoleicespike1.iob index f5fe3ffc..c20beb2a 100644 Binary files a/objects/clutter/smoleicespike1.iob and b/objects/clutter/smoleicespike1.iob differ diff --git a/objects/clutter/smoleicespike4.iob b/objects/clutter/smoleicespike4.iob index 676546b9..7913dd79 100644 Binary files a/objects/clutter/smoleicespike4.iob and b/objects/clutter/smoleicespike4.iob differ diff --git a/objects/clutter/smoleicespike9.iob b/objects/clutter/smoleicespike9.iob index ec0c23a6..a82698f2 100644 Binary files a/objects/clutter/smoleicespike9.iob and b/objects/clutter/smoleicespike9.iob differ diff --git a/objects/clutter/soulcamp1.iob b/objects/clutter/soulcamp1.iob index b5ddfd91..7e6b9572 100644 Binary files a/objects/clutter/soulcamp1.iob and b/objects/clutter/soulcamp1.iob differ diff --git a/objects/clutter/sphinx1.iob b/objects/clutter/sphinx1.iob index 7bb03941..fc4bb460 100644 Binary files a/objects/clutter/sphinx1.iob and b/objects/clutter/sphinx1.iob differ diff --git a/objects/clutter/spikestone1.iob b/objects/clutter/spikestone1.iob index 33630c52..932707f1 100644 Binary files a/objects/clutter/spikestone1.iob and b/objects/clutter/spikestone1.iob differ diff --git a/objects/clutter/spikestone2.iob b/objects/clutter/spikestone2.iob index 8fccd39f..3d3f01df 100644 Binary files a/objects/clutter/spikestone2.iob and b/objects/clutter/spikestone2.iob differ diff --git a/objects/clutter/spikestone3.iob b/objects/clutter/spikestone3.iob index bfdc7ad8..aacf3e83 100644 Binary files a/objects/clutter/spikestone3.iob and b/objects/clutter/spikestone3.iob differ diff --git a/objects/clutter/spikestone4.iob b/objects/clutter/spikestone4.iob index e3f2e86d..32a84e38 100644 Binary files a/objects/clutter/spikestone4.iob and b/objects/clutter/spikestone4.iob differ diff --git a/objects/clutter/spikestone5.iob b/objects/clutter/spikestone5.iob index 20b87463..318e4924 100644 Binary files a/objects/clutter/spikestone5.iob and b/objects/clutter/spikestone5.iob differ diff --git a/objects/clutter/spikestone6.iob b/objects/clutter/spikestone6.iob index 87d0aafc..dc6ab35e 100644 Binary files a/objects/clutter/spikestone6.iob and b/objects/clutter/spikestone6.iob differ diff --git a/objects/clutter/spikestone7.iob b/objects/clutter/spikestone7.iob index 0204e15d..435e6868 100644 Binary files a/objects/clutter/spikestone7.iob and b/objects/clutter/spikestone7.iob differ diff --git a/objects/clutter/spikestone8.iob b/objects/clutter/spikestone8.iob index 2a8c20a2..72a718d2 100644 Binary files a/objects/clutter/spikestone8.iob and b/objects/clutter/spikestone8.iob differ diff --git a/objects/clutter/spruceclutt1.iob b/objects/clutter/spruceclutt1.iob index 23edd4fb..adbcffbc 100644 Binary files a/objects/clutter/spruceclutt1.iob and b/objects/clutter/spruceclutt1.iob differ diff --git a/objects/clutter/spruceclutt2.iob b/objects/clutter/spruceclutt2.iob index be10f596..b19c4a28 100644 Binary files a/objects/clutter/spruceclutt2.iob and b/objects/clutter/spruceclutt2.iob differ diff --git a/objects/clutter/spruceclutt3.iob b/objects/clutter/spruceclutt3.iob index 0873e8bd..dcccfcf9 100644 Binary files a/objects/clutter/spruceclutt3.iob and b/objects/clutter/spruceclutt3.iob differ diff --git a/objects/clutter/spruceclutt4.iob b/objects/clutter/spruceclutt4.iob index 4dd44a94..c587de19 100644 Binary files a/objects/clutter/spruceclutt4.iob and b/objects/clutter/spruceclutt4.iob differ diff --git a/objects/clutter/spruceclutt5.iob b/objects/clutter/spruceclutt5.iob index 1d421b0e..edf7f204 100644 Binary files a/objects/clutter/spruceclutt5.iob and b/objects/clutter/spruceclutt5.iob differ diff --git a/objects/clutter/spruceclutt6.iob b/objects/clutter/spruceclutt6.iob index 481f1df5..a7dab2be 100644 Binary files a/objects/clutter/spruceclutt6.iob and b/objects/clutter/spruceclutt6.iob differ diff --git a/objects/clutter/srock1.iob b/objects/clutter/srock1.iob index d85134a4..630b3400 100644 Binary files a/objects/clutter/srock1.iob and b/objects/clutter/srock1.iob differ diff --git a/objects/clutter/srock2.iob b/objects/clutter/srock2.iob index b1a9db66..2bddecf4 100644 Binary files a/objects/clutter/srock2.iob and b/objects/clutter/srock2.iob differ diff --git a/objects/clutter/sshrubb1.iob b/objects/clutter/sshrubb1.iob index 0e77f7b4..7cdab423 100644 Binary files a/objects/clutter/sshrubb1.iob and b/objects/clutter/sshrubb1.iob differ diff --git a/objects/clutter/sshrubb2.iob b/objects/clutter/sshrubb2.iob index bf3ea7e9..c89f93fa 100644 Binary files a/objects/clutter/sshrubb2.iob and b/objects/clutter/sshrubb2.iob differ diff --git a/objects/clutter/sshrubb3.iob b/objects/clutter/sshrubb3.iob index 7cb6ae08..d2d1e0b9 100644 Binary files a/objects/clutter/sshrubb3.iob and b/objects/clutter/sshrubb3.iob differ diff --git a/objects/clutter/statue-villager-acacia.iob b/objects/clutter/statue-villager-acacia.iob index 69db7050..f3498cf3 100644 Binary files a/objects/clutter/statue-villager-acacia.iob and b/objects/clutter/statue-villager-acacia.iob differ diff --git a/objects/clutter/statue-villager-hell.iob b/objects/clutter/statue-villager-hell.iob index ac7ba5c1..a07d9375 100644 Binary files a/objects/clutter/statue-villager-hell.iob and b/objects/clutter/statue-villager-hell.iob differ diff --git a/objects/clutter/statue-villager-ocean.iob b/objects/clutter/statue-villager-ocean.iob index 50335e67..c0549e2a 100644 Binary files a/objects/clutter/statue-villager-ocean.iob and b/objects/clutter/statue-villager-ocean.iob differ diff --git a/objects/clutter/statue-villager-plains.iob b/objects/clutter/statue-villager-plains.iob index e694c070..808a6d5d 100644 Binary files a/objects/clutter/statue-villager-plains.iob and b/objects/clutter/statue-villager-plains.iob differ diff --git a/objects/clutter/stone1.iob b/objects/clutter/stone1.iob index c7ebc614..3a724dff 100644 Binary files a/objects/clutter/stone1.iob and b/objects/clutter/stone1.iob differ diff --git a/objects/clutter/stone2.iob b/objects/clutter/stone2.iob index b906e8e5..7a6f7e47 100644 Binary files a/objects/clutter/stone2.iob and b/objects/clutter/stone2.iob differ diff --git a/objects/clutter/stone3.iob b/objects/clutter/stone3.iob index 5f30c8cb..19d71a26 100644 Binary files a/objects/clutter/stone3.iob and b/objects/clutter/stone3.iob differ diff --git a/objects/clutter/stone4.iob b/objects/clutter/stone4.iob index 4e9dab80..38f77b9e 100644 Binary files a/objects/clutter/stone4.iob and b/objects/clutter/stone4.iob differ diff --git a/objects/clutter/stone5.iob b/objects/clutter/stone5.iob index f2cf5d04..e7b66076 100644 Binary files a/objects/clutter/stone5.iob and b/objects/clutter/stone5.iob differ diff --git a/objects/clutter/stone6.iob b/objects/clutter/stone6.iob index cf6e0ca1..31981677 100644 Binary files a/objects/clutter/stone6.iob and b/objects/clutter/stone6.iob differ diff --git a/objects/clutter/stone7.iob b/objects/clutter/stone7.iob index 665f3232..bfedb8b7 100644 Binary files a/objects/clutter/stone7.iob and b/objects/clutter/stone7.iob differ diff --git a/objects/clutter/stoneboulder1.iob b/objects/clutter/stoneboulder1.iob index 88b8d789..11dcc6f7 100644 Binary files a/objects/clutter/stoneboulder1.iob and b/objects/clutter/stoneboulder1.iob differ diff --git a/objects/clutter/stoneboulder10.iob b/objects/clutter/stoneboulder10.iob index b80cdd70..775bda05 100644 Binary files a/objects/clutter/stoneboulder10.iob and b/objects/clutter/stoneboulder10.iob differ diff --git a/objects/clutter/stoneboulder11.iob b/objects/clutter/stoneboulder11.iob index d7d30e4e..524ec4bd 100644 Binary files a/objects/clutter/stoneboulder11.iob and b/objects/clutter/stoneboulder11.iob differ diff --git a/objects/clutter/stoneboulder12.iob b/objects/clutter/stoneboulder12.iob index e2d58547..01cad39b 100644 Binary files a/objects/clutter/stoneboulder12.iob and b/objects/clutter/stoneboulder12.iob differ diff --git a/objects/clutter/stoneboulder13.iob b/objects/clutter/stoneboulder13.iob index 67f22b66..51556ff6 100644 Binary files a/objects/clutter/stoneboulder13.iob and b/objects/clutter/stoneboulder13.iob differ diff --git a/objects/clutter/stoneboulder14.iob b/objects/clutter/stoneboulder14.iob index aa32ae3f..b435cfe0 100644 Binary files a/objects/clutter/stoneboulder14.iob and b/objects/clutter/stoneboulder14.iob differ diff --git a/objects/clutter/stoneboulder15.iob b/objects/clutter/stoneboulder15.iob index c80c992c..f1b47e9f 100644 Binary files a/objects/clutter/stoneboulder15.iob and b/objects/clutter/stoneboulder15.iob differ diff --git a/objects/clutter/stoneboulder2.iob b/objects/clutter/stoneboulder2.iob index c81a7ae5..ba1ae3e8 100644 Binary files a/objects/clutter/stoneboulder2.iob and b/objects/clutter/stoneboulder2.iob differ diff --git a/objects/clutter/stoneboulder3.iob b/objects/clutter/stoneboulder3.iob index 97d30325..1382951b 100644 Binary files a/objects/clutter/stoneboulder3.iob and b/objects/clutter/stoneboulder3.iob differ diff --git a/objects/clutter/stoneboulder4.iob b/objects/clutter/stoneboulder4.iob index d94be445..f3d0a5cd 100644 Binary files a/objects/clutter/stoneboulder4.iob and b/objects/clutter/stoneboulder4.iob differ diff --git a/objects/clutter/stoneboulder5.iob b/objects/clutter/stoneboulder5.iob index 836e3240..b5610c22 100644 Binary files a/objects/clutter/stoneboulder5.iob and b/objects/clutter/stoneboulder5.iob differ diff --git a/objects/clutter/stoneboulder6.iob b/objects/clutter/stoneboulder6.iob index 977e466d..1505f0a4 100644 Binary files a/objects/clutter/stoneboulder6.iob and b/objects/clutter/stoneboulder6.iob differ diff --git a/objects/clutter/stoneboulder7.iob b/objects/clutter/stoneboulder7.iob index c3c15ce2..f24f5ed0 100644 Binary files a/objects/clutter/stoneboulder7.iob and b/objects/clutter/stoneboulder7.iob differ diff --git a/objects/clutter/stoneboulder8.iob b/objects/clutter/stoneboulder8.iob index e6981426..92a00106 100644 Binary files a/objects/clutter/stoneboulder8.iob and b/objects/clutter/stoneboulder8.iob differ diff --git a/objects/clutter/stoneboulder9.iob b/objects/clutter/stoneboulder9.iob index e7fd0fa4..9a3eea4a 100644 Binary files a/objects/clutter/stoneboulder9.iob and b/objects/clutter/stoneboulder9.iob differ diff --git a/objects/clutter/stoneclutt1.iob b/objects/clutter/stoneclutt1.iob index 83b8d50b..52dfac98 100644 Binary files a/objects/clutter/stoneclutt1.iob and b/objects/clutter/stoneclutt1.iob differ diff --git a/objects/clutter/stoneclutt2.iob b/objects/clutter/stoneclutt2.iob index 0940fdf8..c55aefed 100644 Binary files a/objects/clutter/stoneclutt2.iob and b/objects/clutter/stoneclutt2.iob differ diff --git a/objects/clutter/stoneclutt3.iob b/objects/clutter/stoneclutt3.iob index f3d30b17..822b17f9 100644 Binary files a/objects/clutter/stoneclutt3.iob and b/objects/clutter/stoneclutt3.iob differ diff --git a/objects/clutter/stoneclutt4.iob b/objects/clutter/stoneclutt4.iob index 4ea9ad51..9587f5db 100644 Binary files a/objects/clutter/stoneclutt4.iob and b/objects/clutter/stoneclutt4.iob differ diff --git a/objects/clutter/stoneclutt5.iob b/objects/clutter/stoneclutt5.iob index 8981a4d1..93bf66ce 100644 Binary files a/objects/clutter/stoneclutt5.iob and b/objects/clutter/stoneclutt5.iob differ diff --git a/objects/clutter/stonedirtsetter1.iob b/objects/clutter/stonedirtsetter1.iob index 162a925e..34f2a339 100644 Binary files a/objects/clutter/stonedirtsetter1.iob and b/objects/clutter/stonedirtsetter1.iob differ diff --git a/objects/clutter/stonedirtsetter4.iob b/objects/clutter/stonedirtsetter4.iob index 751c1be6..6ba6380a 100644 Binary files a/objects/clutter/stonedirtsetter4.iob and b/objects/clutter/stonedirtsetter4.iob differ diff --git a/objects/clutter/stonedirtsetter6.iob b/objects/clutter/stonedirtsetter6.iob index 7a01489b..a5b00bb5 100644 Binary files a/objects/clutter/stonedirtsetter6.iob and b/objects/clutter/stonedirtsetter6.iob differ diff --git a/objects/clutter/stump5.iob b/objects/clutter/stump5.iob index faab285c..1cc981b6 100644 Binary files a/objects/clutter/stump5.iob and b/objects/clutter/stump5.iob differ diff --git a/objects/clutter/stump6.iob b/objects/clutter/stump6.iob index 6110a78e..cc599888 100644 Binary files a/objects/clutter/stump6.iob and b/objects/clutter/stump6.iob differ diff --git a/objects/clutter/stump7.iob b/objects/clutter/stump7.iob index df30e556..89460def 100644 Binary files a/objects/clutter/stump7.iob and b/objects/clutter/stump7.iob differ diff --git a/objects/clutter/substat1.iob b/objects/clutter/substat1.iob index d72b9025..1768a922 100644 Binary files a/objects/clutter/substat1.iob and b/objects/clutter/substat1.iob differ diff --git a/objects/clutter/substat2.iob b/objects/clutter/substat2.iob index 8faaf6cc..2c374fe0 100644 Binary files a/objects/clutter/substat2.iob and b/objects/clutter/substat2.iob differ diff --git a/objects/clutter/substat3.iob b/objects/clutter/substat3.iob index 342aa05e..2a9c1fa7 100644 Binary files a/objects/clutter/substat3.iob and b/objects/clutter/substat3.iob differ diff --git a/objects/clutter/substat4.iob b/objects/clutter/substat4.iob index c8c18346..4a405197 100644 Binary files a/objects/clutter/substat4.iob and b/objects/clutter/substat4.iob differ diff --git a/objects/clutter/substat5.iob b/objects/clutter/substat5.iob index f1c5b1a4..4e70b879 100644 Binary files a/objects/clutter/substat5.iob and b/objects/clutter/substat5.iob differ diff --git a/objects/clutter/tourmaclutt1.iob b/objects/clutter/tourmaclutt1.iob index 94ddede3..ec79986f 100644 Binary files a/objects/clutter/tourmaclutt1.iob and b/objects/clutter/tourmaclutt1.iob differ diff --git a/objects/clutter/tourmaclutt10.iob b/objects/clutter/tourmaclutt10.iob index 44c9e2d2..31b785df 100644 Binary files a/objects/clutter/tourmaclutt10.iob and b/objects/clutter/tourmaclutt10.iob differ diff --git a/objects/clutter/tourmaclutt11.iob b/objects/clutter/tourmaclutt11.iob index 4f34c3e8..f71ae2b8 100644 Binary files a/objects/clutter/tourmaclutt11.iob and b/objects/clutter/tourmaclutt11.iob differ diff --git a/objects/clutter/tourmaclutt12.iob b/objects/clutter/tourmaclutt12.iob index 2d6df353..7f470805 100644 Binary files a/objects/clutter/tourmaclutt12.iob and b/objects/clutter/tourmaclutt12.iob differ diff --git a/objects/clutter/tourmaclutt13.iob b/objects/clutter/tourmaclutt13.iob index 51020656..63797c4e 100644 Binary files a/objects/clutter/tourmaclutt13.iob and b/objects/clutter/tourmaclutt13.iob differ diff --git a/objects/clutter/tourmaclutt14.iob b/objects/clutter/tourmaclutt14.iob index ad68d9a6..6f6cbe2b 100644 Binary files a/objects/clutter/tourmaclutt14.iob and b/objects/clutter/tourmaclutt14.iob differ diff --git a/objects/clutter/tourmaclutt15.iob b/objects/clutter/tourmaclutt15.iob index 9a9d8e83..ba1ac309 100644 Binary files a/objects/clutter/tourmaclutt15.iob and b/objects/clutter/tourmaclutt15.iob differ diff --git a/objects/clutter/tourmaclutt16.iob b/objects/clutter/tourmaclutt16.iob index 2e2bef64..1bf7c56b 100644 Binary files a/objects/clutter/tourmaclutt16.iob and b/objects/clutter/tourmaclutt16.iob differ diff --git a/objects/clutter/tourmaclutt17.iob b/objects/clutter/tourmaclutt17.iob index 7c535e04..c474a4d4 100644 Binary files a/objects/clutter/tourmaclutt17.iob and b/objects/clutter/tourmaclutt17.iob differ diff --git a/objects/clutter/tourmaclutt18.iob b/objects/clutter/tourmaclutt18.iob index 2b976e9b..6f8f8ea8 100644 Binary files a/objects/clutter/tourmaclutt18.iob and b/objects/clutter/tourmaclutt18.iob differ diff --git a/objects/clutter/tourmaclutt19.iob b/objects/clutter/tourmaclutt19.iob index ca005e9d..6772cb73 100644 Binary files a/objects/clutter/tourmaclutt19.iob and b/objects/clutter/tourmaclutt19.iob differ diff --git a/objects/clutter/tourmaclutt2.iob b/objects/clutter/tourmaclutt2.iob index 445cfb60..579f20e2 100644 Binary files a/objects/clutter/tourmaclutt2.iob and b/objects/clutter/tourmaclutt2.iob differ diff --git a/objects/clutter/tourmaclutt20.iob b/objects/clutter/tourmaclutt20.iob index 38429a4d..d55daa55 100644 Binary files a/objects/clutter/tourmaclutt20.iob and b/objects/clutter/tourmaclutt20.iob differ diff --git a/objects/clutter/tourmaclutt21.iob b/objects/clutter/tourmaclutt21.iob index a30f19a6..0c43da99 100644 Binary files a/objects/clutter/tourmaclutt21.iob and b/objects/clutter/tourmaclutt21.iob differ diff --git a/objects/clutter/tourmaclutt22.iob b/objects/clutter/tourmaclutt22.iob index 2ea85dec..68963b45 100644 Binary files a/objects/clutter/tourmaclutt22.iob and b/objects/clutter/tourmaclutt22.iob differ diff --git a/objects/clutter/tourmaclutt23.iob b/objects/clutter/tourmaclutt23.iob index 7b174f5d..fd2fa2a0 100644 Binary files a/objects/clutter/tourmaclutt23.iob and b/objects/clutter/tourmaclutt23.iob differ diff --git a/objects/clutter/tourmaclutt24.iob b/objects/clutter/tourmaclutt24.iob index 8160328b..b6ce06ba 100644 Binary files a/objects/clutter/tourmaclutt24.iob and b/objects/clutter/tourmaclutt24.iob differ diff --git a/objects/clutter/tourmaclutt25.iob b/objects/clutter/tourmaclutt25.iob index 9048ef87..fc7baa1b 100644 Binary files a/objects/clutter/tourmaclutt25.iob and b/objects/clutter/tourmaclutt25.iob differ diff --git a/objects/clutter/tourmaclutt3.iob b/objects/clutter/tourmaclutt3.iob index 7a52f4c9..af58272c 100644 Binary files a/objects/clutter/tourmaclutt3.iob and b/objects/clutter/tourmaclutt3.iob differ diff --git a/objects/clutter/tourmaclutt4.iob b/objects/clutter/tourmaclutt4.iob index ce89b171..0802efcb 100644 Binary files a/objects/clutter/tourmaclutt4.iob and b/objects/clutter/tourmaclutt4.iob differ diff --git a/objects/clutter/tourmaclutt5.iob b/objects/clutter/tourmaclutt5.iob index 3ef3a716..30c02cf4 100644 Binary files a/objects/clutter/tourmaclutt5.iob and b/objects/clutter/tourmaclutt5.iob differ diff --git a/objects/clutter/tourmaclutt6.iob b/objects/clutter/tourmaclutt6.iob index e65bf660..3a097d64 100644 Binary files a/objects/clutter/tourmaclutt6.iob and b/objects/clutter/tourmaclutt6.iob differ diff --git a/objects/clutter/tourmaclutt7.iob b/objects/clutter/tourmaclutt7.iob index 11d9daed..dd6353a5 100644 Binary files a/objects/clutter/tourmaclutt7.iob and b/objects/clutter/tourmaclutt7.iob differ diff --git a/objects/clutter/tourmaclutt8.iob b/objects/clutter/tourmaclutt8.iob index 9ca65d29..7a29a4b2 100644 Binary files a/objects/clutter/tourmaclutt8.iob and b/objects/clutter/tourmaclutt8.iob differ diff --git a/objects/clutter/tourmaclutt9.iob b/objects/clutter/tourmaclutt9.iob index 007780ea..2048ad28 100644 Binary files a/objects/clutter/tourmaclutt9.iob and b/objects/clutter/tourmaclutt9.iob differ diff --git a/objects/clutter/twoicespike1.iob b/objects/clutter/twoicespike1.iob index 177b14e5..6269289f 100644 Binary files a/objects/clutter/twoicespike1.iob and b/objects/clutter/twoicespike1.iob differ diff --git a/objects/clutter/twoicespike2.iob b/objects/clutter/twoicespike2.iob index a9a8c6ff..4e760c59 100644 Binary files a/objects/clutter/twoicespike2.iob and b/objects/clutter/twoicespike2.iob differ diff --git a/objects/clutter/twoicespike3.iob b/objects/clutter/twoicespike3.iob index 44d6113c..d6bfc18a 100644 Binary files a/objects/clutter/twoicespike3.iob and b/objects/clutter/twoicespike3.iob differ diff --git a/objects/clutter/twoicespike4.iob b/objects/clutter/twoicespike4.iob index d4a9d26d..e29278d1 100644 Binary files a/objects/clutter/twoicespike4.iob and b/objects/clutter/twoicespike4.iob differ diff --git a/objects/clutter/workshop1.iob b/objects/clutter/workshop1.iob index 0c570d1b..da64978e 100644 Binary files a/objects/clutter/workshop1.iob and b/objects/clutter/workshop1.iob differ diff --git a/objects/jigsaw/desert-pyramid/bottom.iob b/objects/jigsaw/desert-pyramid/bottom.iob index 99bf607f..82245020 100644 Binary files a/objects/jigsaw/desert-pyramid/bottom.iob and b/objects/jigsaw/desert-pyramid/bottom.iob differ diff --git a/objects/jigsaw/desert-pyramid/top.iob b/objects/jigsaw/desert-pyramid/top.iob index 4022c939..77a2e0d1 100644 Binary files a/objects/jigsaw/desert-pyramid/top.iob and b/objects/jigsaw/desert-pyramid/top.iob differ diff --git a/objects/jigsaw/dungeon/spawner-room.iob b/objects/jigsaw/dungeon/spawner-room.iob index ee8c3ee3..4862e79d 100644 Binary files a/objects/jigsaw/dungeon/spawner-room.iob and b/objects/jigsaw/dungeon/spawner-room.iob differ diff --git a/objects/jigsaw/end_city/base_floor.iob b/objects/jigsaw/end_city/base_floor.iob index efeb3ed1..5d3bf21f 100644 Binary files a/objects/jigsaw/end_city/base_floor.iob and b/objects/jigsaw/end_city/base_floor.iob differ diff --git a/objects/jigsaw/end_city/base_roof.iob b/objects/jigsaw/end_city/base_roof.iob index adab30bf..c1698f1b 100644 Binary files a/objects/jigsaw/end_city/base_roof.iob and b/objects/jigsaw/end_city/base_roof.iob differ diff --git a/objects/jigsaw/end_city/bridge_end.iob b/objects/jigsaw/end_city/bridge_end.iob index fa90587e..b1c9cd91 100644 Binary files a/objects/jigsaw/end_city/bridge_end.iob and b/objects/jigsaw/end_city/bridge_end.iob differ diff --git a/objects/jigsaw/end_city/bridge_gentle_stairs.iob b/objects/jigsaw/end_city/bridge_gentle_stairs.iob index d67b296d..7fb53d23 100644 Binary files a/objects/jigsaw/end_city/bridge_gentle_stairs.iob and b/objects/jigsaw/end_city/bridge_gentle_stairs.iob differ diff --git a/objects/jigsaw/end_city/bridge_piece.iob b/objects/jigsaw/end_city/bridge_piece.iob index dd2e0dfa..e659e4a3 100644 Binary files a/objects/jigsaw/end_city/bridge_piece.iob and b/objects/jigsaw/end_city/bridge_piece.iob differ diff --git a/objects/jigsaw/end_city/bridge_steep_stairs.iob b/objects/jigsaw/end_city/bridge_steep_stairs.iob index fd42222e..2460fc04 100644 Binary files a/objects/jigsaw/end_city/bridge_steep_stairs.iob and b/objects/jigsaw/end_city/bridge_steep_stairs.iob differ diff --git a/objects/jigsaw/end_city/fat_tower_base.iob b/objects/jigsaw/end_city/fat_tower_base.iob index 39117164..947a1844 100644 Binary files a/objects/jigsaw/end_city/fat_tower_base.iob and b/objects/jigsaw/end_city/fat_tower_base.iob differ diff --git a/objects/jigsaw/end_city/fat_tower_middle.iob b/objects/jigsaw/end_city/fat_tower_middle.iob index 9f2d4b8e..d30863de 100644 Binary files a/objects/jigsaw/end_city/fat_tower_middle.iob and b/objects/jigsaw/end_city/fat_tower_middle.iob differ diff --git a/objects/jigsaw/end_city/fat_tower_top.iob b/objects/jigsaw/end_city/fat_tower_top.iob index f2625af0..15755e64 100644 Binary files a/objects/jigsaw/end_city/fat_tower_top.iob and b/objects/jigsaw/end_city/fat_tower_top.iob differ diff --git a/objects/jigsaw/end_city/second_floor_1.iob b/objects/jigsaw/end_city/second_floor_1.iob index 16dbde3b..e5d76dc7 100644 Binary files a/objects/jigsaw/end_city/second_floor_1.iob and b/objects/jigsaw/end_city/second_floor_1.iob differ diff --git a/objects/jigsaw/end_city/second_floor_2.iob b/objects/jigsaw/end_city/second_floor_2.iob index fd44653b..8887edb1 100644 Binary files a/objects/jigsaw/end_city/second_floor_2.iob and b/objects/jigsaw/end_city/second_floor_2.iob differ diff --git a/objects/jigsaw/end_city/second_roof.iob b/objects/jigsaw/end_city/second_roof.iob index 8c67f84f..d9fde24e 100644 Binary files a/objects/jigsaw/end_city/second_roof.iob and b/objects/jigsaw/end_city/second_roof.iob differ diff --git a/objects/jigsaw/end_city/ship.iob b/objects/jigsaw/end_city/ship.iob index 3e9a51a5..d35e04fb 100644 Binary files a/objects/jigsaw/end_city/ship.iob and b/objects/jigsaw/end_city/ship.iob differ diff --git a/objects/jigsaw/end_city/third_floor_1.iob b/objects/jigsaw/end_city/third_floor_1.iob index 78925286..f359ef97 100644 Binary files a/objects/jigsaw/end_city/third_floor_1.iob and b/objects/jigsaw/end_city/third_floor_1.iob differ diff --git a/objects/jigsaw/end_city/third_floor_2.iob b/objects/jigsaw/end_city/third_floor_2.iob index e3c9088f..6d1db369 100644 Binary files a/objects/jigsaw/end_city/third_floor_2.iob and b/objects/jigsaw/end_city/third_floor_2.iob differ diff --git a/objects/jigsaw/end_city/third_roof.iob b/objects/jigsaw/end_city/third_roof.iob index 0821d680..663c3a72 100644 Binary files a/objects/jigsaw/end_city/third_roof.iob and b/objects/jigsaw/end_city/third_roof.iob differ diff --git a/objects/jigsaw/end_city/tower_base.iob b/objects/jigsaw/end_city/tower_base.iob index 6fde481d..cd83eb80 100644 Binary files a/objects/jigsaw/end_city/tower_base.iob and b/objects/jigsaw/end_city/tower_base.iob differ diff --git a/objects/jigsaw/end_city/tower_floor.iob b/objects/jigsaw/end_city/tower_floor.iob index fec2e9a9..05f27af0 100644 Binary files a/objects/jigsaw/end_city/tower_floor.iob and b/objects/jigsaw/end_city/tower_floor.iob differ diff --git a/objects/jigsaw/end_city/tower_piece.iob b/objects/jigsaw/end_city/tower_piece.iob index 85f1cf03..6e4b297e 100644 Binary files a/objects/jigsaw/end_city/tower_piece.iob and b/objects/jigsaw/end_city/tower_piece.iob differ diff --git a/objects/jigsaw/end_city/tower_top.iob b/objects/jigsaw/end_city/tower_top.iob index e197cb60..210aff9c 100644 Binary files a/objects/jigsaw/end_city/tower_top.iob and b/objects/jigsaw/end_city/tower_top.iob differ diff --git a/objects/jigsaw/fossil/skull_1.iob b/objects/jigsaw/fossil/skull_1.iob index f1b5e9ae..b52f023a 100644 Binary files a/objects/jigsaw/fossil/skull_1.iob and b/objects/jigsaw/fossil/skull_1.iob differ diff --git a/objects/jigsaw/fossil/skull_1_coal.iob b/objects/jigsaw/fossil/skull_1_coal.iob index 8f101310..830c52e4 100644 Binary files a/objects/jigsaw/fossil/skull_1_coal.iob and b/objects/jigsaw/fossil/skull_1_coal.iob differ diff --git a/objects/jigsaw/fossil/skull_2.iob b/objects/jigsaw/fossil/skull_2.iob index 49dc4b9b..be8de0f3 100644 Binary files a/objects/jigsaw/fossil/skull_2.iob and b/objects/jigsaw/fossil/skull_2.iob differ diff --git a/objects/jigsaw/fossil/skull_2_coal.iob b/objects/jigsaw/fossil/skull_2_coal.iob index 3e029a14..a73792a1 100644 Binary files a/objects/jigsaw/fossil/skull_2_coal.iob and b/objects/jigsaw/fossil/skull_2_coal.iob differ diff --git a/objects/jigsaw/fossil/skull_3.iob b/objects/jigsaw/fossil/skull_3.iob index 80a64ca6..20d87cd5 100644 Binary files a/objects/jigsaw/fossil/skull_3.iob and b/objects/jigsaw/fossil/skull_3.iob differ diff --git a/objects/jigsaw/fossil/skull_3_coal.iob b/objects/jigsaw/fossil/skull_3_coal.iob index 149bfaf6..bc2b0789 100644 Binary files a/objects/jigsaw/fossil/skull_3_coal.iob and b/objects/jigsaw/fossil/skull_3_coal.iob differ diff --git a/objects/jigsaw/fossil/skull_4.iob b/objects/jigsaw/fossil/skull_4.iob index 430d787b..c5a6de69 100644 Binary files a/objects/jigsaw/fossil/skull_4.iob and b/objects/jigsaw/fossil/skull_4.iob differ diff --git a/objects/jigsaw/fossil/skull_4_coal.iob b/objects/jigsaw/fossil/skull_4_coal.iob index 104928e7..183edc80 100644 Binary files a/objects/jigsaw/fossil/skull_4_coal.iob and b/objects/jigsaw/fossil/skull_4_coal.iob differ diff --git a/objects/jigsaw/fossil/spine_2.iob b/objects/jigsaw/fossil/spine_2.iob index 4caf754f..999acf51 100644 Binary files a/objects/jigsaw/fossil/spine_2.iob and b/objects/jigsaw/fossil/spine_2.iob differ diff --git a/objects/jigsaw/fossil/spine_2_coal.iob b/objects/jigsaw/fossil/spine_2_coal.iob index 0118b853..1f37f82e 100644 Binary files a/objects/jigsaw/fossil/spine_2_coal.iob and b/objects/jigsaw/fossil/spine_2_coal.iob differ diff --git a/objects/jigsaw/fossil/spine_3.iob b/objects/jigsaw/fossil/spine_3.iob index c0b2abfc..fad9bc6e 100644 Binary files a/objects/jigsaw/fossil/spine_3.iob and b/objects/jigsaw/fossil/spine_3.iob differ diff --git a/objects/jigsaw/fossil/spine_3_coal.iob b/objects/jigsaw/fossil/spine_3_coal.iob index 7bb0b921..8acada8f 100644 Binary files a/objects/jigsaw/fossil/spine_3_coal.iob and b/objects/jigsaw/fossil/spine_3_coal.iob differ diff --git a/objects/jigsaw/fossil/spine_4.iob b/objects/jigsaw/fossil/spine_4.iob index 9e7c15ce..3e666811 100644 Binary files a/objects/jigsaw/fossil/spine_4.iob and b/objects/jigsaw/fossil/spine_4.iob differ diff --git a/objects/jigsaw/fossil/spine_4_coal.iob b/objects/jigsaw/fossil/spine_4_coal.iob index a9e5a219..5a6852b2 100644 Binary files a/objects/jigsaw/fossil/spine_4_coal.iob and b/objects/jigsaw/fossil/spine_4_coal.iob differ diff --git a/objects/jigsaw/house-norm/Med1.iob b/objects/jigsaw/house-norm/Med1.iob index 35b20fe8..b02bccc0 100644 Binary files a/objects/jigsaw/house-norm/Med1.iob and b/objects/jigsaw/house-norm/Med1.iob differ diff --git a/objects/jigsaw/house-norm/Med10.iob b/objects/jigsaw/house-norm/Med10.iob index 58c91839..5c128422 100644 Binary files a/objects/jigsaw/house-norm/Med10.iob and b/objects/jigsaw/house-norm/Med10.iob differ diff --git a/objects/jigsaw/house-norm/Med2.iob b/objects/jigsaw/house-norm/Med2.iob index 179d6228..5e39cfd4 100644 Binary files a/objects/jigsaw/house-norm/Med2.iob and b/objects/jigsaw/house-norm/Med2.iob differ diff --git a/objects/jigsaw/house-norm/Med3.iob b/objects/jigsaw/house-norm/Med3.iob index 414eb087..3eb54180 100644 Binary files a/objects/jigsaw/house-norm/Med3.iob and b/objects/jigsaw/house-norm/Med3.iob differ diff --git a/objects/jigsaw/house-norm/Med4.iob b/objects/jigsaw/house-norm/Med4.iob index 736d4edf..c8046492 100644 Binary files a/objects/jigsaw/house-norm/Med4.iob and b/objects/jigsaw/house-norm/Med4.iob differ diff --git a/objects/jigsaw/house-norm/Med5.iob b/objects/jigsaw/house-norm/Med5.iob index edb53e3a..762301e9 100644 Binary files a/objects/jigsaw/house-norm/Med5.iob and b/objects/jigsaw/house-norm/Med5.iob differ diff --git a/objects/jigsaw/house-norm/Med6.iob b/objects/jigsaw/house-norm/Med6.iob index abbeeac9..ac3176e6 100644 Binary files a/objects/jigsaw/house-norm/Med6.iob and b/objects/jigsaw/house-norm/Med6.iob differ diff --git a/objects/jigsaw/house-norm/Med7.iob b/objects/jigsaw/house-norm/Med7.iob index 5cde6e82..c4e2482f 100644 Binary files a/objects/jigsaw/house-norm/Med7.iob and b/objects/jigsaw/house-norm/Med7.iob differ diff --git a/objects/jigsaw/house-norm/Med8.iob b/objects/jigsaw/house-norm/Med8.iob index 20004e6d..ce3a5b6f 100644 Binary files a/objects/jigsaw/house-norm/Med8.iob and b/objects/jigsaw/house-norm/Med8.iob differ diff --git a/objects/jigsaw/house-norm/Med9.iob b/objects/jigsaw/house-norm/Med9.iob index b824d287..f961ed80 100644 Binary files a/objects/jigsaw/house-norm/Med9.iob and b/objects/jigsaw/house-norm/Med9.iob differ diff --git a/objects/jigsaw/house-purjap/PurJap1.iob b/objects/jigsaw/house-purjap/PurJap1.iob index 034485cf..0c9f113c 100644 Binary files a/objects/jigsaw/house-purjap/PurJap1.iob and b/objects/jigsaw/house-purjap/PurJap1.iob differ diff --git a/objects/jigsaw/house-purjap/PurJap10.iob b/objects/jigsaw/house-purjap/PurJap10.iob index 737eb87f..562140b6 100644 Binary files a/objects/jigsaw/house-purjap/PurJap10.iob and b/objects/jigsaw/house-purjap/PurJap10.iob differ diff --git a/objects/jigsaw/house-purjap/PurJap2.iob b/objects/jigsaw/house-purjap/PurJap2.iob index 364de34c..ed59a750 100644 Binary files a/objects/jigsaw/house-purjap/PurJap2.iob and b/objects/jigsaw/house-purjap/PurJap2.iob differ diff --git a/objects/jigsaw/house-purjap/PurJap3.iob b/objects/jigsaw/house-purjap/PurJap3.iob index a6bb50f4..5e67ad65 100644 Binary files a/objects/jigsaw/house-purjap/PurJap3.iob and b/objects/jigsaw/house-purjap/PurJap3.iob differ diff --git a/objects/jigsaw/house-purjap/PurJap4.iob b/objects/jigsaw/house-purjap/PurJap4.iob index 6d370e0d..67001232 100644 Binary files a/objects/jigsaw/house-purjap/PurJap4.iob and b/objects/jigsaw/house-purjap/PurJap4.iob differ diff --git a/objects/jigsaw/house-purjap/PurJap5.iob b/objects/jigsaw/house-purjap/PurJap5.iob index eb14208f..89c7e8d5 100644 Binary files a/objects/jigsaw/house-purjap/PurJap5.iob and b/objects/jigsaw/house-purjap/PurJap5.iob differ diff --git a/objects/jigsaw/house-purjap/PurJap6.iob b/objects/jigsaw/house-purjap/PurJap6.iob index de0446e8..c6bc90cf 100644 Binary files a/objects/jigsaw/house-purjap/PurJap6.iob and b/objects/jigsaw/house-purjap/PurJap6.iob differ diff --git a/objects/jigsaw/house-purjap/PurJap7.iob b/objects/jigsaw/house-purjap/PurJap7.iob index 25ce6187..aba17072 100644 Binary files a/objects/jigsaw/house-purjap/PurJap7.iob and b/objects/jigsaw/house-purjap/PurJap7.iob differ diff --git a/objects/jigsaw/house-purjap/PurJap8.iob b/objects/jigsaw/house-purjap/PurJap8.iob index 328fd80c..40300626 100644 Binary files a/objects/jigsaw/house-purjap/PurJap8.iob and b/objects/jigsaw/house-purjap/PurJap8.iob differ diff --git a/objects/jigsaw/house-purjap/PurJap9.iob b/objects/jigsaw/house-purjap/PurJap9.iob index d3049700..94ff931b 100644 Binary files a/objects/jigsaw/house-purjap/PurJap9.iob and b/objects/jigsaw/house-purjap/PurJap9.iob differ diff --git a/objects/jigsaw/igloo/bottom.iob b/objects/jigsaw/igloo/bottom.iob index d7d4c6e5..939cded2 100644 Binary files a/objects/jigsaw/igloo/bottom.iob and b/objects/jigsaw/igloo/bottom.iob differ diff --git a/objects/jigsaw/igloo/middle.iob b/objects/jigsaw/igloo/middle.iob index 857be6f1..f52ce6ed 100644 Binary files a/objects/jigsaw/igloo/middle.iob and b/objects/jigsaw/igloo/middle.iob differ diff --git a/objects/jigsaw/igloo/top1.iob b/objects/jigsaw/igloo/top1.iob index 77934b8e..0c6a37b3 100644 Binary files a/objects/jigsaw/igloo/top1.iob and b/objects/jigsaw/igloo/top1.iob differ diff --git a/objects/jigsaw/igloo/top2.iob b/objects/jigsaw/igloo/top2.iob index b104bf5b..148ebd48 100644 Binary files a/objects/jigsaw/igloo/top2.iob and b/objects/jigsaw/igloo/top2.iob differ diff --git a/objects/jigsaw/jungle-pyramid/jungle_pyramid.iob b/objects/jigsaw/jungle-pyramid/jungle_pyramid.iob index 03821ad8..a243b887 100644 Binary files a/objects/jigsaw/jungle-pyramid/jungle_pyramid.iob and b/objects/jigsaw/jungle-pyramid/jungle_pyramid.iob differ diff --git a/objects/jigsaw/mansion/grid.iob b/objects/jigsaw/mansion/grid.iob index 58e7059d..d4e30e5c 100644 Binary files a/objects/jigsaw/mansion/grid.iob and b/objects/jigsaw/mansion/grid.iob differ diff --git a/objects/jigsaw/mansion/mansion_roof.iob b/objects/jigsaw/mansion/mansion_roof.iob index f3fabd2e..146c5c18 100644 Binary files a/objects/jigsaw/mansion/mansion_roof.iob and b/objects/jigsaw/mansion/mansion_roof.iob differ diff --git a/objects/jigsaw/mansion/mansion_vanilla_1.iob b/objects/jigsaw/mansion/mansion_vanilla_1.iob index c8f01112..ee1a0f11 100644 Binary files a/objects/jigsaw/mansion/mansion_vanilla_1.iob and b/objects/jigsaw/mansion/mansion_vanilla_1.iob differ diff --git a/objects/jigsaw/mansion/mansion_vanilla_2.iob b/objects/jigsaw/mansion/mansion_vanilla_2.iob index 17d8dc92..9aaf9596 100644 Binary files a/objects/jigsaw/mansion/mansion_vanilla_2.iob and b/objects/jigsaw/mansion/mansion_vanilla_2.iob differ diff --git a/objects/jigsaw/mansion/mansion_vanilla_3.iob b/objects/jigsaw/mansion/mansion_vanilla_3.iob index f25b1155..531e5113 100644 Binary files a/objects/jigsaw/mansion/mansion_vanilla_3.iob and b/objects/jigsaw/mansion/mansion_vanilla_3.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-n-1.iob b/objects/jigsaw/murky_stronghold/c-n-1.iob index de1f943c..1fe4b7d2 100644 Binary files a/objects/jigsaw/murky_stronghold/c-n-1.iob and b/objects/jigsaw/murky_stronghold/c-n-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-n-2.iob b/objects/jigsaw/murky_stronghold/c-n-2.iob index 15fb72a9..98aab491 100644 Binary files a/objects/jigsaw/murky_stronghold/c-n-2.iob and b/objects/jigsaw/murky_stronghold/c-n-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-n-3.iob b/objects/jigsaw/murky_stronghold/c-n-3.iob index dde930fd..64f13706 100644 Binary files a/objects/jigsaw/murky_stronghold/c-n-3.iob and b/objects/jigsaw/murky_stronghold/c-n-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-n-4.iob b/objects/jigsaw/murky_stronghold/c-n-4.iob index 747ed8dc..c22d55f4 100644 Binary files a/objects/jigsaw/murky_stronghold/c-n-4.iob and b/objects/jigsaw/murky_stronghold/c-n-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-ns-1.iob b/objects/jigsaw/murky_stronghold/c-ns-1.iob index 224dca45..c703bec0 100644 Binary files a/objects/jigsaw/murky_stronghold/c-ns-1.iob and b/objects/jigsaw/murky_stronghold/c-ns-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-ns-2.iob b/objects/jigsaw/murky_stronghold/c-ns-2.iob index 99294dc0..efe32a54 100644 Binary files a/objects/jigsaw/murky_stronghold/c-ns-2.iob and b/objects/jigsaw/murky_stronghold/c-ns-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-ns-3.iob b/objects/jigsaw/murky_stronghold/c-ns-3.iob index aebf7f5a..62a0818c 100644 Binary files a/objects/jigsaw/murky_stronghold/c-ns-3.iob and b/objects/jigsaw/murky_stronghold/c-ns-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-ns-4.iob b/objects/jigsaw/murky_stronghold/c-ns-4.iob index 517546b7..cda1b7ab 100644 Binary files a/objects/jigsaw/murky_stronghold/c-ns-4.iob and b/objects/jigsaw/murky_stronghold/c-ns-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-nsw-1.iob b/objects/jigsaw/murky_stronghold/c-nsw-1.iob index 54b5f38c..a91ddde2 100644 Binary files a/objects/jigsaw/murky_stronghold/c-nsw-1.iob and b/objects/jigsaw/murky_stronghold/c-nsw-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-nsw-2.iob b/objects/jigsaw/murky_stronghold/c-nsw-2.iob index 9f99f5f3..315add6d 100644 Binary files a/objects/jigsaw/murky_stronghold/c-nsw-2.iob and b/objects/jigsaw/murky_stronghold/c-nsw-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-nsw-3.iob b/objects/jigsaw/murky_stronghold/c-nsw-3.iob index 19391a07..a7094374 100644 Binary files a/objects/jigsaw/murky_stronghold/c-nsw-3.iob and b/objects/jigsaw/murky_stronghold/c-nsw-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-nsw-4.iob b/objects/jigsaw/murky_stronghold/c-nsw-4.iob index a81e5c84..e343d75d 100644 Binary files a/objects/jigsaw/murky_stronghold/c-nsw-4.iob and b/objects/jigsaw/murky_stronghold/c-nsw-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-sw-1.iob b/objects/jigsaw/murky_stronghold/c-sw-1.iob index e02858d2..d8ecb7d7 100644 Binary files a/objects/jigsaw/murky_stronghold/c-sw-1.iob and b/objects/jigsaw/murky_stronghold/c-sw-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-sw-2.iob b/objects/jigsaw/murky_stronghold/c-sw-2.iob index 88c70f9a..e0a2b4ac 100644 Binary files a/objects/jigsaw/murky_stronghold/c-sw-2.iob and b/objects/jigsaw/murky_stronghold/c-sw-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-sw-3.iob b/objects/jigsaw/murky_stronghold/c-sw-3.iob index 7fc626ce..d5ae8698 100644 Binary files a/objects/jigsaw/murky_stronghold/c-sw-3.iob and b/objects/jigsaw/murky_stronghold/c-sw-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-sw-4.iob b/objects/jigsaw/murky_stronghold/c-sw-4.iob index ce32288f..c2840504 100644 Binary files a/objects/jigsaw/murky_stronghold/c-sw-4.iob and b/objects/jigsaw/murky_stronghold/c-sw-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-x-1.iob b/objects/jigsaw/murky_stronghold/c-x-1.iob index bab0c5cc..50e42ce9 100644 Binary files a/objects/jigsaw/murky_stronghold/c-x-1.iob and b/objects/jigsaw/murky_stronghold/c-x-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-x-2.iob b/objects/jigsaw/murky_stronghold/c-x-2.iob index 35ae42e9..9e170d0f 100644 Binary files a/objects/jigsaw/murky_stronghold/c-x-2.iob and b/objects/jigsaw/murky_stronghold/c-x-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-x-3.iob b/objects/jigsaw/murky_stronghold/c-x-3.iob index 880c255e..3b6d7ed9 100644 Binary files a/objects/jigsaw/murky_stronghold/c-x-3.iob and b/objects/jigsaw/murky_stronghold/c-x-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-x-4.iob b/objects/jigsaw/murky_stronghold/c-x-4.iob index 377feb43..1506a6ff 100644 Binary files a/objects/jigsaw/murky_stronghold/c-x-4.iob and b/objects/jigsaw/murky_stronghold/c-x-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-x-5.iob b/objects/jigsaw/murky_stronghold/c-x-5.iob index 9e4439b4..167b1f83 100644 Binary files a/objects/jigsaw/murky_stronghold/c-x-5.iob and b/objects/jigsaw/murky_stronghold/c-x-5.iob differ diff --git a/objects/jigsaw/murky_stronghold/c-x-6.iob b/objects/jigsaw/murky_stronghold/c-x-6.iob index cfd425e2..14f3d4e1 100644 Binary files a/objects/jigsaw/murky_stronghold/c-x-6.iob and b/objects/jigsaw/murky_stronghold/c-x-6.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-n-1.iob b/objects/jigsaw/murky_stronghold/f-n-1.iob index 82989873..0f8de97a 100644 Binary files a/objects/jigsaw/murky_stronghold/f-n-1.iob and b/objects/jigsaw/murky_stronghold/f-n-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-n-2.iob b/objects/jigsaw/murky_stronghold/f-n-2.iob index c79935a1..2e876993 100644 Binary files a/objects/jigsaw/murky_stronghold/f-n-2.iob and b/objects/jigsaw/murky_stronghold/f-n-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-n-3.iob b/objects/jigsaw/murky_stronghold/f-n-3.iob index 3633c20b..5bce85c5 100644 Binary files a/objects/jigsaw/murky_stronghold/f-n-3.iob and b/objects/jigsaw/murky_stronghold/f-n-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-n-4.iob b/objects/jigsaw/murky_stronghold/f-n-4.iob index 94005fb0..584d1a1b 100644 Binary files a/objects/jigsaw/murky_stronghold/f-n-4.iob and b/objects/jigsaw/murky_stronghold/f-n-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-ns-1.iob b/objects/jigsaw/murky_stronghold/f-ns-1.iob index 42b75cb8..8ff3255e 100644 Binary files a/objects/jigsaw/murky_stronghold/f-ns-1.iob and b/objects/jigsaw/murky_stronghold/f-ns-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-ns-2.iob b/objects/jigsaw/murky_stronghold/f-ns-2.iob index beabac72..7867ec3d 100644 Binary files a/objects/jigsaw/murky_stronghold/f-ns-2.iob and b/objects/jigsaw/murky_stronghold/f-ns-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-ns-3.iob b/objects/jigsaw/murky_stronghold/f-ns-3.iob index 8414e40d..57ff0658 100644 Binary files a/objects/jigsaw/murky_stronghold/f-ns-3.iob and b/objects/jigsaw/murky_stronghold/f-ns-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-ns-4.iob b/objects/jigsaw/murky_stronghold/f-ns-4.iob index 16221276..7f1adb03 100644 Binary files a/objects/jigsaw/murky_stronghold/f-ns-4.iob and b/objects/jigsaw/murky_stronghold/f-ns-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-nsw-1.iob b/objects/jigsaw/murky_stronghold/f-nsw-1.iob index 46b4bcc0..91dee547 100644 Binary files a/objects/jigsaw/murky_stronghold/f-nsw-1.iob and b/objects/jigsaw/murky_stronghold/f-nsw-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-nsw-2.iob b/objects/jigsaw/murky_stronghold/f-nsw-2.iob index 09eaa8ec..a426bc65 100644 Binary files a/objects/jigsaw/murky_stronghold/f-nsw-2.iob and b/objects/jigsaw/murky_stronghold/f-nsw-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-nsw-3.iob b/objects/jigsaw/murky_stronghold/f-nsw-3.iob index c50727a8..cb0101c3 100644 Binary files a/objects/jigsaw/murky_stronghold/f-nsw-3.iob and b/objects/jigsaw/murky_stronghold/f-nsw-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-nsw-4.iob b/objects/jigsaw/murky_stronghold/f-nsw-4.iob index decd3396..79628821 100644 Binary files a/objects/jigsaw/murky_stronghold/f-nsw-4.iob and b/objects/jigsaw/murky_stronghold/f-nsw-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-sw-1.iob b/objects/jigsaw/murky_stronghold/f-sw-1.iob index 685ffa28..56ef9eb8 100644 Binary files a/objects/jigsaw/murky_stronghold/f-sw-1.iob and b/objects/jigsaw/murky_stronghold/f-sw-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-sw-2.iob b/objects/jigsaw/murky_stronghold/f-sw-2.iob index dc94f48d..8e612467 100644 Binary files a/objects/jigsaw/murky_stronghold/f-sw-2.iob and b/objects/jigsaw/murky_stronghold/f-sw-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-sw-3.iob b/objects/jigsaw/murky_stronghold/f-sw-3.iob index e07900a6..1d740b5e 100644 Binary files a/objects/jigsaw/murky_stronghold/f-sw-3.iob and b/objects/jigsaw/murky_stronghold/f-sw-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-sw-4.iob b/objects/jigsaw/murky_stronghold/f-sw-4.iob index 151d9fc1..bfd78f34 100644 Binary files a/objects/jigsaw/murky_stronghold/f-sw-4.iob and b/objects/jigsaw/murky_stronghold/f-sw-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-x-1.iob b/objects/jigsaw/murky_stronghold/f-x-1.iob index 6010609f..04d3aa2d 100644 Binary files a/objects/jigsaw/murky_stronghold/f-x-1.iob and b/objects/jigsaw/murky_stronghold/f-x-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-x-2.iob b/objects/jigsaw/murky_stronghold/f-x-2.iob index cf9842ab..abd2ebdc 100644 Binary files a/objects/jigsaw/murky_stronghold/f-x-2.iob and b/objects/jigsaw/murky_stronghold/f-x-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-x-3.iob b/objects/jigsaw/murky_stronghold/f-x-3.iob index 240338eb..2d46d0e2 100644 Binary files a/objects/jigsaw/murky_stronghold/f-x-3.iob and b/objects/jigsaw/murky_stronghold/f-x-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-x-4.iob b/objects/jigsaw/murky_stronghold/f-x-4.iob index 7eff96d0..599db413 100644 Binary files a/objects/jigsaw/murky_stronghold/f-x-4.iob and b/objects/jigsaw/murky_stronghold/f-x-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-x-5.iob b/objects/jigsaw/murky_stronghold/f-x-5.iob index fe8919ce..e48b39a2 100644 Binary files a/objects/jigsaw/murky_stronghold/f-x-5.iob and b/objects/jigsaw/murky_stronghold/f-x-5.iob differ diff --git a/objects/jigsaw/murky_stronghold/f-x-6.iob b/objects/jigsaw/murky_stronghold/f-x-6.iob index 4459e2fa..a3cebf7b 100644 Binary files a/objects/jigsaw/murky_stronghold/f-x-6.iob and b/objects/jigsaw/murky_stronghold/f-x-6.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-n-1.iob b/objects/jigsaw/murky_stronghold/fc-n-1.iob index 864b62eb..7f1d19ec 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-n-1.iob and b/objects/jigsaw/murky_stronghold/fc-n-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-n-2.iob b/objects/jigsaw/murky_stronghold/fc-n-2.iob index d1581ed9..e1a7b5da 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-n-2.iob and b/objects/jigsaw/murky_stronghold/fc-n-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-n-3.iob b/objects/jigsaw/murky_stronghold/fc-n-3.iob index a00fb574..e8e28587 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-n-3.iob and b/objects/jigsaw/murky_stronghold/fc-n-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-n-4.iob b/objects/jigsaw/murky_stronghold/fc-n-4.iob index d6244f57..de963c64 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-n-4.iob and b/objects/jigsaw/murky_stronghold/fc-n-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-ns-1.iob b/objects/jigsaw/murky_stronghold/fc-ns-1.iob index d766e917..c1a46fd8 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-ns-1.iob and b/objects/jigsaw/murky_stronghold/fc-ns-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-ns-2.iob b/objects/jigsaw/murky_stronghold/fc-ns-2.iob index 1ba674d6..dd7e2e21 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-ns-2.iob and b/objects/jigsaw/murky_stronghold/fc-ns-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-ns-3.iob b/objects/jigsaw/murky_stronghold/fc-ns-3.iob index 7abfa883..2472eb11 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-ns-3.iob and b/objects/jigsaw/murky_stronghold/fc-ns-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-ns-4.iob b/objects/jigsaw/murky_stronghold/fc-ns-4.iob index 33e8eba6..7643f091 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-ns-4.iob and b/objects/jigsaw/murky_stronghold/fc-ns-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-nsw-1.iob b/objects/jigsaw/murky_stronghold/fc-nsw-1.iob index 732d0315..4f922494 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-nsw-1.iob and b/objects/jigsaw/murky_stronghold/fc-nsw-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-nsw-2.iob b/objects/jigsaw/murky_stronghold/fc-nsw-2.iob index 219ae389..08f00ee6 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-nsw-2.iob and b/objects/jigsaw/murky_stronghold/fc-nsw-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-nsw-3.iob b/objects/jigsaw/murky_stronghold/fc-nsw-3.iob index b7ea0d89..1f032b90 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-nsw-3.iob and b/objects/jigsaw/murky_stronghold/fc-nsw-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-nsw-4.iob b/objects/jigsaw/murky_stronghold/fc-nsw-4.iob index 208db17c..2fc4ef8f 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-nsw-4.iob and b/objects/jigsaw/murky_stronghold/fc-nsw-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-sw-1.iob b/objects/jigsaw/murky_stronghold/fc-sw-1.iob index 934bead5..f75ee455 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-sw-1.iob and b/objects/jigsaw/murky_stronghold/fc-sw-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-sw-2.iob b/objects/jigsaw/murky_stronghold/fc-sw-2.iob index 621a7dd3..3890d791 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-sw-2.iob and b/objects/jigsaw/murky_stronghold/fc-sw-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-sw-3.iob b/objects/jigsaw/murky_stronghold/fc-sw-3.iob index ff260616..9dee84b5 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-sw-3.iob and b/objects/jigsaw/murky_stronghold/fc-sw-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-sw-4.iob b/objects/jigsaw/murky_stronghold/fc-sw-4.iob index ecb87fc2..561bd827 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-sw-4.iob and b/objects/jigsaw/murky_stronghold/fc-sw-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-x-1.iob b/objects/jigsaw/murky_stronghold/fc-x-1.iob index 05f663f0..3b0a6daa 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-x-1.iob and b/objects/jigsaw/murky_stronghold/fc-x-1.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-x-2.iob b/objects/jigsaw/murky_stronghold/fc-x-2.iob index 8b228b86..7c33652d 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-x-2.iob and b/objects/jigsaw/murky_stronghold/fc-x-2.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-x-3.iob b/objects/jigsaw/murky_stronghold/fc-x-3.iob index c8b7d518..485fe54c 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-x-3.iob and b/objects/jigsaw/murky_stronghold/fc-x-3.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-x-4.iob b/objects/jigsaw/murky_stronghold/fc-x-4.iob index 4899881d..0d64bb6d 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-x-4.iob and b/objects/jigsaw/murky_stronghold/fc-x-4.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-x-5.iob b/objects/jigsaw/murky_stronghold/fc-x-5.iob index 9c21e61c..88dd2925 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-x-5.iob and b/objects/jigsaw/murky_stronghold/fc-x-5.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-x-6.iob b/objects/jigsaw/murky_stronghold/fc-x-6.iob index 72ef1e00..0b24b676 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-x-6.iob and b/objects/jigsaw/murky_stronghold/fc-x-6.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-x-7.iob b/objects/jigsaw/murky_stronghold/fc-x-7.iob index 3647584f..8f7e5c6b 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-x-7.iob and b/objects/jigsaw/murky_stronghold/fc-x-7.iob differ diff --git a/objects/jigsaw/murky_stronghold/fc-x-8.iob b/objects/jigsaw/murky_stronghold/fc-x-8.iob index 490c3cb4..c0870b53 100644 Binary files a/objects/jigsaw/murky_stronghold/fc-x-8.iob and b/objects/jigsaw/murky_stronghold/fc-x-8.iob differ diff --git a/objects/jigsaw/nether_fossils/fossil_13.iob b/objects/jigsaw/nether_fossils/fossil_13.iob index 6e6610a9..0fe365be 100644 Binary files a/objects/jigsaw/nether_fossils/fossil_13.iob and b/objects/jigsaw/nether_fossils/fossil_13.iob differ diff --git a/objects/jigsaw/nether_fossils/fossil_14.iob b/objects/jigsaw/nether_fossils/fossil_14.iob index 3ee3fe4a..443d66c0 100644 Binary files a/objects/jigsaw/nether_fossils/fossil_14.iob and b/objects/jigsaw/nether_fossils/fossil_14.iob differ diff --git a/objects/jigsaw/nether_fossils/fossil_6.iob b/objects/jigsaw/nether_fossils/fossil_6.iob index 15bdab3a..b8ee2e09 100644 Binary files a/objects/jigsaw/nether_fossils/fossil_6.iob and b/objects/jigsaw/nether_fossils/fossil_6.iob differ diff --git a/objects/jigsaw/pillager_outpost/watchtower.iob b/objects/jigsaw/pillager_outpost/watchtower.iob index fd0431cd..41409587 100644 Binary files a/objects/jigsaw/pillager_outpost/watchtower.iob and b/objects/jigsaw/pillager_outpost/watchtower.iob differ diff --git a/objects/jigsaw/pillager_outpost/watchtower_overgrown.iob b/objects/jigsaw/pillager_outpost/watchtower_overgrown.iob index f09a9a74..1505d162 100644 Binary files a/objects/jigsaw/pillager_outpost/watchtower_overgrown.iob and b/objects/jigsaw/pillager_outpost/watchtower_overgrown.iob differ diff --git a/objects/jigsaw/pyramid/py.iob b/objects/jigsaw/pyramid/py.iob index 0d25c943..4513910e 100644 Binary files a/objects/jigsaw/pyramid/py.iob and b/objects/jigsaw/pyramid/py.iob differ diff --git a/objects/jigsaw/pyramid/pyramid-extreme.iob b/objects/jigsaw/pyramid/pyramid-extreme.iob index 7844978f..d0814730 100644 Binary files a/objects/jigsaw/pyramid/pyramid-extreme.iob and b/objects/jigsaw/pyramid/pyramid-extreme.iob differ diff --git a/objects/jigsaw/pyramid/pyramid.iob b/objects/jigsaw/pyramid/pyramid.iob index 998bc8c7..368c9a53 100644 Binary files a/objects/jigsaw/pyramid/pyramid.iob and b/objects/jigsaw/pyramid/pyramid.iob differ diff --git a/objects/jigsaw/pyramid/pyramid1.iob b/objects/jigsaw/pyramid/pyramid1.iob index 4ba199c7..0beac10c 100644 Binary files a/objects/jigsaw/pyramid/pyramid1.iob and b/objects/jigsaw/pyramid/pyramid1.iob differ diff --git a/objects/jigsaw/pyramid/pyramid45.iob b/objects/jigsaw/pyramid/pyramid45.iob index c7b306d1..edc3c98e 100644 Binary files a/objects/jigsaw/pyramid/pyramid45.iob and b/objects/jigsaw/pyramid/pyramid45.iob differ diff --git a/objects/jigsaw/pyramid/pyramidred45.iob b/objects/jigsaw/pyramid/pyramidred45.iob index 737629e8..0cf97942 100644 Binary files a/objects/jigsaw/pyramid/pyramidred45.iob and b/objects/jigsaw/pyramid/pyramidred45.iob differ diff --git a/objects/jigsaw/pyramid/rpyramid-extreme.iob b/objects/jigsaw/pyramid/rpyramid-extreme.iob index 3f909e60..0e4319c7 100644 Binary files a/objects/jigsaw/pyramid/rpyramid-extreme.iob and b/objects/jigsaw/pyramid/rpyramid-extreme.iob differ diff --git a/objects/jigsaw/pyramid/rpyramid.iob b/objects/jigsaw/pyramid/rpyramid.iob index a990dcc5..c5be86e2 100644 Binary files a/objects/jigsaw/pyramid/rpyramid.iob and b/objects/jigsaw/pyramid/rpyramid.iob differ diff --git a/objects/jigsaw/structure/desert-base.iob b/objects/jigsaw/structure/desert-base.iob index 1fd9b646..7d166692 100644 Binary files a/objects/jigsaw/structure/desert-base.iob and b/objects/jigsaw/structure/desert-base.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_brick_1.iob b/objects/jigsaw/underwater_ruin/big_brick_1.iob index 6c38a3ba..ba86a199 100644 Binary files a/objects/jigsaw/underwater_ruin/big_brick_1.iob and b/objects/jigsaw/underwater_ruin/big_brick_1.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_brick_2.iob b/objects/jigsaw/underwater_ruin/big_brick_2.iob index 49e74711..ce40a1d9 100644 Binary files a/objects/jigsaw/underwater_ruin/big_brick_2.iob and b/objects/jigsaw/underwater_ruin/big_brick_2.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_brick_3.iob b/objects/jigsaw/underwater_ruin/big_brick_3.iob index abe4fce1..c3889235 100644 Binary files a/objects/jigsaw/underwater_ruin/big_brick_3.iob and b/objects/jigsaw/underwater_ruin/big_brick_3.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_brick_8.iob b/objects/jigsaw/underwater_ruin/big_brick_8.iob index 226754fd..3a572488 100644 Binary files a/objects/jigsaw/underwater_ruin/big_brick_8.iob and b/objects/jigsaw/underwater_ruin/big_brick_8.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_cracked_1.iob b/objects/jigsaw/underwater_ruin/big_cracked_1.iob index 6a5b52fd..079b3883 100644 Binary files a/objects/jigsaw/underwater_ruin/big_cracked_1.iob and b/objects/jigsaw/underwater_ruin/big_cracked_1.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_cracked_2.iob b/objects/jigsaw/underwater_ruin/big_cracked_2.iob index f97a1d33..f2fe6f2f 100644 Binary files a/objects/jigsaw/underwater_ruin/big_cracked_2.iob and b/objects/jigsaw/underwater_ruin/big_cracked_2.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_cracked_3.iob b/objects/jigsaw/underwater_ruin/big_cracked_3.iob index 8e6d5d9d..63f1fad1 100644 Binary files a/objects/jigsaw/underwater_ruin/big_cracked_3.iob and b/objects/jigsaw/underwater_ruin/big_cracked_3.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_cracked_8.iob b/objects/jigsaw/underwater_ruin/big_cracked_8.iob index 4651790b..d0787157 100644 Binary files a/objects/jigsaw/underwater_ruin/big_cracked_8.iob and b/objects/jigsaw/underwater_ruin/big_cracked_8.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_mossy_1.iob b/objects/jigsaw/underwater_ruin/big_mossy_1.iob index 42800bd1..5e890cc1 100644 Binary files a/objects/jigsaw/underwater_ruin/big_mossy_1.iob and b/objects/jigsaw/underwater_ruin/big_mossy_1.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_mossy_2.iob b/objects/jigsaw/underwater_ruin/big_mossy_2.iob index 785abb3a..7485da2d 100644 Binary files a/objects/jigsaw/underwater_ruin/big_mossy_2.iob and b/objects/jigsaw/underwater_ruin/big_mossy_2.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_mossy_3.iob b/objects/jigsaw/underwater_ruin/big_mossy_3.iob index 9948bbc3..c31ef4d6 100644 Binary files a/objects/jigsaw/underwater_ruin/big_mossy_3.iob and b/objects/jigsaw/underwater_ruin/big_mossy_3.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_mossy_8.iob b/objects/jigsaw/underwater_ruin/big_mossy_8.iob index 3036e197..404f74dd 100644 Binary files a/objects/jigsaw/underwater_ruin/big_mossy_8.iob and b/objects/jigsaw/underwater_ruin/big_mossy_8.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_warm_4.iob b/objects/jigsaw/underwater_ruin/big_warm_4.iob index 964f001c..f8460189 100644 Binary files a/objects/jigsaw/underwater_ruin/big_warm_4.iob and b/objects/jigsaw/underwater_ruin/big_warm_4.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_warm_5.iob b/objects/jigsaw/underwater_ruin/big_warm_5.iob index dcf17bcb..1643574d 100644 Binary files a/objects/jigsaw/underwater_ruin/big_warm_5.iob and b/objects/jigsaw/underwater_ruin/big_warm_5.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_warm_6.iob b/objects/jigsaw/underwater_ruin/big_warm_6.iob index 8f107617..9d2960f8 100644 Binary files a/objects/jigsaw/underwater_ruin/big_warm_6.iob and b/objects/jigsaw/underwater_ruin/big_warm_6.iob differ diff --git a/objects/jigsaw/underwater_ruin/big_warm_7.iob b/objects/jigsaw/underwater_ruin/big_warm_7.iob index e5b93790..0945c59f 100644 Binary files a/objects/jigsaw/underwater_ruin/big_warm_7.iob and b/objects/jigsaw/underwater_ruin/big_warm_7.iob differ diff --git a/objects/jigsaw/underwater_ruin/brick_1.iob b/objects/jigsaw/underwater_ruin/brick_1.iob index f8c2a09d..b24c17d1 100644 Binary files a/objects/jigsaw/underwater_ruin/brick_1.iob and b/objects/jigsaw/underwater_ruin/brick_1.iob differ diff --git a/objects/jigsaw/underwater_ruin/brick_2.iob b/objects/jigsaw/underwater_ruin/brick_2.iob index 5c79991f..5cd85473 100644 Binary files a/objects/jigsaw/underwater_ruin/brick_2.iob and b/objects/jigsaw/underwater_ruin/brick_2.iob differ diff --git a/objects/jigsaw/underwater_ruin/brick_3.iob b/objects/jigsaw/underwater_ruin/brick_3.iob index 28b9c2d8..61b46248 100644 Binary files a/objects/jigsaw/underwater_ruin/brick_3.iob and b/objects/jigsaw/underwater_ruin/brick_3.iob differ diff --git a/objects/jigsaw/underwater_ruin/brick_4.iob b/objects/jigsaw/underwater_ruin/brick_4.iob index 6de9f2e0..2d57d396 100644 Binary files a/objects/jigsaw/underwater_ruin/brick_4.iob and b/objects/jigsaw/underwater_ruin/brick_4.iob differ diff --git a/objects/jigsaw/underwater_ruin/brick_5.iob b/objects/jigsaw/underwater_ruin/brick_5.iob index e8ebaa7f..9eae3c86 100644 Binary files a/objects/jigsaw/underwater_ruin/brick_5.iob and b/objects/jigsaw/underwater_ruin/brick_5.iob differ diff --git a/objects/jigsaw/underwater_ruin/brick_6.iob b/objects/jigsaw/underwater_ruin/brick_6.iob index 0103e8c6..83e17d26 100644 Binary files a/objects/jigsaw/underwater_ruin/brick_6.iob and b/objects/jigsaw/underwater_ruin/brick_6.iob differ diff --git a/objects/jigsaw/underwater_ruin/brick_7.iob b/objects/jigsaw/underwater_ruin/brick_7.iob index fdc13b5f..0f697fca 100644 Binary files a/objects/jigsaw/underwater_ruin/brick_7.iob and b/objects/jigsaw/underwater_ruin/brick_7.iob differ diff --git a/objects/jigsaw/underwater_ruin/brick_8.iob b/objects/jigsaw/underwater_ruin/brick_8.iob index 78794007..3c3963e2 100644 Binary files a/objects/jigsaw/underwater_ruin/brick_8.iob and b/objects/jigsaw/underwater_ruin/brick_8.iob differ diff --git a/objects/jigsaw/underwater_ruin/cracked_1.iob b/objects/jigsaw/underwater_ruin/cracked_1.iob index 3894a806..02d57cb1 100644 Binary files a/objects/jigsaw/underwater_ruin/cracked_1.iob and b/objects/jigsaw/underwater_ruin/cracked_1.iob differ diff --git a/objects/jigsaw/underwater_ruin/cracked_2.iob b/objects/jigsaw/underwater_ruin/cracked_2.iob index c513cfbe..209f107e 100644 Binary files a/objects/jigsaw/underwater_ruin/cracked_2.iob and b/objects/jigsaw/underwater_ruin/cracked_2.iob differ diff --git a/objects/jigsaw/underwater_ruin/cracked_3.iob b/objects/jigsaw/underwater_ruin/cracked_3.iob index 30292436..7464d327 100644 Binary files a/objects/jigsaw/underwater_ruin/cracked_3.iob and b/objects/jigsaw/underwater_ruin/cracked_3.iob differ diff --git a/objects/jigsaw/underwater_ruin/cracked_4.iob b/objects/jigsaw/underwater_ruin/cracked_4.iob index 2a4acadf..8bcce785 100644 Binary files a/objects/jigsaw/underwater_ruin/cracked_4.iob and b/objects/jigsaw/underwater_ruin/cracked_4.iob differ diff --git a/objects/jigsaw/underwater_ruin/cracked_5.iob b/objects/jigsaw/underwater_ruin/cracked_5.iob index eeb33be5..960b37a3 100644 Binary files a/objects/jigsaw/underwater_ruin/cracked_5.iob and b/objects/jigsaw/underwater_ruin/cracked_5.iob differ diff --git a/objects/jigsaw/underwater_ruin/cracked_6.iob b/objects/jigsaw/underwater_ruin/cracked_6.iob index 25b0bd66..679202b1 100644 Binary files a/objects/jigsaw/underwater_ruin/cracked_6.iob and b/objects/jigsaw/underwater_ruin/cracked_6.iob differ diff --git a/objects/jigsaw/underwater_ruin/cracked_7.iob b/objects/jigsaw/underwater_ruin/cracked_7.iob index 66f1c54d..21c96aa4 100644 Binary files a/objects/jigsaw/underwater_ruin/cracked_7.iob and b/objects/jigsaw/underwater_ruin/cracked_7.iob differ diff --git a/objects/jigsaw/underwater_ruin/cracked_8.iob b/objects/jigsaw/underwater_ruin/cracked_8.iob index a3efd31e..86ac4567 100644 Binary files a/objects/jigsaw/underwater_ruin/cracked_8.iob and b/objects/jigsaw/underwater_ruin/cracked_8.iob differ diff --git a/objects/jigsaw/underwater_ruin/mossy_1.iob b/objects/jigsaw/underwater_ruin/mossy_1.iob index 69b82ff3..fffb890e 100644 Binary files a/objects/jigsaw/underwater_ruin/mossy_1.iob and b/objects/jigsaw/underwater_ruin/mossy_1.iob differ diff --git a/objects/jigsaw/underwater_ruin/mossy_2.iob b/objects/jigsaw/underwater_ruin/mossy_2.iob index c8fa2bbe..ca45b575 100644 Binary files a/objects/jigsaw/underwater_ruin/mossy_2.iob and b/objects/jigsaw/underwater_ruin/mossy_2.iob differ diff --git a/objects/jigsaw/underwater_ruin/mossy_3.iob b/objects/jigsaw/underwater_ruin/mossy_3.iob index 0a11b96f..ac98c310 100644 Binary files a/objects/jigsaw/underwater_ruin/mossy_3.iob and b/objects/jigsaw/underwater_ruin/mossy_3.iob differ diff --git a/objects/jigsaw/underwater_ruin/mossy_4.iob b/objects/jigsaw/underwater_ruin/mossy_4.iob index 36385e15..b25274ae 100644 Binary files a/objects/jigsaw/underwater_ruin/mossy_4.iob and b/objects/jigsaw/underwater_ruin/mossy_4.iob differ diff --git a/objects/jigsaw/underwater_ruin/mossy_5.iob b/objects/jigsaw/underwater_ruin/mossy_5.iob index 627b9305..bcd61a04 100644 Binary files a/objects/jigsaw/underwater_ruin/mossy_5.iob and b/objects/jigsaw/underwater_ruin/mossy_5.iob differ diff --git a/objects/jigsaw/underwater_ruin/mossy_6.iob b/objects/jigsaw/underwater_ruin/mossy_6.iob index 4570600b..3227397b 100644 Binary files a/objects/jigsaw/underwater_ruin/mossy_6.iob and b/objects/jigsaw/underwater_ruin/mossy_6.iob differ diff --git a/objects/jigsaw/underwater_ruin/mossy_7.iob b/objects/jigsaw/underwater_ruin/mossy_7.iob index 0bb46c8d..6c3861ea 100644 Binary files a/objects/jigsaw/underwater_ruin/mossy_7.iob and b/objects/jigsaw/underwater_ruin/mossy_7.iob differ diff --git a/objects/jigsaw/underwater_ruin/mossy_8.iob b/objects/jigsaw/underwater_ruin/mossy_8.iob index 33855154..98ae342a 100644 Binary files a/objects/jigsaw/underwater_ruin/mossy_8.iob and b/objects/jigsaw/underwater_ruin/mossy_8.iob differ diff --git a/objects/jigsaw/underwater_ruin/warm_1.iob b/objects/jigsaw/underwater_ruin/warm_1.iob index 812838d7..604279b6 100644 Binary files a/objects/jigsaw/underwater_ruin/warm_1.iob and b/objects/jigsaw/underwater_ruin/warm_1.iob differ diff --git a/objects/jigsaw/underwater_ruin/warm_2.iob b/objects/jigsaw/underwater_ruin/warm_2.iob index 92e13f23..4b368736 100644 Binary files a/objects/jigsaw/underwater_ruin/warm_2.iob and b/objects/jigsaw/underwater_ruin/warm_2.iob differ diff --git a/objects/jigsaw/underwater_ruin/warm_3.iob b/objects/jigsaw/underwater_ruin/warm_3.iob index 8f7d7474..43bfd54d 100644 Binary files a/objects/jigsaw/underwater_ruin/warm_3.iob and b/objects/jigsaw/underwater_ruin/warm_3.iob differ diff --git a/objects/jigsaw/underwater_ruin/warm_4.iob b/objects/jigsaw/underwater_ruin/warm_4.iob index f68470b8..0b40cc3e 100644 Binary files a/objects/jigsaw/underwater_ruin/warm_4.iob and b/objects/jigsaw/underwater_ruin/warm_4.iob differ diff --git a/objects/jigsaw/underwater_ruin/warm_5.iob b/objects/jigsaw/underwater_ruin/warm_5.iob index bbc6367e..f135d6ae 100644 Binary files a/objects/jigsaw/underwater_ruin/warm_5.iob and b/objects/jigsaw/underwater_ruin/warm_5.iob differ diff --git a/objects/jigsaw/underwater_ruin/warm_6.iob b/objects/jigsaw/underwater_ruin/warm_6.iob index 3b3db8e2..d8b25ca1 100644 Binary files a/objects/jigsaw/underwater_ruin/warm_6.iob and b/objects/jigsaw/underwater_ruin/warm_6.iob differ diff --git a/objects/jigsaw/underwater_ruin/warm_7.iob b/objects/jigsaw/underwater_ruin/warm_7.iob index 71a5899c..c3ba309e 100644 Binary files a/objects/jigsaw/underwater_ruin/warm_7.iob and b/objects/jigsaw/underwater_ruin/warm_7.iob differ diff --git a/objects/jigsaw/underwater_ruin/warm_8.iob b/objects/jigsaw/underwater_ruin/warm_8.iob index ef9a25f6..2ec13b72 100644 Binary files a/objects/jigsaw/underwater_ruin/warm_8.iob and b/objects/jigsaw/underwater_ruin/warm_8.iob differ diff --git a/objects/jigsaw/village-bits/bland-e-1.iob b/objects/jigsaw/village-bits/bland-e-1.iob index 27079d49..6d010c46 100644 Binary files a/objects/jigsaw/village-bits/bland-e-1.iob and b/objects/jigsaw/village-bits/bland-e-1.iob differ diff --git a/objects/jigsaw/village-bits/bland-e-2.iob b/objects/jigsaw/village-bits/bland-e-2.iob index 1d726342..439788b5 100644 Binary files a/objects/jigsaw/village-bits/bland-e-2.iob and b/objects/jigsaw/village-bits/bland-e-2.iob differ diff --git a/objects/jigsaw/village-bits/bland-e-3.iob b/objects/jigsaw/village-bits/bland-e-3.iob index 5ef5f34f..7da00f49 100644 Binary files a/objects/jigsaw/village-bits/bland-e-3.iob and b/objects/jigsaw/village-bits/bland-e-3.iob differ diff --git a/objects/jigsaw/village-bits/bland-e-4.iob b/objects/jigsaw/village-bits/bland-e-4.iob index 60926317..2e24dee0 100644 Binary files a/objects/jigsaw/village-bits/bland-e-4.iob and b/objects/jigsaw/village-bits/bland-e-4.iob differ diff --git a/objects/jigsaw/village-bits/bland-e-5.iob b/objects/jigsaw/village-bits/bland-e-5.iob index 97aed718..c26e3bcd 100644 Binary files a/objects/jigsaw/village-bits/bland-e-5.iob and b/objects/jigsaw/village-bits/bland-e-5.iob differ diff --git a/objects/jigsaw/village-bits/bland-ne-1.iob b/objects/jigsaw/village-bits/bland-ne-1.iob index 255bb83f..d6d56584 100644 Binary files a/objects/jigsaw/village-bits/bland-ne-1.iob and b/objects/jigsaw/village-bits/bland-ne-1.iob differ diff --git a/objects/jigsaw/village-bits/bland-ne-2.iob b/objects/jigsaw/village-bits/bland-ne-2.iob index 248b94dd..ddf612aa 100644 Binary files a/objects/jigsaw/village-bits/bland-ne-2.iob and b/objects/jigsaw/village-bits/bland-ne-2.iob differ diff --git a/objects/jigsaw/village-bits/bland-ne-3.iob b/objects/jigsaw/village-bits/bland-ne-3.iob index 881fcb1d..d73e6cc2 100644 Binary files a/objects/jigsaw/village-bits/bland-ne-3.iob and b/objects/jigsaw/village-bits/bland-ne-3.iob differ diff --git a/objects/jigsaw/village-bits/bland-ne-4.iob b/objects/jigsaw/village-bits/bland-ne-4.iob index d32726b0..fba53f5b 100644 Binary files a/objects/jigsaw/village-bits/bland-ne-4.iob and b/objects/jigsaw/village-bits/bland-ne-4.iob differ diff --git a/objects/jigsaw/village-bits/bland-ne-5.iob b/objects/jigsaw/village-bits/bland-ne-5.iob index a8f5c458..f72eeb84 100644 Binary files a/objects/jigsaw/village-bits/bland-ne-5.iob and b/objects/jigsaw/village-bits/bland-ne-5.iob differ diff --git a/objects/jigsaw/village-bits/bland-nes-1.iob b/objects/jigsaw/village-bits/bland-nes-1.iob index fee8b973..dd3a68fa 100644 Binary files a/objects/jigsaw/village-bits/bland-nes-1.iob and b/objects/jigsaw/village-bits/bland-nes-1.iob differ diff --git a/objects/jigsaw/village-bits/bland-nes-2.iob b/objects/jigsaw/village-bits/bland-nes-2.iob index bcf3ac85..3ee05d57 100644 Binary files a/objects/jigsaw/village-bits/bland-nes-2.iob and b/objects/jigsaw/village-bits/bland-nes-2.iob differ diff --git a/objects/jigsaw/village-bits/bland-nes-3.iob b/objects/jigsaw/village-bits/bland-nes-3.iob index d7fff741..7804c754 100644 Binary files a/objects/jigsaw/village-bits/bland-nes-3.iob and b/objects/jigsaw/village-bits/bland-nes-3.iob differ diff --git a/objects/jigsaw/village-bits/bland-nes-4.iob b/objects/jigsaw/village-bits/bland-nes-4.iob index 13ba8dd1..318b8d77 100644 Binary files a/objects/jigsaw/village-bits/bland-nes-4.iob and b/objects/jigsaw/village-bits/bland-nes-4.iob differ diff --git a/objects/jigsaw/village-bits/bland-nes-5.iob b/objects/jigsaw/village-bits/bland-nes-5.iob index 4356d27a..d22c3adc 100644 Binary files a/objects/jigsaw/village-bits/bland-nes-5.iob and b/objects/jigsaw/village-bits/bland-nes-5.iob differ diff --git a/objects/jigsaw/village-bits/bland-ns-1.iob b/objects/jigsaw/village-bits/bland-ns-1.iob index b29c7537..daabdb2e 100644 Binary files a/objects/jigsaw/village-bits/bland-ns-1.iob and b/objects/jigsaw/village-bits/bland-ns-1.iob differ diff --git a/objects/jigsaw/village-bits/bland-ns-2.iob b/objects/jigsaw/village-bits/bland-ns-2.iob index cef3f08e..950fd760 100644 Binary files a/objects/jigsaw/village-bits/bland-ns-2.iob and b/objects/jigsaw/village-bits/bland-ns-2.iob differ diff --git a/objects/jigsaw/village-bits/bland-ns-3.iob b/objects/jigsaw/village-bits/bland-ns-3.iob index c610728d..fa397054 100644 Binary files a/objects/jigsaw/village-bits/bland-ns-3.iob and b/objects/jigsaw/village-bits/bland-ns-3.iob differ diff --git a/objects/jigsaw/village-bits/bland-ns-4.iob b/objects/jigsaw/village-bits/bland-ns-4.iob index b2178eeb..68e7cf49 100644 Binary files a/objects/jigsaw/village-bits/bland-ns-4.iob and b/objects/jigsaw/village-bits/bland-ns-4.iob differ diff --git a/objects/jigsaw/village-bits/bland-ns-5.iob b/objects/jigsaw/village-bits/bland-ns-5.iob index 292d21d6..19562368 100644 Binary files a/objects/jigsaw/village-bits/bland-ns-5.iob and b/objects/jigsaw/village-bits/bland-ns-5.iob differ diff --git a/objects/jigsaw/village-bits/bland-x-1.iob b/objects/jigsaw/village-bits/bland-x-1.iob index 19dcf452..cca52b79 100644 Binary files a/objects/jigsaw/village-bits/bland-x-1.iob and b/objects/jigsaw/village-bits/bland-x-1.iob differ diff --git a/objects/jigsaw/village-bits/bland-x-2.iob b/objects/jigsaw/village-bits/bland-x-2.iob index 994e663f..239b491e 100644 Binary files a/objects/jigsaw/village-bits/bland-x-2.iob and b/objects/jigsaw/village-bits/bland-x-2.iob differ diff --git a/objects/jigsaw/village-bits/bland-x-3.iob b/objects/jigsaw/village-bits/bland-x-3.iob index c794064d..ddefcaf2 100644 Binary files a/objects/jigsaw/village-bits/bland-x-3.iob and b/objects/jigsaw/village-bits/bland-x-3.iob differ diff --git a/objects/jigsaw/village-bits/bland-x-4.iob b/objects/jigsaw/village-bits/bland-x-4.iob index 5b8867a2..67126664 100644 Binary files a/objects/jigsaw/village-bits/bland-x-4.iob and b/objects/jigsaw/village-bits/bland-x-4.iob differ diff --git a/objects/jigsaw/village-bits/bland-x-5.iob b/objects/jigsaw/village-bits/bland-x-5.iob index a6173fb3..14d01ff0 100644 Binary files a/objects/jigsaw/village-bits/bland-x-5.iob and b/objects/jigsaw/village-bits/bland-x-5.iob differ diff --git a/objects/jigsaw/village-bits/hay-e-1.iob b/objects/jigsaw/village-bits/hay-e-1.iob index 949f16dc..0aaf2e2a 100644 Binary files a/objects/jigsaw/village-bits/hay-e-1.iob and b/objects/jigsaw/village-bits/hay-e-1.iob differ diff --git a/objects/jigsaw/village-bits/hay-e-2.iob b/objects/jigsaw/village-bits/hay-e-2.iob index 7e61e734..10a51e26 100644 Binary files a/objects/jigsaw/village-bits/hay-e-2.iob and b/objects/jigsaw/village-bits/hay-e-2.iob differ diff --git a/objects/jigsaw/village-bits/hay-e-3.iob b/objects/jigsaw/village-bits/hay-e-3.iob index 066bc574..abc41331 100644 Binary files a/objects/jigsaw/village-bits/hay-e-3.iob and b/objects/jigsaw/village-bits/hay-e-3.iob differ diff --git a/objects/jigsaw/village-bits/hay-e-4.iob b/objects/jigsaw/village-bits/hay-e-4.iob index 8194310f..348c279e 100644 Binary files a/objects/jigsaw/village-bits/hay-e-4.iob and b/objects/jigsaw/village-bits/hay-e-4.iob differ diff --git a/objects/jigsaw/village-bits/hay-e-5.iob b/objects/jigsaw/village-bits/hay-e-5.iob index c767ec87..e1e42849 100644 Binary files a/objects/jigsaw/village-bits/hay-e-5.iob and b/objects/jigsaw/village-bits/hay-e-5.iob differ diff --git a/objects/jigsaw/village-bits/hay-ne-1.iob b/objects/jigsaw/village-bits/hay-ne-1.iob index 5914837d..7bff35cd 100644 Binary files a/objects/jigsaw/village-bits/hay-ne-1.iob and b/objects/jigsaw/village-bits/hay-ne-1.iob differ diff --git a/objects/jigsaw/village-bits/hay-ne-2.iob b/objects/jigsaw/village-bits/hay-ne-2.iob index ab56677b..7995dbe2 100644 Binary files a/objects/jigsaw/village-bits/hay-ne-2.iob and b/objects/jigsaw/village-bits/hay-ne-2.iob differ diff --git a/objects/jigsaw/village-bits/hay-ne-3.iob b/objects/jigsaw/village-bits/hay-ne-3.iob index 276b3da9..56ef7b67 100644 Binary files a/objects/jigsaw/village-bits/hay-ne-3.iob and b/objects/jigsaw/village-bits/hay-ne-3.iob differ diff --git a/objects/jigsaw/village-bits/hay-ne-4.iob b/objects/jigsaw/village-bits/hay-ne-4.iob index ceb80dbc..bf0e6a38 100644 Binary files a/objects/jigsaw/village-bits/hay-ne-4.iob and b/objects/jigsaw/village-bits/hay-ne-4.iob differ diff --git a/objects/jigsaw/village-bits/hay-ne-5.iob b/objects/jigsaw/village-bits/hay-ne-5.iob index cb2905ff..9b5a22f9 100644 Binary files a/objects/jigsaw/village-bits/hay-ne-5.iob and b/objects/jigsaw/village-bits/hay-ne-5.iob differ diff --git a/objects/jigsaw/village-bits/hay-nes-1.iob b/objects/jigsaw/village-bits/hay-nes-1.iob index 44e4d764..99008851 100644 Binary files a/objects/jigsaw/village-bits/hay-nes-1.iob and b/objects/jigsaw/village-bits/hay-nes-1.iob differ diff --git a/objects/jigsaw/village-bits/hay-nes-2.iob b/objects/jigsaw/village-bits/hay-nes-2.iob index e4a63ad1..99af695a 100644 Binary files a/objects/jigsaw/village-bits/hay-nes-2.iob and b/objects/jigsaw/village-bits/hay-nes-2.iob differ diff --git a/objects/jigsaw/village-bits/hay-nes-3.iob b/objects/jigsaw/village-bits/hay-nes-3.iob index c470cdb6..e5720e34 100644 Binary files a/objects/jigsaw/village-bits/hay-nes-3.iob and b/objects/jigsaw/village-bits/hay-nes-3.iob differ diff --git a/objects/jigsaw/village-bits/hay-nes-4.iob b/objects/jigsaw/village-bits/hay-nes-4.iob index 233aabfa..de4d1075 100644 Binary files a/objects/jigsaw/village-bits/hay-nes-4.iob and b/objects/jigsaw/village-bits/hay-nes-4.iob differ diff --git a/objects/jigsaw/village-bits/hay-nes-5.iob b/objects/jigsaw/village-bits/hay-nes-5.iob index b12ab3e6..36261616 100644 Binary files a/objects/jigsaw/village-bits/hay-nes-5.iob and b/objects/jigsaw/village-bits/hay-nes-5.iob differ diff --git a/objects/jigsaw/village-bits/hay-ns-1.iob b/objects/jigsaw/village-bits/hay-ns-1.iob index 9cc9692a..4713f640 100644 Binary files a/objects/jigsaw/village-bits/hay-ns-1.iob and b/objects/jigsaw/village-bits/hay-ns-1.iob differ diff --git a/objects/jigsaw/village-bits/hay-ns-2.iob b/objects/jigsaw/village-bits/hay-ns-2.iob index 1a8b5d5d..f316d00d 100644 Binary files a/objects/jigsaw/village-bits/hay-ns-2.iob and b/objects/jigsaw/village-bits/hay-ns-2.iob differ diff --git a/objects/jigsaw/village-bits/hay-ns-3.iob b/objects/jigsaw/village-bits/hay-ns-3.iob index b8f62235..8a23b4dc 100644 Binary files a/objects/jigsaw/village-bits/hay-ns-3.iob and b/objects/jigsaw/village-bits/hay-ns-3.iob differ diff --git a/objects/jigsaw/village-bits/hay-ns-4.iob b/objects/jigsaw/village-bits/hay-ns-4.iob index 6700f377..42ab7afa 100644 Binary files a/objects/jigsaw/village-bits/hay-ns-4.iob and b/objects/jigsaw/village-bits/hay-ns-4.iob differ diff --git a/objects/jigsaw/village-bits/hay-ns-5.iob b/objects/jigsaw/village-bits/hay-ns-5.iob index 85923036..f25d602d 100644 Binary files a/objects/jigsaw/village-bits/hay-ns-5.iob and b/objects/jigsaw/village-bits/hay-ns-5.iob differ diff --git a/objects/jigsaw/village-bits/hay-x-1.iob b/objects/jigsaw/village-bits/hay-x-1.iob index d69833eb..094a2c94 100644 Binary files a/objects/jigsaw/village-bits/hay-x-1.iob and b/objects/jigsaw/village-bits/hay-x-1.iob differ diff --git a/objects/jigsaw/village-bits/hay-x-2.iob b/objects/jigsaw/village-bits/hay-x-2.iob index 1e576aeb..fa6bf21c 100644 Binary files a/objects/jigsaw/village-bits/hay-x-2.iob and b/objects/jigsaw/village-bits/hay-x-2.iob differ diff --git a/objects/jigsaw/village-bits/hay-x-3.iob b/objects/jigsaw/village-bits/hay-x-3.iob index 97672d90..3d47d0a4 100644 Binary files a/objects/jigsaw/village-bits/hay-x-3.iob and b/objects/jigsaw/village-bits/hay-x-3.iob differ diff --git a/objects/jigsaw/village-bits/hay-x-4.iob b/objects/jigsaw/village-bits/hay-x-4.iob index ffae1fc8..07b18de8 100644 Binary files a/objects/jigsaw/village-bits/hay-x-4.iob and b/objects/jigsaw/village-bits/hay-x-4.iob differ diff --git a/objects/jigsaw/village-bits/hay-x-5.iob b/objects/jigsaw/village-bits/hay-x-5.iob index 35faedae..aa8a1aed 100644 Binary files a/objects/jigsaw/village-bits/hay-x-5.iob and b/objects/jigsaw/village-bits/hay-x-5.iob differ diff --git a/objects/jigsaw/village-bits/lantern-ne-1.iob b/objects/jigsaw/village-bits/lantern-ne-1.iob index 8ecaa1e9..99ba0e67 100644 Binary files a/objects/jigsaw/village-bits/lantern-ne-1.iob and b/objects/jigsaw/village-bits/lantern-ne-1.iob differ diff --git a/objects/jigsaw/village-bits/lantern-ne-2.iob b/objects/jigsaw/village-bits/lantern-ne-2.iob index ac53a7a3..5dd78a8c 100644 Binary files a/objects/jigsaw/village-bits/lantern-ne-2.iob and b/objects/jigsaw/village-bits/lantern-ne-2.iob differ diff --git a/objects/jigsaw/village-bits/lantern-ne-3.iob b/objects/jigsaw/village-bits/lantern-ne-3.iob index 25591fee..453d00d1 100644 Binary files a/objects/jigsaw/village-bits/lantern-ne-3.iob and b/objects/jigsaw/village-bits/lantern-ne-3.iob differ diff --git a/objects/jigsaw/village-bits/lantern-ne-4.iob b/objects/jigsaw/village-bits/lantern-ne-4.iob index 4689d7aa..3428d51f 100644 Binary files a/objects/jigsaw/village-bits/lantern-ne-4.iob and b/objects/jigsaw/village-bits/lantern-ne-4.iob differ diff --git a/objects/jigsaw/village-bits/lantern-ne-5.iob b/objects/jigsaw/village-bits/lantern-ne-5.iob index 84b115ba..04ad1374 100644 Binary files a/objects/jigsaw/village-bits/lantern-ne-5.iob and b/objects/jigsaw/village-bits/lantern-ne-5.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-e-1.iob b/objects/jigsaw/village-bits/lanterns-e-1.iob index ffc5faf4..bf4087f1 100644 Binary files a/objects/jigsaw/village-bits/lanterns-e-1.iob and b/objects/jigsaw/village-bits/lanterns-e-1.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-e-2.iob b/objects/jigsaw/village-bits/lanterns-e-2.iob index 174bfe99..e5757d2d 100644 Binary files a/objects/jigsaw/village-bits/lanterns-e-2.iob and b/objects/jigsaw/village-bits/lanterns-e-2.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-e-3.iob b/objects/jigsaw/village-bits/lanterns-e-3.iob index d7e99b40..27902f2a 100644 Binary files a/objects/jigsaw/village-bits/lanterns-e-3.iob and b/objects/jigsaw/village-bits/lanterns-e-3.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-e-4.iob b/objects/jigsaw/village-bits/lanterns-e-4.iob index 6b9252a1..0d572152 100644 Binary files a/objects/jigsaw/village-bits/lanterns-e-4.iob and b/objects/jigsaw/village-bits/lanterns-e-4.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-e-5.iob b/objects/jigsaw/village-bits/lanterns-e-5.iob index adad3167..0c35cac6 100644 Binary files a/objects/jigsaw/village-bits/lanterns-e-5.iob and b/objects/jigsaw/village-bits/lanterns-e-5.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-nes-1.iob b/objects/jigsaw/village-bits/lanterns-nes-1.iob index fce64f61..706b38cc 100644 Binary files a/objects/jigsaw/village-bits/lanterns-nes-1.iob and b/objects/jigsaw/village-bits/lanterns-nes-1.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-nes-2.iob b/objects/jigsaw/village-bits/lanterns-nes-2.iob index 38af7d43..632b8765 100644 Binary files a/objects/jigsaw/village-bits/lanterns-nes-2.iob and b/objects/jigsaw/village-bits/lanterns-nes-2.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-nes-3.iob b/objects/jigsaw/village-bits/lanterns-nes-3.iob index f59d4e43..8b98f243 100644 Binary files a/objects/jigsaw/village-bits/lanterns-nes-3.iob and b/objects/jigsaw/village-bits/lanterns-nes-3.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-nes-4.iob b/objects/jigsaw/village-bits/lanterns-nes-4.iob index 490226b1..7a11b228 100644 Binary files a/objects/jigsaw/village-bits/lanterns-nes-4.iob and b/objects/jigsaw/village-bits/lanterns-nes-4.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-nes-5.iob b/objects/jigsaw/village-bits/lanterns-nes-5.iob index 0954cc19..f6501a21 100644 Binary files a/objects/jigsaw/village-bits/lanterns-nes-5.iob and b/objects/jigsaw/village-bits/lanterns-nes-5.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-ns-1.iob b/objects/jigsaw/village-bits/lanterns-ns-1.iob index 3b5da718..d29c0992 100644 Binary files a/objects/jigsaw/village-bits/lanterns-ns-1.iob and b/objects/jigsaw/village-bits/lanterns-ns-1.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-ns-2.iob b/objects/jigsaw/village-bits/lanterns-ns-2.iob index a5f054e8..b69a308e 100644 Binary files a/objects/jigsaw/village-bits/lanterns-ns-2.iob and b/objects/jigsaw/village-bits/lanterns-ns-2.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-ns-3.iob b/objects/jigsaw/village-bits/lanterns-ns-3.iob index ffe6765e..cb452d30 100644 Binary files a/objects/jigsaw/village-bits/lanterns-ns-3.iob and b/objects/jigsaw/village-bits/lanterns-ns-3.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-ns-4.iob b/objects/jigsaw/village-bits/lanterns-ns-4.iob index d0ca6a12..34a0b373 100644 Binary files a/objects/jigsaw/village-bits/lanterns-ns-4.iob and b/objects/jigsaw/village-bits/lanterns-ns-4.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-ns-5.iob b/objects/jigsaw/village-bits/lanterns-ns-5.iob index ddeeda50..a1cdbc17 100644 Binary files a/objects/jigsaw/village-bits/lanterns-ns-5.iob and b/objects/jigsaw/village-bits/lanterns-ns-5.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-x-1.iob b/objects/jigsaw/village-bits/lanterns-x-1.iob index 58a46a0c..c1d437cb 100644 Binary files a/objects/jigsaw/village-bits/lanterns-x-1.iob and b/objects/jigsaw/village-bits/lanterns-x-1.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-x-2.iob b/objects/jigsaw/village-bits/lanterns-x-2.iob index aa487841..d7f5725a 100644 Binary files a/objects/jigsaw/village-bits/lanterns-x-2.iob and b/objects/jigsaw/village-bits/lanterns-x-2.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-x-3.iob b/objects/jigsaw/village-bits/lanterns-x-3.iob index 199148df..65efbc9e 100644 Binary files a/objects/jigsaw/village-bits/lanterns-x-3.iob and b/objects/jigsaw/village-bits/lanterns-x-3.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-x-4.iob b/objects/jigsaw/village-bits/lanterns-x-4.iob index a90ab768..631c5512 100644 Binary files a/objects/jigsaw/village-bits/lanterns-x-4.iob and b/objects/jigsaw/village-bits/lanterns-x-4.iob differ diff --git a/objects/jigsaw/village-bits/lanterns-x-5.iob b/objects/jigsaw/village-bits/lanterns-x-5.iob index efdb435d..bc0151d6 100644 Binary files a/objects/jigsaw/village-bits/lanterns-x-5.iob and b/objects/jigsaw/village-bits/lanterns-x-5.iob differ diff --git a/objects/jigsaw/village-bits/logger-e-1.iob b/objects/jigsaw/village-bits/logger-e-1.iob index 29f3c930..7cfc6c96 100644 Binary files a/objects/jigsaw/village-bits/logger-e-1.iob and b/objects/jigsaw/village-bits/logger-e-1.iob differ diff --git a/objects/jigsaw/village-bits/logger-e-2.iob b/objects/jigsaw/village-bits/logger-e-2.iob index 93a04603..f2326ade 100644 Binary files a/objects/jigsaw/village-bits/logger-e-2.iob and b/objects/jigsaw/village-bits/logger-e-2.iob differ diff --git a/objects/jigsaw/village-bits/logger-e-3.iob b/objects/jigsaw/village-bits/logger-e-3.iob index f036d1e5..a2d2cc57 100644 Binary files a/objects/jigsaw/village-bits/logger-e-3.iob and b/objects/jigsaw/village-bits/logger-e-3.iob differ diff --git a/objects/jigsaw/village-bits/logger-e-4.iob b/objects/jigsaw/village-bits/logger-e-4.iob index a1d742cb..89778666 100644 Binary files a/objects/jigsaw/village-bits/logger-e-4.iob and b/objects/jigsaw/village-bits/logger-e-4.iob differ diff --git a/objects/jigsaw/village-bits/logger-e-5.iob b/objects/jigsaw/village-bits/logger-e-5.iob index 6c759fef..c9da4cb3 100644 Binary files a/objects/jigsaw/village-bits/logger-e-5.iob and b/objects/jigsaw/village-bits/logger-e-5.iob differ diff --git a/objects/jigsaw/village-bits/logger-ne-1.iob b/objects/jigsaw/village-bits/logger-ne-1.iob index bb2727a6..bec9acde 100644 Binary files a/objects/jigsaw/village-bits/logger-ne-1.iob and b/objects/jigsaw/village-bits/logger-ne-1.iob differ diff --git a/objects/jigsaw/village-bits/logger-ne-2.iob b/objects/jigsaw/village-bits/logger-ne-2.iob index c3e4cbdc..385280c4 100644 Binary files a/objects/jigsaw/village-bits/logger-ne-2.iob and b/objects/jigsaw/village-bits/logger-ne-2.iob differ diff --git a/objects/jigsaw/village-bits/logger-ne-3.iob b/objects/jigsaw/village-bits/logger-ne-3.iob index f47a62b6..f5f019f5 100644 Binary files a/objects/jigsaw/village-bits/logger-ne-3.iob and b/objects/jigsaw/village-bits/logger-ne-3.iob differ diff --git a/objects/jigsaw/village-bits/logger-ne-4.iob b/objects/jigsaw/village-bits/logger-ne-4.iob index bd3e770a..3c9ace2a 100644 Binary files a/objects/jigsaw/village-bits/logger-ne-4.iob and b/objects/jigsaw/village-bits/logger-ne-4.iob differ diff --git a/objects/jigsaw/village-bits/logger-ne-5.iob b/objects/jigsaw/village-bits/logger-ne-5.iob index 052151a2..12c3c3f9 100644 Binary files a/objects/jigsaw/village-bits/logger-ne-5.iob and b/objects/jigsaw/village-bits/logger-ne-5.iob differ diff --git a/objects/jigsaw/village-bits/logger-nes-1.iob b/objects/jigsaw/village-bits/logger-nes-1.iob index 7fe84c5a..ed9ddfd4 100644 Binary files a/objects/jigsaw/village-bits/logger-nes-1.iob and b/objects/jigsaw/village-bits/logger-nes-1.iob differ diff --git a/objects/jigsaw/village-bits/logger-nes-2.iob b/objects/jigsaw/village-bits/logger-nes-2.iob index 2e34425b..843122de 100644 Binary files a/objects/jigsaw/village-bits/logger-nes-2.iob and b/objects/jigsaw/village-bits/logger-nes-2.iob differ diff --git a/objects/jigsaw/village-bits/logger-nes-3.iob b/objects/jigsaw/village-bits/logger-nes-3.iob index b958bf71..b1be9079 100644 Binary files a/objects/jigsaw/village-bits/logger-nes-3.iob and b/objects/jigsaw/village-bits/logger-nes-3.iob differ diff --git a/objects/jigsaw/village-bits/logger-nes-4.iob b/objects/jigsaw/village-bits/logger-nes-4.iob index b1000eb5..ceb5a1e2 100644 Binary files a/objects/jigsaw/village-bits/logger-nes-4.iob and b/objects/jigsaw/village-bits/logger-nes-4.iob differ diff --git a/objects/jigsaw/village-bits/logger-nes-5.iob b/objects/jigsaw/village-bits/logger-nes-5.iob index e652b5ae..f4666253 100644 Binary files a/objects/jigsaw/village-bits/logger-nes-5.iob and b/objects/jigsaw/village-bits/logger-nes-5.iob differ diff --git a/objects/jigsaw/village-bits/logger-ns-1.iob b/objects/jigsaw/village-bits/logger-ns-1.iob index a9c0c33b..2c4a35b5 100644 Binary files a/objects/jigsaw/village-bits/logger-ns-1.iob and b/objects/jigsaw/village-bits/logger-ns-1.iob differ diff --git a/objects/jigsaw/village-bits/logger-ns-2.iob b/objects/jigsaw/village-bits/logger-ns-2.iob index b0758c94..53badcf3 100644 Binary files a/objects/jigsaw/village-bits/logger-ns-2.iob and b/objects/jigsaw/village-bits/logger-ns-2.iob differ diff --git a/objects/jigsaw/village-bits/logger-ns-3.iob b/objects/jigsaw/village-bits/logger-ns-3.iob index 21a87ee7..1ba3696d 100644 Binary files a/objects/jigsaw/village-bits/logger-ns-3.iob and b/objects/jigsaw/village-bits/logger-ns-3.iob differ diff --git a/objects/jigsaw/village-bits/logger-ns-4.iob b/objects/jigsaw/village-bits/logger-ns-4.iob index 6dfdd64e..63f4d4cd 100644 Binary files a/objects/jigsaw/village-bits/logger-ns-4.iob and b/objects/jigsaw/village-bits/logger-ns-4.iob differ diff --git a/objects/jigsaw/village-bits/logger-ns-5.iob b/objects/jigsaw/village-bits/logger-ns-5.iob index a33c5af9..819427d6 100644 Binary files a/objects/jigsaw/village-bits/logger-ns-5.iob and b/objects/jigsaw/village-bits/logger-ns-5.iob differ diff --git a/objects/jigsaw/village-bits/logger-x-1.iob b/objects/jigsaw/village-bits/logger-x-1.iob index e04eb961..70815b20 100644 Binary files a/objects/jigsaw/village-bits/logger-x-1.iob and b/objects/jigsaw/village-bits/logger-x-1.iob differ diff --git a/objects/jigsaw/village-bits/logger-x-2.iob b/objects/jigsaw/village-bits/logger-x-2.iob index ecaf4bd5..56d2850b 100644 Binary files a/objects/jigsaw/village-bits/logger-x-2.iob and b/objects/jigsaw/village-bits/logger-x-2.iob differ diff --git a/objects/jigsaw/village-bits/logger-x-3.iob b/objects/jigsaw/village-bits/logger-x-3.iob index 075036ec..c7891a9f 100644 Binary files a/objects/jigsaw/village-bits/logger-x-3.iob and b/objects/jigsaw/village-bits/logger-x-3.iob differ diff --git a/objects/jigsaw/village-bits/logger-x-4.iob b/objects/jigsaw/village-bits/logger-x-4.iob index d97ddf4e..3f99821a 100644 Binary files a/objects/jigsaw/village-bits/logger-x-4.iob and b/objects/jigsaw/village-bits/logger-x-4.iob differ diff --git a/objects/jigsaw/village-bits/logger-x-5.iob b/objects/jigsaw/village-bits/logger-x-5.iob index cbdf0db1..23bd1656 100644 Binary files a/objects/jigsaw/village-bits/logger-x-5.iob and b/objects/jigsaw/village-bits/logger-x-5.iob differ diff --git a/objects/jigsaw/village-bits/stonehome-esw-1.iob b/objects/jigsaw/village-bits/stonehome-esw-1.iob index 2e8f75de..4f6ff5d3 100644 Binary files a/objects/jigsaw/village-bits/stonehome-esw-1.iob and b/objects/jigsaw/village-bits/stonehome-esw-1.iob differ diff --git a/objects/jigsaw/village-bits/stonehome-esw-2.iob b/objects/jigsaw/village-bits/stonehome-esw-2.iob index 29a39038..5b8ea4cf 100644 Binary files a/objects/jigsaw/village-bits/stonehome-esw-2.iob and b/objects/jigsaw/village-bits/stonehome-esw-2.iob differ diff --git a/objects/jigsaw/village-bits/stonehome-esw-3.iob b/objects/jigsaw/village-bits/stonehome-esw-3.iob index e4ff95db..7584b8b9 100644 Binary files a/objects/jigsaw/village-bits/stonehome-esw-3.iob and b/objects/jigsaw/village-bits/stonehome-esw-3.iob differ diff --git a/objects/jigsaw/village-bits/stonehome-esw-4.iob b/objects/jigsaw/village-bits/stonehome-esw-4.iob index 5a3b6575..76e9bba6 100644 Binary files a/objects/jigsaw/village-bits/stonehome-esw-4.iob and b/objects/jigsaw/village-bits/stonehome-esw-4.iob differ diff --git a/objects/structures/BShip1.iob b/objects/structures/BShip1.iob index c7e7817a..a5d0ebc3 100644 Binary files a/objects/structures/BShip1.iob and b/objects/structures/BShip1.iob differ diff --git a/objects/structures/BShip2.iob b/objects/structures/BShip2.iob index 7b9d6548..7e48449c 100644 Binary files a/objects/structures/BShip2.iob and b/objects/structures/BShip2.iob differ diff --git a/objects/structures/BShip3.iob b/objects/structures/BShip3.iob index 79b71455..3efec2de 100644 Binary files a/objects/structures/BShip3.iob and b/objects/structures/BShip3.iob differ diff --git a/objects/structures/BShip4.iob b/objects/structures/BShip4.iob index 628ad327..937f5c6a 100644 Binary files a/objects/structures/BShip4.iob and b/objects/structures/BShip4.iob differ diff --git a/objects/structures/BShip5.iob b/objects/structures/BShip5.iob index b23be946..0919743c 100644 Binary files a/objects/structures/BShip5.iob and b/objects/structures/BShip5.iob differ diff --git a/objects/structures/BShip6.iob b/objects/structures/BShip6.iob index 648db0f3..c21bb95e 100644 Binary files a/objects/structures/BShip6.iob and b/objects/structures/BShip6.iob differ diff --git a/objects/structures/BarcoPirataGriffer.iob b/objects/structures/BarcoPirataGriffer.iob index de2e0b45..c3123117 100644 Binary files a/objects/structures/BarcoPirataGriffer.iob and b/objects/structures/BarcoPirataGriffer.iob differ diff --git a/objects/structures/FT_1.iob b/objects/structures/FT_1.iob index 8f9a726f..e42ccf91 100644 Binary files a/objects/structures/FT_1.iob and b/objects/structures/FT_1.iob differ diff --git a/objects/structures/amethyst1.iob b/objects/structures/amethyst1.iob index b2b91811..db09bd6d 100644 Binary files a/objects/structures/amethyst1.iob and b/objects/structures/amethyst1.iob differ diff --git a/objects/structures/amethyst2.iob b/objects/structures/amethyst2.iob index eaa4b330..dc828c6a 100644 Binary files a/objects/structures/amethyst2.iob and b/objects/structures/amethyst2.iob differ diff --git a/objects/structures/amethyst3.iob b/objects/structures/amethyst3.iob index bf19b033..5fb8562f 100644 Binary files a/objects/structures/amethyst3.iob and b/objects/structures/amethyst3.iob differ diff --git a/objects/structures/amethyst4.iob b/objects/structures/amethyst4.iob index fda755e6..80452a23 100644 Binary files a/objects/structures/amethyst4.iob and b/objects/structures/amethyst4.iob differ diff --git a/objects/structures/amethyst5.iob b/objects/structures/amethyst5.iob index d2ecb1da..427b8547 100644 Binary files a/objects/structures/amethyst5.iob and b/objects/structures/amethyst5.iob differ diff --git a/objects/structures/amethyst6.iob b/objects/structures/amethyst6.iob index 7e1f4c16..5c8fdae1 100644 Binary files a/objects/structures/amethyst6.iob and b/objects/structures/amethyst6.iob differ diff --git a/objects/structures/bonehand1.iob b/objects/structures/bonehand1.iob index 79a1df6e..4da15ad5 100644 Binary files a/objects/structures/bonehand1.iob and b/objects/structures/bonehand1.iob differ diff --git a/objects/structures/bonehand2.iob b/objects/structures/bonehand2.iob index d63fc07c..7cf58bd0 100644 Binary files a/objects/structures/bonehand2.iob and b/objects/structures/bonehand2.iob differ diff --git a/objects/structures/bonehand3.iob b/objects/structures/bonehand3.iob index 296460ed..aa3e3b67 100644 Binary files a/objects/structures/bonehand3.iob and b/objects/structures/bonehand3.iob differ diff --git a/objects/structures/brokmill1.iob b/objects/structures/brokmill1.iob index 8b974f05..b5eccbf1 100644 Binary files a/objects/structures/brokmill1.iob and b/objects/structures/brokmill1.iob differ diff --git a/objects/structures/cave1.iob b/objects/structures/cave1.iob index eff834c5..25708b54 100644 Binary files a/objects/structures/cave1.iob and b/objects/structures/cave1.iob differ diff --git a/objects/structures/cave2.iob b/objects/structures/cave2.iob index f0ee9181..b21d501c 100644 Binary files a/objects/structures/cave2.iob and b/objects/structures/cave2.iob differ diff --git a/objects/structures/cave3.iob b/objects/structures/cave3.iob index 6e1c8cc6..30b540fa 100644 Binary files a/objects/structures/cave3.iob and b/objects/structures/cave3.iob differ diff --git a/objects/structures/cave4.iob b/objects/structures/cave4.iob index 542199e3..c24ffe83 100644 Binary files a/objects/structures/cave4.iob and b/objects/structures/cave4.iob differ diff --git a/objects/structures/cave5.iob b/objects/structures/cave5.iob index 44569046..2a506c29 100644 Binary files a/objects/structures/cave5.iob and b/objects/structures/cave5.iob differ diff --git a/objects/structures/cave6.iob b/objects/structures/cave6.iob index 3f31ffa6..04939e73 100644 Binary files a/objects/structures/cave6.iob and b/objects/structures/cave6.iob differ diff --git a/objects/structures/crystal1.iob b/objects/structures/crystal1.iob index 113ad574..4e6fffe3 100644 Binary files a/objects/structures/crystal1.iob and b/objects/structures/crystal1.iob differ diff --git a/objects/structures/crystal10.iob b/objects/structures/crystal10.iob index fca67540..c6074505 100644 Binary files a/objects/structures/crystal10.iob and b/objects/structures/crystal10.iob differ diff --git a/objects/structures/crystal2.iob b/objects/structures/crystal2.iob index 638afacf..55a0f0f9 100644 Binary files a/objects/structures/crystal2.iob and b/objects/structures/crystal2.iob differ diff --git a/objects/structures/crystal3.iob b/objects/structures/crystal3.iob index ab7b75bd..ff065612 100644 Binary files a/objects/structures/crystal3.iob and b/objects/structures/crystal3.iob differ diff --git a/objects/structures/crystal4.iob b/objects/structures/crystal4.iob index f7123fe3..3e46d55c 100644 Binary files a/objects/structures/crystal4.iob and b/objects/structures/crystal4.iob differ diff --git a/objects/structures/crystal5.iob b/objects/structures/crystal5.iob index 3703afee..b2659cbf 100644 Binary files a/objects/structures/crystal5.iob and b/objects/structures/crystal5.iob differ diff --git a/objects/structures/crystal6.iob b/objects/structures/crystal6.iob index 4901a30b..b2e15f73 100644 Binary files a/objects/structures/crystal6.iob and b/objects/structures/crystal6.iob differ diff --git a/objects/structures/crystal7.iob b/objects/structures/crystal7.iob index dbb614b1..e654f7f3 100644 Binary files a/objects/structures/crystal7.iob and b/objects/structures/crystal7.iob differ diff --git a/objects/structures/crystal8.iob b/objects/structures/crystal8.iob index 1358e7da..ecdacaf4 100644 Binary files a/objects/structures/crystal8.iob and b/objects/structures/crystal8.iob differ diff --git a/objects/structures/crystal9.iob b/objects/structures/crystal9.iob index 7ad07523..b48ddbdc 100644 Binary files a/objects/structures/crystal9.iob and b/objects/structures/crystal9.iob differ diff --git a/objects/structures/deepslate1.iob b/objects/structures/deepslate1.iob index 3a023fe8..6d9e02f0 100644 Binary files a/objects/structures/deepslate1.iob and b/objects/structures/deepslate1.iob differ diff --git a/objects/structures/deepslate2.iob b/objects/structures/deepslate2.iob index 84d1a3e7..230393f0 100644 Binary files a/objects/structures/deepslate2.iob and b/objects/structures/deepslate2.iob differ diff --git a/objects/structures/deepslate3.iob b/objects/structures/deepslate3.iob index de7f87c3..804aaebf 100644 Binary files a/objects/structures/deepslate3.iob and b/objects/structures/deepslate3.iob differ diff --git a/objects/structures/floatisle1.iob b/objects/structures/floatisle1.iob index 4fe64d0a..b6202ea2 100644 Binary files a/objects/structures/floatisle1.iob and b/objects/structures/floatisle1.iob differ diff --git a/objects/structures/gall1.iob b/objects/structures/gall1.iob index 81cab993..818a11e9 100644 Binary files a/objects/structures/gall1.iob and b/objects/structures/gall1.iob differ diff --git a/objects/structures/gall2.iob b/objects/structures/gall2.iob index bf7f5c33..44a9e5c9 100644 Binary files a/objects/structures/gall2.iob and b/objects/structures/gall2.iob differ diff --git a/objects/structures/gall3.iob b/objects/structures/gall3.iob index a4557d96..cdbeccc1 100644 Binary files a/objects/structures/gall3.iob and b/objects/structures/gall3.iob differ diff --git a/objects/structures/giantportal1.iob b/objects/structures/giantportal1.iob index 7d830eac..f3195d0b 100644 Binary files a/objects/structures/giantportal1.iob and b/objects/structures/giantportal1.iob differ diff --git a/objects/structures/giantportal2.iob b/objects/structures/giantportal2.iob index c228a4f7..fbfd5bb0 100644 Binary files a/objects/structures/giantportal2.iob and b/objects/structures/giantportal2.iob differ diff --git a/objects/structures/giantportal3.iob b/objects/structures/giantportal3.iob index 69eb1c72..63ee4693 100644 Binary files a/objects/structures/giantportal3.iob and b/objects/structures/giantportal3.iob differ diff --git a/objects/structures/hut.iob b/objects/structures/hut.iob index 84f5ea67..11ba874b 100644 Binary files a/objects/structures/hut.iob and b/objects/structures/hut.iob differ diff --git a/objects/structures/islhead1.iob b/objects/structures/islhead1.iob index 2b284274..f00ad1eb 100644 Binary files a/objects/structures/islhead1.iob and b/objects/structures/islhead1.iob differ diff --git a/objects/structures/kship1.iob b/objects/structures/kship1.iob index 9fee161a..e9783ecb 100644 Binary files a/objects/structures/kship1.iob and b/objects/structures/kship1.iob differ diff --git a/objects/structures/kship2.iob b/objects/structures/kship2.iob index 07e7a824..5dcaf96a 100644 Binary files a/objects/structures/kship2.iob and b/objects/structures/kship2.iob differ diff --git a/objects/structures/kship3.iob b/objects/structures/kship3.iob index 1bbf32d9..fe79214f 100644 Binary files a/objects/structures/kship3.iob and b/objects/structures/kship3.iob differ diff --git a/objects/structures/kship4.iob b/objects/structures/kship4.iob index e8434dd1..a60a5dfb 100644 Binary files a/objects/structures/kship4.iob and b/objects/structures/kship4.iob differ diff --git a/objects/structures/landspike1.iob b/objects/structures/landspike1.iob index 41c03aa5..ef745d63 100644 Binary files a/objects/structures/landspike1.iob and b/objects/structures/landspike1.iob differ diff --git a/objects/structures/landspike2.iob b/objects/structures/landspike2.iob index 61bb205a..a0e5347a 100644 Binary files a/objects/structures/landspike2.iob and b/objects/structures/landspike2.iob differ diff --git a/objects/structures/landspike3.iob b/objects/structures/landspike3.iob index 8a9a43bc..c697f472 100644 Binary files a/objects/structures/landspike3.iob and b/objects/structures/landspike3.iob differ diff --git a/objects/structures/landstone1.iob b/objects/structures/landstone1.iob index fa8c9254..48e3e409 100644 Binary files a/objects/structures/landstone1.iob and b/objects/structures/landstone1.iob differ diff --git a/objects/structures/landstone2.iob b/objects/structures/landstone2.iob index 0fadd417..9d16e048 100644 Binary files a/objects/structures/landstone2.iob and b/objects/structures/landstone2.iob differ diff --git a/objects/structures/landstone3.iob b/objects/structures/landstone3.iob index 4dd8b494..f410ab5e 100644 Binary files a/objects/structures/landstone3.iob and b/objects/structures/landstone3.iob differ diff --git a/objects/structures/landstone4.iob b/objects/structures/landstone4.iob index 3d4bf6c6..161d4ab2 100644 Binary files a/objects/structures/landstone4.iob and b/objects/structures/landstone4.iob differ diff --git a/objects/structures/landstone5.iob b/objects/structures/landstone5.iob index baeba173..0baaf2eb 100644 Binary files a/objects/structures/landstone5.iob and b/objects/structures/landstone5.iob differ diff --git a/objects/structures/megaportal1.iob b/objects/structures/megaportal1.iob index 2eedca29..a73e9308 100644 Binary files a/objects/structures/megaportal1.iob and b/objects/structures/megaportal1.iob differ diff --git a/objects/structures/megaportal2.iob b/objects/structures/megaportal2.iob index 35574ecc..8c0ff889 100644 Binary files a/objects/structures/megaportal2.iob and b/objects/structures/megaportal2.iob differ diff --git a/objects/structures/mlandstone1.iob b/objects/structures/mlandstone1.iob index f76f1522..67d0d8fd 100644 Binary files a/objects/structures/mlandstone1.iob and b/objects/structures/mlandstone1.iob differ diff --git a/objects/structures/mlandstone2.iob b/objects/structures/mlandstone2.iob index 6a9cf40b..062a702d 100644 Binary files a/objects/structures/mlandstone2.iob and b/objects/structures/mlandstone2.iob differ diff --git a/objects/structures/mlandstone3.iob b/objects/structures/mlandstone3.iob index 1c2b23e0..ae255f13 100644 Binary files a/objects/structures/mlandstone3.iob and b/objects/structures/mlandstone3.iob differ diff --git a/objects/structures/mlandstone4.iob b/objects/structures/mlandstone4.iob index 44644cd3..b7370d3f 100644 Binary files a/objects/structures/mlandstone4.iob and b/objects/structures/mlandstone4.iob differ diff --git a/objects/structures/mlandstone5.iob b/objects/structures/mlandstone5.iob index 33e370f1..b2bbfc90 100644 Binary files a/objects/structures/mlandstone5.iob and b/objects/structures/mlandstone5.iob differ diff --git a/objects/structures/monolith1.iob b/objects/structures/monolith1.iob index 2786eb55..91e95db5 100644 Binary files a/objects/structures/monolith1.iob and b/objects/structures/monolith1.iob differ diff --git a/objects/structures/monolith2.iob b/objects/structures/monolith2.iob index 0ffb6039..89d3ed44 100644 Binary files a/objects/structures/monolith2.iob and b/objects/structures/monolith2.iob differ diff --git a/objects/structures/monolith3.iob b/objects/structures/monolith3.iob index e232ef58..8e002549 100644 Binary files a/objects/structures/monolith3.iob and b/objects/structures/monolith3.iob differ diff --git a/objects/structures/monolith4.iob b/objects/structures/monolith4.iob index 0ba50559..47faf30c 100644 Binary files a/objects/structures/monolith4.iob and b/objects/structures/monolith4.iob differ diff --git a/objects/structures/monolith5.iob b/objects/structures/monolith5.iob index 3c1271cb..67547f39 100644 Binary files a/objects/structures/monolith5.iob and b/objects/structures/monolith5.iob differ diff --git a/objects/structures/monolith6.iob b/objects/structures/monolith6.iob index 9785ffd1..991901b0 100644 Binary files a/objects/structures/monolith6.iob and b/objects/structures/monolith6.iob differ diff --git a/objects/structures/oakspindle1.iob b/objects/structures/oakspindle1.iob index 9bee0c49..2bfcc2aa 100644 Binary files a/objects/structures/oakspindle1.iob and b/objects/structures/oakspindle1.iob differ diff --git a/objects/structures/oakspindle2.iob b/objects/structures/oakspindle2.iob index eaf2cfb4..e48dd75f 100644 Binary files a/objects/structures/oakspindle2.iob and b/objects/structures/oakspindle2.iob differ diff --git a/objects/structures/oakspindle3.iob b/objects/structures/oakspindle3.iob index 33131f77..40e5c2a7 100644 Binary files a/objects/structures/oakspindle3.iob and b/objects/structures/oakspindle3.iob differ diff --git a/objects/structures/oakspindle4.iob b/objects/structures/oakspindle4.iob index 0c9568eb..3b646d00 100644 Binary files a/objects/structures/oakspindle4.iob and b/objects/structures/oakspindle4.iob differ diff --git a/objects/structures/oakspindle5.iob b/objects/structures/oakspindle5.iob index bbfe4775..02299733 100644 Binary files a/objects/structures/oakspindle5.iob and b/objects/structures/oakspindle5.iob differ diff --git a/objects/structures/oakspindle6.iob b/objects/structures/oakspindle6.iob index bbbbcc7f..b8420132 100644 Binary files a/objects/structures/oakspindle6.iob and b/objects/structures/oakspindle6.iob differ diff --git a/objects/structures/oakspindle7.iob b/objects/structures/oakspindle7.iob index 79fb7a81..5efdf118 100644 Binary files a/objects/structures/oakspindle7.iob and b/objects/structures/oakspindle7.iob differ diff --git a/objects/structures/oruins2.iob b/objects/structures/oruins2.iob index 67f9f2ee..f34f2a15 100644 Binary files a/objects/structures/oruins2.iob and b/objects/structures/oruins2.iob differ diff --git a/objects/structures/oruins3.iob b/objects/structures/oruins3.iob index c7a4620d..b75d7e19 100644 Binary files a/objects/structures/oruins3.iob and b/objects/structures/oruins3.iob differ diff --git a/objects/structures/portal1.iob b/objects/structures/portal1.iob index d6f7fe77..02c14f29 100644 Binary files a/objects/structures/portal1.iob and b/objects/structures/portal1.iob differ diff --git a/objects/structures/portal10.iob b/objects/structures/portal10.iob index 62d266a6..90d4c6fe 100644 Binary files a/objects/structures/portal10.iob and b/objects/structures/portal10.iob differ diff --git a/objects/structures/portal2.iob b/objects/structures/portal2.iob index 3f9f5f6f..7ae93b63 100644 Binary files a/objects/structures/portal2.iob and b/objects/structures/portal2.iob differ diff --git a/objects/structures/portal3.iob b/objects/structures/portal3.iob index e2fbb9e3..060cf931 100644 Binary files a/objects/structures/portal3.iob and b/objects/structures/portal3.iob differ diff --git a/objects/structures/portal4.iob b/objects/structures/portal4.iob index d73ee17f..58ad7a18 100644 Binary files a/objects/structures/portal4.iob and b/objects/structures/portal4.iob differ diff --git a/objects/structures/portal5.iob b/objects/structures/portal5.iob index 19cfece8..b1d9cd84 100644 Binary files a/objects/structures/portal5.iob and b/objects/structures/portal5.iob differ diff --git a/objects/structures/portal6.iob b/objects/structures/portal6.iob index 76baeb0e..d04c2931 100644 Binary files a/objects/structures/portal6.iob and b/objects/structures/portal6.iob differ diff --git a/objects/structures/portal7.iob b/objects/structures/portal7.iob index 1fb6ecad..c1dd197c 100644 Binary files a/objects/structures/portal7.iob and b/objects/structures/portal7.iob differ diff --git a/objects/structures/portal8.iob b/objects/structures/portal8.iob index 3203d0e0..851e18a2 100644 Binary files a/objects/structures/portal8.iob and b/objects/structures/portal8.iob differ diff --git a/objects/structures/portal9.iob b/objects/structures/portal9.iob index 5f131905..ef051cfc 100644 Binary files a/objects/structures/portal9.iob and b/objects/structures/portal9.iob differ diff --git a/objects/structures/presentblue19.iob b/objects/structures/presentblue19.iob index 0fc640e6..43d8684a 100644 Binary files a/objects/structures/presentblue19.iob and b/objects/structures/presentblue19.iob differ diff --git a/objects/structures/presentbluea20.iob b/objects/structures/presentbluea20.iob index 69f41015..7ff6b18b 100644 Binary files a/objects/structures/presentbluea20.iob and b/objects/structures/presentbluea20.iob differ diff --git a/objects/structures/presentmediumblue17.iob b/objects/structures/presentmediumblue17.iob index 1ec2a364..1e618883 100644 Binary files a/objects/structures/presentmediumblue17.iob and b/objects/structures/presentmediumblue17.iob differ diff --git a/objects/structures/presentmediumbluea18.iob b/objects/structures/presentmediumbluea18.iob index 2c82912f..fe2bdc72 100644 Binary files a/objects/structures/presentmediumbluea18.iob and b/objects/structures/presentmediumbluea18.iob differ diff --git a/objects/structures/presentmediumred15.iob b/objects/structures/presentmediumred15.iob index ac115db6..1699c040 100644 Binary files a/objects/structures/presentmediumred15.iob and b/objects/structures/presentmediumred15.iob differ diff --git a/objects/structures/presentmediumreda16.iob b/objects/structures/presentmediumreda16.iob index 2257f4a7..bcc71ebd 100644 Binary files a/objects/structures/presentmediumreda16.iob and b/objects/structures/presentmediumreda16.iob differ diff --git a/objects/structures/presentred13.iob b/objects/structures/presentred13.iob index 93f4b0c1..0531c8c9 100644 Binary files a/objects/structures/presentred13.iob and b/objects/structures/presentred13.iob differ diff --git a/objects/structures/presentreda14.iob b/objects/structures/presentreda14.iob index 8f8ad674..666a956d 100644 Binary files a/objects/structures/presentreda14.iob and b/objects/structures/presentreda14.iob differ diff --git a/objects/structures/presentsupermassiveblue11.iob b/objects/structures/presentsupermassiveblue11.iob index c6f4f2a1..d29456d8 100644 Binary files a/objects/structures/presentsupermassiveblue11.iob and b/objects/structures/presentsupermassiveblue11.iob differ diff --git a/objects/structures/presentsupermassivebluea12.iob b/objects/structures/presentsupermassivebluea12.iob index bac28bd3..2e79cc9d 100644 Binary files a/objects/structures/presentsupermassivebluea12.iob and b/objects/structures/presentsupermassivebluea12.iob differ diff --git a/objects/structures/presentsupermassivegreen9.iob b/objects/structures/presentsupermassivegreen9.iob index a97e2370..c31b079a 100644 Binary files a/objects/structures/presentsupermassivegreen9.iob and b/objects/structures/presentsupermassivegreen9.iob differ diff --git a/objects/structures/presentsupermassivegreena10.iob b/objects/structures/presentsupermassivegreena10.iob index be470780..8ea182b0 100644 Binary files a/objects/structures/presentsupermassivegreena10.iob and b/objects/structures/presentsupermassivegreena10.iob differ diff --git a/objects/structures/presentsupermassiveorange7.iob b/objects/structures/presentsupermassiveorange7.iob index 2337718e..ea0f63d5 100644 Binary files a/objects/structures/presentsupermassiveorange7.iob and b/objects/structures/presentsupermassiveorange7.iob differ diff --git a/objects/structures/presentsupermassiveorangea8.iob b/objects/structures/presentsupermassiveorangea8.iob index a9531ed6..f13f4afb 100644 Binary files a/objects/structures/presentsupermassiveorangea8.iob and b/objects/structures/presentsupermassiveorangea8.iob differ diff --git a/objects/structures/presentsupermassivepurple5.iob b/objects/structures/presentsupermassivepurple5.iob index f1f35e89..b2da9ff9 100644 Binary files a/objects/structures/presentsupermassivepurple5.iob and b/objects/structures/presentsupermassivepurple5.iob differ diff --git a/objects/structures/presentsupermassivepurplea6.iob b/objects/structures/presentsupermassivepurplea6.iob index 36008f0e..bea95663 100644 Binary files a/objects/structures/presentsupermassivepurplea6.iob and b/objects/structures/presentsupermassivepurplea6.iob differ diff --git a/objects/structures/presentsupermassivered3.iob b/objects/structures/presentsupermassivered3.iob index defbcc38..864f1c59 100644 Binary files a/objects/structures/presentsupermassivered3.iob and b/objects/structures/presentsupermassivered3.iob differ diff --git a/objects/structures/presentsupermassivereda4.iob b/objects/structures/presentsupermassivereda4.iob index 11ca1d09..d7a2e24e 100644 Binary files a/objects/structures/presentsupermassivereda4.iob and b/objects/structures/presentsupermassivereda4.iob differ diff --git a/objects/structures/presentsupermassiveyellow1.iob b/objects/structures/presentsupermassiveyellow1.iob index e2125103..cbfd7f8e 100644 Binary files a/objects/structures/presentsupermassiveyellow1.iob and b/objects/structures/presentsupermassiveyellow1.iob differ diff --git a/objects/structures/presentsupermassiveyellowa2.iob b/objects/structures/presentsupermassiveyellowa2.iob index 064d16b3..b7bdc20d 100644 Binary files a/objects/structures/presentsupermassiveyellowa2.iob and b/objects/structures/presentsupermassiveyellowa2.iob differ diff --git a/objects/structures/ruin1.iob b/objects/structures/ruin1.iob index 8b974f05..b5eccbf1 100644 Binary files a/objects/structures/ruin1.iob and b/objects/structures/ruin1.iob differ diff --git a/objects/structures/ruin2.iob b/objects/structures/ruin2.iob index 5df0c613..943c38ca 100644 Binary files a/objects/structures/ruin2.iob and b/objects/structures/ruin2.iob differ diff --git a/objects/structures/ruin3.iob b/objects/structures/ruin3.iob index 5a9790a5..c8130c9b 100644 Binary files a/objects/structures/ruin3.iob and b/objects/structures/ruin3.iob differ diff --git a/objects/structures/ruin4.iob b/objects/structures/ruin4.iob index 8f0d48d3..040b0130 100644 Binary files a/objects/structures/ruin4.iob and b/objects/structures/ruin4.iob differ diff --git a/objects/structures/ruins-desert-1.iob b/objects/structures/ruins-desert-1.iob index 7486adbb..af66f203 100644 Binary files a/objects/structures/ruins-desert-1.iob and b/objects/structures/ruins-desert-1.iob differ diff --git a/objects/structures/ruins-desert-2.iob b/objects/structures/ruins-desert-2.iob index 29f6cc24..9e00f984 100644 Binary files a/objects/structures/ruins-desert-2.iob and b/objects/structures/ruins-desert-2.iob differ diff --git a/objects/structures/ruins-greek-temple.iob b/objects/structures/ruins-greek-temple.iob index d7697778..0c6ac7e5 100644 Binary files a/objects/structures/ruins-greek-temple.iob and b/objects/structures/ruins-greek-temple.iob differ diff --git a/objects/structures/rustic4.iob b/objects/structures/rustic4.iob index d81b0327..4e0491b1 100644 Binary files a/objects/structures/rustic4.iob and b/objects/structures/rustic4.iob differ diff --git a/objects/structures/ship1.iob b/objects/structures/ship1.iob index f2cefcd6..4c8dd8e7 100644 Binary files a/objects/structures/ship1.iob and b/objects/structures/ship1.iob differ diff --git a/objects/structures/ship2.iob b/objects/structures/ship2.iob index b0b39ea4..63a7da0a 100644 Binary files a/objects/structures/ship2.iob and b/objects/structures/ship2.iob differ diff --git a/objects/structures/shipgenericc.iob b/objects/structures/shipgenericc.iob index a3af4935..ac254565 100644 Binary files a/objects/structures/shipgenericc.iob and b/objects/structures/shipgenericc.iob differ diff --git a/objects/structures/shipgenericg.iob b/objects/structures/shipgenericg.iob index db18b75c..839d04a9 100644 Binary files a/objects/structures/shipgenericg.iob and b/objects/structures/shipgenericg.iob differ diff --git a/objects/structures/shipgenericplain.iob b/objects/structures/shipgenericplain.iob index 1ef5ddb7..e8ca1865 100644 Binary files a/objects/structures/shipgenericplain.iob and b/objects/structures/shipgenericplain.iob differ diff --git a/objects/structures/shipgenericr.iob b/objects/structures/shipgenericr.iob index 05736bc1..64f7ad41 100644 Binary files a/objects/structures/shipgenericr.iob and b/objects/structures/shipgenericr.iob differ diff --git a/objects/structures/shipgenericu.iob b/objects/structures/shipgenericu.iob index 43a78a3e..381ceb8f 100644 Binary files a/objects/structures/shipgenericu.iob and b/objects/structures/shipgenericu.iob differ diff --git a/objects/structures/shipgenericw.iob b/objects/structures/shipgenericw.iob index 4c74122a..81a58e28 100644 Binary files a/objects/structures/shipgenericw.iob and b/objects/structures/shipgenericw.iob differ diff --git a/objects/structures/shiprightsideupbackhalf.iob b/objects/structures/shiprightsideupbackhalf.iob index 19953390..faaaa4bd 100644 Binary files a/objects/structures/shiprightsideupbackhalf.iob and b/objects/structures/shiprightsideupbackhalf.iob differ diff --git a/objects/structures/shiprightsideupbackhalfdegraded.iob b/objects/structures/shiprightsideupbackhalfdegraded.iob index 971d218b..402b34e9 100644 Binary files a/objects/structures/shiprightsideupbackhalfdegraded.iob and b/objects/structures/shiprightsideupbackhalfdegraded.iob differ diff --git a/objects/structures/shiprightsideupfronthalf.iob b/objects/structures/shiprightsideupfronthalf.iob index 502c56c2..dde8e079 100644 Binary files a/objects/structures/shiprightsideupfronthalf.iob and b/objects/structures/shiprightsideupfronthalf.iob differ diff --git a/objects/structures/shiprightsideupfronthalfdegraded.iob b/objects/structures/shiprightsideupfronthalfdegraded.iob index aa060e99..1fcc0e14 100644 Binary files a/objects/structures/shiprightsideupfronthalfdegraded.iob and b/objects/structures/shiprightsideupfronthalfdegraded.iob differ diff --git a/objects/structures/shiprightsideupfull.iob b/objects/structures/shiprightsideupfull.iob index bb24d7b0..10881d7a 100644 Binary files a/objects/structures/shiprightsideupfull.iob and b/objects/structures/shiprightsideupfull.iob differ diff --git a/objects/structures/shiprightsideupfulldegraded.iob b/objects/structures/shiprightsideupfulldegraded.iob index 4c60d8d3..eef02e50 100644 Binary files a/objects/structures/shiprightsideupfulldegraded.iob and b/objects/structures/shiprightsideupfulldegraded.iob differ diff --git a/objects/structures/shipsidewaysbackhalf.iob b/objects/structures/shipsidewaysbackhalf.iob index 39245acc..ad47a31f 100644 Binary files a/objects/structures/shipsidewaysbackhalf.iob and b/objects/structures/shipsidewaysbackhalf.iob differ diff --git a/objects/structures/shipsidewaysbackhalfdegraded.iob b/objects/structures/shipsidewaysbackhalfdegraded.iob index ec7e2cad..8a057679 100644 Binary files a/objects/structures/shipsidewaysbackhalfdegraded.iob and b/objects/structures/shipsidewaysbackhalfdegraded.iob differ diff --git a/objects/structures/shipsidewaysfronthalf.iob b/objects/structures/shipsidewaysfronthalf.iob index 1b36a407..e5aedacc 100644 Binary files a/objects/structures/shipsidewaysfronthalf.iob and b/objects/structures/shipsidewaysfronthalf.iob differ diff --git a/objects/structures/shipsidewaysfronthalfdegraded.iob b/objects/structures/shipsidewaysfronthalfdegraded.iob index e2bb4adb..82111cea 100644 Binary files a/objects/structures/shipsidewaysfronthalfdegraded.iob and b/objects/structures/shipsidewaysfronthalfdegraded.iob differ diff --git a/objects/structures/shipsidewaysfull.iob b/objects/structures/shipsidewaysfull.iob index b19d61f2..932b7f17 100644 Binary files a/objects/structures/shipsidewaysfull.iob and b/objects/structures/shipsidewaysfull.iob differ diff --git a/objects/structures/shipsidewaysfulldegraded.iob b/objects/structures/shipsidewaysfulldegraded.iob index 19dbe999..c3d4b729 100644 Binary files a/objects/structures/shipsidewaysfulldegraded.iob and b/objects/structures/shipsidewaysfulldegraded.iob differ diff --git a/objects/structures/shipupsidedownbackhalf.iob b/objects/structures/shipupsidedownbackhalf.iob index dceeb25a..005bf61c 100644 Binary files a/objects/structures/shipupsidedownbackhalf.iob and b/objects/structures/shipupsidedownbackhalf.iob differ diff --git a/objects/structures/shipupsidedownbackhalfdegraded.iob b/objects/structures/shipupsidedownbackhalfdegraded.iob index 70068f81..10a51a3b 100644 Binary files a/objects/structures/shipupsidedownbackhalfdegraded.iob and b/objects/structures/shipupsidedownbackhalfdegraded.iob differ diff --git a/objects/structures/shipupsidedownfronthalf.iob b/objects/structures/shipupsidedownfronthalf.iob index 2a9c6cb3..54ab1d66 100644 Binary files a/objects/structures/shipupsidedownfronthalf.iob and b/objects/structures/shipupsidedownfronthalf.iob differ diff --git a/objects/structures/shipupsidedownfronthalfdegraded.iob b/objects/structures/shipupsidedownfronthalfdegraded.iob index 92a5d080..60ae6c75 100644 Binary files a/objects/structures/shipupsidedownfronthalfdegraded.iob and b/objects/structures/shipupsidedownfronthalfdegraded.iob differ diff --git a/objects/structures/shipupsidedownfull.iob b/objects/structures/shipupsidedownfull.iob index 986ea3e8..d41551de 100644 Binary files a/objects/structures/shipupsidedownfull.iob and b/objects/structures/shipupsidedownfull.iob differ diff --git a/objects/structures/shipupsidedownfulldegraded.iob b/objects/structures/shipupsidedownfulldegraded.iob index 3be29a38..0b4faa49 100644 Binary files a/objects/structures/shipupsidedownfulldegraded.iob and b/objects/structures/shipupsidedownfulldegraded.iob differ diff --git a/objects/structures/shipwithmast.iob b/objects/structures/shipwithmast.iob index c40bc645..b60475cf 100644 Binary files a/objects/structures/shipwithmast.iob and b/objects/structures/shipwithmast.iob differ diff --git a/objects/structures/shipwithmastdegraded.iob b/objects/structures/shipwithmastdegraded.iob index bf0fc5ea..2cb023bb 100644 Binary files a/objects/structures/shipwithmastdegraded.iob and b/objects/structures/shipwithmastdegraded.iob differ diff --git a/objects/structures/snowulder.iob b/objects/structures/snowulder.iob index 867d9635..24c6d424 100644 Binary files a/objects/structures/snowulder.iob and b/objects/structures/snowulder.iob differ diff --git a/objects/structures/swampforearm1.iob b/objects/structures/swampforearm1.iob index da77256c..c0f6d232 100644 Binary files a/objects/structures/swampforearm1.iob and b/objects/structures/swampforearm1.iob differ diff --git a/objects/structures/swampforearm2.iob b/objects/structures/swampforearm2.iob index 55ac61e3..8d04b6f0 100644 Binary files a/objects/structures/swampforearm2.iob and b/objects/structures/swampforearm2.iob differ diff --git a/objects/structures/swampforearm3.iob b/objects/structures/swampforearm3.iob index b9c17da9..21312669 100644 Binary files a/objects/structures/swampforearm3.iob and b/objects/structures/swampforearm3.iob differ diff --git a/objects/structures/swampforearm4.iob b/objects/structures/swampforearm4.iob index 77c96576..d5cd91fb 100644 Binary files a/objects/structures/swampforearm4.iob and b/objects/structures/swampforearm4.iob differ diff --git a/objects/structures/swampforearm5.iob b/objects/structures/swampforearm5.iob index 525c86a7..7eb0b95f 100644 Binary files a/objects/structures/swampforearm5.iob and b/objects/structures/swampforearm5.iob differ diff --git a/objects/structures/swordnp1.iob b/objects/structures/swordnp1.iob index e84856c7..1aa32472 100644 Binary files a/objects/structures/swordnp1.iob and b/objects/structures/swordnp1.iob differ diff --git a/objects/structures/swordnp2.iob b/objects/structures/swordnp2.iob index c137ef44..ffe4bcc7 100644 Binary files a/objects/structures/swordnp2.iob and b/objects/structures/swordnp2.iob differ diff --git a/objects/structures/swordnpstr1.iob b/objects/structures/swordnpstr1.iob index 63ebe6b2..683fc799 100644 Binary files a/objects/structures/swordnpstr1.iob and b/objects/structures/swordnpstr1.iob differ diff --git a/objects/structures/swordnpstr2.iob b/objects/structures/swordnpstr2.iob index 721a7af0..a5826957 100644 Binary files a/objects/structures/swordnpstr2.iob and b/objects/structures/swordnpstr2.iob differ diff --git a/objects/structures/swreck1.iob b/objects/structures/swreck1.iob index 58fd218f..48737b54 100644 Binary files a/objects/structures/swreck1.iob and b/objects/structures/swreck1.iob differ diff --git a/objects/structures/tentaclecold1.iob b/objects/structures/tentaclecold1.iob index f89f7b2e..173919ed 100644 Binary files a/objects/structures/tentaclecold1.iob and b/objects/structures/tentaclecold1.iob differ diff --git a/objects/structures/tentaclecold2.iob b/objects/structures/tentaclecold2.iob index d471527c..85c60de5 100644 Binary files a/objects/structures/tentaclecold2.iob and b/objects/structures/tentaclecold2.iob differ diff --git a/objects/structures/tentaclecold3.iob b/objects/structures/tentaclecold3.iob index be428567..1b99c81c 100644 Binary files a/objects/structures/tentaclecold3.iob and b/objects/structures/tentaclecold3.iob differ diff --git a/objects/structures/tentaclecold4.iob b/objects/structures/tentaclecold4.iob index 56c2960a..1540668b 100644 Binary files a/objects/structures/tentaclecold4.iob and b/objects/structures/tentaclecold4.iob differ diff --git a/objects/structures/tentaclecold5.iob b/objects/structures/tentaclecold5.iob index a02bc1ac..de436908 100644 Binary files a/objects/structures/tentaclecold5.iob and b/objects/structures/tentaclecold5.iob differ diff --git a/objects/structures/tentaclecold6.iob b/objects/structures/tentaclecold6.iob index 369530cb..62c8211b 100644 Binary files a/objects/structures/tentaclecold6.iob and b/objects/structures/tentaclecold6.iob differ diff --git a/objects/structures/tentaclecold7.iob b/objects/structures/tentaclecold7.iob index 72a88a96..a0170451 100644 Binary files a/objects/structures/tentaclecold7.iob and b/objects/structures/tentaclecold7.iob differ diff --git a/objects/structures/tentaclecold8.iob b/objects/structures/tentaclecold8.iob index 4393df82..ee9d8a31 100644 Binary files a/objects/structures/tentaclecold8.iob and b/objects/structures/tentaclecold8.iob differ diff --git a/objects/structures/tentacledarkwood1.iob b/objects/structures/tentacledarkwood1.iob index a236db43..d4e1d4b7 100644 Binary files a/objects/structures/tentacledarkwood1.iob and b/objects/structures/tentacledarkwood1.iob differ diff --git a/objects/structures/tentacledarkwood2.iob b/objects/structures/tentacledarkwood2.iob index 9e683935..794c67fa 100644 Binary files a/objects/structures/tentacledarkwood2.iob and b/objects/structures/tentacledarkwood2.iob differ diff --git a/objects/structures/tentacledarkwood3.iob b/objects/structures/tentacledarkwood3.iob index 03a7e50b..fcbda418 100644 Binary files a/objects/structures/tentacledarkwood3.iob and b/objects/structures/tentacledarkwood3.iob differ diff --git a/objects/structures/tentaclefire1.iob b/objects/structures/tentaclefire1.iob index 3c70318c..447939b3 100644 Binary files a/objects/structures/tentaclefire1.iob and b/objects/structures/tentaclefire1.iob differ diff --git a/objects/structures/tentaclefire2.iob b/objects/structures/tentaclefire2.iob index d98ea3a4..834eba0f 100644 Binary files a/objects/structures/tentaclefire2.iob and b/objects/structures/tentaclefire2.iob differ diff --git a/objects/structures/tentaclefire3.iob b/objects/structures/tentaclefire3.iob index 50182dfd..08586d95 100644 Binary files a/objects/structures/tentaclefire3.iob and b/objects/structures/tentaclefire3.iob differ diff --git a/objects/structures/tentaclefire4.iob b/objects/structures/tentaclefire4.iob index 7e41d24e..82a4c41d 100644 Binary files a/objects/structures/tentaclefire4.iob and b/objects/structures/tentaclefire4.iob differ diff --git a/objects/structures/tentaclefire5.iob b/objects/structures/tentaclefire5.iob index a0bcba60..f56e6f29 100644 Binary files a/objects/structures/tentaclefire5.iob and b/objects/structures/tentaclefire5.iob differ diff --git a/objects/structures/tentaclefire6.iob b/objects/structures/tentaclefire6.iob index a3096894..7975a748 100644 Binary files a/objects/structures/tentaclefire6.iob and b/objects/structures/tentaclefire6.iob differ diff --git a/objects/structures/tentaclefire7.iob b/objects/structures/tentaclefire7.iob index 6d19c2e5..847a8866 100644 Binary files a/objects/structures/tentaclefire7.iob and b/objects/structures/tentaclefire7.iob differ diff --git a/objects/structures/tentaclefire8.iob b/objects/structures/tentaclefire8.iob index c57b02b0..917c9ba0 100644 Binary files a/objects/structures/tentaclefire8.iob and b/objects/structures/tentaclefire8.iob differ diff --git a/objects/structures/tentacleoak1.iob b/objects/structures/tentacleoak1.iob index 78a4421f..0602d6d8 100644 Binary files a/objects/structures/tentacleoak1.iob and b/objects/structures/tentacleoak1.iob differ diff --git a/objects/structures/tentacleoak2.iob b/objects/structures/tentacleoak2.iob index ee5ae79b..519ab89d 100644 Binary files a/objects/structures/tentacleoak2.iob and b/objects/structures/tentacleoak2.iob differ diff --git a/objects/structures/tentacleoak3.iob b/objects/structures/tentacleoak3.iob index 21b2804b..a86a3c9b 100644 Binary files a/objects/structures/tentacleoak3.iob and b/objects/structures/tentacleoak3.iob differ diff --git a/objects/structures/tentacleoak4.iob b/objects/structures/tentacleoak4.iob index fced9b35..5462b5f3 100644 Binary files a/objects/structures/tentacleoak4.iob and b/objects/structures/tentacleoak4.iob differ diff --git a/objects/structures/tentacleoak5.iob b/objects/structures/tentacleoak5.iob index e6f70eee..ed7ed865 100644 Binary files a/objects/structures/tentacleoak5.iob and b/objects/structures/tentacleoak5.iob differ diff --git a/objects/structures/tentacleoak6.iob b/objects/structures/tentacleoak6.iob index 84a2475f..b2f6b86c 100644 Binary files a/objects/structures/tentacleoak6.iob and b/objects/structures/tentacleoak6.iob differ diff --git a/objects/structures/tentacleoak7.iob b/objects/structures/tentacleoak7.iob index d3bcf08c..2660c9a8 100644 Binary files a/objects/structures/tentacleoak7.iob and b/objects/structures/tentacleoak7.iob differ diff --git a/objects/structures/tentacleoak8.iob b/objects/structures/tentacleoak8.iob index ac52f2b6..d2d5260a 100644 Binary files a/objects/structures/tentacleoak8.iob and b/objects/structures/tentacleoak8.iob differ diff --git a/objects/structures/tentacleslime1.iob b/objects/structures/tentacleslime1.iob index 2a9ee229..8a0f2449 100644 Binary files a/objects/structures/tentacleslime1.iob and b/objects/structures/tentacleslime1.iob differ diff --git a/objects/structures/tentacleslime2.iob b/objects/structures/tentacleslime2.iob index a22cf274..0cdb1ff8 100644 Binary files a/objects/structures/tentacleslime2.iob and b/objects/structures/tentacleslime2.iob differ diff --git a/objects/structures/tentacleslime3.iob b/objects/structures/tentacleslime3.iob index 8691b0d6..3dc789e7 100644 Binary files a/objects/structures/tentacleslime3.iob and b/objects/structures/tentacleslime3.iob differ diff --git a/objects/structures/tentacleslime4.iob b/objects/structures/tentacleslime4.iob index 1bf6c7b2..807571a0 100644 Binary files a/objects/structures/tentacleslime4.iob and b/objects/structures/tentacleslime4.iob differ diff --git a/objects/structures/tentacleslime5.iob b/objects/structures/tentacleslime5.iob index f15734f8..fe240f41 100644 Binary files a/objects/structures/tentacleslime5.iob and b/objects/structures/tentacleslime5.iob differ diff --git a/objects/structures/tentacleslime6.iob b/objects/structures/tentacleslime6.iob index 88ee969e..150f1511 100644 Binary files a/objects/structures/tentacleslime6.iob and b/objects/structures/tentacleslime6.iob differ diff --git a/objects/structures/tentacleslime7.iob b/objects/structures/tentacleslime7.iob index dbbeda51..e806329c 100644 Binary files a/objects/structures/tentacleslime7.iob and b/objects/structures/tentacleslime7.iob differ diff --git a/objects/structures/tower-twin.iob b/objects/structures/tower-twin.iob index 488da06e..cc243821 100644 Binary files a/objects/structures/tower-twin.iob and b/objects/structures/tower-twin.iob differ diff --git a/objects/structures/tower.iob b/objects/structures/tower.iob index 02f7cbf1..cfabba95 100644 Binary files a/objects/structures/tower.iob and b/objects/structures/tower.iob differ diff --git a/objects/structures/usdship1.iob b/objects/structures/usdship1.iob index 0b81e096..36f1bead 100644 Binary files a/objects/structures/usdship1.iob and b/objects/structures/usdship1.iob differ diff --git a/objects/structures/usdship2.iob b/objects/structures/usdship2.iob index ad1dc470..463f21dd 100644 Binary files a/objects/structures/usdship2.iob and b/objects/structures/usdship2.iob differ diff --git a/objects/structures/woodhand1.iob b/objects/structures/woodhand1.iob index 338b45ba..1a9443b4 100644 Binary files a/objects/structures/woodhand1.iob and b/objects/structures/woodhand1.iob differ diff --git a/objects/structures/woodhand2.iob b/objects/structures/woodhand2.iob index bb432d5b..f7224e6f 100644 Binary files a/objects/structures/woodhand2.iob and b/objects/structures/woodhand2.iob differ diff --git a/objects/structures/woodhand3.iob b/objects/structures/woodhand3.iob index 97cc98a8..68daeb7b 100644 Binary files a/objects/structures/woodhand3.iob and b/objects/structures/woodhand3.iob differ diff --git a/objects/trees/acacia/17.iob b/objects/trees/acacia/17.iob index 3449aa03..f711f28e 100644 Binary files a/objects/trees/acacia/17.iob and b/objects/trees/acacia/17.iob differ diff --git a/objects/trees/acacia/18.iob b/objects/trees/acacia/18.iob index 6b2ce4d8..d3b1abd1 100644 Binary files a/objects/trees/acacia/18.iob and b/objects/trees/acacia/18.iob differ diff --git a/objects/trees/acacia/denmyre1.iob b/objects/trees/acacia/denmyre1.iob index 5a7fc856..5c646a31 100644 Binary files a/objects/trees/acacia/denmyre1.iob and b/objects/trees/acacia/denmyre1.iob differ diff --git a/objects/trees/acacia/denmyre10.iob b/objects/trees/acacia/denmyre10.iob index 0c51f311..38334230 100644 Binary files a/objects/trees/acacia/denmyre10.iob and b/objects/trees/acacia/denmyre10.iob differ diff --git a/objects/trees/acacia/denmyre11.iob b/objects/trees/acacia/denmyre11.iob index 129cb388..6129c318 100644 Binary files a/objects/trees/acacia/denmyre11.iob and b/objects/trees/acacia/denmyre11.iob differ diff --git a/objects/trees/acacia/denmyre12.iob b/objects/trees/acacia/denmyre12.iob index d747628c..f91c99ca 100644 Binary files a/objects/trees/acacia/denmyre12.iob and b/objects/trees/acacia/denmyre12.iob differ diff --git a/objects/trees/acacia/denmyre13.iob b/objects/trees/acacia/denmyre13.iob index e56498b1..d1296a60 100644 Binary files a/objects/trees/acacia/denmyre13.iob and b/objects/trees/acacia/denmyre13.iob differ diff --git a/objects/trees/acacia/denmyre14.iob b/objects/trees/acacia/denmyre14.iob index 91f3a9dc..a459dd88 100644 Binary files a/objects/trees/acacia/denmyre14.iob and b/objects/trees/acacia/denmyre14.iob differ diff --git a/objects/trees/acacia/denmyre15.iob b/objects/trees/acacia/denmyre15.iob index e71be5ab..76182281 100644 Binary files a/objects/trees/acacia/denmyre15.iob and b/objects/trees/acacia/denmyre15.iob differ diff --git a/objects/trees/acacia/denmyre16.iob b/objects/trees/acacia/denmyre16.iob index 91a8cec6..6ce77924 100644 Binary files a/objects/trees/acacia/denmyre16.iob and b/objects/trees/acacia/denmyre16.iob differ diff --git a/objects/trees/acacia/denmyre2.iob b/objects/trees/acacia/denmyre2.iob index 0aeb7fba..273aa80f 100644 Binary files a/objects/trees/acacia/denmyre2.iob and b/objects/trees/acacia/denmyre2.iob differ diff --git a/objects/trees/acacia/denmyre3.iob b/objects/trees/acacia/denmyre3.iob index 54d863f0..d6e6bbd4 100644 Binary files a/objects/trees/acacia/denmyre3.iob and b/objects/trees/acacia/denmyre3.iob differ diff --git a/objects/trees/acacia/denmyre4.iob b/objects/trees/acacia/denmyre4.iob index e9b3b844..9f19c956 100644 Binary files a/objects/trees/acacia/denmyre4.iob and b/objects/trees/acacia/denmyre4.iob differ diff --git a/objects/trees/acacia/denmyre5.iob b/objects/trees/acacia/denmyre5.iob index 772fe8a2..ea39d34b 100644 Binary files a/objects/trees/acacia/denmyre5.iob and b/objects/trees/acacia/denmyre5.iob differ diff --git a/objects/trees/acacia/denmyre6.iob b/objects/trees/acacia/denmyre6.iob index 46e6ac9e..1a555740 100644 Binary files a/objects/trees/acacia/denmyre6.iob and b/objects/trees/acacia/denmyre6.iob differ diff --git a/objects/trees/acacia/denmyre7.iob b/objects/trees/acacia/denmyre7.iob index f679c8c5..e6aab84d 100644 Binary files a/objects/trees/acacia/denmyre7.iob and b/objects/trees/acacia/denmyre7.iob differ diff --git a/objects/trees/acacia/denmyre8.iob b/objects/trees/acacia/denmyre8.iob index e778d0bd..5611ccff 100644 Binary files a/objects/trees/acacia/denmyre8.iob and b/objects/trees/acacia/denmyre8.iob differ diff --git a/objects/trees/acacia/denmyre9.iob b/objects/trees/acacia/denmyre9.iob index e7a2704e..767491c4 100644 Binary files a/objects/trees/acacia/denmyre9.iob and b/objects/trees/acacia/denmyre9.iob differ diff --git a/objects/trees/acacia/savana1.iob b/objects/trees/acacia/savana1.iob index 75afc176..555866ec 100644 Binary files a/objects/trees/acacia/savana1.iob and b/objects/trees/acacia/savana1.iob differ diff --git a/objects/trees/acacia/savana2.iob b/objects/trees/acacia/savana2.iob index d0b16edb..2f7ed733 100644 Binary files a/objects/trees/acacia/savana2.iob and b/objects/trees/acacia/savana2.iob differ diff --git a/objects/trees/acacia/savana4.iob b/objects/trees/acacia/savana4.iob index 13786a30..ebe1467b 100644 Binary files a/objects/trees/acacia/savana4.iob and b/objects/trees/acacia/savana4.iob differ diff --git a/objects/trees/acacia/savana5.iob b/objects/trees/acacia/savana5.iob index 0922e5f8..265a13d6 100644 Binary files a/objects/trees/acacia/savana5.iob and b/objects/trees/acacia/savana5.iob differ diff --git a/objects/trees/acacia/savannaD1.iob b/objects/trees/acacia/savannaD1.iob index ce39415c..126fef0e 100644 Binary files a/objects/trees/acacia/savannaD1.iob and b/objects/trees/acacia/savannaD1.iob differ diff --git a/objects/trees/acacia/savannaD2.iob b/objects/trees/acacia/savannaD2.iob index e63c6bd0..f0ed2d6f 100644 Binary files a/objects/trees/acacia/savannaD2.iob and b/objects/trees/acacia/savannaD2.iob differ diff --git a/objects/trees/acacia/savannaD3.iob b/objects/trees/acacia/savannaD3.iob index 757b800b..80c9c8c5 100644 Binary files a/objects/trees/acacia/savannaD3.iob and b/objects/trees/acacia/savannaD3.iob differ diff --git a/objects/trees/acacia/savannaF1.iob b/objects/trees/acacia/savannaF1.iob index 5da3e08a..0db6bca7 100644 Binary files a/objects/trees/acacia/savannaF1.iob and b/objects/trees/acacia/savannaF1.iob differ diff --git a/objects/trees/acacia/savannaF10.iob b/objects/trees/acacia/savannaF10.iob index f0866ff5..0c013678 100644 Binary files a/objects/trees/acacia/savannaF10.iob and b/objects/trees/acacia/savannaF10.iob differ diff --git a/objects/trees/acacia/savannaF11.iob b/objects/trees/acacia/savannaF11.iob index dc987358..5ea71baf 100644 Binary files a/objects/trees/acacia/savannaF11.iob and b/objects/trees/acacia/savannaF11.iob differ diff --git a/objects/trees/acacia/savannaF13.iob b/objects/trees/acacia/savannaF13.iob index 3ced8f28..c9e0d6c4 100644 Binary files a/objects/trees/acacia/savannaF13.iob and b/objects/trees/acacia/savannaF13.iob differ diff --git a/objects/trees/acacia/savannaF14.iob b/objects/trees/acacia/savannaF14.iob index a8ea478c..989e6ce7 100644 Binary files a/objects/trees/acacia/savannaF14.iob and b/objects/trees/acacia/savannaF14.iob differ diff --git a/objects/trees/acacia/savannaF15.iob b/objects/trees/acacia/savannaF15.iob index e5032230..3914b838 100644 Binary files a/objects/trees/acacia/savannaF15.iob and b/objects/trees/acacia/savannaF15.iob differ diff --git a/objects/trees/acacia/savannaF16.iob b/objects/trees/acacia/savannaF16.iob index 1a1cc3ca..e79c8648 100644 Binary files a/objects/trees/acacia/savannaF16.iob and b/objects/trees/acacia/savannaF16.iob differ diff --git a/objects/trees/acacia/savannaF17.iob b/objects/trees/acacia/savannaF17.iob index 4576a48c..a177e05a 100644 Binary files a/objects/trees/acacia/savannaF17.iob and b/objects/trees/acacia/savannaF17.iob differ diff --git a/objects/trees/acacia/savannaF2.iob b/objects/trees/acacia/savannaF2.iob index 9f175e5d..2dd2db3d 100644 Binary files a/objects/trees/acacia/savannaF2.iob and b/objects/trees/acacia/savannaF2.iob differ diff --git a/objects/trees/acacia/savannaF3.iob b/objects/trees/acacia/savannaF3.iob index 3e87da8c..fb6c0dc4 100644 Binary files a/objects/trees/acacia/savannaF3.iob and b/objects/trees/acacia/savannaF3.iob differ diff --git a/objects/trees/acacia/savannaF4.iob b/objects/trees/acacia/savannaF4.iob index 74c30ebe..de18c68f 100644 Binary files a/objects/trees/acacia/savannaF4.iob and b/objects/trees/acacia/savannaF4.iob differ diff --git a/objects/trees/acacia/savannaF5.iob b/objects/trees/acacia/savannaF5.iob index c4675270..1099b3f9 100644 Binary files a/objects/trees/acacia/savannaF5.iob and b/objects/trees/acacia/savannaF5.iob differ diff --git a/objects/trees/acacia/savannaF6.iob b/objects/trees/acacia/savannaF6.iob index eb542bf3..dfe08fff 100644 Binary files a/objects/trees/acacia/savannaF6.iob and b/objects/trees/acacia/savannaF6.iob differ diff --git a/objects/trees/acacia/savannaF7.iob b/objects/trees/acacia/savannaF7.iob index 2eae0dd1..67f60a35 100644 Binary files a/objects/trees/acacia/savannaF7.iob and b/objects/trees/acacia/savannaF7.iob differ diff --git a/objects/trees/acacia/savannaF8.iob b/objects/trees/acacia/savannaF8.iob index 3fe75098..42121525 100644 Binary files a/objects/trees/acacia/savannaF8.iob and b/objects/trees/acacia/savannaF8.iob differ diff --git a/objects/trees/acacia/savannaF9.iob b/objects/trees/acacia/savannaF9.iob index f2988ce7..bb235dc1 100644 Binary files a/objects/trees/acacia/savannaF9.iob and b/objects/trees/acacia/savannaF9.iob differ diff --git a/objects/trees/acacia/savannaS1.iob b/objects/trees/acacia/savannaS1.iob index c4748e11..b8786a0d 100644 Binary files a/objects/trees/acacia/savannaS1.iob and b/objects/trees/acacia/savannaS1.iob differ diff --git a/objects/trees/acacia/savannaS2.iob b/objects/trees/acacia/savannaS2.iob index 4c24bae8..79b92f7b 100644 Binary files a/objects/trees/acacia/savannaS2.iob and b/objects/trees/acacia/savannaS2.iob differ diff --git a/objects/trees/acacia/savannaS3.iob b/objects/trees/acacia/savannaS3.iob index aae378a5..68b78424 100644 Binary files a/objects/trees/acacia/savannaS3.iob and b/objects/trees/acacia/savannaS3.iob differ diff --git a/objects/trees/acacia/savannaS4.iob b/objects/trees/acacia/savannaS4.iob index bea8b031..71fc3360 100644 Binary files a/objects/trees/acacia/savannaS4.iob and b/objects/trees/acacia/savannaS4.iob differ diff --git a/objects/trees/acacia/savannaS5.iob b/objects/trees/acacia/savannaS5.iob index 7bc60d37..1fa3e791 100644 Binary files a/objects/trees/acacia/savannaS5.iob and b/objects/trees/acacia/savannaS5.iob differ diff --git a/objects/trees/acacia/savannaS6.iob b/objects/trees/acacia/savannaS6.iob index daf4a7a7..ffdcb563 100644 Binary files a/objects/trees/acacia/savannaS6.iob and b/objects/trees/acacia/savannaS6.iob differ diff --git a/objects/trees/acacia/savannaS7.iob b/objects/trees/acacia/savannaS7.iob index 5c444168..68fe761c 100644 Binary files a/objects/trees/acacia/savannaS7.iob and b/objects/trees/acacia/savannaS7.iob differ diff --git a/objects/trees/acacia/savannaS8.iob b/objects/trees/acacia/savannaS8.iob index 125c9c49..bdd5f55a 100644 Binary files a/objects/trees/acacia/savannaS8.iob and b/objects/trees/acacia/savannaS8.iob differ diff --git a/objects/trees/acacia/savannas10.iob b/objects/trees/acacia/savannas10.iob index c688968d..6a32a437 100644 Binary files a/objects/trees/acacia/savannas10.iob and b/objects/trees/acacia/savannas10.iob differ diff --git a/objects/trees/acacia/savannas11.iob b/objects/trees/acacia/savannas11.iob index 7de8fcbd..5af25f8e 100644 Binary files a/objects/trees/acacia/savannas11.iob and b/objects/trees/acacia/savannas11.iob differ diff --git a/objects/trees/acacia/savannas12.iob b/objects/trees/acacia/savannas12.iob index 0fcc5438..3f4af5fc 100644 Binary files a/objects/trees/acacia/savannas12.iob and b/objects/trees/acacia/savannas12.iob differ diff --git a/objects/trees/acacia/savannas9.iob b/objects/trees/acacia/savannas9.iob index 9c3b94a2..aaf785a0 100644 Binary files a/objects/trees/acacia/savannas9.iob and b/objects/trees/acacia/savannas9.iob differ diff --git a/objects/trees/acacia/thin1.iob b/objects/trees/acacia/thin1.iob index a4f166d0..01349201 100644 Binary files a/objects/trees/acacia/thin1.iob and b/objects/trees/acacia/thin1.iob differ diff --git a/objects/trees/acacia/thin10.iob b/objects/trees/acacia/thin10.iob index f4b2a73c..157e3fc2 100644 Binary files a/objects/trees/acacia/thin10.iob and b/objects/trees/acacia/thin10.iob differ diff --git a/objects/trees/acacia/thin11.iob b/objects/trees/acacia/thin11.iob index e7718075..c6240484 100644 Binary files a/objects/trees/acacia/thin11.iob and b/objects/trees/acacia/thin11.iob differ diff --git a/objects/trees/acacia/thin12.iob b/objects/trees/acacia/thin12.iob index 8f5de2c2..7c4a84d3 100644 Binary files a/objects/trees/acacia/thin12.iob and b/objects/trees/acacia/thin12.iob differ diff --git a/objects/trees/acacia/thin13.iob b/objects/trees/acacia/thin13.iob index 117dad93..fcb66b47 100644 Binary files a/objects/trees/acacia/thin13.iob and b/objects/trees/acacia/thin13.iob differ diff --git a/objects/trees/acacia/thin14.iob b/objects/trees/acacia/thin14.iob index 836d10af..2f6c9bbe 100644 Binary files a/objects/trees/acacia/thin14.iob and b/objects/trees/acacia/thin14.iob differ diff --git a/objects/trees/acacia/thin15.iob b/objects/trees/acacia/thin15.iob index 88536fe8..13f5427d 100644 Binary files a/objects/trees/acacia/thin15.iob and b/objects/trees/acacia/thin15.iob differ diff --git a/objects/trees/acacia/thin16.iob b/objects/trees/acacia/thin16.iob index dfcd87d1..6213198e 100644 Binary files a/objects/trees/acacia/thin16.iob and b/objects/trees/acacia/thin16.iob differ diff --git a/objects/trees/acacia/thin2.iob b/objects/trees/acacia/thin2.iob index 92014839..318bade1 100644 Binary files a/objects/trees/acacia/thin2.iob and b/objects/trees/acacia/thin2.iob differ diff --git a/objects/trees/acacia/thin3.iob b/objects/trees/acacia/thin3.iob index 2eb64a10..83f8ac51 100644 Binary files a/objects/trees/acacia/thin3.iob and b/objects/trees/acacia/thin3.iob differ diff --git a/objects/trees/acacia/thin4.iob b/objects/trees/acacia/thin4.iob index 004ffd5f..b6ee881b 100644 Binary files a/objects/trees/acacia/thin4.iob and b/objects/trees/acacia/thin4.iob differ diff --git a/objects/trees/acacia/thin5.iob b/objects/trees/acacia/thin5.iob index 547b47ad..dc73e9e4 100644 Binary files a/objects/trees/acacia/thin5.iob and b/objects/trees/acacia/thin5.iob differ diff --git a/objects/trees/acacia/thin6.iob b/objects/trees/acacia/thin6.iob index 0ab8f6ea..8257439b 100644 Binary files a/objects/trees/acacia/thin6.iob and b/objects/trees/acacia/thin6.iob differ diff --git a/objects/trees/acacia/thin7.iob b/objects/trees/acacia/thin7.iob index 6445db66..79ba0390 100644 Binary files a/objects/trees/acacia/thin7.iob and b/objects/trees/acacia/thin7.iob differ diff --git a/objects/trees/acacia/thin8.iob b/objects/trees/acacia/thin8.iob index 7a5884ed..20a62586 100644 Binary files a/objects/trees/acacia/thin8.iob and b/objects/trees/acacia/thin8.iob differ diff --git a/objects/trees/acacia/thin9.iob b/objects/trees/acacia/thin9.iob index 0663f7f8..92cfd38b 100644 Binary files a/objects/trees/acacia/thin9.iob and b/objects/trees/acacia/thin9.iob differ diff --git a/objects/trees/acacia/vexed1.iob b/objects/trees/acacia/vexed1.iob index f9bb6fc1..94a4f038 100644 Binary files a/objects/trees/acacia/vexed1.iob and b/objects/trees/acacia/vexed1.iob differ diff --git a/objects/trees/acacia/vexed2.iob b/objects/trees/acacia/vexed2.iob index 2e8b5026..c340bdf2 100644 Binary files a/objects/trees/acacia/vexed2.iob and b/objects/trees/acacia/vexed2.iob differ diff --git a/objects/trees/acacia/vexed3.iob b/objects/trees/acacia/vexed3.iob index 9b5ec136..3aba6400 100644 Binary files a/objects/trees/acacia/vexed3.iob and b/objects/trees/acacia/vexed3.iob differ diff --git a/objects/trees/birch/antioch1.iob b/objects/trees/birch/antioch1.iob index fec3d87f..96e27511 100644 Binary files a/objects/trees/birch/antioch1.iob and b/objects/trees/birch/antioch1.iob differ diff --git a/objects/trees/birch/antioch10.iob b/objects/trees/birch/antioch10.iob index 5fd57782..8980cbc7 100644 Binary files a/objects/trees/birch/antioch10.iob and b/objects/trees/birch/antioch10.iob differ diff --git a/objects/trees/birch/antioch11.iob b/objects/trees/birch/antioch11.iob index 318a4ca3..bf2d1197 100644 Binary files a/objects/trees/birch/antioch11.iob and b/objects/trees/birch/antioch11.iob differ diff --git a/objects/trees/birch/antioch12.iob b/objects/trees/birch/antioch12.iob index c4c31863..942231fb 100644 Binary files a/objects/trees/birch/antioch12.iob and b/objects/trees/birch/antioch12.iob differ diff --git a/objects/trees/birch/antioch13.iob b/objects/trees/birch/antioch13.iob index 266e6e45..32b41e8c 100644 Binary files a/objects/trees/birch/antioch13.iob and b/objects/trees/birch/antioch13.iob differ diff --git a/objects/trees/birch/antioch2.iob b/objects/trees/birch/antioch2.iob index 626c9521..d6f9f16b 100644 Binary files a/objects/trees/birch/antioch2.iob and b/objects/trees/birch/antioch2.iob differ diff --git a/objects/trees/birch/antioch3.iob b/objects/trees/birch/antioch3.iob index 3c866a01..211b1e67 100644 Binary files a/objects/trees/birch/antioch3.iob and b/objects/trees/birch/antioch3.iob differ diff --git a/objects/trees/birch/antioch3b.iob b/objects/trees/birch/antioch3b.iob index c4b3ad94..f5dd8060 100644 Binary files a/objects/trees/birch/antioch3b.iob and b/objects/trees/birch/antioch3b.iob differ diff --git a/objects/trees/birch/antioch4.iob b/objects/trees/birch/antioch4.iob index e669d8ca..84e5c2ac 100644 Binary files a/objects/trees/birch/antioch4.iob and b/objects/trees/birch/antioch4.iob differ diff --git a/objects/trees/birch/antioch4b.iob b/objects/trees/birch/antioch4b.iob index 2b96ddaa..abe356f5 100644 Binary files a/objects/trees/birch/antioch4b.iob and b/objects/trees/birch/antioch4b.iob differ diff --git a/objects/trees/birch/antioch5.iob b/objects/trees/birch/antioch5.iob index ea4f4789..5eb72ea5 100644 Binary files a/objects/trees/birch/antioch5.iob and b/objects/trees/birch/antioch5.iob differ diff --git a/objects/trees/birch/antioch5b.iob b/objects/trees/birch/antioch5b.iob index f00bdc5a..275952e2 100644 Binary files a/objects/trees/birch/antioch5b.iob and b/objects/trees/birch/antioch5b.iob differ diff --git a/objects/trees/birch/antioch6.iob b/objects/trees/birch/antioch6.iob index d676f741..5889d100 100644 Binary files a/objects/trees/birch/antioch6.iob and b/objects/trees/birch/antioch6.iob differ diff --git a/objects/trees/birch/antioch6b.iob b/objects/trees/birch/antioch6b.iob index 47ecccf4..f1492451 100644 Binary files a/objects/trees/birch/antioch6b.iob and b/objects/trees/birch/antioch6b.iob differ diff --git a/objects/trees/birch/antioch7.iob b/objects/trees/birch/antioch7.iob index 7b8d259e..b9043251 100644 Binary files a/objects/trees/birch/antioch7.iob and b/objects/trees/birch/antioch7.iob differ diff --git a/objects/trees/birch/antioch8.iob b/objects/trees/birch/antioch8.iob index 0ddc9b5d..77464383 100644 Binary files a/objects/trees/birch/antioch8.iob and b/objects/trees/birch/antioch8.iob differ diff --git a/objects/trees/birch/antioch9.iob b/objects/trees/birch/antioch9.iob index 1a933fac..be0506e5 100644 Binary files a/objects/trees/birch/antioch9.iob and b/objects/trees/birch/antioch9.iob differ diff --git a/objects/trees/birch/arid1.iob b/objects/trees/birch/arid1.iob index 3ca411b6..cfa7d885 100644 Binary files a/objects/trees/birch/arid1.iob and b/objects/trees/birch/arid1.iob differ diff --git a/objects/trees/birch/arid2.iob b/objects/trees/birch/arid2.iob index f4659aa2..09dfe77e 100644 Binary files a/objects/trees/birch/arid2.iob and b/objects/trees/birch/arid2.iob differ diff --git a/objects/trees/birch/arid3.iob b/objects/trees/birch/arid3.iob index 4d5e9e4a..53978f31 100644 Binary files a/objects/trees/birch/arid3.iob and b/objects/trees/birch/arid3.iob differ diff --git a/objects/trees/birch/arid4.iob b/objects/trees/birch/arid4.iob index 76b639ac..6e00414d 100644 Binary files a/objects/trees/birch/arid4.iob and b/objects/trees/birch/arid4.iob differ diff --git a/objects/trees/birch/arid5.iob b/objects/trees/birch/arid5.iob index 765cf862..23070cc9 100644 Binary files a/objects/trees/birch/arid5.iob and b/objects/trees/birch/arid5.iob differ diff --git a/objects/trees/birch/arid6.iob b/objects/trees/birch/arid6.iob index 64cb1e5f..c517ff83 100644 Binary files a/objects/trees/birch/arid6.iob and b/objects/trees/birch/arid6.iob differ diff --git a/objects/trees/birch/arid7.iob b/objects/trees/birch/arid7.iob index 31483c43..82ba6a33 100644 Binary files a/objects/trees/birch/arid7.iob and b/objects/trees/birch/arid7.iob differ diff --git a/objects/trees/birch/denmyre1.iob b/objects/trees/birch/denmyre1.iob index 00ce5c26..aca2c0a8 100644 Binary files a/objects/trees/birch/denmyre1.iob and b/objects/trees/birch/denmyre1.iob differ diff --git a/objects/trees/birch/denmyre10.iob b/objects/trees/birch/denmyre10.iob index 33d3ca3e..fb13cb37 100644 Binary files a/objects/trees/birch/denmyre10.iob and b/objects/trees/birch/denmyre10.iob differ diff --git a/objects/trees/birch/denmyre11.iob b/objects/trees/birch/denmyre11.iob index 77db15d2..14a6fd9c 100644 Binary files a/objects/trees/birch/denmyre11.iob and b/objects/trees/birch/denmyre11.iob differ diff --git a/objects/trees/birch/denmyre12.iob b/objects/trees/birch/denmyre12.iob index 4146fd61..2e3a5403 100644 Binary files a/objects/trees/birch/denmyre12.iob and b/objects/trees/birch/denmyre12.iob differ diff --git a/objects/trees/birch/denmyre13.iob b/objects/trees/birch/denmyre13.iob index 508698c9..66479df4 100644 Binary files a/objects/trees/birch/denmyre13.iob and b/objects/trees/birch/denmyre13.iob differ diff --git a/objects/trees/birch/denmyre14.iob b/objects/trees/birch/denmyre14.iob index 825eed2c..31013134 100644 Binary files a/objects/trees/birch/denmyre14.iob and b/objects/trees/birch/denmyre14.iob differ diff --git a/objects/trees/birch/denmyre15.iob b/objects/trees/birch/denmyre15.iob index b663bdc5..cdbdd859 100644 Binary files a/objects/trees/birch/denmyre15.iob and b/objects/trees/birch/denmyre15.iob differ diff --git a/objects/trees/birch/denmyre16.iob b/objects/trees/birch/denmyre16.iob index 9a0da43f..2a2cc3ea 100644 Binary files a/objects/trees/birch/denmyre16.iob and b/objects/trees/birch/denmyre16.iob differ diff --git a/objects/trees/birch/denmyre2.iob b/objects/trees/birch/denmyre2.iob index f90e2f87..1acc701c 100644 Binary files a/objects/trees/birch/denmyre2.iob and b/objects/trees/birch/denmyre2.iob differ diff --git a/objects/trees/birch/denmyre3.iob b/objects/trees/birch/denmyre3.iob index 037e2af2..eacb8761 100644 Binary files a/objects/trees/birch/denmyre3.iob and b/objects/trees/birch/denmyre3.iob differ diff --git a/objects/trees/birch/denmyre4.iob b/objects/trees/birch/denmyre4.iob index fbc81413..764a9d28 100644 Binary files a/objects/trees/birch/denmyre4.iob and b/objects/trees/birch/denmyre4.iob differ diff --git a/objects/trees/birch/denmyre5.iob b/objects/trees/birch/denmyre5.iob index cc1483ae..abe456d0 100644 Binary files a/objects/trees/birch/denmyre5.iob and b/objects/trees/birch/denmyre5.iob differ diff --git a/objects/trees/birch/denmyre6.iob b/objects/trees/birch/denmyre6.iob index 190ce9a0..1820736c 100644 Binary files a/objects/trees/birch/denmyre6.iob and b/objects/trees/birch/denmyre6.iob differ diff --git a/objects/trees/birch/denmyre7.iob b/objects/trees/birch/denmyre7.iob index f280551d..aff903a0 100644 Binary files a/objects/trees/birch/denmyre7.iob and b/objects/trees/birch/denmyre7.iob differ diff --git a/objects/trees/birch/denmyre8.iob b/objects/trees/birch/denmyre8.iob index 33d124a6..8f0d7334 100644 Binary files a/objects/trees/birch/denmyre8.iob and b/objects/trees/birch/denmyre8.iob differ diff --git a/objects/trees/birch/denmyre9.iob b/objects/trees/birch/denmyre9.iob index 7211219f..b40efa39 100644 Binary files a/objects/trees/birch/denmyre9.iob and b/objects/trees/birch/denmyre9.iob differ diff --git a/objects/trees/birch/forest1.iob b/objects/trees/birch/forest1.iob index e3186240..9594d21e 100644 Binary files a/objects/trees/birch/forest1.iob and b/objects/trees/birch/forest1.iob differ diff --git a/objects/trees/birch/forest2.iob b/objects/trees/birch/forest2.iob index 651beef8..5d794198 100644 Binary files a/objects/trees/birch/forest2.iob and b/objects/trees/birch/forest2.iob differ diff --git a/objects/trees/birch/forest3.iob b/objects/trees/birch/forest3.iob index f1f8c0be..986cb135 100644 Binary files a/objects/trees/birch/forest3.iob and b/objects/trees/birch/forest3.iob differ diff --git a/objects/trees/birch/forest4.iob b/objects/trees/birch/forest4.iob index b56f0d21..f91053b7 100644 Binary files a/objects/trees/birch/forest4.iob and b/objects/trees/birch/forest4.iob differ diff --git a/objects/trees/birch/generic1.iob b/objects/trees/birch/generic1.iob index 6983f83e..113d1fbc 100644 Binary files a/objects/trees/birch/generic1.iob and b/objects/trees/birch/generic1.iob differ diff --git a/objects/trees/birch/generic10.iob b/objects/trees/birch/generic10.iob index 2a09a5c6..456f85dc 100644 Binary files a/objects/trees/birch/generic10.iob and b/objects/trees/birch/generic10.iob differ diff --git a/objects/trees/birch/generic11.iob b/objects/trees/birch/generic11.iob index 35ff7d30..a2046105 100644 Binary files a/objects/trees/birch/generic11.iob and b/objects/trees/birch/generic11.iob differ diff --git a/objects/trees/birch/generic12.iob b/objects/trees/birch/generic12.iob index d8740e95..904d4102 100644 Binary files a/objects/trees/birch/generic12.iob and b/objects/trees/birch/generic12.iob differ diff --git a/objects/trees/birch/generic13.iob b/objects/trees/birch/generic13.iob index a649bfdc..504e68bc 100644 Binary files a/objects/trees/birch/generic13.iob and b/objects/trees/birch/generic13.iob differ diff --git a/objects/trees/birch/generic14.iob b/objects/trees/birch/generic14.iob index e27a3f8b..cc93deaa 100644 Binary files a/objects/trees/birch/generic14.iob and b/objects/trees/birch/generic14.iob differ diff --git a/objects/trees/birch/generic15.iob b/objects/trees/birch/generic15.iob index a0921dd2..d7e16e4c 100644 Binary files a/objects/trees/birch/generic15.iob and b/objects/trees/birch/generic15.iob differ diff --git a/objects/trees/birch/generic16.iob b/objects/trees/birch/generic16.iob index 7aa00c67..29a563eb 100644 Binary files a/objects/trees/birch/generic16.iob and b/objects/trees/birch/generic16.iob differ diff --git a/objects/trees/birch/generic17.iob b/objects/trees/birch/generic17.iob index 585d28bb..7f78119a 100644 Binary files a/objects/trees/birch/generic17.iob and b/objects/trees/birch/generic17.iob differ diff --git a/objects/trees/birch/generic18.iob b/objects/trees/birch/generic18.iob index 696be0c8..9714edf4 100644 Binary files a/objects/trees/birch/generic18.iob and b/objects/trees/birch/generic18.iob differ diff --git a/objects/trees/birch/generic19.iob b/objects/trees/birch/generic19.iob index 711dda77..acce2c80 100644 Binary files a/objects/trees/birch/generic19.iob and b/objects/trees/birch/generic19.iob differ diff --git a/objects/trees/birch/generic2.iob b/objects/trees/birch/generic2.iob index 01b692c7..686b6a5e 100644 Binary files a/objects/trees/birch/generic2.iob and b/objects/trees/birch/generic2.iob differ diff --git a/objects/trees/birch/generic20.iob b/objects/trees/birch/generic20.iob index d1f0e9f8..f834382e 100644 Binary files a/objects/trees/birch/generic20.iob and b/objects/trees/birch/generic20.iob differ diff --git a/objects/trees/birch/generic21.iob b/objects/trees/birch/generic21.iob index 71feb773..517fe772 100644 Binary files a/objects/trees/birch/generic21.iob and b/objects/trees/birch/generic21.iob differ diff --git a/objects/trees/birch/generic22.iob b/objects/trees/birch/generic22.iob index 4d7464f3..32cb0278 100644 Binary files a/objects/trees/birch/generic22.iob and b/objects/trees/birch/generic22.iob differ diff --git a/objects/trees/birch/generic23.iob b/objects/trees/birch/generic23.iob index 0f750930..96a07a6d 100644 Binary files a/objects/trees/birch/generic23.iob and b/objects/trees/birch/generic23.iob differ diff --git a/objects/trees/birch/generic24.iob b/objects/trees/birch/generic24.iob index 64553e60..1d3ed0fa 100644 Binary files a/objects/trees/birch/generic24.iob and b/objects/trees/birch/generic24.iob differ diff --git a/objects/trees/birch/generic25.iob b/objects/trees/birch/generic25.iob index 2f12c410..0e021609 100644 Binary files a/objects/trees/birch/generic25.iob and b/objects/trees/birch/generic25.iob differ diff --git a/objects/trees/birch/generic26.iob b/objects/trees/birch/generic26.iob index 5655cdc3..3e73f119 100644 Binary files a/objects/trees/birch/generic26.iob and b/objects/trees/birch/generic26.iob differ diff --git a/objects/trees/birch/generic27.iob b/objects/trees/birch/generic27.iob index 405d8080..6cd4661f 100644 Binary files a/objects/trees/birch/generic27.iob and b/objects/trees/birch/generic27.iob differ diff --git a/objects/trees/birch/generic28.iob b/objects/trees/birch/generic28.iob index c78db85f..5152a789 100644 Binary files a/objects/trees/birch/generic28.iob and b/objects/trees/birch/generic28.iob differ diff --git a/objects/trees/birch/generic29.iob b/objects/trees/birch/generic29.iob index 35bdf05a..90751257 100644 Binary files a/objects/trees/birch/generic29.iob and b/objects/trees/birch/generic29.iob differ diff --git a/objects/trees/birch/generic3.iob b/objects/trees/birch/generic3.iob index 5312c102..f31d7a15 100644 Binary files a/objects/trees/birch/generic3.iob and b/objects/trees/birch/generic3.iob differ diff --git a/objects/trees/birch/generic30.iob b/objects/trees/birch/generic30.iob index 1f568c6e..f0e723c8 100644 Binary files a/objects/trees/birch/generic30.iob and b/objects/trees/birch/generic30.iob differ diff --git a/objects/trees/birch/generic31.iob b/objects/trees/birch/generic31.iob index 585d28bb..7f78119a 100644 Binary files a/objects/trees/birch/generic31.iob and b/objects/trees/birch/generic31.iob differ diff --git a/objects/trees/birch/generic4.iob b/objects/trees/birch/generic4.iob index 570ce42d..51c55a76 100644 Binary files a/objects/trees/birch/generic4.iob and b/objects/trees/birch/generic4.iob differ diff --git a/objects/trees/birch/generic5.iob b/objects/trees/birch/generic5.iob index 680422f9..6ae43f07 100644 Binary files a/objects/trees/birch/generic5.iob and b/objects/trees/birch/generic5.iob differ diff --git a/objects/trees/birch/generic6.iob b/objects/trees/birch/generic6.iob index cdbca28d..b944b876 100644 Binary files a/objects/trees/birch/generic6.iob and b/objects/trees/birch/generic6.iob differ diff --git a/objects/trees/birch/generic7.iob b/objects/trees/birch/generic7.iob index 47ca1f2d..f489beb9 100644 Binary files a/objects/trees/birch/generic7.iob and b/objects/trees/birch/generic7.iob differ diff --git a/objects/trees/birch/generic8.iob b/objects/trees/birch/generic8.iob index 5281480e..9f676c65 100644 Binary files a/objects/trees/birch/generic8.iob and b/objects/trees/birch/generic8.iob differ diff --git a/objects/trees/birch/generic9.iob b/objects/trees/birch/generic9.iob index c4673ddf..071160bd 100644 Binary files a/objects/trees/birch/generic9.iob and b/objects/trees/birch/generic9.iob differ diff --git a/objects/trees/birch/largegeneric1.iob b/objects/trees/birch/largegeneric1.iob index 7ca4223f..39d8861e 100644 Binary files a/objects/trees/birch/largegeneric1.iob and b/objects/trees/birch/largegeneric1.iob differ diff --git a/objects/trees/birch/largegeneric10.iob b/objects/trees/birch/largegeneric10.iob index 75cdec25..d9858b96 100644 Binary files a/objects/trees/birch/largegeneric10.iob and b/objects/trees/birch/largegeneric10.iob differ diff --git a/objects/trees/birch/largegeneric11.iob b/objects/trees/birch/largegeneric11.iob index 205ac224..bc953ad3 100644 Binary files a/objects/trees/birch/largegeneric11.iob and b/objects/trees/birch/largegeneric11.iob differ diff --git a/objects/trees/birch/largegeneric12.iob b/objects/trees/birch/largegeneric12.iob index c83fab8a..c816ca8f 100644 Binary files a/objects/trees/birch/largegeneric12.iob and b/objects/trees/birch/largegeneric12.iob differ diff --git a/objects/trees/birch/largegeneric13.iob b/objects/trees/birch/largegeneric13.iob index 65f82355..3af5538d 100644 Binary files a/objects/trees/birch/largegeneric13.iob and b/objects/trees/birch/largegeneric13.iob differ diff --git a/objects/trees/birch/largegeneric14.iob b/objects/trees/birch/largegeneric14.iob index 664f4c2a..bdc49610 100644 Binary files a/objects/trees/birch/largegeneric14.iob and b/objects/trees/birch/largegeneric14.iob differ diff --git a/objects/trees/birch/largegeneric15.iob b/objects/trees/birch/largegeneric15.iob index 3db636e8..887c4488 100644 Binary files a/objects/trees/birch/largegeneric15.iob and b/objects/trees/birch/largegeneric15.iob differ diff --git a/objects/trees/birch/largegeneric16.iob b/objects/trees/birch/largegeneric16.iob index de5a38da..7b146634 100644 Binary files a/objects/trees/birch/largegeneric16.iob and b/objects/trees/birch/largegeneric16.iob differ diff --git a/objects/trees/birch/largegeneric17.iob b/objects/trees/birch/largegeneric17.iob index e3196ab1..de862c16 100644 Binary files a/objects/trees/birch/largegeneric17.iob and b/objects/trees/birch/largegeneric17.iob differ diff --git a/objects/trees/birch/largegeneric18.iob b/objects/trees/birch/largegeneric18.iob index c7f3f2cc..4ab53d5d 100644 Binary files a/objects/trees/birch/largegeneric18.iob and b/objects/trees/birch/largegeneric18.iob differ diff --git a/objects/trees/birch/largegeneric19.iob b/objects/trees/birch/largegeneric19.iob index dd102417..23694470 100644 Binary files a/objects/trees/birch/largegeneric19.iob and b/objects/trees/birch/largegeneric19.iob differ diff --git a/objects/trees/birch/largegeneric2.iob b/objects/trees/birch/largegeneric2.iob index 4de60d99..884dbfc7 100644 Binary files a/objects/trees/birch/largegeneric2.iob and b/objects/trees/birch/largegeneric2.iob differ diff --git a/objects/trees/birch/largegeneric20.iob b/objects/trees/birch/largegeneric20.iob index 18021901..42064707 100644 Binary files a/objects/trees/birch/largegeneric20.iob and b/objects/trees/birch/largegeneric20.iob differ diff --git a/objects/trees/birch/largegeneric3.iob b/objects/trees/birch/largegeneric3.iob index 2c74c310..85c06f2d 100644 Binary files a/objects/trees/birch/largegeneric3.iob and b/objects/trees/birch/largegeneric3.iob differ diff --git a/objects/trees/birch/largegeneric4.iob b/objects/trees/birch/largegeneric4.iob index e2f06027..c741370e 100644 Binary files a/objects/trees/birch/largegeneric4.iob and b/objects/trees/birch/largegeneric4.iob differ diff --git a/objects/trees/birch/largegeneric5.iob b/objects/trees/birch/largegeneric5.iob index 93f2627a..11b4d242 100644 Binary files a/objects/trees/birch/largegeneric5.iob and b/objects/trees/birch/largegeneric5.iob differ diff --git a/objects/trees/birch/largegeneric6.iob b/objects/trees/birch/largegeneric6.iob index 15cf3f57..a826ae4c 100644 Binary files a/objects/trees/birch/largegeneric6.iob and b/objects/trees/birch/largegeneric6.iob differ diff --git a/objects/trees/birch/largegeneric7.iob b/objects/trees/birch/largegeneric7.iob index 7d0be95b..95f61627 100644 Binary files a/objects/trees/birch/largegeneric7.iob and b/objects/trees/birch/largegeneric7.iob differ diff --git a/objects/trees/birch/largegeneric8.iob b/objects/trees/birch/largegeneric8.iob index b2681cac..a22c89bb 100644 Binary files a/objects/trees/birch/largegeneric8.iob and b/objects/trees/birch/largegeneric8.iob differ diff --git a/objects/trees/birch/largegeneric9.iob b/objects/trees/birch/largegeneric9.iob index 9697a6bd..bfc4f31b 100644 Binary files a/objects/trees/birch/largegeneric9.iob and b/objects/trees/birch/largegeneric9.iob differ diff --git a/objects/trees/birch/largeponderosa1.iob b/objects/trees/birch/largeponderosa1.iob index 823b215a..935acaa1 100644 Binary files a/objects/trees/birch/largeponderosa1.iob and b/objects/trees/birch/largeponderosa1.iob differ diff --git a/objects/trees/birch/largeponderosa10.iob b/objects/trees/birch/largeponderosa10.iob index dd2b1259..f1fdd511 100644 Binary files a/objects/trees/birch/largeponderosa10.iob and b/objects/trees/birch/largeponderosa10.iob differ diff --git a/objects/trees/birch/largeponderosa11.iob b/objects/trees/birch/largeponderosa11.iob index 9289db28..88c70c4c 100644 Binary files a/objects/trees/birch/largeponderosa11.iob and b/objects/trees/birch/largeponderosa11.iob differ diff --git a/objects/trees/birch/largeponderosa12.iob b/objects/trees/birch/largeponderosa12.iob index da6d0b5c..68b2507a 100644 Binary files a/objects/trees/birch/largeponderosa12.iob and b/objects/trees/birch/largeponderosa12.iob differ diff --git a/objects/trees/birch/largeponderosa13.iob b/objects/trees/birch/largeponderosa13.iob index 2505b9a0..93e84749 100644 Binary files a/objects/trees/birch/largeponderosa13.iob and b/objects/trees/birch/largeponderosa13.iob differ diff --git a/objects/trees/birch/largeponderosa14.iob b/objects/trees/birch/largeponderosa14.iob index 632e6545..c78ed5d5 100644 Binary files a/objects/trees/birch/largeponderosa14.iob and b/objects/trees/birch/largeponderosa14.iob differ diff --git a/objects/trees/birch/largeponderosa15.iob b/objects/trees/birch/largeponderosa15.iob index 0a70ff3d..cadbb999 100644 Binary files a/objects/trees/birch/largeponderosa15.iob and b/objects/trees/birch/largeponderosa15.iob differ diff --git a/objects/trees/birch/largeponderosa16.iob b/objects/trees/birch/largeponderosa16.iob index 6bef2e84..3ddf4f11 100644 Binary files a/objects/trees/birch/largeponderosa16.iob and b/objects/trees/birch/largeponderosa16.iob differ diff --git a/objects/trees/birch/largeponderosa17.iob b/objects/trees/birch/largeponderosa17.iob index 1f86748d..940f7ab1 100644 Binary files a/objects/trees/birch/largeponderosa17.iob and b/objects/trees/birch/largeponderosa17.iob differ diff --git a/objects/trees/birch/largeponderosa18.iob b/objects/trees/birch/largeponderosa18.iob index c6df86ec..5d4b9e74 100644 Binary files a/objects/trees/birch/largeponderosa18.iob and b/objects/trees/birch/largeponderosa18.iob differ diff --git a/objects/trees/birch/largeponderosa19.iob b/objects/trees/birch/largeponderosa19.iob index 2c72b141..b6fbabbf 100644 Binary files a/objects/trees/birch/largeponderosa19.iob and b/objects/trees/birch/largeponderosa19.iob differ diff --git a/objects/trees/birch/largeponderosa2.iob b/objects/trees/birch/largeponderosa2.iob index 3102ba2d..cbe5fc37 100644 Binary files a/objects/trees/birch/largeponderosa2.iob and b/objects/trees/birch/largeponderosa2.iob differ diff --git a/objects/trees/birch/largeponderosa20.iob b/objects/trees/birch/largeponderosa20.iob index 07349ec0..c18e0a16 100644 Binary files a/objects/trees/birch/largeponderosa20.iob and b/objects/trees/birch/largeponderosa20.iob differ diff --git a/objects/trees/birch/largeponderosa3.iob b/objects/trees/birch/largeponderosa3.iob index 9d13542b..c92d835a 100644 Binary files a/objects/trees/birch/largeponderosa3.iob and b/objects/trees/birch/largeponderosa3.iob differ diff --git a/objects/trees/birch/largeponderosa4.iob b/objects/trees/birch/largeponderosa4.iob index e0eb6175..e1ad3a35 100644 Binary files a/objects/trees/birch/largeponderosa4.iob and b/objects/trees/birch/largeponderosa4.iob differ diff --git a/objects/trees/birch/largeponderosa5.iob b/objects/trees/birch/largeponderosa5.iob index 419f7f4c..1f017fa6 100644 Binary files a/objects/trees/birch/largeponderosa5.iob and b/objects/trees/birch/largeponderosa5.iob differ diff --git a/objects/trees/birch/largeponderosa6.iob b/objects/trees/birch/largeponderosa6.iob index 19effa6e..832f85be 100644 Binary files a/objects/trees/birch/largeponderosa6.iob and b/objects/trees/birch/largeponderosa6.iob differ diff --git a/objects/trees/birch/largeponderosa7.iob b/objects/trees/birch/largeponderosa7.iob index 60e3a998..7155cd85 100644 Binary files a/objects/trees/birch/largeponderosa7.iob and b/objects/trees/birch/largeponderosa7.iob differ diff --git a/objects/trees/birch/largeponderosa8.iob b/objects/trees/birch/largeponderosa8.iob index 77267135..70122b9d 100644 Binary files a/objects/trees/birch/largeponderosa8.iob and b/objects/trees/birch/largeponderosa8.iob differ diff --git a/objects/trees/birch/largeponderosa9.iob b/objects/trees/birch/largeponderosa9.iob index d5c3a664..9fb00a6f 100644 Binary files a/objects/trees/birch/largeponderosa9.iob and b/objects/trees/birch/largeponderosa9.iob differ diff --git a/objects/trees/birch/mediumgeneric1.iob b/objects/trees/birch/mediumgeneric1.iob index d5b31a68..d5372373 100644 Binary files a/objects/trees/birch/mediumgeneric1.iob and b/objects/trees/birch/mediumgeneric1.iob differ diff --git a/objects/trees/birch/mediumgeneric2.iob b/objects/trees/birch/mediumgeneric2.iob index dece85f4..4a524099 100644 Binary files a/objects/trees/birch/mediumgeneric2.iob and b/objects/trees/birch/mediumgeneric2.iob differ diff --git a/objects/trees/birch/mediumgeneric3.iob b/objects/trees/birch/mediumgeneric3.iob index 6e34a22f..f86c5d3e 100644 Binary files a/objects/trees/birch/mediumgeneric3.iob and b/objects/trees/birch/mediumgeneric3.iob differ diff --git a/objects/trees/birch/medponderosa1.iob b/objects/trees/birch/medponderosa1.iob index c7038363..345f4143 100644 Binary files a/objects/trees/birch/medponderosa1.iob and b/objects/trees/birch/medponderosa1.iob differ diff --git a/objects/trees/birch/medponderosa10.iob b/objects/trees/birch/medponderosa10.iob index bcccabd5..734fc95b 100644 Binary files a/objects/trees/birch/medponderosa10.iob and b/objects/trees/birch/medponderosa10.iob differ diff --git a/objects/trees/birch/medponderosa11.iob b/objects/trees/birch/medponderosa11.iob index c90b5c8d..8cddf3ee 100644 Binary files a/objects/trees/birch/medponderosa11.iob and b/objects/trees/birch/medponderosa11.iob differ diff --git a/objects/trees/birch/medponderosa12.iob b/objects/trees/birch/medponderosa12.iob index cb7890db..d1080b31 100644 Binary files a/objects/trees/birch/medponderosa12.iob and b/objects/trees/birch/medponderosa12.iob differ diff --git a/objects/trees/birch/medponderosa13.iob b/objects/trees/birch/medponderosa13.iob index e455c7c5..e807a062 100644 Binary files a/objects/trees/birch/medponderosa13.iob and b/objects/trees/birch/medponderosa13.iob differ diff --git a/objects/trees/birch/medponderosa14.iob b/objects/trees/birch/medponderosa14.iob index 3125e91a..2f88961b 100644 Binary files a/objects/trees/birch/medponderosa14.iob and b/objects/trees/birch/medponderosa14.iob differ diff --git a/objects/trees/birch/medponderosa15.iob b/objects/trees/birch/medponderosa15.iob index 1067ddfb..3549878a 100644 Binary files a/objects/trees/birch/medponderosa15.iob and b/objects/trees/birch/medponderosa15.iob differ diff --git a/objects/trees/birch/medponderosa2.iob b/objects/trees/birch/medponderosa2.iob index a6f000b0..96fc64c8 100644 Binary files a/objects/trees/birch/medponderosa2.iob and b/objects/trees/birch/medponderosa2.iob differ diff --git a/objects/trees/birch/medponderosa3.iob b/objects/trees/birch/medponderosa3.iob index d2005553..a80a9111 100644 Binary files a/objects/trees/birch/medponderosa3.iob and b/objects/trees/birch/medponderosa3.iob differ diff --git a/objects/trees/birch/medponderosa4.iob b/objects/trees/birch/medponderosa4.iob index dc02c629..bab76c2e 100644 Binary files a/objects/trees/birch/medponderosa4.iob and b/objects/trees/birch/medponderosa4.iob differ diff --git a/objects/trees/birch/medponderosa5.iob b/objects/trees/birch/medponderosa5.iob index 3477901d..f1f92b11 100644 Binary files a/objects/trees/birch/medponderosa5.iob and b/objects/trees/birch/medponderosa5.iob differ diff --git a/objects/trees/birch/medponderosa6.iob b/objects/trees/birch/medponderosa6.iob index 18231b39..802c0761 100644 Binary files a/objects/trees/birch/medponderosa6.iob and b/objects/trees/birch/medponderosa6.iob differ diff --git a/objects/trees/birch/medponderosa7.iob b/objects/trees/birch/medponderosa7.iob index 5506a093..39251ef9 100644 Binary files a/objects/trees/birch/medponderosa7.iob and b/objects/trees/birch/medponderosa7.iob differ diff --git a/objects/trees/birch/medponderosa8.iob b/objects/trees/birch/medponderosa8.iob index b64ad93c..8de94d64 100644 Binary files a/objects/trees/birch/medponderosa8.iob and b/objects/trees/birch/medponderosa8.iob differ diff --git a/objects/trees/birch/medponderosa9.iob b/objects/trees/birch/medponderosa9.iob index 39c093a7..37ebac2c 100644 Binary files a/objects/trees/birch/medponderosa9.iob and b/objects/trees/birch/medponderosa9.iob differ diff --git a/objects/trees/birch/omni1.iob b/objects/trees/birch/omni1.iob index 65aaae47..bf5653bf 100644 Binary files a/objects/trees/birch/omni1.iob and b/objects/trees/birch/omni1.iob differ diff --git a/objects/trees/birch/smallgeneric1.iob b/objects/trees/birch/smallgeneric1.iob index bec9849c..b44aaba9 100644 Binary files a/objects/trees/birch/smallgeneric1.iob and b/objects/trees/birch/smallgeneric1.iob differ diff --git a/objects/trees/birch/smallgeneric10.iob b/objects/trees/birch/smallgeneric10.iob index 11cefad5..8e96cd24 100644 Binary files a/objects/trees/birch/smallgeneric10.iob and b/objects/trees/birch/smallgeneric10.iob differ diff --git a/objects/trees/birch/smallgeneric11.iob b/objects/trees/birch/smallgeneric11.iob index e1de3261..b1a05ac0 100644 Binary files a/objects/trees/birch/smallgeneric11.iob and b/objects/trees/birch/smallgeneric11.iob differ diff --git a/objects/trees/birch/smallgeneric2.iob b/objects/trees/birch/smallgeneric2.iob index 0bfce84b..1acff977 100644 Binary files a/objects/trees/birch/smallgeneric2.iob and b/objects/trees/birch/smallgeneric2.iob differ diff --git a/objects/trees/birch/smallgeneric3.iob b/objects/trees/birch/smallgeneric3.iob index 793aff9c..2dfcf556 100644 Binary files a/objects/trees/birch/smallgeneric3.iob and b/objects/trees/birch/smallgeneric3.iob differ diff --git a/objects/trees/birch/smallgeneric4.iob b/objects/trees/birch/smallgeneric4.iob index ded50399..1580130f 100644 Binary files a/objects/trees/birch/smallgeneric4.iob and b/objects/trees/birch/smallgeneric4.iob differ diff --git a/objects/trees/birch/smallgeneric5.iob b/objects/trees/birch/smallgeneric5.iob index c9da2a61..9df5b26f 100644 Binary files a/objects/trees/birch/smallgeneric5.iob and b/objects/trees/birch/smallgeneric5.iob differ diff --git a/objects/trees/birch/smallgeneric6.iob b/objects/trees/birch/smallgeneric6.iob index ec63ce2e..158991b8 100644 Binary files a/objects/trees/birch/smallgeneric6.iob and b/objects/trees/birch/smallgeneric6.iob differ diff --git a/objects/trees/birch/smallgeneric7.iob b/objects/trees/birch/smallgeneric7.iob index 8aeafe34..228952b1 100644 Binary files a/objects/trees/birch/smallgeneric7.iob and b/objects/trees/birch/smallgeneric7.iob differ diff --git a/objects/trees/birch/smallgeneric8.iob b/objects/trees/birch/smallgeneric8.iob index 6b627711..0978edb8 100644 Binary files a/objects/trees/birch/smallgeneric8.iob and b/objects/trees/birch/smallgeneric8.iob differ diff --git a/objects/trees/birch/smallgeneric9.iob b/objects/trees/birch/smallgeneric9.iob index 8c8cd4ec..13f70aa6 100644 Binary files a/objects/trees/birch/smallgeneric9.iob and b/objects/trees/birch/smallgeneric9.iob differ diff --git a/objects/trees/birch/smolponderosa1.iob b/objects/trees/birch/smolponderosa1.iob index ef81048f..7a907ee2 100644 Binary files a/objects/trees/birch/smolponderosa1.iob and b/objects/trees/birch/smolponderosa1.iob differ diff --git a/objects/trees/birch/smolponderosa10.iob b/objects/trees/birch/smolponderosa10.iob index 37a008a5..80b6cf04 100644 Binary files a/objects/trees/birch/smolponderosa10.iob and b/objects/trees/birch/smolponderosa10.iob differ diff --git a/objects/trees/birch/smolponderosa11.iob b/objects/trees/birch/smolponderosa11.iob index 6fed8d8e..c7f97862 100644 Binary files a/objects/trees/birch/smolponderosa11.iob and b/objects/trees/birch/smolponderosa11.iob differ diff --git a/objects/trees/birch/smolponderosa12.iob b/objects/trees/birch/smolponderosa12.iob index 5825d9bc..341abd9c 100644 Binary files a/objects/trees/birch/smolponderosa12.iob and b/objects/trees/birch/smolponderosa12.iob differ diff --git a/objects/trees/birch/smolponderosa13.iob b/objects/trees/birch/smolponderosa13.iob index a59ff302..792b5909 100644 Binary files a/objects/trees/birch/smolponderosa13.iob and b/objects/trees/birch/smolponderosa13.iob differ diff --git a/objects/trees/birch/smolponderosa14.iob b/objects/trees/birch/smolponderosa14.iob index d3236712..aafe1492 100644 Binary files a/objects/trees/birch/smolponderosa14.iob and b/objects/trees/birch/smolponderosa14.iob differ diff --git a/objects/trees/birch/smolponderosa15.iob b/objects/trees/birch/smolponderosa15.iob index 90352553..7296f17a 100644 Binary files a/objects/trees/birch/smolponderosa15.iob and b/objects/trees/birch/smolponderosa15.iob differ diff --git a/objects/trees/birch/smolponderosa2.iob b/objects/trees/birch/smolponderosa2.iob index 7933a59c..ff72a48e 100644 Binary files a/objects/trees/birch/smolponderosa2.iob and b/objects/trees/birch/smolponderosa2.iob differ diff --git a/objects/trees/birch/smolponderosa3.iob b/objects/trees/birch/smolponderosa3.iob index 96d7dac7..2c1dae20 100644 Binary files a/objects/trees/birch/smolponderosa3.iob and b/objects/trees/birch/smolponderosa3.iob differ diff --git a/objects/trees/birch/smolponderosa4.iob b/objects/trees/birch/smolponderosa4.iob index a7906922..214207e9 100644 Binary files a/objects/trees/birch/smolponderosa4.iob and b/objects/trees/birch/smolponderosa4.iob differ diff --git a/objects/trees/birch/smolponderosa5.iob b/objects/trees/birch/smolponderosa5.iob index a4e76335..4d4c1248 100644 Binary files a/objects/trees/birch/smolponderosa5.iob and b/objects/trees/birch/smolponderosa5.iob differ diff --git a/objects/trees/birch/smolponderosa6.iob b/objects/trees/birch/smolponderosa6.iob index 4c7a213c..587111e6 100644 Binary files a/objects/trees/birch/smolponderosa6.iob and b/objects/trees/birch/smolponderosa6.iob differ diff --git a/objects/trees/birch/smolponderosa7.iob b/objects/trees/birch/smolponderosa7.iob index 3482d771..dd7546db 100644 Binary files a/objects/trees/birch/smolponderosa7.iob and b/objects/trees/birch/smolponderosa7.iob differ diff --git a/objects/trees/birch/smolponderosa8.iob b/objects/trees/birch/smolponderosa8.iob index e34d9490..504874f0 100644 Binary files a/objects/trees/birch/smolponderosa8.iob and b/objects/trees/birch/smolponderosa8.iob differ diff --git a/objects/trees/birch/smolponderosa9.iob b/objects/trees/birch/smolponderosa9.iob index 20ffb30d..fa379117 100644 Binary files a/objects/trees/birch/smolponderosa9.iob and b/objects/trees/birch/smolponderosa9.iob differ diff --git a/objects/trees/birch/variantforest1.iob b/objects/trees/birch/variantforest1.iob index dfe9d31d..47cab70f 100644 Binary files a/objects/trees/birch/variantforest1.iob and b/objects/trees/birch/variantforest1.iob differ diff --git a/objects/trees/birch/variantforest10.iob b/objects/trees/birch/variantforest10.iob index 2c53b149..cd1a13b4 100644 Binary files a/objects/trees/birch/variantforest10.iob and b/objects/trees/birch/variantforest10.iob differ diff --git a/objects/trees/birch/variantforest11.iob b/objects/trees/birch/variantforest11.iob index d4f74004..d7c3ea0b 100644 Binary files a/objects/trees/birch/variantforest11.iob and b/objects/trees/birch/variantforest11.iob differ diff --git a/objects/trees/birch/variantforest12.iob b/objects/trees/birch/variantforest12.iob index e98e534b..9b716d06 100644 Binary files a/objects/trees/birch/variantforest12.iob and b/objects/trees/birch/variantforest12.iob differ diff --git a/objects/trees/birch/variantforest13.iob b/objects/trees/birch/variantforest13.iob index 42e84728..ce1a7acf 100644 Binary files a/objects/trees/birch/variantforest13.iob and b/objects/trees/birch/variantforest13.iob differ diff --git a/objects/trees/birch/variantforest14.iob b/objects/trees/birch/variantforest14.iob index 86cbcea8..098c242d 100644 Binary files a/objects/trees/birch/variantforest14.iob and b/objects/trees/birch/variantforest14.iob differ diff --git a/objects/trees/birch/variantforest15.iob b/objects/trees/birch/variantforest15.iob index 6a08a29b..b81520a4 100644 Binary files a/objects/trees/birch/variantforest15.iob and b/objects/trees/birch/variantforest15.iob differ diff --git a/objects/trees/birch/variantforest16.iob b/objects/trees/birch/variantforest16.iob index 3a1d0cf3..a3c2cf55 100644 Binary files a/objects/trees/birch/variantforest16.iob and b/objects/trees/birch/variantforest16.iob differ diff --git a/objects/trees/birch/variantforest17.iob b/objects/trees/birch/variantforest17.iob index ac79175e..3be59cf8 100644 Binary files a/objects/trees/birch/variantforest17.iob and b/objects/trees/birch/variantforest17.iob differ diff --git a/objects/trees/birch/variantforest18.iob b/objects/trees/birch/variantforest18.iob index d1acdb17..959b7acd 100644 Binary files a/objects/trees/birch/variantforest18.iob and b/objects/trees/birch/variantforest18.iob differ diff --git a/objects/trees/birch/variantforest19.iob b/objects/trees/birch/variantforest19.iob index 13b7a6ee..160826fb 100644 Binary files a/objects/trees/birch/variantforest19.iob and b/objects/trees/birch/variantforest19.iob differ diff --git a/objects/trees/birch/variantforest2.iob b/objects/trees/birch/variantforest2.iob index a5cc8d8c..f01c5b58 100644 Binary files a/objects/trees/birch/variantforest2.iob and b/objects/trees/birch/variantforest2.iob differ diff --git a/objects/trees/birch/variantforest20.iob b/objects/trees/birch/variantforest20.iob index d0a7cdce..b6b463c4 100644 Binary files a/objects/trees/birch/variantforest20.iob and b/objects/trees/birch/variantforest20.iob differ diff --git a/objects/trees/birch/variantforest3.iob b/objects/trees/birch/variantforest3.iob index afe4be8b..f264604b 100644 Binary files a/objects/trees/birch/variantforest3.iob and b/objects/trees/birch/variantforest3.iob differ diff --git a/objects/trees/birch/variantforest4.iob b/objects/trees/birch/variantforest4.iob index 90d8c63e..4d626b2f 100644 Binary files a/objects/trees/birch/variantforest4.iob and b/objects/trees/birch/variantforest4.iob differ diff --git a/objects/trees/birch/variantforest5.iob b/objects/trees/birch/variantforest5.iob index 8d82665e..4319d0e3 100644 Binary files a/objects/trees/birch/variantforest5.iob and b/objects/trees/birch/variantforest5.iob differ diff --git a/objects/trees/birch/variantforest6.iob b/objects/trees/birch/variantforest6.iob index 7b43bbc8..20e0e970 100644 Binary files a/objects/trees/birch/variantforest6.iob and b/objects/trees/birch/variantforest6.iob differ diff --git a/objects/trees/birch/variantforest7.iob b/objects/trees/birch/variantforest7.iob index fac322e8..fd8d025d 100644 Binary files a/objects/trees/birch/variantforest7.iob and b/objects/trees/birch/variantforest7.iob differ diff --git a/objects/trees/birch/variantforest8.iob b/objects/trees/birch/variantforest8.iob index e9952921..c216f2a0 100644 Binary files a/objects/trees/birch/variantforest8.iob and b/objects/trees/birch/variantforest8.iob differ diff --git a/objects/trees/birch/variantforest9.iob b/objects/trees/birch/variantforest9.iob index 6168226a..7723459b 100644 Binary files a/objects/trees/birch/variantforest9.iob and b/objects/trees/birch/variantforest9.iob differ diff --git a/objects/trees/bonsai/big-1.iob b/objects/trees/bonsai/big-1.iob index 1386f656..4c30c146 100644 Binary files a/objects/trees/bonsai/big-1.iob and b/objects/trees/bonsai/big-1.iob differ diff --git a/objects/trees/bonsai/big-2.iob b/objects/trees/bonsai/big-2.iob index 7b45a8b7..88f90d6d 100644 Binary files a/objects/trees/bonsai/big-2.iob and b/objects/trees/bonsai/big-2.iob differ diff --git a/objects/trees/bonsai/big-3.iob b/objects/trees/bonsai/big-3.iob index 737c4709..be5762ba 100644 Binary files a/objects/trees/bonsai/big-3.iob and b/objects/trees/bonsai/big-3.iob differ diff --git a/objects/trees/bonsai/big-4.iob b/objects/trees/bonsai/big-4.iob index 49b88a00..e2dc3c3b 100644 Binary files a/objects/trees/bonsai/big-4.iob and b/objects/trees/bonsai/big-4.iob differ diff --git a/objects/trees/bonsai/big-5.iob b/objects/trees/bonsai/big-5.iob index 2ab598dd..bb834f65 100644 Binary files a/objects/trees/bonsai/big-5.iob and b/objects/trees/bonsai/big-5.iob differ diff --git a/objects/trees/bonsai/big-6.iob b/objects/trees/bonsai/big-6.iob index c58555b0..198ec2ed 100644 Binary files a/objects/trees/bonsai/big-6.iob and b/objects/trees/bonsai/big-6.iob differ diff --git a/objects/trees/bonsai/big-7.iob b/objects/trees/bonsai/big-7.iob index d23d6e14..154caf49 100644 Binary files a/objects/trees/bonsai/big-7.iob and b/objects/trees/bonsai/big-7.iob differ diff --git a/objects/trees/bonsai/frolow1.iob b/objects/trees/bonsai/frolow1.iob index 48098251..869338fa 100644 Binary files a/objects/trees/bonsai/frolow1.iob and b/objects/trees/bonsai/frolow1.iob differ diff --git a/objects/trees/bonsai/frolow10.iob b/objects/trees/bonsai/frolow10.iob index efda17ce..aef1fa2d 100644 Binary files a/objects/trees/bonsai/frolow10.iob and b/objects/trees/bonsai/frolow10.iob differ diff --git a/objects/trees/bonsai/frolow11.iob b/objects/trees/bonsai/frolow11.iob index 6e5cab52..69534fdb 100644 Binary files a/objects/trees/bonsai/frolow11.iob and b/objects/trees/bonsai/frolow11.iob differ diff --git a/objects/trees/bonsai/frolow12.iob b/objects/trees/bonsai/frolow12.iob index 0318473a..757dbbcb 100644 Binary files a/objects/trees/bonsai/frolow12.iob and b/objects/trees/bonsai/frolow12.iob differ diff --git a/objects/trees/bonsai/frolow13.iob b/objects/trees/bonsai/frolow13.iob index 7b518103..9d9ee847 100644 Binary files a/objects/trees/bonsai/frolow13.iob and b/objects/trees/bonsai/frolow13.iob differ diff --git a/objects/trees/bonsai/frolow14.iob b/objects/trees/bonsai/frolow14.iob index e9596cc0..09ef1764 100644 Binary files a/objects/trees/bonsai/frolow14.iob and b/objects/trees/bonsai/frolow14.iob differ diff --git a/objects/trees/bonsai/frolow15.iob b/objects/trees/bonsai/frolow15.iob index 392dc3f7..89805fea 100644 Binary files a/objects/trees/bonsai/frolow15.iob and b/objects/trees/bonsai/frolow15.iob differ diff --git a/objects/trees/bonsai/frolow16.iob b/objects/trees/bonsai/frolow16.iob index a6ef2086..cbf2f24f 100644 Binary files a/objects/trees/bonsai/frolow16.iob and b/objects/trees/bonsai/frolow16.iob differ diff --git a/objects/trees/bonsai/frolow2.iob b/objects/trees/bonsai/frolow2.iob index fa6de4ee..46740a72 100644 Binary files a/objects/trees/bonsai/frolow2.iob and b/objects/trees/bonsai/frolow2.iob differ diff --git a/objects/trees/bonsai/frolow3.iob b/objects/trees/bonsai/frolow3.iob index 85a3909e..81bf09ea 100644 Binary files a/objects/trees/bonsai/frolow3.iob and b/objects/trees/bonsai/frolow3.iob differ diff --git a/objects/trees/bonsai/frolow4.iob b/objects/trees/bonsai/frolow4.iob index 16bba946..a3a522ba 100644 Binary files a/objects/trees/bonsai/frolow4.iob and b/objects/trees/bonsai/frolow4.iob differ diff --git a/objects/trees/bonsai/frolow5.iob b/objects/trees/bonsai/frolow5.iob index b779a805..316b73bf 100644 Binary files a/objects/trees/bonsai/frolow5.iob and b/objects/trees/bonsai/frolow5.iob differ diff --git a/objects/trees/bonsai/frolow6.iob b/objects/trees/bonsai/frolow6.iob index f56dfd78..6f3b604a 100644 Binary files a/objects/trees/bonsai/frolow6.iob and b/objects/trees/bonsai/frolow6.iob differ diff --git a/objects/trees/bonsai/frolow7.iob b/objects/trees/bonsai/frolow7.iob index 594d7567..e306d6be 100644 Binary files a/objects/trees/bonsai/frolow7.iob and b/objects/trees/bonsai/frolow7.iob differ diff --git a/objects/trees/bonsai/frolow8.iob b/objects/trees/bonsai/frolow8.iob index b7396b79..abc1eabc 100644 Binary files a/objects/trees/bonsai/frolow8.iob and b/objects/trees/bonsai/frolow8.iob differ diff --git a/objects/trees/bonsai/frolow9.iob b/objects/trees/bonsai/frolow9.iob index 12055f29..0b2e0c8f 100644 Binary files a/objects/trees/bonsai/frolow9.iob and b/objects/trees/bonsai/frolow9.iob differ diff --git a/objects/trees/bonsai/med-1.iob b/objects/trees/bonsai/med-1.iob index 6d02192f..4239988c 100644 Binary files a/objects/trees/bonsai/med-1.iob and b/objects/trees/bonsai/med-1.iob differ diff --git a/objects/trees/bonsai/med-2.iob b/objects/trees/bonsai/med-2.iob index 99630aed..04162e75 100644 Binary files a/objects/trees/bonsai/med-2.iob and b/objects/trees/bonsai/med-2.iob differ diff --git a/objects/trees/bonsai/med-3.iob b/objects/trees/bonsai/med-3.iob index 819b42f6..50957b25 100644 Binary files a/objects/trees/bonsai/med-3.iob and b/objects/trees/bonsai/med-3.iob differ diff --git a/objects/trees/bonsai/med-4.iob b/objects/trees/bonsai/med-4.iob index b269c565..5b75d26e 100644 Binary files a/objects/trees/bonsai/med-4.iob and b/objects/trees/bonsai/med-4.iob differ diff --git a/objects/trees/bonsai/medtilt1.iob b/objects/trees/bonsai/medtilt1.iob index 9d76ab1b..822cd77d 100644 Binary files a/objects/trees/bonsai/medtilt1.iob and b/objects/trees/bonsai/medtilt1.iob differ diff --git a/objects/trees/bonsai/medtilt2.iob b/objects/trees/bonsai/medtilt2.iob index 63954c58..9a8e84c1 100644 Binary files a/objects/trees/bonsai/medtilt2.iob and b/objects/trees/bonsai/medtilt2.iob differ diff --git a/objects/trees/bonsai/medtilt3.iob b/objects/trees/bonsai/medtilt3.iob index 630fe838..5c49efae 100644 Binary files a/objects/trees/bonsai/medtilt3.iob and b/objects/trees/bonsai/medtilt3.iob differ diff --git a/objects/trees/bonsai/medtilt4.iob b/objects/trees/bonsai/medtilt4.iob index 3f463d6e..219730d1 100644 Binary files a/objects/trees/bonsai/medtilt4.iob and b/objects/trees/bonsai/medtilt4.iob differ diff --git a/objects/trees/bonsai/medtilt5.iob b/objects/trees/bonsai/medtilt5.iob index 71a0720a..462b698f 100644 Binary files a/objects/trees/bonsai/medtilt5.iob and b/objects/trees/bonsai/medtilt5.iob differ diff --git a/objects/trees/bonsai/smbase1.iob b/objects/trees/bonsai/smbase1.iob index 89259db3..64533ce8 100644 Binary files a/objects/trees/bonsai/smbase1.iob and b/objects/trees/bonsai/smbase1.iob differ diff --git a/objects/trees/bonsai/smbon1.iob b/objects/trees/bonsai/smbon1.iob index ade0236f..d29fb2c0 100644 Binary files a/objects/trees/bonsai/smbon1.iob and b/objects/trees/bonsai/smbon1.iob differ diff --git a/objects/trees/bonsai/smbon2.iob b/objects/trees/bonsai/smbon2.iob index ce9c8c6c..e21fa662 100644 Binary files a/objects/trees/bonsai/smbon2.iob and b/objects/trees/bonsai/smbon2.iob differ diff --git a/objects/trees/bonsai/smbon3.iob b/objects/trees/bonsai/smbon3.iob index 5cda38d0..5266fb63 100644 Binary files a/objects/trees/bonsai/smbon3.iob and b/objects/trees/bonsai/smbon3.iob differ diff --git a/objects/trees/bonsai/smfallen1.iob b/objects/trees/bonsai/smfallen1.iob index 9e1244c2..208d7bc9 100644 Binary files a/objects/trees/bonsai/smfallen1.iob and b/objects/trees/bonsai/smfallen1.iob differ diff --git a/objects/trees/darkoak/denmyre1.iob b/objects/trees/darkoak/denmyre1.iob index 49935c55..b4644b12 100644 Binary files a/objects/trees/darkoak/denmyre1.iob and b/objects/trees/darkoak/denmyre1.iob differ diff --git a/objects/trees/darkoak/denmyre10.iob b/objects/trees/darkoak/denmyre10.iob index 77db2391..63d91403 100644 Binary files a/objects/trees/darkoak/denmyre10.iob and b/objects/trees/darkoak/denmyre10.iob differ diff --git a/objects/trees/darkoak/denmyre11.iob b/objects/trees/darkoak/denmyre11.iob index c24db374..27cb68be 100644 Binary files a/objects/trees/darkoak/denmyre11.iob and b/objects/trees/darkoak/denmyre11.iob differ diff --git a/objects/trees/darkoak/denmyre12.iob b/objects/trees/darkoak/denmyre12.iob index eaca9068..1617b324 100644 Binary files a/objects/trees/darkoak/denmyre12.iob and b/objects/trees/darkoak/denmyre12.iob differ diff --git a/objects/trees/darkoak/denmyre13.iob b/objects/trees/darkoak/denmyre13.iob index b5f5d0be..72fc597a 100644 Binary files a/objects/trees/darkoak/denmyre13.iob and b/objects/trees/darkoak/denmyre13.iob differ diff --git a/objects/trees/darkoak/denmyre14.iob b/objects/trees/darkoak/denmyre14.iob index b6e68e2d..5c4ea5c6 100644 Binary files a/objects/trees/darkoak/denmyre14.iob and b/objects/trees/darkoak/denmyre14.iob differ diff --git a/objects/trees/darkoak/denmyre15.iob b/objects/trees/darkoak/denmyre15.iob index f1c001f6..5e004a67 100644 Binary files a/objects/trees/darkoak/denmyre15.iob and b/objects/trees/darkoak/denmyre15.iob differ diff --git a/objects/trees/darkoak/denmyre16.iob b/objects/trees/darkoak/denmyre16.iob index b91d64b6..bf02ecb4 100644 Binary files a/objects/trees/darkoak/denmyre16.iob and b/objects/trees/darkoak/denmyre16.iob differ diff --git a/objects/trees/darkoak/denmyre2.iob b/objects/trees/darkoak/denmyre2.iob index eb884990..fd5857e6 100644 Binary files a/objects/trees/darkoak/denmyre2.iob and b/objects/trees/darkoak/denmyre2.iob differ diff --git a/objects/trees/darkoak/denmyre3.iob b/objects/trees/darkoak/denmyre3.iob index a159b7ea..a2ceb3aa 100644 Binary files a/objects/trees/darkoak/denmyre3.iob and b/objects/trees/darkoak/denmyre3.iob differ diff --git a/objects/trees/darkoak/denmyre4.iob b/objects/trees/darkoak/denmyre4.iob index cbfed3dc..da694818 100644 Binary files a/objects/trees/darkoak/denmyre4.iob and b/objects/trees/darkoak/denmyre4.iob differ diff --git a/objects/trees/darkoak/denmyre5.iob b/objects/trees/darkoak/denmyre5.iob index 0958c70d..35d40ae9 100644 Binary files a/objects/trees/darkoak/denmyre5.iob and b/objects/trees/darkoak/denmyre5.iob differ diff --git a/objects/trees/darkoak/denmyre6.iob b/objects/trees/darkoak/denmyre6.iob index 56825ace..8e6250fa 100644 Binary files a/objects/trees/darkoak/denmyre6.iob and b/objects/trees/darkoak/denmyre6.iob differ diff --git a/objects/trees/darkoak/denmyre7.iob b/objects/trees/darkoak/denmyre7.iob index 56f72edf..fdcba958 100644 Binary files a/objects/trees/darkoak/denmyre7.iob and b/objects/trees/darkoak/denmyre7.iob differ diff --git a/objects/trees/darkoak/denmyre8.iob b/objects/trees/darkoak/denmyre8.iob index f6638b8c..6b08eaf6 100644 Binary files a/objects/trees/darkoak/denmyre8.iob and b/objects/trees/darkoak/denmyre8.iob differ diff --git a/objects/trees/darkoak/denmyre9.iob b/objects/trees/darkoak/denmyre9.iob index 4d0d8d86..d2315a56 100644 Binary files a/objects/trees/darkoak/denmyre9.iob and b/objects/trees/darkoak/denmyre9.iob differ diff --git a/objects/trees/darkoak/floral1.iob b/objects/trees/darkoak/floral1.iob index ebfb1326..02e5d954 100644 Binary files a/objects/trees/darkoak/floral1.iob and b/objects/trees/darkoak/floral1.iob differ diff --git a/objects/trees/darkoak/generic1.iob b/objects/trees/darkoak/generic1.iob index 8b01a064..e987a3c4 100644 Binary files a/objects/trees/darkoak/generic1.iob and b/objects/trees/darkoak/generic1.iob differ diff --git a/objects/trees/darkoak/generic10.iob b/objects/trees/darkoak/generic10.iob index 7e94470c..44baf64c 100644 Binary files a/objects/trees/darkoak/generic10.iob and b/objects/trees/darkoak/generic10.iob differ diff --git a/objects/trees/darkoak/generic11.iob b/objects/trees/darkoak/generic11.iob index 9bfbcbcd..762d8acf 100644 Binary files a/objects/trees/darkoak/generic11.iob and b/objects/trees/darkoak/generic11.iob differ diff --git a/objects/trees/darkoak/generic2.iob b/objects/trees/darkoak/generic2.iob index 1ba849cc..1c1f46ba 100644 Binary files a/objects/trees/darkoak/generic2.iob and b/objects/trees/darkoak/generic2.iob differ diff --git a/objects/trees/darkoak/generic3.iob b/objects/trees/darkoak/generic3.iob index 1d4b01e6..39675922 100644 Binary files a/objects/trees/darkoak/generic3.iob and b/objects/trees/darkoak/generic3.iob differ diff --git a/objects/trees/darkoak/generic4.iob b/objects/trees/darkoak/generic4.iob index 1d4e3655..c1c8a382 100644 Binary files a/objects/trees/darkoak/generic4.iob and b/objects/trees/darkoak/generic4.iob differ diff --git a/objects/trees/darkoak/generic5.iob b/objects/trees/darkoak/generic5.iob index 36e982bb..58961c6a 100644 Binary files a/objects/trees/darkoak/generic5.iob and b/objects/trees/darkoak/generic5.iob differ diff --git a/objects/trees/darkoak/generic6.iob b/objects/trees/darkoak/generic6.iob index fa9d2d00..6971e022 100644 Binary files a/objects/trees/darkoak/generic6.iob and b/objects/trees/darkoak/generic6.iob differ diff --git a/objects/trees/darkoak/generic7.iob b/objects/trees/darkoak/generic7.iob index 05f1f53a..a765313b 100644 Binary files a/objects/trees/darkoak/generic7.iob and b/objects/trees/darkoak/generic7.iob differ diff --git a/objects/trees/darkoak/generic8.iob b/objects/trees/darkoak/generic8.iob index 7e94470c..44baf64c 100644 Binary files a/objects/trees/darkoak/generic8.iob and b/objects/trees/darkoak/generic8.iob differ diff --git a/objects/trees/darkoak/generic9.iob b/objects/trees/darkoak/generic9.iob index b485ad1b..f4de014e 100644 Binary files a/objects/trees/darkoak/generic9.iob and b/objects/trees/darkoak/generic9.iob differ diff --git a/objects/trees/darkoak/large-10.iob b/objects/trees/darkoak/large-10.iob index f430dab6..ec845526 100644 Binary files a/objects/trees/darkoak/large-10.iob and b/objects/trees/darkoak/large-10.iob differ diff --git a/objects/trees/darkoak/large-3.iob b/objects/trees/darkoak/large-3.iob index 1c115b21..b99dbfdb 100644 Binary files a/objects/trees/darkoak/large-3.iob and b/objects/trees/darkoak/large-3.iob differ diff --git a/objects/trees/darkoak/medgeneric1.iob b/objects/trees/darkoak/medgeneric1.iob index 878632c0..505d475c 100644 Binary files a/objects/trees/darkoak/medgeneric1.iob and b/objects/trees/darkoak/medgeneric1.iob differ diff --git a/objects/trees/darkoak/medgeneric2.iob b/objects/trees/darkoak/medgeneric2.iob index c5e52166..c2961d5c 100644 Binary files a/objects/trees/darkoak/medgeneric2.iob and b/objects/trees/darkoak/medgeneric2.iob differ diff --git a/objects/trees/darkoak/medgeneric3.iob b/objects/trees/darkoak/medgeneric3.iob index 19963df2..d64dbd35 100644 Binary files a/objects/trees/darkoak/medgeneric3.iob and b/objects/trees/darkoak/medgeneric3.iob differ diff --git a/objects/trees/darkoak/medgeneric4.iob b/objects/trees/darkoak/medgeneric4.iob index 98170ad1..5c91b1fb 100644 Binary files a/objects/trees/darkoak/medgeneric4.iob and b/objects/trees/darkoak/medgeneric4.iob differ diff --git a/objects/trees/darkoak/medgeneric5.iob b/objects/trees/darkoak/medgeneric5.iob index befc88fd..f3282f52 100644 Binary files a/objects/trees/darkoak/medgeneric5.iob and b/objects/trees/darkoak/medgeneric5.iob differ diff --git a/objects/trees/darkoak/medgeneric6.iob b/objects/trees/darkoak/medgeneric6.iob index baa6baf5..7e0bae98 100644 Binary files a/objects/trees/darkoak/medgeneric6.iob and b/objects/trees/darkoak/medgeneric6.iob differ diff --git a/objects/trees/darkoak/medgeneric7.iob b/objects/trees/darkoak/medgeneric7.iob index a1d70c36..151d5516 100644 Binary files a/objects/trees/darkoak/medgeneric7.iob and b/objects/trees/darkoak/medgeneric7.iob differ diff --git a/objects/trees/darkoak/medgeneric8.iob b/objects/trees/darkoak/medgeneric8.iob index 6ff18aa2..048681f6 100644 Binary files a/objects/trees/darkoak/medgeneric8.iob and b/objects/trees/darkoak/medgeneric8.iob differ diff --git a/objects/trees/darkoak/medgeneric9.iob b/objects/trees/darkoak/medgeneric9.iob index 6ff18aa2..048681f6 100644 Binary files a/objects/trees/darkoak/medgeneric9.iob and b/objects/trees/darkoak/medgeneric9.iob differ diff --git a/objects/trees/darkoak/smdeadwillow1.iob b/objects/trees/darkoak/smdeadwillow1.iob index 3074339f..9d8ca183 100644 Binary files a/objects/trees/darkoak/smdeadwillow1.iob and b/objects/trees/darkoak/smdeadwillow1.iob differ diff --git a/objects/trees/darkoak/smdeadwillow2.iob b/objects/trees/darkoak/smdeadwillow2.iob index f673f7f9..94101659 100644 Binary files a/objects/trees/darkoak/smdeadwillow2.iob and b/objects/trees/darkoak/smdeadwillow2.iob differ diff --git a/objects/trees/darkoak/smolgeneric1.iob b/objects/trees/darkoak/smolgeneric1.iob index 93f9ba9f..261d978a 100644 Binary files a/objects/trees/darkoak/smolgeneric1.iob and b/objects/trees/darkoak/smolgeneric1.iob differ diff --git a/objects/trees/darkoak/smolgeneric10.iob b/objects/trees/darkoak/smolgeneric10.iob index 5cfd1898..b61ea57c 100644 Binary files a/objects/trees/darkoak/smolgeneric10.iob and b/objects/trees/darkoak/smolgeneric10.iob differ diff --git a/objects/trees/darkoak/smolgeneric11.iob b/objects/trees/darkoak/smolgeneric11.iob index 8b9bea3b..33438910 100644 Binary files a/objects/trees/darkoak/smolgeneric11.iob and b/objects/trees/darkoak/smolgeneric11.iob differ diff --git a/objects/trees/darkoak/smolgeneric12.iob b/objects/trees/darkoak/smolgeneric12.iob index 7ff3e8f0..b3cd7a70 100644 Binary files a/objects/trees/darkoak/smolgeneric12.iob and b/objects/trees/darkoak/smolgeneric12.iob differ diff --git a/objects/trees/darkoak/smolgeneric13.iob b/objects/trees/darkoak/smolgeneric13.iob index b77cfb1c..e7427795 100644 Binary files a/objects/trees/darkoak/smolgeneric13.iob and b/objects/trees/darkoak/smolgeneric13.iob differ diff --git a/objects/trees/darkoak/smolgeneric14.iob b/objects/trees/darkoak/smolgeneric14.iob index 6742ac38..88534341 100644 Binary files a/objects/trees/darkoak/smolgeneric14.iob and b/objects/trees/darkoak/smolgeneric14.iob differ diff --git a/objects/trees/darkoak/smolgeneric15.iob b/objects/trees/darkoak/smolgeneric15.iob index 5294bdeb..be16df99 100644 Binary files a/objects/trees/darkoak/smolgeneric15.iob and b/objects/trees/darkoak/smolgeneric15.iob differ diff --git a/objects/trees/darkoak/smolgeneric16.iob b/objects/trees/darkoak/smolgeneric16.iob index fd0aeef9..9db9108f 100644 Binary files a/objects/trees/darkoak/smolgeneric16.iob and b/objects/trees/darkoak/smolgeneric16.iob differ diff --git a/objects/trees/darkoak/smolgeneric17.iob b/objects/trees/darkoak/smolgeneric17.iob index 61f04b0e..f6bc6d2c 100644 Binary files a/objects/trees/darkoak/smolgeneric17.iob and b/objects/trees/darkoak/smolgeneric17.iob differ diff --git a/objects/trees/darkoak/smolgeneric18.iob b/objects/trees/darkoak/smolgeneric18.iob index 8aa513ec..5d557d9e 100644 Binary files a/objects/trees/darkoak/smolgeneric18.iob and b/objects/trees/darkoak/smolgeneric18.iob differ diff --git a/objects/trees/darkoak/smolgeneric19.iob b/objects/trees/darkoak/smolgeneric19.iob index 2d0e2a10..979758b9 100644 Binary files a/objects/trees/darkoak/smolgeneric19.iob and b/objects/trees/darkoak/smolgeneric19.iob differ diff --git a/objects/trees/darkoak/smolgeneric2.iob b/objects/trees/darkoak/smolgeneric2.iob index 305dfc3e..8586c5a7 100644 Binary files a/objects/trees/darkoak/smolgeneric2.iob and b/objects/trees/darkoak/smolgeneric2.iob differ diff --git a/objects/trees/darkoak/smolgeneric20.iob b/objects/trees/darkoak/smolgeneric20.iob index 461448df..e28d5830 100644 Binary files a/objects/trees/darkoak/smolgeneric20.iob and b/objects/trees/darkoak/smolgeneric20.iob differ diff --git a/objects/trees/darkoak/smolgeneric21.iob b/objects/trees/darkoak/smolgeneric21.iob index 7f1c925e..3d80a439 100644 Binary files a/objects/trees/darkoak/smolgeneric21.iob and b/objects/trees/darkoak/smolgeneric21.iob differ diff --git a/objects/trees/darkoak/smolgeneric22.iob b/objects/trees/darkoak/smolgeneric22.iob index f67d168a..9ffa442c 100644 Binary files a/objects/trees/darkoak/smolgeneric22.iob and b/objects/trees/darkoak/smolgeneric22.iob differ diff --git a/objects/trees/darkoak/smolgeneric23.iob b/objects/trees/darkoak/smolgeneric23.iob index 436d96a7..34e3bfc3 100644 Binary files a/objects/trees/darkoak/smolgeneric23.iob and b/objects/trees/darkoak/smolgeneric23.iob differ diff --git a/objects/trees/darkoak/smolgeneric24.iob b/objects/trees/darkoak/smolgeneric24.iob index 1e62f61c..214bc73e 100644 Binary files a/objects/trees/darkoak/smolgeneric24.iob and b/objects/trees/darkoak/smolgeneric24.iob differ diff --git a/objects/trees/darkoak/smolgeneric25.iob b/objects/trees/darkoak/smolgeneric25.iob index 1a84c7d8..e1648875 100644 Binary files a/objects/trees/darkoak/smolgeneric25.iob and b/objects/trees/darkoak/smolgeneric25.iob differ diff --git a/objects/trees/darkoak/smolgeneric26.iob b/objects/trees/darkoak/smolgeneric26.iob index ee817660..e7f54565 100644 Binary files a/objects/trees/darkoak/smolgeneric26.iob and b/objects/trees/darkoak/smolgeneric26.iob differ diff --git a/objects/trees/darkoak/smolgeneric27.iob b/objects/trees/darkoak/smolgeneric27.iob index 8bd9f8b4..755625a1 100644 Binary files a/objects/trees/darkoak/smolgeneric27.iob and b/objects/trees/darkoak/smolgeneric27.iob differ diff --git a/objects/trees/darkoak/smolgeneric28.iob b/objects/trees/darkoak/smolgeneric28.iob index 6135daee..fa81866d 100644 Binary files a/objects/trees/darkoak/smolgeneric28.iob and b/objects/trees/darkoak/smolgeneric28.iob differ diff --git a/objects/trees/darkoak/smolgeneric29.iob b/objects/trees/darkoak/smolgeneric29.iob index e67aacb0..6c00cbcc 100644 Binary files a/objects/trees/darkoak/smolgeneric29.iob and b/objects/trees/darkoak/smolgeneric29.iob differ diff --git a/objects/trees/darkoak/smolgeneric3.iob b/objects/trees/darkoak/smolgeneric3.iob index 6f0eb821..d36f9f22 100644 Binary files a/objects/trees/darkoak/smolgeneric3.iob and b/objects/trees/darkoak/smolgeneric3.iob differ diff --git a/objects/trees/darkoak/smolgeneric30.iob b/objects/trees/darkoak/smolgeneric30.iob index f45bbe96..8e5a6204 100644 Binary files a/objects/trees/darkoak/smolgeneric30.iob and b/objects/trees/darkoak/smolgeneric30.iob differ diff --git a/objects/trees/darkoak/smolgeneric31.iob b/objects/trees/darkoak/smolgeneric31.iob index 6e0426d6..095dca29 100644 Binary files a/objects/trees/darkoak/smolgeneric31.iob and b/objects/trees/darkoak/smolgeneric31.iob differ diff --git a/objects/trees/darkoak/smolgeneric4.iob b/objects/trees/darkoak/smolgeneric4.iob index edca7039..bb3a13cb 100644 Binary files a/objects/trees/darkoak/smolgeneric4.iob and b/objects/trees/darkoak/smolgeneric4.iob differ diff --git a/objects/trees/darkoak/smolgeneric5.iob b/objects/trees/darkoak/smolgeneric5.iob index d93b5f1c..def5be78 100644 Binary files a/objects/trees/darkoak/smolgeneric5.iob and b/objects/trees/darkoak/smolgeneric5.iob differ diff --git a/objects/trees/darkoak/smolgeneric6.iob b/objects/trees/darkoak/smolgeneric6.iob index 7034e42d..e2d0f268 100644 Binary files a/objects/trees/darkoak/smolgeneric6.iob and b/objects/trees/darkoak/smolgeneric6.iob differ diff --git a/objects/trees/darkoak/smolgeneric7.iob b/objects/trees/darkoak/smolgeneric7.iob index d93b5f1c..def5be78 100644 Binary files a/objects/trees/darkoak/smolgeneric7.iob and b/objects/trees/darkoak/smolgeneric7.iob differ diff --git a/objects/trees/darkoak/smolgeneric8.iob b/objects/trees/darkoak/smolgeneric8.iob index 4e00ee9c..55b9f6af 100644 Binary files a/objects/trees/darkoak/smolgeneric8.iob and b/objects/trees/darkoak/smolgeneric8.iob differ diff --git a/objects/trees/darkoak/smolgeneric9.iob b/objects/trees/darkoak/smolgeneric9.iob index 3bbbc5ee..543914e4 100644 Binary files a/objects/trees/darkoak/smolgeneric9.iob and b/objects/trees/darkoak/smolgeneric9.iob differ diff --git a/objects/trees/darkoak/smwillow1.iob b/objects/trees/darkoak/smwillow1.iob index fb69900a..b4698e44 100644 Binary files a/objects/trees/darkoak/smwillow1.iob and b/objects/trees/darkoak/smwillow1.iob differ diff --git a/objects/trees/darkoak/smwillow2.iob b/objects/trees/darkoak/smwillow2.iob index ff24df77..13130011 100644 Binary files a/objects/trees/darkoak/smwillow2.iob and b/objects/trees/darkoak/smwillow2.iob differ diff --git a/objects/trees/darkoak/smwillow3.iob b/objects/trees/darkoak/smwillow3.iob index b8109439..db03e4db 100644 Binary files a/objects/trees/darkoak/smwillow3.iob and b/objects/trees/darkoak/smwillow3.iob differ diff --git a/objects/trees/darkoak/smwillow4.iob b/objects/trees/darkoak/smwillow4.iob index ab07a6eb..1072afa8 100644 Binary files a/objects/trees/darkoak/smwillow4.iob and b/objects/trees/darkoak/smwillow4.iob differ diff --git a/objects/trees/darkoak/talldrift1.iob b/objects/trees/darkoak/talldrift1.iob index b61751b0..17fdf1d7 100644 Binary files a/objects/trees/darkoak/talldrift1.iob and b/objects/trees/darkoak/talldrift1.iob differ diff --git a/objects/trees/darkoak/talldrift2.iob b/objects/trees/darkoak/talldrift2.iob index 530dc82f..9a8f5664 100644 Binary files a/objects/trees/darkoak/talldrift2.iob and b/objects/trees/darkoak/talldrift2.iob differ diff --git a/objects/trees/darkoak/talldrift3.iob b/objects/trees/darkoak/talldrift3.iob index fde6dc8f..e057b7f5 100644 Binary files a/objects/trees/darkoak/talldrift3.iob and b/objects/trees/darkoak/talldrift3.iob differ diff --git a/objects/trees/darkoak/talldrift4.iob b/objects/trees/darkoak/talldrift4.iob index 6e99b3b7..65556c40 100644 Binary files a/objects/trees/darkoak/talldrift4.iob and b/objects/trees/darkoak/talldrift4.iob differ diff --git a/objects/trees/darkoak/talldrift5.iob b/objects/trees/darkoak/talldrift5.iob index b9661710..c618a3b0 100644 Binary files a/objects/trees/darkoak/talldrift5.iob and b/objects/trees/darkoak/talldrift5.iob differ diff --git a/objects/trees/darkoak/talldrift6.iob b/objects/trees/darkoak/talldrift6.iob index 7e5fcc52..1212470b 100644 Binary files a/objects/trees/darkoak/talldrift6.iob and b/objects/trees/darkoak/talldrift6.iob differ diff --git a/objects/trees/darkoak/talldrift7.iob b/objects/trees/darkoak/talldrift7.iob index 9d7bfe42..995606d0 100644 Binary files a/objects/trees/darkoak/talldrift7.iob and b/objects/trees/darkoak/talldrift7.iob differ diff --git a/objects/trees/darkoak/talldrift8.iob b/objects/trees/darkoak/talldrift8.iob index a3cf8268..58b072cd 100644 Binary files a/objects/trees/darkoak/talldrift8.iob and b/objects/trees/darkoak/talldrift8.iob differ diff --git a/objects/trees/darkoak/talldrift9.iob b/objects/trees/darkoak/talldrift9.iob index f69a4efe..d02f09f4 100644 Binary files a/objects/trees/darkoak/talldrift9.iob and b/objects/trees/darkoak/talldrift9.iob differ diff --git a/objects/trees/darkoak/tallgeneric1.iob b/objects/trees/darkoak/tallgeneric1.iob index 0e8cdcaf..9e807b55 100644 Binary files a/objects/trees/darkoak/tallgeneric1.iob and b/objects/trees/darkoak/tallgeneric1.iob differ diff --git a/objects/trees/darkoak/tallgeneric2.iob b/objects/trees/darkoak/tallgeneric2.iob index e93df250..cd5ef9bf 100644 Binary files a/objects/trees/darkoak/tallgeneric2.iob and b/objects/trees/darkoak/tallgeneric2.iob differ diff --git a/objects/trees/darkoak/willowbutbigger-1.iob b/objects/trees/darkoak/willowbutbigger-1.iob index b288a40a..6ab6ea6f 100644 Binary files a/objects/trees/darkoak/willowbutbigger-1.iob and b/objects/trees/darkoak/willowbutbigger-1.iob differ diff --git a/objects/trees/darkoak/willowbutbigger-2.iob b/objects/trees/darkoak/willowbutbigger-2.iob index ce53d596..2cfaeac0 100644 Binary files a/objects/trees/darkoak/willowbutbigger-2.iob and b/objects/trees/darkoak/willowbutbigger-2.iob differ diff --git a/objects/trees/darkoak/willowgeneric1.iob b/objects/trees/darkoak/willowgeneric1.iob index 76a12a39..b3a4d99b 100644 Binary files a/objects/trees/darkoak/willowgeneric1.iob and b/objects/trees/darkoak/willowgeneric1.iob differ diff --git a/objects/trees/darkoak/willowgeneric2.iob b/objects/trees/darkoak/willowgeneric2.iob index 8c02a701..37d462c8 100644 Binary files a/objects/trees/darkoak/willowgeneric2.iob and b/objects/trees/darkoak/willowgeneric2.iob differ diff --git a/objects/trees/jungle/bmbogeneric1.iob b/objects/trees/jungle/bmbogeneric1.iob index 391d2cc2..0134d0ae 100644 Binary files a/objects/trees/jungle/bmbogeneric1.iob and b/objects/trees/jungle/bmbogeneric1.iob differ diff --git a/objects/trees/jungle/bmbogeneric2.iob b/objects/trees/jungle/bmbogeneric2.iob index 383fc4b7..b9ef1029 100644 Binary files a/objects/trees/jungle/bmbogeneric2.iob and b/objects/trees/jungle/bmbogeneric2.iob differ diff --git a/objects/trees/jungle/bmbogeneric3.iob b/objects/trees/jungle/bmbogeneric3.iob index 15ea5482..9bdf1bab 100644 Binary files a/objects/trees/jungle/bmbogeneric3.iob and b/objects/trees/jungle/bmbogeneric3.iob differ diff --git a/objects/trees/jungle/bmbogeneric4.iob b/objects/trees/jungle/bmbogeneric4.iob index e9e2f929..01fa141c 100644 Binary files a/objects/trees/jungle/bmbogeneric4.iob and b/objects/trees/jungle/bmbogeneric4.iob differ diff --git a/objects/trees/jungle/bmbogeneric5.iob b/objects/trees/jungle/bmbogeneric5.iob index a0e7329c..7a346883 100644 Binary files a/objects/trees/jungle/bmbogeneric5.iob and b/objects/trees/jungle/bmbogeneric5.iob differ diff --git a/objects/trees/jungle/bmbogeneric6.iob b/objects/trees/jungle/bmbogeneric6.iob index 9fbcf7dc..9f4e0989 100644 Binary files a/objects/trees/jungle/bmbogeneric6.iob and b/objects/trees/jungle/bmbogeneric6.iob differ diff --git a/objects/trees/jungle/bmbogeneric7.iob b/objects/trees/jungle/bmbogeneric7.iob index 5ba27d60..121c3d83 100644 Binary files a/objects/trees/jungle/bmbogeneric7.iob and b/objects/trees/jungle/bmbogeneric7.iob differ diff --git a/objects/trees/jungle/bmbogeneric8.iob b/objects/trees/jungle/bmbogeneric8.iob index a6fac07f..161ebafd 100644 Binary files a/objects/trees/jungle/bmbogeneric8.iob and b/objects/trees/jungle/bmbogeneric8.iob differ diff --git a/objects/trees/jungle/bmbogeneric9.iob b/objects/trees/jungle/bmbogeneric9.iob index b97514ac..1681892b 100644 Binary files a/objects/trees/jungle/bmbogeneric9.iob and b/objects/trees/jungle/bmbogeneric9.iob differ diff --git a/objects/trees/jungle/cocogeneric1.iob b/objects/trees/jungle/cocogeneric1.iob index 5ab04734..09bf526c 100644 Binary files a/objects/trees/jungle/cocogeneric1.iob and b/objects/trees/jungle/cocogeneric1.iob differ diff --git a/objects/trees/jungle/cocogeneric2.iob b/objects/trees/jungle/cocogeneric2.iob index 3396358d..5b36431f 100644 Binary files a/objects/trees/jungle/cocogeneric2.iob and b/objects/trees/jungle/cocogeneric2.iob differ diff --git a/objects/trees/jungle/cocogeneric3.iob b/objects/trees/jungle/cocogeneric3.iob index c7817a7b..47ae6097 100644 Binary files a/objects/trees/jungle/cocogeneric3.iob and b/objects/trees/jungle/cocogeneric3.iob differ diff --git a/objects/trees/jungle/cocogeneric4.iob b/objects/trees/jungle/cocogeneric4.iob index f3b05317..13ea7f22 100644 Binary files a/objects/trees/jungle/cocogeneric4.iob and b/objects/trees/jungle/cocogeneric4.iob differ diff --git a/objects/trees/jungle/cocogeneric5.iob b/objects/trees/jungle/cocogeneric5.iob index a59c977e..251afd26 100644 Binary files a/objects/trees/jungle/cocogeneric5.iob and b/objects/trees/jungle/cocogeneric5.iob differ diff --git a/objects/trees/jungle/deligeneric1.iob b/objects/trees/jungle/deligeneric1.iob index 3158025a..98d20786 100644 Binary files a/objects/trees/jungle/deligeneric1.iob and b/objects/trees/jungle/deligeneric1.iob differ diff --git a/objects/trees/jungle/deligeneric2.iob b/objects/trees/jungle/deligeneric2.iob index be411465..56ac6daa 100644 Binary files a/objects/trees/jungle/deligeneric2.iob and b/objects/trees/jungle/deligeneric2.iob differ diff --git a/objects/trees/jungle/deligeneric3.iob b/objects/trees/jungle/deligeneric3.iob index 588ae2e6..a71fdbcf 100644 Binary files a/objects/trees/jungle/deligeneric3.iob and b/objects/trees/jungle/deligeneric3.iob differ diff --git a/objects/trees/jungle/deligeneric4.iob b/objects/trees/jungle/deligeneric4.iob index 4fd3c418..8d701d90 100644 Binary files a/objects/trees/jungle/deligeneric4.iob and b/objects/trees/jungle/deligeneric4.iob differ diff --git a/objects/trees/jungle/deligeneric5.iob b/objects/trees/jungle/deligeneric5.iob index ab80030d..3e7165e3 100644 Binary files a/objects/trees/jungle/deligeneric5.iob and b/objects/trees/jungle/deligeneric5.iob differ diff --git a/objects/trees/jungle/deligeneric6.iob b/objects/trees/jungle/deligeneric6.iob index cd545dea..2d26d517 100644 Binary files a/objects/trees/jungle/deligeneric6.iob and b/objects/trees/jungle/deligeneric6.iob differ diff --git a/objects/trees/jungle/denmyre1.iob b/objects/trees/jungle/denmyre1.iob index 29b7af5d..ba311ce1 100644 Binary files a/objects/trees/jungle/denmyre1.iob and b/objects/trees/jungle/denmyre1.iob differ diff --git a/objects/trees/jungle/denmyre10.iob b/objects/trees/jungle/denmyre10.iob index a09d8c6f..f5a6865e 100644 Binary files a/objects/trees/jungle/denmyre10.iob and b/objects/trees/jungle/denmyre10.iob differ diff --git a/objects/trees/jungle/denmyre11.iob b/objects/trees/jungle/denmyre11.iob index fb885fcb..1be134f8 100644 Binary files a/objects/trees/jungle/denmyre11.iob and b/objects/trees/jungle/denmyre11.iob differ diff --git a/objects/trees/jungle/denmyre12.iob b/objects/trees/jungle/denmyre12.iob index 15348ffe..04912ced 100644 Binary files a/objects/trees/jungle/denmyre12.iob and b/objects/trees/jungle/denmyre12.iob differ diff --git a/objects/trees/jungle/denmyre13.iob b/objects/trees/jungle/denmyre13.iob index 97a22a1e..6f02a31c 100644 Binary files a/objects/trees/jungle/denmyre13.iob and b/objects/trees/jungle/denmyre13.iob differ diff --git a/objects/trees/jungle/denmyre14.iob b/objects/trees/jungle/denmyre14.iob index 2cc0f5ac..4cb70f22 100644 Binary files a/objects/trees/jungle/denmyre14.iob and b/objects/trees/jungle/denmyre14.iob differ diff --git a/objects/trees/jungle/denmyre15.iob b/objects/trees/jungle/denmyre15.iob index 90dab050..a03565df 100644 Binary files a/objects/trees/jungle/denmyre15.iob and b/objects/trees/jungle/denmyre15.iob differ diff --git a/objects/trees/jungle/denmyre16.iob b/objects/trees/jungle/denmyre16.iob index 497550d6..10e81e81 100644 Binary files a/objects/trees/jungle/denmyre16.iob and b/objects/trees/jungle/denmyre16.iob differ diff --git a/objects/trees/jungle/denmyre2.iob b/objects/trees/jungle/denmyre2.iob index 2280b5aa..c8e1ed0d 100644 Binary files a/objects/trees/jungle/denmyre2.iob and b/objects/trees/jungle/denmyre2.iob differ diff --git a/objects/trees/jungle/denmyre3.iob b/objects/trees/jungle/denmyre3.iob index eb70053f..d5f3d1b8 100644 Binary files a/objects/trees/jungle/denmyre3.iob and b/objects/trees/jungle/denmyre3.iob differ diff --git a/objects/trees/jungle/denmyre4.iob b/objects/trees/jungle/denmyre4.iob index d60899c7..de0412f9 100644 Binary files a/objects/trees/jungle/denmyre4.iob and b/objects/trees/jungle/denmyre4.iob differ diff --git a/objects/trees/jungle/denmyre5.iob b/objects/trees/jungle/denmyre5.iob index 75ec2521..968cee4e 100644 Binary files a/objects/trees/jungle/denmyre5.iob and b/objects/trees/jungle/denmyre5.iob differ diff --git a/objects/trees/jungle/denmyre6.iob b/objects/trees/jungle/denmyre6.iob index a09d5e1f..1d488036 100644 Binary files a/objects/trees/jungle/denmyre6.iob and b/objects/trees/jungle/denmyre6.iob differ diff --git a/objects/trees/jungle/denmyre7.iob b/objects/trees/jungle/denmyre7.iob index 47ba0b0e..a32c5ab4 100644 Binary files a/objects/trees/jungle/denmyre7.iob and b/objects/trees/jungle/denmyre7.iob differ diff --git a/objects/trees/jungle/denmyre8.iob b/objects/trees/jungle/denmyre8.iob index 6550abe3..c506c598 100644 Binary files a/objects/trees/jungle/denmyre8.iob and b/objects/trees/jungle/denmyre8.iob differ diff --git a/objects/trees/jungle/denmyre9.iob b/objects/trees/jungle/denmyre9.iob index a28ebed0..e0fb4bb2 100644 Binary files a/objects/trees/jungle/denmyre9.iob and b/objects/trees/jungle/denmyre9.iob differ diff --git a/objects/trees/jungle/largegeneric1.iob b/objects/trees/jungle/largegeneric1.iob index 7e286015..63210fc8 100644 Binary files a/objects/trees/jungle/largegeneric1.iob and b/objects/trees/jungle/largegeneric1.iob differ diff --git a/objects/trees/jungle/largegeneric2.iob b/objects/trees/jungle/largegeneric2.iob index 7404f388..0a793ce8 100644 Binary files a/objects/trees/jungle/largegeneric2.iob and b/objects/trees/jungle/largegeneric2.iob differ diff --git a/objects/trees/jungle/largegeneric3.iob b/objects/trees/jungle/largegeneric3.iob index cda64469..51e617dc 100644 Binary files a/objects/trees/jungle/largegeneric3.iob and b/objects/trees/jungle/largegeneric3.iob differ diff --git a/objects/trees/jungle/largegeneric4.iob b/objects/trees/jungle/largegeneric4.iob index 187b73d5..d121ea59 100644 Binary files a/objects/trees/jungle/largegeneric4.iob and b/objects/trees/jungle/largegeneric4.iob differ diff --git a/objects/trees/jungle/largegeneric5.iob b/objects/trees/jungle/largegeneric5.iob index d1b6b315..063fd977 100644 Binary files a/objects/trees/jungle/largegeneric5.iob and b/objects/trees/jungle/largegeneric5.iob differ diff --git a/objects/trees/jungle/lgeneric1.iob b/objects/trees/jungle/lgeneric1.iob index 8104ea6c..d36a99bd 100644 Binary files a/objects/trees/jungle/lgeneric1.iob and b/objects/trees/jungle/lgeneric1.iob differ diff --git a/objects/trees/jungle/lgeneric2.iob b/objects/trees/jungle/lgeneric2.iob index 9d9fe060..1185cd00 100644 Binary files a/objects/trees/jungle/lgeneric2.iob and b/objects/trees/jungle/lgeneric2.iob differ diff --git a/objects/trees/jungle/lgeneric3.iob b/objects/trees/jungle/lgeneric3.iob index a9da1f06..2d32bacc 100644 Binary files a/objects/trees/jungle/lgeneric3.iob and b/objects/trees/jungle/lgeneric3.iob differ diff --git a/objects/trees/jungle/lgeneric4.iob b/objects/trees/jungle/lgeneric4.iob index cbec8a40..36fefd08 100644 Binary files a/objects/trees/jungle/lgeneric4.iob and b/objects/trees/jungle/lgeneric4.iob differ diff --git a/objects/trees/jungle/lgeneric5.iob b/objects/trees/jungle/lgeneric5.iob index 7a8af803..27ce1cb4 100644 Binary files a/objects/trees/jungle/lgeneric5.iob and b/objects/trees/jungle/lgeneric5.iob differ diff --git a/objects/trees/jungle/lgeneric6.iob b/objects/trees/jungle/lgeneric6.iob index 96bb17b8..f1d8d40f 100644 Binary files a/objects/trees/jungle/lgeneric6.iob and b/objects/trees/jungle/lgeneric6.iob differ diff --git a/objects/trees/jungle/lgeneric7.iob b/objects/trees/jungle/lgeneric7.iob index 799f5349..315c43f9 100644 Binary files a/objects/trees/jungle/lgeneric7.iob and b/objects/trees/jungle/lgeneric7.iob differ diff --git a/objects/trees/jungle/lgeneric8.iob b/objects/trees/jungle/lgeneric8.iob index 6fac4bea..342cf0d5 100644 Binary files a/objects/trees/jungle/lgeneric8.iob and b/objects/trees/jungle/lgeneric8.iob differ diff --git a/objects/trees/jungle/lgeneric9.iob b/objects/trees/jungle/lgeneric9.iob index 260bc720..386bd989 100644 Binary files a/objects/trees/jungle/lgeneric9.iob and b/objects/trees/jungle/lgeneric9.iob differ diff --git a/objects/trees/jungle/mgeneric1.iob b/objects/trees/jungle/mgeneric1.iob index 67852d41..ae002a47 100644 Binary files a/objects/trees/jungle/mgeneric1.iob and b/objects/trees/jungle/mgeneric1.iob differ diff --git a/objects/trees/jungle/mgeneric2.iob b/objects/trees/jungle/mgeneric2.iob index fe52e1f8..b27fc4f0 100644 Binary files a/objects/trees/jungle/mgeneric2.iob and b/objects/trees/jungle/mgeneric2.iob differ diff --git a/objects/trees/jungle/mgeneric3.iob b/objects/trees/jungle/mgeneric3.iob index add676b5..33576766 100644 Binary files a/objects/trees/jungle/mgeneric3.iob and b/objects/trees/jungle/mgeneric3.iob differ diff --git a/objects/trees/jungle/mgeneric4.iob b/objects/trees/jungle/mgeneric4.iob index 70e5fde2..7d58dcd9 100644 Binary files a/objects/trees/jungle/mgeneric4.iob and b/objects/trees/jungle/mgeneric4.iob differ diff --git a/objects/trees/jungle/nh-lgeneric1.iob b/objects/trees/jungle/nh-lgeneric1.iob index 8104ea6c..d36a99bd 100644 Binary files a/objects/trees/jungle/nh-lgeneric1.iob and b/objects/trees/jungle/nh-lgeneric1.iob differ diff --git a/objects/trees/jungle/nh-lgeneric2.iob b/objects/trees/jungle/nh-lgeneric2.iob index 9d9fe060..1185cd00 100644 Binary files a/objects/trees/jungle/nh-lgeneric2.iob and b/objects/trees/jungle/nh-lgeneric2.iob differ diff --git a/objects/trees/jungle/nh-lgeneric3.iob b/objects/trees/jungle/nh-lgeneric3.iob index a9da1f06..2d32bacc 100644 Binary files a/objects/trees/jungle/nh-lgeneric3.iob and b/objects/trees/jungle/nh-lgeneric3.iob differ diff --git a/objects/trees/jungle/nh-lgeneric5.iob b/objects/trees/jungle/nh-lgeneric5.iob index 7a8af803..27ce1cb4 100644 Binary files a/objects/trees/jungle/nh-lgeneric5.iob and b/objects/trees/jungle/nh-lgeneric5.iob differ diff --git a/objects/trees/jungle/palm1.iob b/objects/trees/jungle/palm1.iob index bed75a55..3df589bd 100644 Binary files a/objects/trees/jungle/palm1.iob and b/objects/trees/jungle/palm1.iob differ diff --git a/objects/trees/jungle/palm10.iob b/objects/trees/jungle/palm10.iob index bdad7e78..6ecabc78 100644 Binary files a/objects/trees/jungle/palm10.iob and b/objects/trees/jungle/palm10.iob differ diff --git a/objects/trees/jungle/palm11.iob b/objects/trees/jungle/palm11.iob index a11559b2..b64437de 100644 Binary files a/objects/trees/jungle/palm11.iob and b/objects/trees/jungle/palm11.iob differ diff --git a/objects/trees/jungle/palm12.iob b/objects/trees/jungle/palm12.iob index f613af15..a8943e89 100644 Binary files a/objects/trees/jungle/palm12.iob and b/objects/trees/jungle/palm12.iob differ diff --git a/objects/trees/jungle/palm13.iob b/objects/trees/jungle/palm13.iob index 31efb189..7547b57e 100644 Binary files a/objects/trees/jungle/palm13.iob and b/objects/trees/jungle/palm13.iob differ diff --git a/objects/trees/jungle/palm2.iob b/objects/trees/jungle/palm2.iob index 3a13fcc2..9a74a82f 100644 Binary files a/objects/trees/jungle/palm2.iob and b/objects/trees/jungle/palm2.iob differ diff --git a/objects/trees/jungle/palm3.iob b/objects/trees/jungle/palm3.iob index ee7286f1..111af07b 100644 Binary files a/objects/trees/jungle/palm3.iob and b/objects/trees/jungle/palm3.iob differ diff --git a/objects/trees/jungle/palm4.iob b/objects/trees/jungle/palm4.iob index 69f2633d..feab9a98 100644 Binary files a/objects/trees/jungle/palm4.iob and b/objects/trees/jungle/palm4.iob differ diff --git a/objects/trees/jungle/palm5.iob b/objects/trees/jungle/palm5.iob index 6e5c5f59..499e88df 100644 Binary files a/objects/trees/jungle/palm5.iob and b/objects/trees/jungle/palm5.iob differ diff --git a/objects/trees/jungle/palm6.iob b/objects/trees/jungle/palm6.iob index c284b09c..119480cd 100644 Binary files a/objects/trees/jungle/palm6.iob and b/objects/trees/jungle/palm6.iob differ diff --git a/objects/trees/jungle/palm7.iob b/objects/trees/jungle/palm7.iob index 83150096..fc61481c 100644 Binary files a/objects/trees/jungle/palm7.iob and b/objects/trees/jungle/palm7.iob differ diff --git a/objects/trees/jungle/palm8.iob b/objects/trees/jungle/palm8.iob index 36862f70..60dc01e8 100644 Binary files a/objects/trees/jungle/palm8.iob and b/objects/trees/jungle/palm8.iob differ diff --git a/objects/trees/jungle/palm9.iob b/objects/trees/jungle/palm9.iob index 7e1f8a8d..2fc4ce24 100644 Binary files a/objects/trees/jungle/palm9.iob and b/objects/trees/jungle/palm9.iob differ diff --git a/objects/trees/jungle/sgeneric1.iob b/objects/trees/jungle/sgeneric1.iob index a13efdd5..c9db66a7 100644 Binary files a/objects/trees/jungle/sgeneric1.iob and b/objects/trees/jungle/sgeneric1.iob differ diff --git a/objects/trees/jungle/sgeneric2.iob b/objects/trees/jungle/sgeneric2.iob index 6ec87f8c..ab41cfa9 100644 Binary files a/objects/trees/jungle/sgeneric2.iob and b/objects/trees/jungle/sgeneric2.iob differ diff --git a/objects/trees/jungle/sgeneric3.iob b/objects/trees/jungle/sgeneric3.iob index a02cdc25..5c6cd80f 100644 Binary files a/objects/trees/jungle/sgeneric3.iob and b/objects/trees/jungle/sgeneric3.iob differ diff --git a/objects/trees/jungle/sgeneric4.iob b/objects/trees/jungle/sgeneric4.iob index cbdf5b17..86ec047c 100644 Binary files a/objects/trees/jungle/sgeneric4.iob and b/objects/trees/jungle/sgeneric4.iob differ diff --git a/objects/trees/jungle/smgeneric1.iob b/objects/trees/jungle/smgeneric1.iob index 4724f96b..a82adcab 100644 Binary files a/objects/trees/jungle/smgeneric1.iob and b/objects/trees/jungle/smgeneric1.iob differ diff --git a/objects/trees/jungle/spalm1.iob b/objects/trees/jungle/spalm1.iob index 23a14f88..54442744 100644 Binary files a/objects/trees/jungle/spalm1.iob and b/objects/trees/jungle/spalm1.iob differ diff --git a/objects/trees/jungle/spalm2.iob b/objects/trees/jungle/spalm2.iob index 62cb723a..2100f41a 100644 Binary files a/objects/trees/jungle/spalm2.iob and b/objects/trees/jungle/spalm2.iob differ diff --git a/objects/trees/jungle/spalm3.iob b/objects/trees/jungle/spalm3.iob index 07c1516a..5d3aa2f0 100644 Binary files a/objects/trees/jungle/spalm3.iob and b/objects/trees/jungle/spalm3.iob differ diff --git a/objects/trees/jungle/spalm4.iob b/objects/trees/jungle/spalm4.iob index a6dcad4d..f50ecfce 100644 Binary files a/objects/trees/jungle/spalm4.iob and b/objects/trees/jungle/spalm4.iob differ diff --git a/objects/trees/jungle/spalm5.iob b/objects/trees/jungle/spalm5.iob index abad720b..60ff8182 100644 Binary files a/objects/trees/jungle/spalm5.iob and b/objects/trees/jungle/spalm5.iob differ diff --git a/objects/trees/jungle/spire1.iob b/objects/trees/jungle/spire1.iob index e895a21c..41012887 100644 Binary files a/objects/trees/jungle/spire1.iob and b/objects/trees/jungle/spire1.iob differ diff --git a/objects/trees/jungle/spire2.iob b/objects/trees/jungle/spire2.iob index 9a94e2be..dae8db80 100644 Binary files a/objects/trees/jungle/spire2.iob and b/objects/trees/jungle/spire2.iob differ diff --git a/objects/trees/jungle/spire3.iob b/objects/trees/jungle/spire3.iob index 6df07a32..e8162971 100644 Binary files a/objects/trees/jungle/spire3.iob and b/objects/trees/jungle/spire3.iob differ diff --git a/objects/trees/jungle/spire4.iob b/objects/trees/jungle/spire4.iob index fe7665a2..7d1b2c1f 100644 Binary files a/objects/trees/jungle/spire4.iob and b/objects/trees/jungle/spire4.iob differ diff --git a/objects/trees/jungle/spire5.iob b/objects/trees/jungle/spire5.iob index 4f11e8c6..9ae3799a 100644 Binary files a/objects/trees/jungle/spire5.iob and b/objects/trees/jungle/spire5.iob differ diff --git a/objects/trees/jungle/spire6.iob b/objects/trees/jungle/spire6.iob index ddd958ad..ed8d6f2f 100644 Binary files a/objects/trees/jungle/spire6.iob and b/objects/trees/jungle/spire6.iob differ diff --git a/objects/trees/jungle/spire7.iob b/objects/trees/jungle/spire7.iob index 0336e59a..1014bd3c 100644 Binary files a/objects/trees/jungle/spire7.iob and b/objects/trees/jungle/spire7.iob differ diff --git a/objects/trees/jungle/vgeneric1.iob b/objects/trees/jungle/vgeneric1.iob index 333091f0..403cc9ee 100644 Binary files a/objects/trees/jungle/vgeneric1.iob and b/objects/trees/jungle/vgeneric1.iob differ diff --git a/objects/trees/jungle/vgeneric10.iob b/objects/trees/jungle/vgeneric10.iob index fa99e07a..2704c204 100644 Binary files a/objects/trees/jungle/vgeneric10.iob and b/objects/trees/jungle/vgeneric10.iob differ diff --git a/objects/trees/jungle/vgeneric11.iob b/objects/trees/jungle/vgeneric11.iob index 5713df77..f413d181 100644 Binary files a/objects/trees/jungle/vgeneric11.iob and b/objects/trees/jungle/vgeneric11.iob differ diff --git a/objects/trees/jungle/vgeneric12.iob b/objects/trees/jungle/vgeneric12.iob index 20742fca..11354582 100644 Binary files a/objects/trees/jungle/vgeneric12.iob and b/objects/trees/jungle/vgeneric12.iob differ diff --git a/objects/trees/jungle/vgeneric13.iob b/objects/trees/jungle/vgeneric13.iob index 202e8a59..78f452f1 100644 Binary files a/objects/trees/jungle/vgeneric13.iob and b/objects/trees/jungle/vgeneric13.iob differ diff --git a/objects/trees/jungle/vgeneric14.iob b/objects/trees/jungle/vgeneric14.iob index 7f9bfbc4..c82a19bf 100644 Binary files a/objects/trees/jungle/vgeneric14.iob and b/objects/trees/jungle/vgeneric14.iob differ diff --git a/objects/trees/jungle/vgeneric15.iob b/objects/trees/jungle/vgeneric15.iob index 6dfd2c1b..8ebd111e 100644 Binary files a/objects/trees/jungle/vgeneric15.iob and b/objects/trees/jungle/vgeneric15.iob differ diff --git a/objects/trees/jungle/vgeneric16.iob b/objects/trees/jungle/vgeneric16.iob index 7994e4fb..ab536231 100644 Binary files a/objects/trees/jungle/vgeneric16.iob and b/objects/trees/jungle/vgeneric16.iob differ diff --git a/objects/trees/jungle/vgeneric17.iob b/objects/trees/jungle/vgeneric17.iob index bd81edd1..d9474c21 100644 Binary files a/objects/trees/jungle/vgeneric17.iob and b/objects/trees/jungle/vgeneric17.iob differ diff --git a/objects/trees/jungle/vgeneric18.iob b/objects/trees/jungle/vgeneric18.iob index 05f2fd4d..8d1d0a22 100644 Binary files a/objects/trees/jungle/vgeneric18.iob and b/objects/trees/jungle/vgeneric18.iob differ diff --git a/objects/trees/jungle/vgeneric19.iob b/objects/trees/jungle/vgeneric19.iob index 26556b29..3ac3a6e5 100644 Binary files a/objects/trees/jungle/vgeneric19.iob and b/objects/trees/jungle/vgeneric19.iob differ diff --git a/objects/trees/jungle/vgeneric2.iob b/objects/trees/jungle/vgeneric2.iob index bf5c4e57..70352b34 100644 Binary files a/objects/trees/jungle/vgeneric2.iob and b/objects/trees/jungle/vgeneric2.iob differ diff --git a/objects/trees/jungle/vgeneric20.iob b/objects/trees/jungle/vgeneric20.iob index 00eee1d8..2ced8e69 100644 Binary files a/objects/trees/jungle/vgeneric20.iob and b/objects/trees/jungle/vgeneric20.iob differ diff --git a/objects/trees/jungle/vgeneric21.iob b/objects/trees/jungle/vgeneric21.iob index 58ff5507..f120faa8 100644 Binary files a/objects/trees/jungle/vgeneric21.iob and b/objects/trees/jungle/vgeneric21.iob differ diff --git a/objects/trees/jungle/vgeneric22.iob b/objects/trees/jungle/vgeneric22.iob index a71ef8e3..3c5475bc 100644 Binary files a/objects/trees/jungle/vgeneric22.iob and b/objects/trees/jungle/vgeneric22.iob differ diff --git a/objects/trees/jungle/vgeneric3.iob b/objects/trees/jungle/vgeneric3.iob index d54ba875..b0f6bf10 100644 Binary files a/objects/trees/jungle/vgeneric3.iob and b/objects/trees/jungle/vgeneric3.iob differ diff --git a/objects/trees/jungle/vgeneric4.iob b/objects/trees/jungle/vgeneric4.iob index 0751ea12..c8957a3c 100644 Binary files a/objects/trees/jungle/vgeneric4.iob and b/objects/trees/jungle/vgeneric4.iob differ diff --git a/objects/trees/jungle/vgeneric5.iob b/objects/trees/jungle/vgeneric5.iob index 18a46fbb..3b0e2636 100644 Binary files a/objects/trees/jungle/vgeneric5.iob and b/objects/trees/jungle/vgeneric5.iob differ diff --git a/objects/trees/jungle/vgeneric6.iob b/objects/trees/jungle/vgeneric6.iob index 8b4de72a..6dd08bfb 100644 Binary files a/objects/trees/jungle/vgeneric6.iob and b/objects/trees/jungle/vgeneric6.iob differ diff --git a/objects/trees/jungle/vgeneric7.iob b/objects/trees/jungle/vgeneric7.iob index c087d72a..1433866f 100644 Binary files a/objects/trees/jungle/vgeneric7.iob and b/objects/trees/jungle/vgeneric7.iob differ diff --git a/objects/trees/jungle/vgeneric8.iob b/objects/trees/jungle/vgeneric8.iob index b1914fc4..cbcd5d92 100644 Binary files a/objects/trees/jungle/vgeneric8.iob and b/objects/trees/jungle/vgeneric8.iob differ diff --git a/objects/trees/jungle/vgeneric9.iob b/objects/trees/jungle/vgeneric9.iob index 270c07da..05bf460d 100644 Binary files a/objects/trees/jungle/vgeneric9.iob and b/objects/trees/jungle/vgeneric9.iob differ diff --git a/objects/trees/mangrove/mangrove1.iob b/objects/trees/mangrove/mangrove1.iob index 00744dbc..8a994c36 100644 Binary files a/objects/trees/mangrove/mangrove1.iob and b/objects/trees/mangrove/mangrove1.iob differ diff --git a/objects/trees/mangrove/mangrove10.iob b/objects/trees/mangrove/mangrove10.iob index 912c1e13..df3f07d7 100644 Binary files a/objects/trees/mangrove/mangrove10.iob and b/objects/trees/mangrove/mangrove10.iob differ diff --git a/objects/trees/mangrove/mangrove11.iob b/objects/trees/mangrove/mangrove11.iob index 0df4f59f..3d37d0f4 100644 Binary files a/objects/trees/mangrove/mangrove11.iob and b/objects/trees/mangrove/mangrove11.iob differ diff --git a/objects/trees/mangrove/mangrove12.iob b/objects/trees/mangrove/mangrove12.iob index d3db28f6..e433993b 100644 Binary files a/objects/trees/mangrove/mangrove12.iob and b/objects/trees/mangrove/mangrove12.iob differ diff --git a/objects/trees/mangrove/mangrove13.iob b/objects/trees/mangrove/mangrove13.iob index d3db28f6..e433993b 100644 Binary files a/objects/trees/mangrove/mangrove13.iob and b/objects/trees/mangrove/mangrove13.iob differ diff --git a/objects/trees/mangrove/mangrove14.iob b/objects/trees/mangrove/mangrove14.iob index e76a8b92..7b943c06 100644 Binary files a/objects/trees/mangrove/mangrove14.iob and b/objects/trees/mangrove/mangrove14.iob differ diff --git a/objects/trees/mangrove/mangrove15.iob b/objects/trees/mangrove/mangrove15.iob index d3a085a9..6e202351 100644 Binary files a/objects/trees/mangrove/mangrove15.iob and b/objects/trees/mangrove/mangrove15.iob differ diff --git a/objects/trees/mangrove/mangrove16.iob b/objects/trees/mangrove/mangrove16.iob index 282a43c4..3297def7 100644 Binary files a/objects/trees/mangrove/mangrove16.iob and b/objects/trees/mangrove/mangrove16.iob differ diff --git a/objects/trees/mangrove/mangrove17.iob b/objects/trees/mangrove/mangrove17.iob index 56b957d7..07478b25 100644 Binary files a/objects/trees/mangrove/mangrove17.iob and b/objects/trees/mangrove/mangrove17.iob differ diff --git a/objects/trees/mangrove/mangrove18.iob b/objects/trees/mangrove/mangrove18.iob index eb95eda5..98f9ef02 100644 Binary files a/objects/trees/mangrove/mangrove18.iob and b/objects/trees/mangrove/mangrove18.iob differ diff --git a/objects/trees/mangrove/mangrove19.iob b/objects/trees/mangrove/mangrove19.iob index 954412ea..1159a0c1 100644 Binary files a/objects/trees/mangrove/mangrove19.iob and b/objects/trees/mangrove/mangrove19.iob differ diff --git a/objects/trees/mangrove/mangrove2.iob b/objects/trees/mangrove/mangrove2.iob index 64dcabeb..22de89a7 100644 Binary files a/objects/trees/mangrove/mangrove2.iob and b/objects/trees/mangrove/mangrove2.iob differ diff --git a/objects/trees/mangrove/mangrove20.iob b/objects/trees/mangrove/mangrove20.iob index 4054e107..14c5ba98 100644 Binary files a/objects/trees/mangrove/mangrove20.iob and b/objects/trees/mangrove/mangrove20.iob differ diff --git a/objects/trees/mangrove/mangrove3.iob b/objects/trees/mangrove/mangrove3.iob index aaa2b1db..4f411ed2 100644 Binary files a/objects/trees/mangrove/mangrove3.iob and b/objects/trees/mangrove/mangrove3.iob differ diff --git a/objects/trees/mangrove/mangrove4.iob b/objects/trees/mangrove/mangrove4.iob index ff9381c3..2f4a1f6f 100644 Binary files a/objects/trees/mangrove/mangrove4.iob and b/objects/trees/mangrove/mangrove4.iob differ diff --git a/objects/trees/mangrove/mangrove5.iob b/objects/trees/mangrove/mangrove5.iob index f344737c..ee8d6d19 100644 Binary files a/objects/trees/mangrove/mangrove5.iob and b/objects/trees/mangrove/mangrove5.iob differ diff --git a/objects/trees/mangrove/mangrove6.iob b/objects/trees/mangrove/mangrove6.iob index efec4c02..e5fc4423 100644 Binary files a/objects/trees/mangrove/mangrove6.iob and b/objects/trees/mangrove/mangrove6.iob differ diff --git a/objects/trees/mangrove/mangrove7.iob b/objects/trees/mangrove/mangrove7.iob index 294b072d..6176448e 100644 Binary files a/objects/trees/mangrove/mangrove7.iob and b/objects/trees/mangrove/mangrove7.iob differ diff --git a/objects/trees/mangrove/mangrove8.iob b/objects/trees/mangrove/mangrove8.iob index 8d6ca1f6..4dbb1ac4 100644 Binary files a/objects/trees/mangrove/mangrove8.iob and b/objects/trees/mangrove/mangrove8.iob differ diff --git a/objects/trees/mangrove/mangrove9.iob b/objects/trees/mangrove/mangrove9.iob index 95968138..08855f4c 100644 Binary files a/objects/trees/mangrove/mangrove9.iob and b/objects/trees/mangrove/mangrove9.iob differ diff --git a/objects/trees/mangrove/t1.iob b/objects/trees/mangrove/t1.iob index 938a323a..578e7e43 100644 Binary files a/objects/trees/mangrove/t1.iob and b/objects/trees/mangrove/t1.iob differ diff --git a/objects/trees/mangrove/t2.iob b/objects/trees/mangrove/t2.iob index fec4fdd4..34af53dc 100644 Binary files a/objects/trees/mangrove/t2.iob and b/objects/trees/mangrove/t2.iob differ diff --git a/objects/trees/mangrove/t3.iob b/objects/trees/mangrove/t3.iob index 03d4b5cf..6e38afb4 100644 Binary files a/objects/trees/mangrove/t3.iob and b/objects/trees/mangrove/t3.iob differ diff --git a/objects/trees/mangrove/t4.iob b/objects/trees/mangrove/t4.iob index c9c5592d..03e3bc94 100644 Binary files a/objects/trees/mangrove/t4.iob and b/objects/trees/mangrove/t4.iob differ diff --git a/objects/trees/mangrove/t5.iob b/objects/trees/mangrove/t5.iob index b258a18c..6535cca1 100644 Binary files a/objects/trees/mangrove/t5.iob and b/objects/trees/mangrove/t5.iob differ diff --git a/objects/trees/mangrove/tree1.iob b/objects/trees/mangrove/tree1.iob index 80f58fdc..89b7ff5c 100644 Binary files a/objects/trees/mangrove/tree1.iob and b/objects/trees/mangrove/tree1.iob differ diff --git a/objects/trees/mangrove/tree10.iob b/objects/trees/mangrove/tree10.iob index 000f5418..7a19f69a 100644 Binary files a/objects/trees/mangrove/tree10.iob and b/objects/trees/mangrove/tree10.iob differ diff --git a/objects/trees/mangrove/tree11.iob b/objects/trees/mangrove/tree11.iob index 4ce65b4e..d393bb8c 100644 Binary files a/objects/trees/mangrove/tree11.iob and b/objects/trees/mangrove/tree11.iob differ diff --git a/objects/trees/mangrove/tree12.iob b/objects/trees/mangrove/tree12.iob index 44e6b607..689cbe4d 100644 Binary files a/objects/trees/mangrove/tree12.iob and b/objects/trees/mangrove/tree12.iob differ diff --git a/objects/trees/mangrove/tree13.iob b/objects/trees/mangrove/tree13.iob index 853e0778..d9b65802 100644 Binary files a/objects/trees/mangrove/tree13.iob and b/objects/trees/mangrove/tree13.iob differ diff --git a/objects/trees/mangrove/tree14.iob b/objects/trees/mangrove/tree14.iob index e4aeb924..26a5c6c2 100644 Binary files a/objects/trees/mangrove/tree14.iob and b/objects/trees/mangrove/tree14.iob differ diff --git a/objects/trees/mangrove/tree15.iob b/objects/trees/mangrove/tree15.iob index e7b8a2ef..b78cb82d 100644 Binary files a/objects/trees/mangrove/tree15.iob and b/objects/trees/mangrove/tree15.iob differ diff --git a/objects/trees/mangrove/tree16.iob b/objects/trees/mangrove/tree16.iob index dd301fe8..1bea2ba3 100644 Binary files a/objects/trees/mangrove/tree16.iob and b/objects/trees/mangrove/tree16.iob differ diff --git a/objects/trees/mangrove/tree17.iob b/objects/trees/mangrove/tree17.iob index 91e50562..980173d6 100644 Binary files a/objects/trees/mangrove/tree17.iob and b/objects/trees/mangrove/tree17.iob differ diff --git a/objects/trees/mangrove/tree18.iob b/objects/trees/mangrove/tree18.iob index efbc8146..24e5dee7 100644 Binary files a/objects/trees/mangrove/tree18.iob and b/objects/trees/mangrove/tree18.iob differ diff --git a/objects/trees/mangrove/tree19.iob b/objects/trees/mangrove/tree19.iob index cba46db8..8f1761b3 100644 Binary files a/objects/trees/mangrove/tree19.iob and b/objects/trees/mangrove/tree19.iob differ diff --git a/objects/trees/mangrove/tree2.iob b/objects/trees/mangrove/tree2.iob index f6a866c9..34b6c96c 100644 Binary files a/objects/trees/mangrove/tree2.iob and b/objects/trees/mangrove/tree2.iob differ diff --git a/objects/trees/mangrove/tree20.iob b/objects/trees/mangrove/tree20.iob index fca46357..bb848033 100644 Binary files a/objects/trees/mangrove/tree20.iob and b/objects/trees/mangrove/tree20.iob differ diff --git a/objects/trees/mangrove/tree21.iob b/objects/trees/mangrove/tree21.iob index 684fd9d7..15c28fc7 100644 Binary files a/objects/trees/mangrove/tree21.iob and b/objects/trees/mangrove/tree21.iob differ diff --git a/objects/trees/mangrove/tree3.iob b/objects/trees/mangrove/tree3.iob index c46ba601..ce435fa1 100644 Binary files a/objects/trees/mangrove/tree3.iob and b/objects/trees/mangrove/tree3.iob differ diff --git a/objects/trees/mangrove/tree4.iob b/objects/trees/mangrove/tree4.iob index dfc2a277..c17ff1d5 100644 Binary files a/objects/trees/mangrove/tree4.iob and b/objects/trees/mangrove/tree4.iob differ diff --git a/objects/trees/mangrove/tree5.iob b/objects/trees/mangrove/tree5.iob index 67495a0d..3882609a 100644 Binary files a/objects/trees/mangrove/tree5.iob and b/objects/trees/mangrove/tree5.iob differ diff --git a/objects/trees/mangrove/tree6.iob b/objects/trees/mangrove/tree6.iob index d2e33dd3..f50a2518 100644 Binary files a/objects/trees/mangrove/tree6.iob and b/objects/trees/mangrove/tree6.iob differ diff --git a/objects/trees/mangrove/tree7.iob b/objects/trees/mangrove/tree7.iob index 0461d4f4..e00a891a 100644 Binary files a/objects/trees/mangrove/tree7.iob and b/objects/trees/mangrove/tree7.iob differ diff --git a/objects/trees/mangrove/tree8.iob b/objects/trees/mangrove/tree8.iob index cfba2553..03199f5a 100644 Binary files a/objects/trees/mangrove/tree8.iob and b/objects/trees/mangrove/tree8.iob differ diff --git a/objects/trees/mangrove/tree9.iob b/objects/trees/mangrove/tree9.iob index 3e9a33f7..4887d969 100644 Binary files a/objects/trees/mangrove/tree9.iob and b/objects/trees/mangrove/tree9.iob differ diff --git a/objects/trees/mixed/AmyLarge1.iob b/objects/trees/mixed/AmyLarge1.iob new file mode 100644 index 00000000..e9c39a95 Binary files /dev/null and b/objects/trees/mixed/AmyLarge1.iob differ diff --git a/objects/trees/mixed/AmyLarge2.iob b/objects/trees/mixed/AmyLarge2.iob new file mode 100644 index 00000000..dce35409 Binary files /dev/null and b/objects/trees/mixed/AmyLarge2.iob differ diff --git a/objects/trees/mixed/AmyLarge3.iob b/objects/trees/mixed/AmyLarge3.iob new file mode 100644 index 00000000..e52bca0a Binary files /dev/null and b/objects/trees/mixed/AmyLarge3.iob differ diff --git a/objects/trees/mixed/AmyLarge4.iob b/objects/trees/mixed/AmyLarge4.iob new file mode 100644 index 00000000..281b7d68 Binary files /dev/null and b/objects/trees/mixed/AmyLarge4.iob differ diff --git a/objects/trees/mixed/AmyLarge5.iob b/objects/trees/mixed/AmyLarge5.iob new file mode 100644 index 00000000..d08a2fe7 Binary files /dev/null and b/objects/trees/mixed/AmyLarge5.iob differ diff --git a/objects/trees/mixed/AmyLarge6.iob b/objects/trees/mixed/AmyLarge6.iob new file mode 100644 index 00000000..b5f8b466 Binary files /dev/null and b/objects/trees/mixed/AmyLarge6.iob differ diff --git a/objects/trees/mixed/AmyLarge7.iob b/objects/trees/mixed/AmyLarge7.iob new file mode 100644 index 00000000..fd594e67 Binary files /dev/null and b/objects/trees/mixed/AmyLarge7.iob differ diff --git a/objects/trees/mixed/AmyLarge8.iob b/objects/trees/mixed/AmyLarge8.iob new file mode 100644 index 00000000..5b274b0b Binary files /dev/null and b/objects/trees/mixed/AmyLarge8.iob differ diff --git a/objects/trees/mixed/AmyMed1.iob b/objects/trees/mixed/AmyMed1.iob new file mode 100644 index 00000000..ab98ae57 Binary files /dev/null and b/objects/trees/mixed/AmyMed1.iob differ diff --git a/objects/trees/mixed/AmyMed2.iob b/objects/trees/mixed/AmyMed2.iob new file mode 100644 index 00000000..34520e8d Binary files /dev/null and b/objects/trees/mixed/AmyMed2.iob differ diff --git a/objects/trees/mixed/AmyMed3.iob b/objects/trees/mixed/AmyMed3.iob new file mode 100644 index 00000000..dd0f65fd Binary files /dev/null and b/objects/trees/mixed/AmyMed3.iob differ diff --git a/objects/trees/mixed/AmyMed4.iob b/objects/trees/mixed/AmyMed4.iob new file mode 100644 index 00000000..f0458fbe Binary files /dev/null and b/objects/trees/mixed/AmyMed4.iob differ diff --git a/objects/trees/mixed/AmyMed5.iob b/objects/trees/mixed/AmyMed5.iob new file mode 100644 index 00000000..9321ba78 Binary files /dev/null and b/objects/trees/mixed/AmyMed5.iob differ diff --git a/objects/trees/mixed/AmyMed6.iob b/objects/trees/mixed/AmyMed6.iob new file mode 100644 index 00000000..04f41efa Binary files /dev/null and b/objects/trees/mixed/AmyMed6.iob differ diff --git a/objects/trees/mixed/AmyMed7.iob b/objects/trees/mixed/AmyMed7.iob new file mode 100644 index 00000000..a1b74569 Binary files /dev/null and b/objects/trees/mixed/AmyMed7.iob differ diff --git a/objects/trees/mixed/AmyMed8.iob b/objects/trees/mixed/AmyMed8.iob new file mode 100644 index 00000000..eb5764dc Binary files /dev/null and b/objects/trees/mixed/AmyMed8.iob differ diff --git a/objects/trees/mixed/AmyMed9.iob b/objects/trees/mixed/AmyMed9.iob new file mode 100644 index 00000000..55059587 Binary files /dev/null and b/objects/trees/mixed/AmyMed9.iob differ diff --git a/objects/trees/mixed/AmyNormal1.iob b/objects/trees/mixed/AmyNormal1.iob new file mode 100644 index 00000000..99401a14 Binary files /dev/null and b/objects/trees/mixed/AmyNormal1.iob differ diff --git a/objects/trees/mixed/AmyNormal10.iob b/objects/trees/mixed/AmyNormal10.iob new file mode 100644 index 00000000..ac59b810 Binary files /dev/null and b/objects/trees/mixed/AmyNormal10.iob differ diff --git a/objects/trees/mixed/AmyNormal11.iob b/objects/trees/mixed/AmyNormal11.iob new file mode 100644 index 00000000..2ca2d480 Binary files /dev/null and b/objects/trees/mixed/AmyNormal11.iob differ diff --git a/objects/trees/mixed/AmyNormal12.iob b/objects/trees/mixed/AmyNormal12.iob new file mode 100644 index 00000000..68074245 Binary files /dev/null and b/objects/trees/mixed/AmyNormal12.iob differ diff --git a/objects/trees/mixed/AmyNormal2.iob b/objects/trees/mixed/AmyNormal2.iob new file mode 100644 index 00000000..1666c221 Binary files /dev/null and b/objects/trees/mixed/AmyNormal2.iob differ diff --git a/objects/trees/mixed/AmyNormal3.iob b/objects/trees/mixed/AmyNormal3.iob new file mode 100644 index 00000000..af631585 Binary files /dev/null and b/objects/trees/mixed/AmyNormal3.iob differ diff --git a/objects/trees/mixed/AmyNormal4.iob b/objects/trees/mixed/AmyNormal4.iob new file mode 100644 index 00000000..c5059756 Binary files /dev/null and b/objects/trees/mixed/AmyNormal4.iob differ diff --git a/objects/trees/mixed/AmyNormal5.iob b/objects/trees/mixed/AmyNormal5.iob new file mode 100644 index 00000000..68fbeb7e Binary files /dev/null and b/objects/trees/mixed/AmyNormal5.iob differ diff --git a/objects/trees/mixed/AmyNormal6.iob b/objects/trees/mixed/AmyNormal6.iob new file mode 100644 index 00000000..71a25b7a Binary files /dev/null and b/objects/trees/mixed/AmyNormal6.iob differ diff --git a/objects/trees/mixed/AmyNormal7.iob b/objects/trees/mixed/AmyNormal7.iob new file mode 100644 index 00000000..c7be6b5a Binary files /dev/null and b/objects/trees/mixed/AmyNormal7.iob differ diff --git a/objects/trees/mixed/AmyNormal8.iob b/objects/trees/mixed/AmyNormal8.iob new file mode 100644 index 00000000..57b3e469 Binary files /dev/null and b/objects/trees/mixed/AmyNormal8.iob differ diff --git a/objects/trees/mixed/AmyNormal9.iob b/objects/trees/mixed/AmyNormal9.iob new file mode 100644 index 00000000..9b48f462 Binary files /dev/null and b/objects/trees/mixed/AmyNormal9.iob differ diff --git a/objects/trees/mixed/AmySmol1.iob b/objects/trees/mixed/AmySmol1.iob new file mode 100644 index 00000000..c9a67b6d Binary files /dev/null and b/objects/trees/mixed/AmySmol1.iob differ diff --git a/objects/trees/mixed/AmySmol10.iob b/objects/trees/mixed/AmySmol10.iob new file mode 100644 index 00000000..94f7156f Binary files /dev/null and b/objects/trees/mixed/AmySmol10.iob differ diff --git a/objects/trees/mixed/AmySmol11.iob b/objects/trees/mixed/AmySmol11.iob new file mode 100644 index 00000000..bccf3245 Binary files /dev/null and b/objects/trees/mixed/AmySmol11.iob differ diff --git a/objects/trees/mixed/AmySmol12.iob b/objects/trees/mixed/AmySmol12.iob new file mode 100644 index 00000000..9dd4ee17 Binary files /dev/null and b/objects/trees/mixed/AmySmol12.iob differ diff --git a/objects/trees/mixed/AmySmol2.iob b/objects/trees/mixed/AmySmol2.iob new file mode 100644 index 00000000..69e6f65a Binary files /dev/null and b/objects/trees/mixed/AmySmol2.iob differ diff --git a/objects/trees/mixed/AmySmol3.iob b/objects/trees/mixed/AmySmol3.iob new file mode 100644 index 00000000..0e76b401 Binary files /dev/null and b/objects/trees/mixed/AmySmol3.iob differ diff --git a/objects/trees/mixed/AmySmol4.iob b/objects/trees/mixed/AmySmol4.iob new file mode 100644 index 00000000..18ae863f Binary files /dev/null and b/objects/trees/mixed/AmySmol4.iob differ diff --git a/objects/trees/mixed/AmySmol5.iob b/objects/trees/mixed/AmySmol5.iob new file mode 100644 index 00000000..975a2bf0 Binary files /dev/null and b/objects/trees/mixed/AmySmol5.iob differ diff --git a/objects/trees/mixed/AmySmol6.iob b/objects/trees/mixed/AmySmol6.iob new file mode 100644 index 00000000..cee81e5d Binary files /dev/null and b/objects/trees/mixed/AmySmol6.iob differ diff --git a/objects/trees/mixed/AmySmol7.iob b/objects/trees/mixed/AmySmol7.iob new file mode 100644 index 00000000..96ae7cea Binary files /dev/null and b/objects/trees/mixed/AmySmol7.iob differ diff --git a/objects/trees/mixed/AmySmol8.iob b/objects/trees/mixed/AmySmol8.iob new file mode 100644 index 00000000..4df06d87 Binary files /dev/null and b/objects/trees/mixed/AmySmol8.iob differ diff --git a/objects/trees/mixed/AmySmol9.iob b/objects/trees/mixed/AmySmol9.iob new file mode 100644 index 00000000..7d43e524 Binary files /dev/null and b/objects/trees/mixed/AmySmol9.iob differ diff --git a/objects/trees/mixed/bleedingserralita1.iob b/objects/trees/mixed/bleedingserralita1.iob index 07c27c7a..c8c1d2f2 100644 Binary files a/objects/trees/mixed/bleedingserralita1.iob and b/objects/trees/mixed/bleedingserralita1.iob differ diff --git a/objects/trees/mixed/bleedingserralita10.iob b/objects/trees/mixed/bleedingserralita10.iob index 35aa5726..72dee96e 100644 Binary files a/objects/trees/mixed/bleedingserralita10.iob and b/objects/trees/mixed/bleedingserralita10.iob differ diff --git a/objects/trees/mixed/bleedingserralita2.iob b/objects/trees/mixed/bleedingserralita2.iob index f7962731..aa475bf6 100644 Binary files a/objects/trees/mixed/bleedingserralita2.iob and b/objects/trees/mixed/bleedingserralita2.iob differ diff --git a/objects/trees/mixed/bleedingserralita3.iob b/objects/trees/mixed/bleedingserralita3.iob index c8f51715..18ba4373 100644 Binary files a/objects/trees/mixed/bleedingserralita3.iob and b/objects/trees/mixed/bleedingserralita3.iob differ diff --git a/objects/trees/mixed/bleedingserralita4.iob b/objects/trees/mixed/bleedingserralita4.iob index 945478fa..6ba3ab8b 100644 Binary files a/objects/trees/mixed/bleedingserralita4.iob and b/objects/trees/mixed/bleedingserralita4.iob differ diff --git a/objects/trees/mixed/bleedingserralita5.iob b/objects/trees/mixed/bleedingserralita5.iob index 883b707a..7b780cfb 100644 Binary files a/objects/trees/mixed/bleedingserralita5.iob and b/objects/trees/mixed/bleedingserralita5.iob differ diff --git a/objects/trees/mixed/bleedingserralita6.iob b/objects/trees/mixed/bleedingserralita6.iob index c08ccef7..55204188 100644 Binary files a/objects/trees/mixed/bleedingserralita6.iob and b/objects/trees/mixed/bleedingserralita6.iob differ diff --git a/objects/trees/mixed/bleedingserralita7.iob b/objects/trees/mixed/bleedingserralita7.iob index 3e0f8763..6703e505 100644 Binary files a/objects/trees/mixed/bleedingserralita7.iob and b/objects/trees/mixed/bleedingserralita7.iob differ diff --git a/objects/trees/mixed/bleedingserralita8.iob b/objects/trees/mixed/bleedingserralita8.iob index 965f61cd..91754447 100644 Binary files a/objects/trees/mixed/bleedingserralita8.iob and b/objects/trees/mixed/bleedingserralita8.iob differ diff --git a/objects/trees/mixed/bleedingserralita9.iob b/objects/trees/mixed/bleedingserralita9.iob index 81919587..74d8127d 100644 Binary files a/objects/trees/mixed/bleedingserralita9.iob and b/objects/trees/mixed/bleedingserralita9.iob differ diff --git a/objects/trees/mixed/dead1.iob b/objects/trees/mixed/dead1.iob index ef1d78ed..806eb4ea 100644 Binary files a/objects/trees/mixed/dead1.iob and b/objects/trees/mixed/dead1.iob differ diff --git a/objects/trees/mixed/dotree1.iob b/objects/trees/mixed/dotree1.iob index cf9e1390..45c040bd 100644 Binary files a/objects/trees/mixed/dotree1.iob and b/objects/trees/mixed/dotree1.iob differ diff --git a/objects/trees/mixed/dotree10.iob b/objects/trees/mixed/dotree10.iob index 243d4f46..ec5c414e 100644 Binary files a/objects/trees/mixed/dotree10.iob and b/objects/trees/mixed/dotree10.iob differ diff --git a/objects/trees/mixed/dotree2.iob b/objects/trees/mixed/dotree2.iob index 675f31b2..a8cc722e 100644 Binary files a/objects/trees/mixed/dotree2.iob and b/objects/trees/mixed/dotree2.iob differ diff --git a/objects/trees/mixed/dotree3.iob b/objects/trees/mixed/dotree3.iob index ad621bc6..1a1fbd78 100644 Binary files a/objects/trees/mixed/dotree3.iob and b/objects/trees/mixed/dotree3.iob differ diff --git a/objects/trees/mixed/dotree4.iob b/objects/trees/mixed/dotree4.iob index fd77168e..22cf8e8a 100644 Binary files a/objects/trees/mixed/dotree4.iob and b/objects/trees/mixed/dotree4.iob differ diff --git a/objects/trees/mixed/dotree5.iob b/objects/trees/mixed/dotree5.iob index 3bab0ac0..83d29d5f 100644 Binary files a/objects/trees/mixed/dotree5.iob and b/objects/trees/mixed/dotree5.iob differ diff --git a/objects/trees/mixed/dotree6.iob b/objects/trees/mixed/dotree6.iob index 893f3f97..c4dbbaa5 100644 Binary files a/objects/trees/mixed/dotree6.iob and b/objects/trees/mixed/dotree6.iob differ diff --git a/objects/trees/mixed/dotree7.iob b/objects/trees/mixed/dotree7.iob index 54dd1df1..43ba1e9e 100644 Binary files a/objects/trees/mixed/dotree7.iob and b/objects/trees/mixed/dotree7.iob differ diff --git a/objects/trees/mixed/dotree8.iob b/objects/trees/mixed/dotree8.iob index 888ef2d0..8840a680 100644 Binary files a/objects/trees/mixed/dotree8.iob and b/objects/trees/mixed/dotree8.iob differ diff --git a/objects/trees/mixed/dotree9.iob b/objects/trees/mixed/dotree9.iob index 434d2d5d..f5e9652a 100644 Binary files a/objects/trees/mixed/dotree9.iob and b/objects/trees/mixed/dotree9.iob differ diff --git a/objects/trees/mixed/elderredwood1.iob b/objects/trees/mixed/elderredwood1.iob index 5aa91c6b..c2ea5cbf 100644 Binary files a/objects/trees/mixed/elderredwood1.iob and b/objects/trees/mixed/elderredwood1.iob differ diff --git a/objects/trees/mixed/elderredwood10.iob b/objects/trees/mixed/elderredwood10.iob index e7c75a6d..a6c5f419 100644 Binary files a/objects/trees/mixed/elderredwood10.iob and b/objects/trees/mixed/elderredwood10.iob differ diff --git a/objects/trees/mixed/elderredwood2.iob b/objects/trees/mixed/elderredwood2.iob index e8c7ad79..b89bdf73 100644 Binary files a/objects/trees/mixed/elderredwood2.iob and b/objects/trees/mixed/elderredwood2.iob differ diff --git a/objects/trees/mixed/elderredwood3.iob b/objects/trees/mixed/elderredwood3.iob index feb7868a..2a5c0f95 100644 Binary files a/objects/trees/mixed/elderredwood3.iob and b/objects/trees/mixed/elderredwood3.iob differ diff --git a/objects/trees/mixed/elderredwood4.iob b/objects/trees/mixed/elderredwood4.iob index 33fd8723..8a74a7f5 100644 Binary files a/objects/trees/mixed/elderredwood4.iob and b/objects/trees/mixed/elderredwood4.iob differ diff --git a/objects/trees/mixed/elderredwood5.iob b/objects/trees/mixed/elderredwood5.iob index 344e1d44..3fe55ecc 100644 Binary files a/objects/trees/mixed/elderredwood5.iob and b/objects/trees/mixed/elderredwood5.iob differ diff --git a/objects/trees/mixed/elderredwood6.iob b/objects/trees/mixed/elderredwood6.iob index 24f396ac..0c593ea3 100644 Binary files a/objects/trees/mixed/elderredwood6.iob and b/objects/trees/mixed/elderredwood6.iob differ diff --git a/objects/trees/mixed/elderredwood7.iob b/objects/trees/mixed/elderredwood7.iob index 6a432fe2..969f2af6 100644 Binary files a/objects/trees/mixed/elderredwood7.iob and b/objects/trees/mixed/elderredwood7.iob differ diff --git a/objects/trees/mixed/elderredwood8.iob b/objects/trees/mixed/elderredwood8.iob index 933a986e..eacc64ee 100644 Binary files a/objects/trees/mixed/elderredwood8.iob and b/objects/trees/mixed/elderredwood8.iob differ diff --git a/objects/trees/mixed/elderredwood9.iob b/objects/trees/mixed/elderredwood9.iob index b0daaffd..eeb898b5 100644 Binary files a/objects/trees/mixed/elderredwood9.iob and b/objects/trees/mixed/elderredwood9.iob differ diff --git a/objects/trees/mixed/honey1.iob b/objects/trees/mixed/honey1.iob index 974f1bf8..a4545df4 100644 Binary files a/objects/trees/mixed/honey1.iob and b/objects/trees/mixed/honey1.iob differ diff --git a/objects/trees/mixed/honey10.iob b/objects/trees/mixed/honey10.iob index 5af63708..ef2fa5be 100644 Binary files a/objects/trees/mixed/honey10.iob and b/objects/trees/mixed/honey10.iob differ diff --git a/objects/trees/mixed/honey11.iob b/objects/trees/mixed/honey11.iob index fdc1a883..d3afe91f 100644 Binary files a/objects/trees/mixed/honey11.iob and b/objects/trees/mixed/honey11.iob differ diff --git a/objects/trees/mixed/honey12.iob b/objects/trees/mixed/honey12.iob index adc9c8a6..da003ab4 100644 Binary files a/objects/trees/mixed/honey12.iob and b/objects/trees/mixed/honey12.iob differ diff --git a/objects/trees/mixed/honey13.iob b/objects/trees/mixed/honey13.iob index 9106975a..23f1e1e4 100644 Binary files a/objects/trees/mixed/honey13.iob and b/objects/trees/mixed/honey13.iob differ diff --git a/objects/trees/mixed/honey14.iob b/objects/trees/mixed/honey14.iob index 0bb88d75..ce50cf39 100644 Binary files a/objects/trees/mixed/honey14.iob and b/objects/trees/mixed/honey14.iob differ diff --git a/objects/trees/mixed/honey15.iob b/objects/trees/mixed/honey15.iob index 26d50757..de112e62 100644 Binary files a/objects/trees/mixed/honey15.iob and b/objects/trees/mixed/honey15.iob differ diff --git a/objects/trees/mixed/honey16.iob b/objects/trees/mixed/honey16.iob index f3bb539c..4e3c0519 100644 Binary files a/objects/trees/mixed/honey16.iob and b/objects/trees/mixed/honey16.iob differ diff --git a/objects/trees/mixed/honey17.iob b/objects/trees/mixed/honey17.iob index 7c99e8cc..e1fe9773 100644 Binary files a/objects/trees/mixed/honey17.iob and b/objects/trees/mixed/honey17.iob differ diff --git a/objects/trees/mixed/honey18.iob b/objects/trees/mixed/honey18.iob index d6ac43a8..a8a2ea05 100644 Binary files a/objects/trees/mixed/honey18.iob and b/objects/trees/mixed/honey18.iob differ diff --git a/objects/trees/mixed/honey19.iob b/objects/trees/mixed/honey19.iob index ab2fc956..45682993 100644 Binary files a/objects/trees/mixed/honey19.iob and b/objects/trees/mixed/honey19.iob differ diff --git a/objects/trees/mixed/honey2.iob b/objects/trees/mixed/honey2.iob index 6c608aa7..7f166550 100644 Binary files a/objects/trees/mixed/honey2.iob and b/objects/trees/mixed/honey2.iob differ diff --git a/objects/trees/mixed/honey20.iob b/objects/trees/mixed/honey20.iob index 953b161e..6e0b0259 100644 Binary files a/objects/trees/mixed/honey20.iob and b/objects/trees/mixed/honey20.iob differ diff --git a/objects/trees/mixed/honey3.iob b/objects/trees/mixed/honey3.iob index 2d0d738a..866c8106 100644 Binary files a/objects/trees/mixed/honey3.iob and b/objects/trees/mixed/honey3.iob differ diff --git a/objects/trees/mixed/honey4.iob b/objects/trees/mixed/honey4.iob index 6da29054..6e13396c 100644 Binary files a/objects/trees/mixed/honey4.iob and b/objects/trees/mixed/honey4.iob differ diff --git a/objects/trees/mixed/honey5.iob b/objects/trees/mixed/honey5.iob index b91ea4c8..4d4cc453 100644 Binary files a/objects/trees/mixed/honey5.iob and b/objects/trees/mixed/honey5.iob differ diff --git a/objects/trees/mixed/honey6.iob b/objects/trees/mixed/honey6.iob index e456dab8..2aad353a 100644 Binary files a/objects/trees/mixed/honey6.iob and b/objects/trees/mixed/honey6.iob differ diff --git a/objects/trees/mixed/honey7.iob b/objects/trees/mixed/honey7.iob index 6bf08d1e..70108d96 100644 Binary files a/objects/trees/mixed/honey7.iob and b/objects/trees/mixed/honey7.iob differ diff --git a/objects/trees/mixed/honey8.iob b/objects/trees/mixed/honey8.iob index c530cebc..187eb5ad 100644 Binary files a/objects/trees/mixed/honey8.iob and b/objects/trees/mixed/honey8.iob differ diff --git a/objects/trees/mixed/honey9.iob b/objects/trees/mixed/honey9.iob index 72d3dda7..22eb7993 100644 Binary files a/objects/trees/mixed/honey9.iob and b/objects/trees/mixed/honey9.iob differ diff --git a/objects/trees/mixed/infestedpalm1.iob b/objects/trees/mixed/infestedpalm1.iob index fbf78b6b..50f2a56d 100644 Binary files a/objects/trees/mixed/infestedpalm1.iob and b/objects/trees/mixed/infestedpalm1.iob differ diff --git a/objects/trees/mixed/infestedpalm2.iob b/objects/trees/mixed/infestedpalm2.iob index f3288024..52dd3a95 100644 Binary files a/objects/trees/mixed/infestedpalm2.iob and b/objects/trees/mixed/infestedpalm2.iob differ diff --git a/objects/trees/mixed/infestedpalm3.iob b/objects/trees/mixed/infestedpalm3.iob index e89b70e3..83d87788 100644 Binary files a/objects/trees/mixed/infestedpalm3.iob and b/objects/trees/mixed/infestedpalm3.iob differ diff --git a/objects/trees/mixed/infestedpalm4.iob b/objects/trees/mixed/infestedpalm4.iob index 76f575aa..47b561b4 100644 Binary files a/objects/trees/mixed/infestedpalm4.iob and b/objects/trees/mixed/infestedpalm4.iob differ diff --git a/objects/trees/mixed/infestedpalm5.iob b/objects/trees/mixed/infestedpalm5.iob index c845b985..9f667e6a 100644 Binary files a/objects/trees/mixed/infestedpalm5.iob and b/objects/trees/mixed/infestedpalm5.iob differ diff --git a/objects/trees/mixed/largebleedingserralita1.iob b/objects/trees/mixed/largebleedingserralita1.iob index 96ab65f9..1551fe56 100644 Binary files a/objects/trees/mixed/largebleedingserralita1.iob and b/objects/trees/mixed/largebleedingserralita1.iob differ diff --git a/objects/trees/mixed/largebleedingserralita2.iob b/objects/trees/mixed/largebleedingserralita2.iob index b3671c51..50d5223a 100644 Binary files a/objects/trees/mixed/largebleedingserralita2.iob and b/objects/trees/mixed/largebleedingserralita2.iob differ diff --git a/objects/trees/mixed/largebleedingserralita3.iob b/objects/trees/mixed/largebleedingserralita3.iob index ce05e0c4..3b7597b0 100644 Binary files a/objects/trees/mixed/largebleedingserralita3.iob and b/objects/trees/mixed/largebleedingserralita3.iob differ diff --git a/objects/trees/mixed/largebleedingserralita4.iob b/objects/trees/mixed/largebleedingserralita4.iob index 792b1cf9..4f63d490 100644 Binary files a/objects/trees/mixed/largebleedingserralita4.iob and b/objects/trees/mixed/largebleedingserralita4.iob differ diff --git a/objects/trees/mixed/largebleedingserralita5.iob b/objects/trees/mixed/largebleedingserralita5.iob index b2138f1e..7b1561d4 100644 Binary files a/objects/trees/mixed/largebleedingserralita5.iob and b/objects/trees/mixed/largebleedingserralita5.iob differ diff --git a/objects/trees/mixed/medbleedingserralita1.iob b/objects/trees/mixed/medbleedingserralita1.iob index c3b3d015..ad9249c2 100644 Binary files a/objects/trees/mixed/medbleedingserralita1.iob and b/objects/trees/mixed/medbleedingserralita1.iob differ diff --git a/objects/trees/mixed/medbleedingserralita10.iob b/objects/trees/mixed/medbleedingserralita10.iob index 5ec0505c..b6aed2c5 100644 Binary files a/objects/trees/mixed/medbleedingserralita10.iob and b/objects/trees/mixed/medbleedingserralita10.iob differ diff --git a/objects/trees/mixed/medbleedingserralita2.iob b/objects/trees/mixed/medbleedingserralita2.iob index 65dca5a6..df66c4cb 100644 Binary files a/objects/trees/mixed/medbleedingserralita2.iob and b/objects/trees/mixed/medbleedingserralita2.iob differ diff --git a/objects/trees/mixed/medbleedingserralita3.iob b/objects/trees/mixed/medbleedingserralita3.iob index 764e181c..580284d0 100644 Binary files a/objects/trees/mixed/medbleedingserralita3.iob and b/objects/trees/mixed/medbleedingserralita3.iob differ diff --git a/objects/trees/mixed/medbleedingserralita4.iob b/objects/trees/mixed/medbleedingserralita4.iob index 8e4a5769..6776ae4c 100644 Binary files a/objects/trees/mixed/medbleedingserralita4.iob and b/objects/trees/mixed/medbleedingserralita4.iob differ diff --git a/objects/trees/mixed/medbleedingserralita5.iob b/objects/trees/mixed/medbleedingserralita5.iob index 6e2bb300..a33c633c 100644 Binary files a/objects/trees/mixed/medbleedingserralita5.iob and b/objects/trees/mixed/medbleedingserralita5.iob differ diff --git a/objects/trees/mixed/medbleedingserralita6.iob b/objects/trees/mixed/medbleedingserralita6.iob index 14932015..49e47c1e 100644 Binary files a/objects/trees/mixed/medbleedingserralita6.iob and b/objects/trees/mixed/medbleedingserralita6.iob differ diff --git a/objects/trees/mixed/medbleedingserralita7.iob b/objects/trees/mixed/medbleedingserralita7.iob index 86d5be7c..e72839a5 100644 Binary files a/objects/trees/mixed/medbleedingserralita7.iob and b/objects/trees/mixed/medbleedingserralita7.iob differ diff --git a/objects/trees/mixed/medbleedingserralita8.iob b/objects/trees/mixed/medbleedingserralita8.iob index df696ae5..4351ae08 100644 Binary files a/objects/trees/mixed/medbleedingserralita8.iob and b/objects/trees/mixed/medbleedingserralita8.iob differ diff --git a/objects/trees/mixed/medbleedingserralita9.iob b/objects/trees/mixed/medbleedingserralita9.iob index b68b59b9..ae85cf57 100644 Binary files a/objects/trees/mixed/medbleedingserralita9.iob and b/objects/trees/mixed/medbleedingserralita9.iob differ diff --git a/objects/trees/mixed/pollup1.iob b/objects/trees/mixed/pollup1.iob new file mode 100644 index 00000000..26ae53e2 Binary files /dev/null and b/objects/trees/mixed/pollup1.iob differ diff --git a/objects/trees/mixed/pollup10.iob b/objects/trees/mixed/pollup10.iob new file mode 100644 index 00000000..148e6121 Binary files /dev/null and b/objects/trees/mixed/pollup10.iob differ diff --git a/objects/trees/mixed/pollup11.iob b/objects/trees/mixed/pollup11.iob new file mode 100644 index 00000000..7db9dac0 Binary files /dev/null and b/objects/trees/mixed/pollup11.iob differ diff --git a/objects/trees/mixed/pollup12.iob b/objects/trees/mixed/pollup12.iob new file mode 100644 index 00000000..7dd3acb6 Binary files /dev/null and b/objects/trees/mixed/pollup12.iob differ diff --git a/objects/trees/mixed/pollup13.iob b/objects/trees/mixed/pollup13.iob new file mode 100644 index 00000000..eb1cede4 Binary files /dev/null and b/objects/trees/mixed/pollup13.iob differ diff --git a/objects/trees/mixed/pollup2.iob b/objects/trees/mixed/pollup2.iob new file mode 100644 index 00000000..30d1ad5a Binary files /dev/null and b/objects/trees/mixed/pollup2.iob differ diff --git a/objects/trees/mixed/pollup3.iob b/objects/trees/mixed/pollup3.iob new file mode 100644 index 00000000..e7bec289 Binary files /dev/null and b/objects/trees/mixed/pollup3.iob differ diff --git a/objects/trees/mixed/pollup4.iob b/objects/trees/mixed/pollup4.iob new file mode 100644 index 00000000..d2b1004c Binary files /dev/null and b/objects/trees/mixed/pollup4.iob differ diff --git a/objects/trees/mixed/pollup5.iob b/objects/trees/mixed/pollup5.iob new file mode 100644 index 00000000..fdf1cdcb Binary files /dev/null and b/objects/trees/mixed/pollup5.iob differ diff --git a/objects/trees/mixed/pollup6.iob b/objects/trees/mixed/pollup6.iob new file mode 100644 index 00000000..b095e2e1 Binary files /dev/null and b/objects/trees/mixed/pollup6.iob differ diff --git a/objects/trees/mixed/pollup7.iob b/objects/trees/mixed/pollup7.iob new file mode 100644 index 00000000..2bc3dec0 Binary files /dev/null and b/objects/trees/mixed/pollup7.iob differ diff --git a/objects/trees/mixed/pollup8.iob b/objects/trees/mixed/pollup8.iob new file mode 100644 index 00000000..b6fdb044 Binary files /dev/null and b/objects/trees/mixed/pollup8.iob differ diff --git a/objects/trees/mixed/pollup9.iob b/objects/trees/mixed/pollup9.iob new file mode 100644 index 00000000..985d87f4 Binary files /dev/null and b/objects/trees/mixed/pollup9.iob differ diff --git a/objects/trees/mixed/purpletourmalinelarge1.iob b/objects/trees/mixed/purpletourmalinelarge1.iob index 1644de0d..a4c631b1 100644 Binary files a/objects/trees/mixed/purpletourmalinelarge1.iob and b/objects/trees/mixed/purpletourmalinelarge1.iob differ diff --git a/objects/trees/mixed/purpletourmalinelarge10.iob b/objects/trees/mixed/purpletourmalinelarge10.iob index ad092cfa..8af25941 100644 Binary files a/objects/trees/mixed/purpletourmalinelarge10.iob and b/objects/trees/mixed/purpletourmalinelarge10.iob differ diff --git a/objects/trees/mixed/purpletourmalinelarge2.iob b/objects/trees/mixed/purpletourmalinelarge2.iob index 04f1a642..648efe25 100644 Binary files a/objects/trees/mixed/purpletourmalinelarge2.iob and b/objects/trees/mixed/purpletourmalinelarge2.iob differ diff --git a/objects/trees/mixed/purpletourmalinelarge3.iob b/objects/trees/mixed/purpletourmalinelarge3.iob index 3d74ce26..68addb6c 100644 Binary files a/objects/trees/mixed/purpletourmalinelarge3.iob and b/objects/trees/mixed/purpletourmalinelarge3.iob differ diff --git a/objects/trees/mixed/purpletourmalinelarge4.iob b/objects/trees/mixed/purpletourmalinelarge4.iob index 98262ea1..1e523e04 100644 Binary files a/objects/trees/mixed/purpletourmalinelarge4.iob and b/objects/trees/mixed/purpletourmalinelarge4.iob differ diff --git a/objects/trees/mixed/purpletourmalinelarge5.iob b/objects/trees/mixed/purpletourmalinelarge5.iob index 0e9660a9..95601d7a 100644 Binary files a/objects/trees/mixed/purpletourmalinelarge5.iob and b/objects/trees/mixed/purpletourmalinelarge5.iob differ diff --git a/objects/trees/mixed/purpletourmalinelarge6.iob b/objects/trees/mixed/purpletourmalinelarge6.iob index ce774f8f..33a48f53 100644 Binary files a/objects/trees/mixed/purpletourmalinelarge6.iob and b/objects/trees/mixed/purpletourmalinelarge6.iob differ diff --git a/objects/trees/mixed/purpletourmalinelarge7.iob b/objects/trees/mixed/purpletourmalinelarge7.iob index 12f501a6..5f6c018c 100644 Binary files a/objects/trees/mixed/purpletourmalinelarge7.iob and b/objects/trees/mixed/purpletourmalinelarge7.iob differ diff --git a/objects/trees/mixed/purpletourmalinelarge8.iob b/objects/trees/mixed/purpletourmalinelarge8.iob index c6b0cdc6..05c2921d 100644 Binary files a/objects/trees/mixed/purpletourmalinelarge8.iob and b/objects/trees/mixed/purpletourmalinelarge8.iob differ diff --git a/objects/trees/mixed/purpletourmalinelarge9.iob b/objects/trees/mixed/purpletourmalinelarge9.iob index 0c5af264..4d0195e1 100644 Binary files a/objects/trees/mixed/purpletourmalinelarge9.iob and b/objects/trees/mixed/purpletourmalinelarge9.iob differ diff --git a/objects/trees/mixed/purpletourmalinemed1.iob b/objects/trees/mixed/purpletourmalinemed1.iob index 0e230574..04e131f1 100644 Binary files a/objects/trees/mixed/purpletourmalinemed1.iob and b/objects/trees/mixed/purpletourmalinemed1.iob differ diff --git a/objects/trees/mixed/purpletourmalinemed10.iob b/objects/trees/mixed/purpletourmalinemed10.iob index 20d6b94b..b7265249 100644 Binary files a/objects/trees/mixed/purpletourmalinemed10.iob and b/objects/trees/mixed/purpletourmalinemed10.iob differ diff --git a/objects/trees/mixed/purpletourmalinemed2.iob b/objects/trees/mixed/purpletourmalinemed2.iob index 0a51e6a3..f61d61fb 100644 Binary files a/objects/trees/mixed/purpletourmalinemed2.iob and b/objects/trees/mixed/purpletourmalinemed2.iob differ diff --git a/objects/trees/mixed/purpletourmalinemed3.iob b/objects/trees/mixed/purpletourmalinemed3.iob index 4fdce5fb..2662a001 100644 Binary files a/objects/trees/mixed/purpletourmalinemed3.iob and b/objects/trees/mixed/purpletourmalinemed3.iob differ diff --git a/objects/trees/mixed/purpletourmalinemed4.iob b/objects/trees/mixed/purpletourmalinemed4.iob index 698ab40a..f125821a 100644 Binary files a/objects/trees/mixed/purpletourmalinemed4.iob and b/objects/trees/mixed/purpletourmalinemed4.iob differ diff --git a/objects/trees/mixed/purpletourmalinemed5.iob b/objects/trees/mixed/purpletourmalinemed5.iob index cbefad5a..1a1ce1a5 100644 Binary files a/objects/trees/mixed/purpletourmalinemed5.iob and b/objects/trees/mixed/purpletourmalinemed5.iob differ diff --git a/objects/trees/mixed/purpletourmalinemed6.iob b/objects/trees/mixed/purpletourmalinemed6.iob index 1e5f2694..81ba47b8 100644 Binary files a/objects/trees/mixed/purpletourmalinemed6.iob and b/objects/trees/mixed/purpletourmalinemed6.iob differ diff --git a/objects/trees/mixed/purpletourmalinemed7.iob b/objects/trees/mixed/purpletourmalinemed7.iob index 451e8b6d..47c39573 100644 Binary files a/objects/trees/mixed/purpletourmalinemed7.iob and b/objects/trees/mixed/purpletourmalinemed7.iob differ diff --git a/objects/trees/mixed/purpletourmalinemed8.iob b/objects/trees/mixed/purpletourmalinemed8.iob index 93ffdcd9..70487809 100644 Binary files a/objects/trees/mixed/purpletourmalinemed8.iob and b/objects/trees/mixed/purpletourmalinemed8.iob differ diff --git a/objects/trees/mixed/purpletourmalinemed9.iob b/objects/trees/mixed/purpletourmalinemed9.iob index ca91fc8b..660e1598 100644 Binary files a/objects/trees/mixed/purpletourmalinemed9.iob and b/objects/trees/mixed/purpletourmalinemed9.iob differ diff --git a/objects/trees/mixed/redrecluse1.iob b/objects/trees/mixed/redrecluse1.iob index 4f50d50c..d2491e9d 100644 Binary files a/objects/trees/mixed/redrecluse1.iob and b/objects/trees/mixed/redrecluse1.iob differ diff --git a/objects/trees/mixed/redrecluse10.iob b/objects/trees/mixed/redrecluse10.iob index 916b93f8..5a48f2a3 100644 Binary files a/objects/trees/mixed/redrecluse10.iob and b/objects/trees/mixed/redrecluse10.iob differ diff --git a/objects/trees/mixed/redrecluse2.iob b/objects/trees/mixed/redrecluse2.iob index d5d4c346..ba1d05b9 100644 Binary files a/objects/trees/mixed/redrecluse2.iob and b/objects/trees/mixed/redrecluse2.iob differ diff --git a/objects/trees/mixed/redrecluse3.iob b/objects/trees/mixed/redrecluse3.iob index 78768f95..3915e619 100644 Binary files a/objects/trees/mixed/redrecluse3.iob and b/objects/trees/mixed/redrecluse3.iob differ diff --git a/objects/trees/mixed/redrecluse4.iob b/objects/trees/mixed/redrecluse4.iob index c35f4d12..39d33cea 100644 Binary files a/objects/trees/mixed/redrecluse4.iob and b/objects/trees/mixed/redrecluse4.iob differ diff --git a/objects/trees/mixed/redrecluse5.iob b/objects/trees/mixed/redrecluse5.iob index 488a8560..cdffbf0f 100644 Binary files a/objects/trees/mixed/redrecluse5.iob and b/objects/trees/mixed/redrecluse5.iob differ diff --git a/objects/trees/mixed/redrecluse6.iob b/objects/trees/mixed/redrecluse6.iob index 36bc764b..b54b9181 100644 Binary files a/objects/trees/mixed/redrecluse6.iob and b/objects/trees/mixed/redrecluse6.iob differ diff --git a/objects/trees/mixed/redrecluse7.iob b/objects/trees/mixed/redrecluse7.iob index 46c23494..714ecb05 100644 Binary files a/objects/trees/mixed/redrecluse7.iob and b/objects/trees/mixed/redrecluse7.iob differ diff --git a/objects/trees/mixed/redrecluse8.iob b/objects/trees/mixed/redrecluse8.iob index 4ee49beb..3d6d07c5 100644 Binary files a/objects/trees/mixed/redrecluse8.iob and b/objects/trees/mixed/redrecluse8.iob differ diff --git a/objects/trees/mixed/redrecluse9.iob b/objects/trees/mixed/redrecluse9.iob index 6dc04d66..05bf5424 100644 Binary files a/objects/trees/mixed/redrecluse9.iob and b/objects/trees/mixed/redrecluse9.iob differ diff --git a/objects/trees/mixed/sandyjungle1.iob b/objects/trees/mixed/sandyjungle1.iob index f5634ab1..f075da48 100644 Binary files a/objects/trees/mixed/sandyjungle1.iob and b/objects/trees/mixed/sandyjungle1.iob differ diff --git a/objects/trees/mixed/sandyjungle2.iob b/objects/trees/mixed/sandyjungle2.iob index 320891eb..8ca5065d 100644 Binary files a/objects/trees/mixed/sandyjungle2.iob and b/objects/trees/mixed/sandyjungle2.iob differ diff --git a/objects/trees/mixed/sandyjungle3.iob b/objects/trees/mixed/sandyjungle3.iob index 98874cca..aa382561 100644 Binary files a/objects/trees/mixed/sandyjungle3.iob and b/objects/trees/mixed/sandyjungle3.iob differ diff --git a/objects/trees/mixed/sandyjungle4.iob b/objects/trees/mixed/sandyjungle4.iob index 424b653a..9a58a44d 100644 Binary files a/objects/trees/mixed/sandyjungle4.iob and b/objects/trees/mixed/sandyjungle4.iob differ diff --git a/objects/trees/mixed/serralutageneric1.iob b/objects/trees/mixed/serralutageneric1.iob index 649f6244..a6b4d3c0 100644 Binary files a/objects/trees/mixed/serralutageneric1.iob and b/objects/trees/mixed/serralutageneric1.iob differ diff --git a/objects/trees/mixed/serralutageneric10.iob b/objects/trees/mixed/serralutageneric10.iob index 3443eee9..00c3cd0e 100644 Binary files a/objects/trees/mixed/serralutageneric10.iob and b/objects/trees/mixed/serralutageneric10.iob differ diff --git a/objects/trees/mixed/serralutageneric2.iob b/objects/trees/mixed/serralutageneric2.iob index c8990c5a..c034c7dc 100644 Binary files a/objects/trees/mixed/serralutageneric2.iob and b/objects/trees/mixed/serralutageneric2.iob differ diff --git a/objects/trees/mixed/serralutageneric3.iob b/objects/trees/mixed/serralutageneric3.iob index 4ebc248b..6b52c876 100644 Binary files a/objects/trees/mixed/serralutageneric3.iob and b/objects/trees/mixed/serralutageneric3.iob differ diff --git a/objects/trees/mixed/serralutageneric4.iob b/objects/trees/mixed/serralutageneric4.iob index 261689d7..c2120277 100644 Binary files a/objects/trees/mixed/serralutageneric4.iob and b/objects/trees/mixed/serralutageneric4.iob differ diff --git a/objects/trees/mixed/serralutageneric5.iob b/objects/trees/mixed/serralutageneric5.iob index 7a88a57f..83c2306f 100644 Binary files a/objects/trees/mixed/serralutageneric5.iob and b/objects/trees/mixed/serralutageneric5.iob differ diff --git a/objects/trees/mixed/serralutageneric6.iob b/objects/trees/mixed/serralutageneric6.iob index 93b1f254..04ba61d4 100644 Binary files a/objects/trees/mixed/serralutageneric6.iob and b/objects/trees/mixed/serralutageneric6.iob differ diff --git a/objects/trees/mixed/serralutageneric7.iob b/objects/trees/mixed/serralutageneric7.iob index 13d54449..b0c67e71 100644 Binary files a/objects/trees/mixed/serralutageneric7.iob and b/objects/trees/mixed/serralutageneric7.iob differ diff --git a/objects/trees/mixed/serralutageneric8.iob b/objects/trees/mixed/serralutageneric8.iob index 28423199..9651d82d 100644 Binary files a/objects/trees/mixed/serralutageneric8.iob and b/objects/trees/mixed/serralutageneric8.iob differ diff --git a/objects/trees/mixed/serralutageneric9.iob b/objects/trees/mixed/serralutageneric9.iob index 50927e0b..e5b1e810 100644 Binary files a/objects/trees/mixed/serralutageneric9.iob and b/objects/trees/mixed/serralutageneric9.iob differ diff --git a/objects/trees/mixed/smoakog1.iob b/objects/trees/mixed/smoakog1.iob index 2474f0cd..703a5378 100644 Binary files a/objects/trees/mixed/smoakog1.iob and b/objects/trees/mixed/smoakog1.iob differ diff --git a/objects/trees/mixed/smoakog160.iob b/objects/trees/mixed/smoakog160.iob index d6b8e4c8..81ee243b 100644 Binary files a/objects/trees/mixed/smoakog160.iob and b/objects/trees/mixed/smoakog160.iob differ diff --git a/objects/trees/mixed/smoakog80.iob b/objects/trees/mixed/smoakog80.iob index 05edb927..e96390e9 100644 Binary files a/objects/trees/mixed/smoakog80.iob and b/objects/trees/mixed/smoakog80.iob differ diff --git a/objects/trees/mixed/sredwood1.iob b/objects/trees/mixed/sredwood1.iob index ec0053dd..16fcdf21 100644 Binary files a/objects/trees/mixed/sredwood1.iob and b/objects/trees/mixed/sredwood1.iob differ diff --git a/objects/trees/mixed/sredwood2.iob b/objects/trees/mixed/sredwood2.iob index 3430c48d..2135cbc6 100644 Binary files a/objects/trees/mixed/sredwood2.iob and b/objects/trees/mixed/sredwood2.iob differ diff --git a/objects/trees/mixed/sredwood3.iob b/objects/trees/mixed/sredwood3.iob index fe13f6c4..bf58bdbe 100644 Binary files a/objects/trees/mixed/sredwood3.iob and b/objects/trees/mixed/sredwood3.iob differ diff --git a/objects/trees/mixed/sredwood4.iob b/objects/trees/mixed/sredwood4.iob index 05b372b7..dd2db3f8 100644 Binary files a/objects/trees/mixed/sredwood4.iob and b/objects/trees/mixed/sredwood4.iob differ diff --git a/objects/trees/mixed/swampcorrupt1.iob b/objects/trees/mixed/swampcorrupt1.iob index fe3a4115..ca3816e9 100644 Binary files a/objects/trees/mixed/swampcorrupt1.iob and b/objects/trees/mixed/swampcorrupt1.iob differ diff --git a/objects/trees/mixed/swampcorrupt10.iob b/objects/trees/mixed/swampcorrupt10.iob index f3b11e1b..84508920 100644 Binary files a/objects/trees/mixed/swampcorrupt10.iob and b/objects/trees/mixed/swampcorrupt10.iob differ diff --git a/objects/trees/mixed/swampcorrupt2.iob b/objects/trees/mixed/swampcorrupt2.iob index a515b0f5..8390adee 100644 Binary files a/objects/trees/mixed/swampcorrupt2.iob and b/objects/trees/mixed/swampcorrupt2.iob differ diff --git a/objects/trees/mixed/swampcorrupt3.iob b/objects/trees/mixed/swampcorrupt3.iob index 4221e80f..a43f0767 100644 Binary files a/objects/trees/mixed/swampcorrupt3.iob and b/objects/trees/mixed/swampcorrupt3.iob differ diff --git a/objects/trees/mixed/swampcorrupt4.iob b/objects/trees/mixed/swampcorrupt4.iob index 6feffb78..2cecb876 100644 Binary files a/objects/trees/mixed/swampcorrupt4.iob and b/objects/trees/mixed/swampcorrupt4.iob differ diff --git a/objects/trees/mixed/swampcorrupt5.iob b/objects/trees/mixed/swampcorrupt5.iob index 82530a98..9b8cb188 100644 Binary files a/objects/trees/mixed/swampcorrupt5.iob and b/objects/trees/mixed/swampcorrupt5.iob differ diff --git a/objects/trees/mixed/swampcorrupt6.iob b/objects/trees/mixed/swampcorrupt6.iob index 33ef50c4..cd70b7e4 100644 Binary files a/objects/trees/mixed/swampcorrupt6.iob and b/objects/trees/mixed/swampcorrupt6.iob differ diff --git a/objects/trees/mixed/swampcorrupt7.iob b/objects/trees/mixed/swampcorrupt7.iob index b562fe9f..49cf12f1 100644 Binary files a/objects/trees/mixed/swampcorrupt7.iob and b/objects/trees/mixed/swampcorrupt7.iob differ diff --git a/objects/trees/mixed/swampcorrupt8.iob b/objects/trees/mixed/swampcorrupt8.iob index c9a6c65b..04dfb305 100644 Binary files a/objects/trees/mixed/swampcorrupt8.iob and b/objects/trees/mixed/swampcorrupt8.iob differ diff --git a/objects/trees/mixed/swampcorrupt9.iob b/objects/trees/mixed/swampcorrupt9.iob index 2ee165e3..f397e26d 100644 Binary files a/objects/trees/mixed/swampcorrupt9.iob and b/objects/trees/mixed/swampcorrupt9.iob differ diff --git a/objects/trees/mixed/tourmalinelarge1.iob b/objects/trees/mixed/tourmalinelarge1.iob index 4f3af3b4..5d43dd37 100644 Binary files a/objects/trees/mixed/tourmalinelarge1.iob and b/objects/trees/mixed/tourmalinelarge1.iob differ diff --git a/objects/trees/mixed/tourmalinelarge10.iob b/objects/trees/mixed/tourmalinelarge10.iob index 9ee6198b..aa63a96b 100644 Binary files a/objects/trees/mixed/tourmalinelarge10.iob and b/objects/trees/mixed/tourmalinelarge10.iob differ diff --git a/objects/trees/mixed/tourmalinelarge2.iob b/objects/trees/mixed/tourmalinelarge2.iob index a64ac74d..9521fa1f 100644 Binary files a/objects/trees/mixed/tourmalinelarge2.iob and b/objects/trees/mixed/tourmalinelarge2.iob differ diff --git a/objects/trees/mixed/tourmalinelarge3.iob b/objects/trees/mixed/tourmalinelarge3.iob index b8458cc1..04dd2ff4 100644 Binary files a/objects/trees/mixed/tourmalinelarge3.iob and b/objects/trees/mixed/tourmalinelarge3.iob differ diff --git a/objects/trees/mixed/tourmalinelarge4.iob b/objects/trees/mixed/tourmalinelarge4.iob index 07d49d2e..de6f3a2d 100644 Binary files a/objects/trees/mixed/tourmalinelarge4.iob and b/objects/trees/mixed/tourmalinelarge4.iob differ diff --git a/objects/trees/mixed/tourmalinelarge5.iob b/objects/trees/mixed/tourmalinelarge5.iob index f60cd3f9..25b6e1fa 100644 Binary files a/objects/trees/mixed/tourmalinelarge5.iob and b/objects/trees/mixed/tourmalinelarge5.iob differ diff --git a/objects/trees/mixed/tourmalinelarge6.iob b/objects/trees/mixed/tourmalinelarge6.iob index 2e27bf27..357cc341 100644 Binary files a/objects/trees/mixed/tourmalinelarge6.iob and b/objects/trees/mixed/tourmalinelarge6.iob differ diff --git a/objects/trees/mixed/tourmalinelarge7.iob b/objects/trees/mixed/tourmalinelarge7.iob index 72c4b36f..0f27e220 100644 Binary files a/objects/trees/mixed/tourmalinelarge7.iob and b/objects/trees/mixed/tourmalinelarge7.iob differ diff --git a/objects/trees/mixed/tourmalinelarge8.iob b/objects/trees/mixed/tourmalinelarge8.iob index 2a025388..42f1ca86 100644 Binary files a/objects/trees/mixed/tourmalinelarge8.iob and b/objects/trees/mixed/tourmalinelarge8.iob differ diff --git a/objects/trees/mixed/tourmalinelarge9.iob b/objects/trees/mixed/tourmalinelarge9.iob index 68a689a2..3855f2a4 100644 Binary files a/objects/trees/mixed/tourmalinelarge9.iob and b/objects/trees/mixed/tourmalinelarge9.iob differ diff --git a/objects/trees/mixed/tourmalineproblem1.iob b/objects/trees/mixed/tourmalineproblem1.iob index adc7f9cf..e909371a 100644 Binary files a/objects/trees/mixed/tourmalineproblem1.iob and b/objects/trees/mixed/tourmalineproblem1.iob differ diff --git a/objects/trees/mixed/tourmalineproblem2.iob b/objects/trees/mixed/tourmalineproblem2.iob index a8adb34c..af9f7bae 100644 Binary files a/objects/trees/mixed/tourmalineproblem2.iob and b/objects/trees/mixed/tourmalineproblem2.iob differ diff --git a/objects/trees/mixed/tredwood1.iob b/objects/trees/mixed/tredwood1.iob index e135e8cc..c8833fe6 100644 Binary files a/objects/trees/mixed/tredwood1.iob and b/objects/trees/mixed/tredwood1.iob differ diff --git a/objects/trees/mixed/tredwood10.iob b/objects/trees/mixed/tredwood10.iob index 6433b96f..b688871f 100644 Binary files a/objects/trees/mixed/tredwood10.iob and b/objects/trees/mixed/tredwood10.iob differ diff --git a/objects/trees/mixed/tredwood2.iob b/objects/trees/mixed/tredwood2.iob index 8ffd0f6b..edaefca9 100644 Binary files a/objects/trees/mixed/tredwood2.iob and b/objects/trees/mixed/tredwood2.iob differ diff --git a/objects/trees/mixed/tredwood3.iob b/objects/trees/mixed/tredwood3.iob index 2efbe204..7e041e26 100644 Binary files a/objects/trees/mixed/tredwood3.iob and b/objects/trees/mixed/tredwood3.iob differ diff --git a/objects/trees/mixed/tredwood4.iob b/objects/trees/mixed/tredwood4.iob index 1497b723..2e3915a0 100644 Binary files a/objects/trees/mixed/tredwood4.iob and b/objects/trees/mixed/tredwood4.iob differ diff --git a/objects/trees/mixed/tredwood5.iob b/objects/trees/mixed/tredwood5.iob index 60f0e25c..593f21dc 100644 Binary files a/objects/trees/mixed/tredwood5.iob and b/objects/trees/mixed/tredwood5.iob differ diff --git a/objects/trees/mixed/tredwood6.iob b/objects/trees/mixed/tredwood6.iob index 20b77fe5..7e217fcf 100644 Binary files a/objects/trees/mixed/tredwood6.iob and b/objects/trees/mixed/tredwood6.iob differ diff --git a/objects/trees/mixed/tredwood7.iob b/objects/trees/mixed/tredwood7.iob index acf3320c..75cb8c37 100644 Binary files a/objects/trees/mixed/tredwood7.iob and b/objects/trees/mixed/tredwood7.iob differ diff --git a/objects/trees/mixed/tredwood8.iob b/objects/trees/mixed/tredwood8.iob index d0f37052..46746b02 100644 Binary files a/objects/trees/mixed/tredwood8.iob and b/objects/trees/mixed/tredwood8.iob differ diff --git a/objects/trees/mixed/tredwood9.iob b/objects/trees/mixed/tredwood9.iob index 3e57381d..38f9f6f8 100644 Binary files a/objects/trees/mixed/tredwood9.iob and b/objects/trees/mixed/tredwood9.iob differ diff --git a/objects/trees/mixed/tredwoodbee1.iob b/objects/trees/mixed/tredwoodbee1.iob index 697b673b..225da018 100644 Binary files a/objects/trees/mixed/tredwoodbee1.iob and b/objects/trees/mixed/tredwoodbee1.iob differ diff --git a/objects/trees/mixed/tredwoodbee2.iob b/objects/trees/mixed/tredwoodbee2.iob index eaa3787c..97e0dc30 100644 Binary files a/objects/trees/mixed/tredwoodbee2.iob and b/objects/trees/mixed/tredwoodbee2.iob differ diff --git a/objects/trees/mixed/tredwoodbee3.iob b/objects/trees/mixed/tredwoodbee3.iob index 57ab504b..0dd8ad24 100644 Binary files a/objects/trees/mixed/tredwoodbee3.iob and b/objects/trees/mixed/tredwoodbee3.iob differ diff --git a/objects/trees/mixed/tredwoodbee4.iob b/objects/trees/mixed/tredwoodbee4.iob index 67a9834e..341eccf6 100644 Binary files a/objects/trees/mixed/tredwoodbee4.iob and b/objects/trees/mixed/tredwoodbee4.iob differ diff --git a/objects/trees/mixed/tredwoodsmol1.iob b/objects/trees/mixed/tredwoodsmol1.iob index 1b1f62af..36233d7d 100644 Binary files a/objects/trees/mixed/tredwoodsmol1.iob and b/objects/trees/mixed/tredwoodsmol1.iob differ diff --git a/objects/trees/mixed/tredwoodsmol2.iob b/objects/trees/mixed/tredwoodsmol2.iob index 29973df6..bc8fdec5 100644 Binary files a/objects/trees/mixed/tredwoodsmol2.iob and b/objects/trees/mixed/tredwoodsmol2.iob differ diff --git a/objects/trees/mixed/tredwoodsmol3.iob b/objects/trees/mixed/tredwoodsmol3.iob index ea9eae17..7a549c81 100644 Binary files a/objects/trees/mixed/tredwoodsmol3.iob and b/objects/trees/mixed/tredwoodsmol3.iob differ diff --git a/objects/trees/mixed/tredwoodsmol4.iob b/objects/trees/mixed/tredwoodsmol4.iob index 3811dd6e..21c7c307 100644 Binary files a/objects/trees/mixed/tredwoodsmol4.iob and b/objects/trees/mixed/tredwoodsmol4.iob differ diff --git a/objects/trees/mixed/tredwoodsmol5.iob b/objects/trees/mixed/tredwoodsmol5.iob index 99c4f54c..9318070b 100644 Binary files a/objects/trees/mixed/tredwoodsmol5.iob and b/objects/trees/mixed/tredwoodsmol5.iob differ diff --git a/objects/trees/mushroom/blackgeneric1.iob b/objects/trees/mushroom/blackgeneric1.iob index 07dfb89c..9af50e83 100644 Binary files a/objects/trees/mushroom/blackgeneric1.iob and b/objects/trees/mushroom/blackgeneric1.iob differ diff --git a/objects/trees/mushroom/blackgeneric10.iob b/objects/trees/mushroom/blackgeneric10.iob index 417505f1..b30754c4 100644 Binary files a/objects/trees/mushroom/blackgeneric10.iob and b/objects/trees/mushroom/blackgeneric10.iob differ diff --git a/objects/trees/mushroom/blackgeneric2.iob b/objects/trees/mushroom/blackgeneric2.iob index 176834ca..020b0d5d 100644 Binary files a/objects/trees/mushroom/blackgeneric2.iob and b/objects/trees/mushroom/blackgeneric2.iob differ diff --git a/objects/trees/mushroom/blackgeneric3.iob b/objects/trees/mushroom/blackgeneric3.iob index da4d7a3a..dedec11e 100644 Binary files a/objects/trees/mushroom/blackgeneric3.iob and b/objects/trees/mushroom/blackgeneric3.iob differ diff --git a/objects/trees/mushroom/blackgeneric4.iob b/objects/trees/mushroom/blackgeneric4.iob index 12cb9989..e4220959 100644 Binary files a/objects/trees/mushroom/blackgeneric4.iob and b/objects/trees/mushroom/blackgeneric4.iob differ diff --git a/objects/trees/mushroom/blackgeneric5.iob b/objects/trees/mushroom/blackgeneric5.iob index 3f9b3a9a..ea496241 100644 Binary files a/objects/trees/mushroom/blackgeneric5.iob and b/objects/trees/mushroom/blackgeneric5.iob differ diff --git a/objects/trees/mushroom/blackgeneric6.iob b/objects/trees/mushroom/blackgeneric6.iob index 5b1b5890..91228f59 100644 Binary files a/objects/trees/mushroom/blackgeneric6.iob and b/objects/trees/mushroom/blackgeneric6.iob differ diff --git a/objects/trees/mushroom/blackgeneric7.iob b/objects/trees/mushroom/blackgeneric7.iob index 011020c9..574e5df3 100644 Binary files a/objects/trees/mushroom/blackgeneric7.iob and b/objects/trees/mushroom/blackgeneric7.iob differ diff --git a/objects/trees/mushroom/blackgeneric8.iob b/objects/trees/mushroom/blackgeneric8.iob index 972b62ba..27e18202 100644 Binary files a/objects/trees/mushroom/blackgeneric8.iob and b/objects/trees/mushroom/blackgeneric8.iob differ diff --git a/objects/trees/mushroom/blackgeneric9.iob b/objects/trees/mushroom/blackgeneric9.iob index b6ac3467..826705dc 100644 Binary files a/objects/trees/mushroom/blackgeneric9.iob and b/objects/trees/mushroom/blackgeneric9.iob differ diff --git a/objects/trees/mushroom/browngeneric1.iob b/objects/trees/mushroom/browngeneric1.iob index 256e852d..d0c221c0 100644 Binary files a/objects/trees/mushroom/browngeneric1.iob and b/objects/trees/mushroom/browngeneric1.iob differ diff --git a/objects/trees/mushroom/browngeneric2.iob b/objects/trees/mushroom/browngeneric2.iob index fcb0701e..5f68f6fb 100644 Binary files a/objects/trees/mushroom/browngeneric2.iob and b/objects/trees/mushroom/browngeneric2.iob differ diff --git a/objects/trees/mushroom/crimsonwood1.iob b/objects/trees/mushroom/crimsonwood1.iob index 2373a05b..25738bb4 100644 Binary files a/objects/trees/mushroom/crimsonwood1.iob and b/objects/trees/mushroom/crimsonwood1.iob differ diff --git a/objects/trees/mushroom/crimsonwood2.iob b/objects/trees/mushroom/crimsonwood2.iob index a2e35952..acf250ac 100644 Binary files a/objects/trees/mushroom/crimsonwood2.iob and b/objects/trees/mushroom/crimsonwood2.iob differ diff --git a/objects/trees/mushroom/crimsonwood3.iob b/objects/trees/mushroom/crimsonwood3.iob index e22c49a1..97081ca4 100644 Binary files a/objects/trees/mushroom/crimsonwood3.iob and b/objects/trees/mushroom/crimsonwood3.iob differ diff --git a/objects/trees/mushroom/crimsonwood4.iob b/objects/trees/mushroom/crimsonwood4.iob index a5b45f72..12b2aeb8 100644 Binary files a/objects/trees/mushroom/crimsonwood4.iob and b/objects/trees/mushroom/crimsonwood4.iob differ diff --git a/objects/trees/mushroom/crimsonwood5.iob b/objects/trees/mushroom/crimsonwood5.iob index c05e7d67..fc0fd3f6 100644 Binary files a/objects/trees/mushroom/crimsonwood5.iob and b/objects/trees/mushroom/crimsonwood5.iob differ diff --git a/objects/trees/mushroom/fantasygenericred1.iob b/objects/trees/mushroom/fantasygenericred1.iob index 8b321ffe..3de0d790 100644 Binary files a/objects/trees/mushroom/fantasygenericred1.iob and b/objects/trees/mushroom/fantasygenericred1.iob differ diff --git a/objects/trees/mushroom/fantasygenericred2.iob b/objects/trees/mushroom/fantasygenericred2.iob index ed4f0db3..e929b3e0 100644 Binary files a/objects/trees/mushroom/fantasygenericred2.iob and b/objects/trees/mushroom/fantasygenericred2.iob differ diff --git a/objects/trees/mushroom/fantasygenericred3.iob b/objects/trees/mushroom/fantasygenericred3.iob index 513ebda4..d6401933 100644 Binary files a/objects/trees/mushroom/fantasygenericred3.iob and b/objects/trees/mushroom/fantasygenericred3.iob differ diff --git a/objects/trees/mushroom/fantasygenericred4.iob b/objects/trees/mushroom/fantasygenericred4.iob index c5c1d34f..735bfa85 100644 Binary files a/objects/trees/mushroom/fantasygenericred4.iob and b/objects/trees/mushroom/fantasygenericred4.iob differ diff --git a/objects/trees/mushroom/froShroom1.iob b/objects/trees/mushroom/froShroom1.iob index 7f3c1e83..a0890ba2 100644 Binary files a/objects/trees/mushroom/froShroom1.iob and b/objects/trees/mushroom/froShroom1.iob differ diff --git a/objects/trees/mushroom/froShroom2.iob b/objects/trees/mushroom/froShroom2.iob index 8554423c..6750db12 100644 Binary files a/objects/trees/mushroom/froShroom2.iob and b/objects/trees/mushroom/froShroom2.iob differ diff --git a/objects/trees/mushroom/froShroom3.iob b/objects/trees/mushroom/froShroom3.iob index c5f660a7..8603a1c0 100644 Binary files a/objects/trees/mushroom/froShroom3.iob and b/objects/trees/mushroom/froShroom3.iob differ diff --git a/objects/trees/mushroom/froShroom4.iob b/objects/trees/mushroom/froShroom4.iob index c5f660a7..8603a1c0 100644 Binary files a/objects/trees/mushroom/froShroom4.iob and b/objects/trees/mushroom/froShroom4.iob differ diff --git a/objects/trees/mushroom/froShroom5.iob b/objects/trees/mushroom/froShroom5.iob index 5f2f9f91..308759cc 100644 Binary files a/objects/trees/mushroom/froShroom5.iob and b/objects/trees/mushroom/froShroom5.iob differ diff --git a/objects/trees/mushroom/froShroom6.iob b/objects/trees/mushroom/froShroom6.iob index 8c6f0a5e..599dae84 100644 Binary files a/objects/trees/mushroom/froShroom6.iob and b/objects/trees/mushroom/froShroom6.iob differ diff --git a/objects/trees/mushroom/froShroom7.iob b/objects/trees/mushroom/froShroom7.iob index 3caba24e..b2b1d01c 100644 Binary files a/objects/trees/mushroom/froShroom7.iob and b/objects/trees/mushroom/froShroom7.iob differ diff --git a/objects/trees/mushroom/froShroom8.iob b/objects/trees/mushroom/froShroom8.iob index 3372e00e..24a0da87 100644 Binary files a/objects/trees/mushroom/froShroom8.iob and b/objects/trees/mushroom/froShroom8.iob differ diff --git a/objects/trees/mushroom/froShroom9.iob b/objects/trees/mushroom/froShroom9.iob index 3df69b04..441e1993 100644 Binary files a/objects/trees/mushroom/froShroom9.iob and b/objects/trees/mushroom/froShroom9.iob differ diff --git a/objects/trees/mushroom/greygeneric1.iob b/objects/trees/mushroom/greygeneric1.iob index 62e90f37..295921d1 100644 Binary files a/objects/trees/mushroom/greygeneric1.iob and b/objects/trees/mushroom/greygeneric1.iob differ diff --git a/objects/trees/mushroom/greygeneric2.iob b/objects/trees/mushroom/greygeneric2.iob index a715c30e..5a969a59 100644 Binary files a/objects/trees/mushroom/greygeneric2.iob and b/objects/trees/mushroom/greygeneric2.iob differ diff --git a/objects/trees/mushroom/greygeneric3.iob b/objects/trees/mushroom/greygeneric3.iob index 7cde9520..af1a3ddc 100644 Binary files a/objects/trees/mushroom/greygeneric3.iob and b/objects/trees/mushroom/greygeneric3.iob differ diff --git a/objects/trees/mushroom/greygeneric4.iob b/objects/trees/mushroom/greygeneric4.iob index 15c8d95d..04d187f9 100644 Binary files a/objects/trees/mushroom/greygeneric4.iob and b/objects/trees/mushroom/greygeneric4.iob differ diff --git a/objects/trees/mushroom/greygeneric5.iob b/objects/trees/mushroom/greygeneric5.iob index 49400a90..2a1a88ff 100644 Binary files a/objects/trees/mushroom/greygeneric5.iob and b/objects/trees/mushroom/greygeneric5.iob differ diff --git a/objects/trees/mushroom/greygeneric6.iob b/objects/trees/mushroom/greygeneric6.iob index a94c468b..9e71b1ff 100644 Binary files a/objects/trees/mushroom/greygeneric6.iob and b/objects/trees/mushroom/greygeneric6.iob differ diff --git a/objects/trees/mushroom/greygeneric7.iob b/objects/trees/mushroom/greygeneric7.iob index 3410ecb3..b0a9a490 100644 Binary files a/objects/trees/mushroom/greygeneric7.iob and b/objects/trees/mushroom/greygeneric7.iob differ diff --git a/objects/trees/mushroom/greygeneric8.iob b/objects/trees/mushroom/greygeneric8.iob index afaec62c..273869c2 100644 Binary files a/objects/trees/mushroom/greygeneric8.iob and b/objects/trees/mushroom/greygeneric8.iob differ diff --git a/objects/trees/mushroom/ice1.iob b/objects/trees/mushroom/ice1.iob index 2c164007..935d7957 100644 Binary files a/objects/trees/mushroom/ice1.iob and b/objects/trees/mushroom/ice1.iob differ diff --git a/objects/trees/mushroom/ice2.iob b/objects/trees/mushroom/ice2.iob index 15ff17a6..f565bf22 100644 Binary files a/objects/trees/mushroom/ice2.iob and b/objects/trees/mushroom/ice2.iob differ diff --git a/objects/trees/mushroom/ice3.iob b/objects/trees/mushroom/ice3.iob index d0813f38..396e484e 100644 Binary files a/objects/trees/mushroom/ice3.iob and b/objects/trees/mushroom/ice3.iob differ diff --git a/objects/trees/mushroom/ice4.iob b/objects/trees/mushroom/ice4.iob index 12ddad67..4347eee0 100644 Binary files a/objects/trees/mushroom/ice4.iob and b/objects/trees/mushroom/ice4.iob differ diff --git a/objects/trees/mushroom/ice5.iob b/objects/trees/mushroom/ice5.iob index ab88746b..3941a780 100644 Binary files a/objects/trees/mushroom/ice5.iob and b/objects/trees/mushroom/ice5.iob differ diff --git a/objects/trees/mushroom/ice6.iob b/objects/trees/mushroom/ice6.iob index f0e9b4e6..b913f338 100644 Binary files a/objects/trees/mushroom/ice6.iob and b/objects/trees/mushroom/ice6.iob differ diff --git a/objects/trees/mushroom/ice7.iob b/objects/trees/mushroom/ice7.iob index f25437f3..cf7de4b3 100644 Binary files a/objects/trees/mushroom/ice7.iob and b/objects/trees/mushroom/ice7.iob differ diff --git a/objects/trees/mushroom/ice8.iob b/objects/trees/mushroom/ice8.iob index 96bfe1c3..29cfee34 100644 Binary files a/objects/trees/mushroom/ice8.iob and b/objects/trees/mushroom/ice8.iob differ diff --git a/objects/trees/mushroom/ice9.iob b/objects/trees/mushroom/ice9.iob index 546b137d..6b9d105b 100644 Binary files a/objects/trees/mushroom/ice9.iob and b/objects/trees/mushroom/ice9.iob differ diff --git a/objects/trees/mushroom/lumo1.iob b/objects/trees/mushroom/lumo1.iob index 1222456d..ad04d8d0 100644 Binary files a/objects/trees/mushroom/lumo1.iob and b/objects/trees/mushroom/lumo1.iob differ diff --git a/objects/trees/mushroom/lumo2.iob b/objects/trees/mushroom/lumo2.iob index c45de2d3..71442637 100644 Binary files a/objects/trees/mushroom/lumo2.iob and b/objects/trees/mushroom/lumo2.iob differ diff --git a/objects/trees/mushroom/lumo3.iob b/objects/trees/mushroom/lumo3.iob index 9c9f0041..44c8b78d 100644 Binary files a/objects/trees/mushroom/lumo3.iob and b/objects/trees/mushroom/lumo3.iob differ diff --git a/objects/trees/mushroom/lumo4.iob b/objects/trees/mushroom/lumo4.iob index ff3a31ff..cfc6966d 100644 Binary files a/objects/trees/mushroom/lumo4.iob and b/objects/trees/mushroom/lumo4.iob differ diff --git a/objects/trees/mushroom/lumo5.iob b/objects/trees/mushroom/lumo5.iob index 2e20d81d..671cecfe 100644 Binary files a/objects/trees/mushroom/lumo5.iob and b/objects/trees/mushroom/lumo5.iob differ diff --git a/objects/trees/mushroom/lumo6.iob b/objects/trees/mushroom/lumo6.iob index 541037f7..6b5bdc71 100644 Binary files a/objects/trees/mushroom/lumo6.iob and b/objects/trees/mushroom/lumo6.iob differ diff --git a/objects/trees/mushroom/lumo7.iob b/objects/trees/mushroom/lumo7.iob index affaaf4f..0b516ee9 100644 Binary files a/objects/trees/mushroom/lumo7.iob and b/objects/trees/mushroom/lumo7.iob differ diff --git a/objects/trees/mushroom/lumo9.iob b/objects/trees/mushroom/lumo9.iob index 68203163..cca90169 100644 Binary files a/objects/trees/mushroom/lumo9.iob and b/objects/trees/mushroom/lumo9.iob differ diff --git a/objects/trees/mushroom/mushclut1.iob b/objects/trees/mushroom/mushclut1.iob index e8e46425..25c7cd02 100644 Binary files a/objects/trees/mushroom/mushclut1.iob and b/objects/trees/mushroom/mushclut1.iob differ diff --git a/objects/trees/mushroom/mushclut10.iob b/objects/trees/mushroom/mushclut10.iob index f684429a..69a93b87 100644 Binary files a/objects/trees/mushroom/mushclut10.iob and b/objects/trees/mushroom/mushclut10.iob differ diff --git a/objects/trees/mushroom/mushclut2.iob b/objects/trees/mushroom/mushclut2.iob index ec853bd3..eb9ac6ad 100644 Binary files a/objects/trees/mushroom/mushclut2.iob and b/objects/trees/mushroom/mushclut2.iob differ diff --git a/objects/trees/mushroom/mushclut3.iob b/objects/trees/mushroom/mushclut3.iob index 9b1de9b4..d45f2e5d 100644 Binary files a/objects/trees/mushroom/mushclut3.iob and b/objects/trees/mushroom/mushclut3.iob differ diff --git a/objects/trees/mushroom/mushclut4.iob b/objects/trees/mushroom/mushclut4.iob index 9d61c126..52cc9df0 100644 Binary files a/objects/trees/mushroom/mushclut4.iob and b/objects/trees/mushroom/mushclut4.iob differ diff --git a/objects/trees/mushroom/mushclut5.iob b/objects/trees/mushroom/mushclut5.iob index 91984ce4..6e665833 100644 Binary files a/objects/trees/mushroom/mushclut5.iob and b/objects/trees/mushroom/mushclut5.iob differ diff --git a/objects/trees/mushroom/mushclut6.iob b/objects/trees/mushroom/mushclut6.iob index dfee2d7f..8379108d 100644 Binary files a/objects/trees/mushroom/mushclut6.iob and b/objects/trees/mushroom/mushclut6.iob differ diff --git a/objects/trees/mushroom/mushclut7.iob b/objects/trees/mushroom/mushclut7.iob index d03d3c8c..4a66cbf2 100644 Binary files a/objects/trees/mushroom/mushclut7.iob and b/objects/trees/mushroom/mushclut7.iob differ diff --git a/objects/trees/mushroom/mushclut8.iob b/objects/trees/mushroom/mushclut8.iob index 01332f00..a2833531 100644 Binary files a/objects/trees/mushroom/mushclut8.iob and b/objects/trees/mushroom/mushclut8.iob differ diff --git a/objects/trees/mushroom/mushclut9.iob b/objects/trees/mushroom/mushclut9.iob index 93b40d7c..cf59950c 100644 Binary files a/objects/trees/mushroom/mushclut9.iob and b/objects/trees/mushroom/mushclut9.iob differ diff --git a/objects/trees/mushroom/purplegeneric1.iob b/objects/trees/mushroom/purplegeneric1.iob index 6c1640f9..3fc3a17c 100644 Binary files a/objects/trees/mushroom/purplegeneric1.iob and b/objects/trees/mushroom/purplegeneric1.iob differ diff --git a/objects/trees/mushroom/purplegeneric10.iob b/objects/trees/mushroom/purplegeneric10.iob index 4b0a42ef..49b4572e 100644 Binary files a/objects/trees/mushroom/purplegeneric10.iob and b/objects/trees/mushroom/purplegeneric10.iob differ diff --git a/objects/trees/mushroom/purplegeneric2.iob b/objects/trees/mushroom/purplegeneric2.iob index 6c6286c1..54952142 100644 Binary files a/objects/trees/mushroom/purplegeneric2.iob and b/objects/trees/mushroom/purplegeneric2.iob differ diff --git a/objects/trees/mushroom/purplegeneric3.iob b/objects/trees/mushroom/purplegeneric3.iob index 49302498..3d4e4103 100644 Binary files a/objects/trees/mushroom/purplegeneric3.iob and b/objects/trees/mushroom/purplegeneric3.iob differ diff --git a/objects/trees/mushroom/purplegeneric4.iob b/objects/trees/mushroom/purplegeneric4.iob index c1e13e4a..5f70478a 100644 Binary files a/objects/trees/mushroom/purplegeneric4.iob and b/objects/trees/mushroom/purplegeneric4.iob differ diff --git a/objects/trees/mushroom/purplegeneric5.iob b/objects/trees/mushroom/purplegeneric5.iob index a7a4aafc..1b090a15 100644 Binary files a/objects/trees/mushroom/purplegeneric5.iob and b/objects/trees/mushroom/purplegeneric5.iob differ diff --git a/objects/trees/mushroom/purplegeneric6.iob b/objects/trees/mushroom/purplegeneric6.iob index 9ce94015..643477e2 100644 Binary files a/objects/trees/mushroom/purplegeneric6.iob and b/objects/trees/mushroom/purplegeneric6.iob differ diff --git a/objects/trees/mushroom/purplegeneric7.iob b/objects/trees/mushroom/purplegeneric7.iob index a836a99d..e4c025ef 100644 Binary files a/objects/trees/mushroom/purplegeneric7.iob and b/objects/trees/mushroom/purplegeneric7.iob differ diff --git a/objects/trees/mushroom/purplegeneric8.iob b/objects/trees/mushroom/purplegeneric8.iob index 2dd12da8..49d1eb26 100644 Binary files a/objects/trees/mushroom/purplegeneric8.iob and b/objects/trees/mushroom/purplegeneric8.iob differ diff --git a/objects/trees/mushroom/purplegeneric9.iob b/objects/trees/mushroom/purplegeneric9.iob index 6b902d93..bedb636b 100644 Binary files a/objects/trees/mushroom/purplegeneric9.iob and b/objects/trees/mushroom/purplegeneric9.iob differ diff --git a/objects/trees/mushroom/redgeneric1.iob b/objects/trees/mushroom/redgeneric1.iob index af64c381..361c45d8 100644 Binary files a/objects/trees/mushroom/redgeneric1.iob and b/objects/trees/mushroom/redgeneric1.iob differ diff --git a/objects/trees/mushroom/redgeneric10.iob b/objects/trees/mushroom/redgeneric10.iob index 9de978b7..17862c6d 100644 Binary files a/objects/trees/mushroom/redgeneric10.iob and b/objects/trees/mushroom/redgeneric10.iob differ diff --git a/objects/trees/mushroom/redgeneric11.iob b/objects/trees/mushroom/redgeneric11.iob index da8c6301..eda171fd 100644 Binary files a/objects/trees/mushroom/redgeneric11.iob and b/objects/trees/mushroom/redgeneric11.iob differ diff --git a/objects/trees/mushroom/redgeneric2.iob b/objects/trees/mushroom/redgeneric2.iob index a6c30224..7d80d222 100644 Binary files a/objects/trees/mushroom/redgeneric2.iob and b/objects/trees/mushroom/redgeneric2.iob differ diff --git a/objects/trees/mushroom/redgeneric3.iob b/objects/trees/mushroom/redgeneric3.iob index ba0e5dd1..c87e250e 100644 Binary files a/objects/trees/mushroom/redgeneric3.iob and b/objects/trees/mushroom/redgeneric3.iob differ diff --git a/objects/trees/mushroom/redgeneric4.iob b/objects/trees/mushroom/redgeneric4.iob index 34aaf134..aa1a0b6d 100644 Binary files a/objects/trees/mushroom/redgeneric4.iob and b/objects/trees/mushroom/redgeneric4.iob differ diff --git a/objects/trees/mushroom/redgeneric5.iob b/objects/trees/mushroom/redgeneric5.iob index ddcc3453..af9add9b 100644 Binary files a/objects/trees/mushroom/redgeneric5.iob and b/objects/trees/mushroom/redgeneric5.iob differ diff --git a/objects/trees/mushroom/redgeneric6.iob b/objects/trees/mushroom/redgeneric6.iob index ca928281..9772758f 100644 Binary files a/objects/trees/mushroom/redgeneric6.iob and b/objects/trees/mushroom/redgeneric6.iob differ diff --git a/objects/trees/mushroom/redgeneric7.iob b/objects/trees/mushroom/redgeneric7.iob index c7a83384..58d17a9e 100644 Binary files a/objects/trees/mushroom/redgeneric7.iob and b/objects/trees/mushroom/redgeneric7.iob differ diff --git a/objects/trees/mushroom/redgeneric8.iob b/objects/trees/mushroom/redgeneric8.iob index e4dea0fe..fc63e83b 100644 Binary files a/objects/trees/mushroom/redgeneric8.iob and b/objects/trees/mushroom/redgeneric8.iob differ diff --git a/objects/trees/mushroom/redgeneric9.iob b/objects/trees/mushroom/redgeneric9.iob index 358b6846..efe62512 100644 Binary files a/objects/trees/mushroom/redgeneric9.iob and b/objects/trees/mushroom/redgeneric9.iob differ diff --git a/objects/trees/mushroom/redlumotall1.iob b/objects/trees/mushroom/redlumotall1.iob index 712eb3fd..ae2b177b 100644 Binary files a/objects/trees/mushroom/redlumotall1.iob and b/objects/trees/mushroom/redlumotall1.iob differ diff --git a/objects/trees/mushroom/redlumotall10.iob b/objects/trees/mushroom/redlumotall10.iob index cdcf2da2..5b7fefc1 100644 Binary files a/objects/trees/mushroom/redlumotall10.iob and b/objects/trees/mushroom/redlumotall10.iob differ diff --git a/objects/trees/mushroom/redlumotall11.iob b/objects/trees/mushroom/redlumotall11.iob index 6b144da6..15b34ead 100644 Binary files a/objects/trees/mushroom/redlumotall11.iob and b/objects/trees/mushroom/redlumotall11.iob differ diff --git a/objects/trees/mushroom/redlumotall2.iob b/objects/trees/mushroom/redlumotall2.iob index 437d272a..69fa3c46 100644 Binary files a/objects/trees/mushroom/redlumotall2.iob and b/objects/trees/mushroom/redlumotall2.iob differ diff --git a/objects/trees/mushroom/redlumotall3.iob b/objects/trees/mushroom/redlumotall3.iob index d3db411f..f9cc73df 100644 Binary files a/objects/trees/mushroom/redlumotall3.iob and b/objects/trees/mushroom/redlumotall3.iob differ diff --git a/objects/trees/mushroom/redlumotall4.iob b/objects/trees/mushroom/redlumotall4.iob index e5559291..e879463f 100644 Binary files a/objects/trees/mushroom/redlumotall4.iob and b/objects/trees/mushroom/redlumotall4.iob differ diff --git a/objects/trees/mushroom/redlumotall5.iob b/objects/trees/mushroom/redlumotall5.iob index 0f628beb..fbcce8ac 100644 Binary files a/objects/trees/mushroom/redlumotall5.iob and b/objects/trees/mushroom/redlumotall5.iob differ diff --git a/objects/trees/mushroom/redlumotall6.iob b/objects/trees/mushroom/redlumotall6.iob index 008df31f..f59093ce 100644 Binary files a/objects/trees/mushroom/redlumotall6.iob and b/objects/trees/mushroom/redlumotall6.iob differ diff --git a/objects/trees/mushroom/redlumotall7.iob b/objects/trees/mushroom/redlumotall7.iob index 89202cf3..d5b6bbe7 100644 Binary files a/objects/trees/mushroom/redlumotall7.iob and b/objects/trees/mushroom/redlumotall7.iob differ diff --git a/objects/trees/mushroom/redlumotall8.iob b/objects/trees/mushroom/redlumotall8.iob index 70478eea..91cb6ad5 100644 Binary files a/objects/trees/mushroom/redlumotall8.iob and b/objects/trees/mushroom/redlumotall8.iob differ diff --git a/objects/trees/mushroom/redlumotall9.iob b/objects/trees/mushroom/redlumotall9.iob index 11f1ebe7..754f99f5 100644 Binary files a/objects/trees/mushroom/redlumotall9.iob and b/objects/trees/mushroom/redlumotall9.iob differ diff --git a/objects/trees/mushroom/warped1.iob b/objects/trees/mushroom/warped1.iob index f8375bf5..e041b090 100644 Binary files a/objects/trees/mushroom/warped1.iob and b/objects/trees/mushroom/warped1.iob differ diff --git a/objects/trees/mushroom/warped2.iob b/objects/trees/mushroom/warped2.iob index b53170e8..de8a1673 100644 Binary files a/objects/trees/mushroom/warped2.iob and b/objects/trees/mushroom/warped2.iob differ diff --git a/objects/trees/mushroom/warped3.iob b/objects/trees/mushroom/warped3.iob index ff0976fa..6f0a7032 100644 Binary files a/objects/trees/mushroom/warped3.iob and b/objects/trees/mushroom/warped3.iob differ diff --git a/objects/trees/mushroom/warped4.iob b/objects/trees/mushroom/warped4.iob index 4367e53f..7ad25d99 100644 Binary files a/objects/trees/mushroom/warped4.iob and b/objects/trees/mushroom/warped4.iob differ diff --git a/objects/trees/mushroom/warped5.iob b/objects/trees/mushroom/warped5.iob index b42267a7..89e647d1 100644 Binary files a/objects/trees/mushroom/warped5.iob and b/objects/trees/mushroom/warped5.iob differ diff --git a/objects/trees/mushroom/warped6.iob b/objects/trees/mushroom/warped6.iob index a052a100..3e100bdd 100644 Binary files a/objects/trees/mushroom/warped6.iob and b/objects/trees/mushroom/warped6.iob differ diff --git a/objects/trees/mushroom/xredgeneric1.iob b/objects/trees/mushroom/xredgeneric1.iob index 187b8e2b..3d5cc357 100644 Binary files a/objects/trees/mushroom/xredgeneric1.iob and b/objects/trees/mushroom/xredgeneric1.iob differ diff --git a/objects/trees/mushroom/xredgeneric10.iob b/objects/trees/mushroom/xredgeneric10.iob index f96393a9..7bbabd26 100644 Binary files a/objects/trees/mushroom/xredgeneric10.iob and b/objects/trees/mushroom/xredgeneric10.iob differ diff --git a/objects/trees/mushroom/xredgeneric2.iob b/objects/trees/mushroom/xredgeneric2.iob index d54cc6d6..2e508c0d 100644 Binary files a/objects/trees/mushroom/xredgeneric2.iob and b/objects/trees/mushroom/xredgeneric2.iob differ diff --git a/objects/trees/mushroom/xredgeneric3.iob b/objects/trees/mushroom/xredgeneric3.iob index c2318024..ab932933 100644 Binary files a/objects/trees/mushroom/xredgeneric3.iob and b/objects/trees/mushroom/xredgeneric3.iob differ diff --git a/objects/trees/mushroom/xredgeneric4.iob b/objects/trees/mushroom/xredgeneric4.iob index f8e26ef1..8d087bf3 100644 Binary files a/objects/trees/mushroom/xredgeneric4.iob and b/objects/trees/mushroom/xredgeneric4.iob differ diff --git a/objects/trees/mushroom/xredgeneric5.iob b/objects/trees/mushroom/xredgeneric5.iob index 1fd7b5e7..fff1343e 100644 Binary files a/objects/trees/mushroom/xredgeneric5.iob and b/objects/trees/mushroom/xredgeneric5.iob differ diff --git a/objects/trees/mushroom/xredgeneric6.iob b/objects/trees/mushroom/xredgeneric6.iob index 3c63f336..3ef56399 100644 Binary files a/objects/trees/mushroom/xredgeneric6.iob and b/objects/trees/mushroom/xredgeneric6.iob differ diff --git a/objects/trees/mushroom/xredgeneric7.iob b/objects/trees/mushroom/xredgeneric7.iob index bc32394a..4a03c92e 100644 Binary files a/objects/trees/mushroom/xredgeneric7.iob and b/objects/trees/mushroom/xredgeneric7.iob differ diff --git a/objects/trees/mushroom/xredgeneric8.iob b/objects/trees/mushroom/xredgeneric8.iob index 108e5a7f..f01e88cf 100644 Binary files a/objects/trees/mushroom/xredgeneric8.iob and b/objects/trees/mushroom/xredgeneric8.iob differ diff --git a/objects/trees/mushroom/xredgeneric9.iob b/objects/trees/mushroom/xredgeneric9.iob index 4aa17820..86f4cec8 100644 Binary files a/objects/trees/mushroom/xredgeneric9.iob and b/objects/trees/mushroom/xredgeneric9.iob differ diff --git a/objects/trees/oak/antioch1.iob b/objects/trees/oak/antioch1.iob index e13b5814..cbdc5a14 100644 Binary files a/objects/trees/oak/antioch1.iob and b/objects/trees/oak/antioch1.iob differ diff --git a/objects/trees/oak/antioch10.iob b/objects/trees/oak/antioch10.iob index c21f8cb1..92de2fd7 100644 Binary files a/objects/trees/oak/antioch10.iob and b/objects/trees/oak/antioch10.iob differ diff --git a/objects/trees/oak/antioch11.iob b/objects/trees/oak/antioch11.iob index 8770a83a..9d80d92f 100644 Binary files a/objects/trees/oak/antioch11.iob and b/objects/trees/oak/antioch11.iob differ diff --git a/objects/trees/oak/antioch12.iob b/objects/trees/oak/antioch12.iob index 6e0418e9..72cca350 100644 Binary files a/objects/trees/oak/antioch12.iob and b/objects/trees/oak/antioch12.iob differ diff --git a/objects/trees/oak/antioch13.iob b/objects/trees/oak/antioch13.iob index b24a4345..5ecb490b 100644 Binary files a/objects/trees/oak/antioch13.iob and b/objects/trees/oak/antioch13.iob differ diff --git a/objects/trees/oak/antioch2.iob b/objects/trees/oak/antioch2.iob index eca0f953..8206ad8f 100644 Binary files a/objects/trees/oak/antioch2.iob and b/objects/trees/oak/antioch2.iob differ diff --git a/objects/trees/oak/antioch3.iob b/objects/trees/oak/antioch3.iob index 1054660f..5440e3e1 100644 Binary files a/objects/trees/oak/antioch3.iob and b/objects/trees/oak/antioch3.iob differ diff --git a/objects/trees/oak/antioch4.iob b/objects/trees/oak/antioch4.iob index 04c1105e..4c82b834 100644 Binary files a/objects/trees/oak/antioch4.iob and b/objects/trees/oak/antioch4.iob differ diff --git a/objects/trees/oak/antioch5.iob b/objects/trees/oak/antioch5.iob index 4af95acc..e75611cc 100644 Binary files a/objects/trees/oak/antioch5.iob and b/objects/trees/oak/antioch5.iob differ diff --git a/objects/trees/oak/antioch6.iob b/objects/trees/oak/antioch6.iob index 15a1e927..a0523119 100644 Binary files a/objects/trees/oak/antioch6.iob and b/objects/trees/oak/antioch6.iob differ diff --git a/objects/trees/oak/antioch7.iob b/objects/trees/oak/antioch7.iob index 0d5a1c80..f5ee82be 100644 Binary files a/objects/trees/oak/antioch7.iob and b/objects/trees/oak/antioch7.iob differ diff --git a/objects/trees/oak/antioch8.iob b/objects/trees/oak/antioch8.iob index d34b6808..61cf43c4 100644 Binary files a/objects/trees/oak/antioch8.iob and b/objects/trees/oak/antioch8.iob differ diff --git a/objects/trees/oak/antioch9.iob b/objects/trees/oak/antioch9.iob index da65f782..ea81c7d7 100644 Binary files a/objects/trees/oak/antioch9.iob and b/objects/trees/oak/antioch9.iob differ diff --git a/objects/trees/oak/arid1.iob b/objects/trees/oak/arid1.iob index c3284f11..f9c5d4a3 100644 Binary files a/objects/trees/oak/arid1.iob and b/objects/trees/oak/arid1.iob differ diff --git a/objects/trees/oak/arid2.iob b/objects/trees/oak/arid2.iob index 4904eb1f..09decc32 100644 Binary files a/objects/trees/oak/arid2.iob and b/objects/trees/oak/arid2.iob differ diff --git a/objects/trees/oak/arid3.iob b/objects/trees/oak/arid3.iob index 8c520cce..f57feecc 100644 Binary files a/objects/trees/oak/arid3.iob and b/objects/trees/oak/arid3.iob differ diff --git a/objects/trees/oak/arid4.iob b/objects/trees/oak/arid4.iob index f50fd804..da56b5ce 100644 Binary files a/objects/trees/oak/arid4.iob and b/objects/trees/oak/arid4.iob differ diff --git a/objects/trees/oak/arid5.iob b/objects/trees/oak/arid5.iob index 4e1ae8b7..86f3dc8c 100644 Binary files a/objects/trees/oak/arid5.iob and b/objects/trees/oak/arid5.iob differ diff --git a/objects/trees/oak/arid6.iob b/objects/trees/oak/arid6.iob index af759258..65efba31 100644 Binary files a/objects/trees/oak/arid6.iob and b/objects/trees/oak/arid6.iob differ diff --git a/objects/trees/oak/arid7.iob b/objects/trees/oak/arid7.iob index 611f9e31..b5439256 100644 Binary files a/objects/trees/oak/arid7.iob and b/objects/trees/oak/arid7.iob differ diff --git a/objects/trees/oak/croak1.iob b/objects/trees/oak/croak1.iob index 866e972f..3ebe1c98 100644 Binary files a/objects/trees/oak/croak1.iob and b/objects/trees/oak/croak1.iob differ diff --git a/objects/trees/oak/croak10.iob b/objects/trees/oak/croak10.iob index 3168d434..6848d03d 100644 Binary files a/objects/trees/oak/croak10.iob and b/objects/trees/oak/croak10.iob differ diff --git a/objects/trees/oak/croak11.iob b/objects/trees/oak/croak11.iob index 6e8a766f..f1bf4fae 100644 Binary files a/objects/trees/oak/croak11.iob and b/objects/trees/oak/croak11.iob differ diff --git a/objects/trees/oak/croak12.iob b/objects/trees/oak/croak12.iob index d508bd8b..e014414e 100644 Binary files a/objects/trees/oak/croak12.iob and b/objects/trees/oak/croak12.iob differ diff --git a/objects/trees/oak/croak13.iob b/objects/trees/oak/croak13.iob index 2ed6109c..200955dd 100644 Binary files a/objects/trees/oak/croak13.iob and b/objects/trees/oak/croak13.iob differ diff --git a/objects/trees/oak/croak14.iob b/objects/trees/oak/croak14.iob index 6ab4a2b7..f86c77b4 100644 Binary files a/objects/trees/oak/croak14.iob and b/objects/trees/oak/croak14.iob differ diff --git a/objects/trees/oak/croak15.iob b/objects/trees/oak/croak15.iob index e8c9f11e..80906fcd 100644 Binary files a/objects/trees/oak/croak15.iob and b/objects/trees/oak/croak15.iob differ diff --git a/objects/trees/oak/croak16.iob b/objects/trees/oak/croak16.iob index 48b46263..17ee23b2 100644 Binary files a/objects/trees/oak/croak16.iob and b/objects/trees/oak/croak16.iob differ diff --git a/objects/trees/oak/croak17.iob b/objects/trees/oak/croak17.iob index e7959767..171eeab6 100644 Binary files a/objects/trees/oak/croak17.iob and b/objects/trees/oak/croak17.iob differ diff --git a/objects/trees/oak/croak18.iob b/objects/trees/oak/croak18.iob index 2fcd58e1..22cc50d9 100644 Binary files a/objects/trees/oak/croak18.iob and b/objects/trees/oak/croak18.iob differ diff --git a/objects/trees/oak/croak19.iob b/objects/trees/oak/croak19.iob index 83a3fbdf..4dc69376 100644 Binary files a/objects/trees/oak/croak19.iob and b/objects/trees/oak/croak19.iob differ diff --git a/objects/trees/oak/croak2.iob b/objects/trees/oak/croak2.iob index bbdfecf0..6b901c53 100644 Binary files a/objects/trees/oak/croak2.iob and b/objects/trees/oak/croak2.iob differ diff --git a/objects/trees/oak/croak3.iob b/objects/trees/oak/croak3.iob index 45b542e3..a9e1f6d1 100644 Binary files a/objects/trees/oak/croak3.iob and b/objects/trees/oak/croak3.iob differ diff --git a/objects/trees/oak/croak4.iob b/objects/trees/oak/croak4.iob index 7b81dab5..03e593de 100644 Binary files a/objects/trees/oak/croak4.iob and b/objects/trees/oak/croak4.iob differ diff --git a/objects/trees/oak/croak5.iob b/objects/trees/oak/croak5.iob index cc6aa6a5..0f582472 100644 Binary files a/objects/trees/oak/croak5.iob and b/objects/trees/oak/croak5.iob differ diff --git a/objects/trees/oak/croak6.iob b/objects/trees/oak/croak6.iob index 4704dbb6..8c38f484 100644 Binary files a/objects/trees/oak/croak6.iob and b/objects/trees/oak/croak6.iob differ diff --git a/objects/trees/oak/croak7.iob b/objects/trees/oak/croak7.iob index e0212090..2a542507 100644 Binary files a/objects/trees/oak/croak7.iob and b/objects/trees/oak/croak7.iob differ diff --git a/objects/trees/oak/croak8.iob b/objects/trees/oak/croak8.iob index 942f6645..a33eb5b0 100644 Binary files a/objects/trees/oak/croak8.iob and b/objects/trees/oak/croak8.iob differ diff --git a/objects/trees/oak/croak9.iob b/objects/trees/oak/croak9.iob index 24f740da..0ebabafa 100644 Binary files a/objects/trees/oak/croak9.iob and b/objects/trees/oak/croak9.iob differ diff --git a/objects/trees/oak/dadwood1.iob b/objects/trees/oak/dadwood1.iob index 73386fd5..f6ccf7e4 100644 Binary files a/objects/trees/oak/dadwood1.iob and b/objects/trees/oak/dadwood1.iob differ diff --git a/objects/trees/oak/dadwood2.iob b/objects/trees/oak/dadwood2.iob index 4f9804fe..2df3bf57 100644 Binary files a/objects/trees/oak/dadwood2.iob and b/objects/trees/oak/dadwood2.iob differ diff --git a/objects/trees/oak/dadwood3.iob b/objects/trees/oak/dadwood3.iob index bbe532a7..cf89b92a 100644 Binary files a/objects/trees/oak/dadwood3.iob and b/objects/trees/oak/dadwood3.iob differ diff --git a/objects/trees/oak/dadwood4.iob b/objects/trees/oak/dadwood4.iob index 44c1c720..65db5a11 100644 Binary files a/objects/trees/oak/dadwood4.iob and b/objects/trees/oak/dadwood4.iob differ diff --git a/objects/trees/oak/dadwood5.iob b/objects/trees/oak/dadwood5.iob index af979045..b9b4fe87 100644 Binary files a/objects/trees/oak/dadwood5.iob and b/objects/trees/oak/dadwood5.iob differ diff --git a/objects/trees/oak/dadwood6.iob b/objects/trees/oak/dadwood6.iob index a53ee76e..47633c9a 100644 Binary files a/objects/trees/oak/dadwood6.iob and b/objects/trees/oak/dadwood6.iob differ diff --git a/objects/trees/oak/dead1.iob b/objects/trees/oak/dead1.iob index 0623a97b..c18a14b4 100644 Binary files a/objects/trees/oak/dead1.iob and b/objects/trees/oak/dead1.iob differ diff --git a/objects/trees/oak/dead2.iob b/objects/trees/oak/dead2.iob index 9acb2126..976cf3a0 100644 Binary files a/objects/trees/oak/dead2.iob and b/objects/trees/oak/dead2.iob differ diff --git a/objects/trees/oak/dead3.iob b/objects/trees/oak/dead3.iob index 236f882b..4d3000d4 100644 Binary files a/objects/trees/oak/dead3.iob and b/objects/trees/oak/dead3.iob differ diff --git a/objects/trees/oak/dead4.iob b/objects/trees/oak/dead4.iob index 88e34c0e..0432630d 100644 Binary files a/objects/trees/oak/dead4.iob and b/objects/trees/oak/dead4.iob differ diff --git a/objects/trees/oak/dead5.iob b/objects/trees/oak/dead5.iob index 26eeaf52..87e33713 100644 Binary files a/objects/trees/oak/dead5.iob and b/objects/trees/oak/dead5.iob differ diff --git a/objects/trees/oak/dead6.iob b/objects/trees/oak/dead6.iob index 4b30ff4d..15083e3e 100644 Binary files a/objects/trees/oak/dead6.iob and b/objects/trees/oak/dead6.iob differ diff --git a/objects/trees/oak/deadfallen1.iob b/objects/trees/oak/deadfallen1.iob index 291713db..15f0d8c9 100644 Binary files a/objects/trees/oak/deadfallen1.iob and b/objects/trees/oak/deadfallen1.iob differ diff --git a/objects/trees/oak/denmyre1.iob b/objects/trees/oak/denmyre1.iob index 936e9f13..efb9729c 100644 Binary files a/objects/trees/oak/denmyre1.iob and b/objects/trees/oak/denmyre1.iob differ diff --git a/objects/trees/oak/denmyre10.iob b/objects/trees/oak/denmyre10.iob index a7252759..339120dc 100644 Binary files a/objects/trees/oak/denmyre10.iob and b/objects/trees/oak/denmyre10.iob differ diff --git a/objects/trees/oak/denmyre11.iob b/objects/trees/oak/denmyre11.iob index e46ab486..84f4bd11 100644 Binary files a/objects/trees/oak/denmyre11.iob and b/objects/trees/oak/denmyre11.iob differ diff --git a/objects/trees/oak/denmyre12.iob b/objects/trees/oak/denmyre12.iob index a8cfd453..0719c619 100644 Binary files a/objects/trees/oak/denmyre12.iob and b/objects/trees/oak/denmyre12.iob differ diff --git a/objects/trees/oak/denmyre13.iob b/objects/trees/oak/denmyre13.iob index 138b4a30..8f7e5de0 100644 Binary files a/objects/trees/oak/denmyre13.iob and b/objects/trees/oak/denmyre13.iob differ diff --git a/objects/trees/oak/denmyre14.iob b/objects/trees/oak/denmyre14.iob index e6c936cb..380b77d4 100644 Binary files a/objects/trees/oak/denmyre14.iob and b/objects/trees/oak/denmyre14.iob differ diff --git a/objects/trees/oak/denmyre15.iob b/objects/trees/oak/denmyre15.iob index 6ca014ee..e367057f 100644 Binary files a/objects/trees/oak/denmyre15.iob and b/objects/trees/oak/denmyre15.iob differ diff --git a/objects/trees/oak/denmyre16.iob b/objects/trees/oak/denmyre16.iob index 5845747a..2a152590 100644 Binary files a/objects/trees/oak/denmyre16.iob and b/objects/trees/oak/denmyre16.iob differ diff --git a/objects/trees/oak/denmyre2.iob b/objects/trees/oak/denmyre2.iob index ade8cae1..c50661e2 100644 Binary files a/objects/trees/oak/denmyre2.iob and b/objects/trees/oak/denmyre2.iob differ diff --git a/objects/trees/oak/denmyre3.iob b/objects/trees/oak/denmyre3.iob index 40941f8b..c01c5a42 100644 Binary files a/objects/trees/oak/denmyre3.iob and b/objects/trees/oak/denmyre3.iob differ diff --git a/objects/trees/oak/denmyre4.iob b/objects/trees/oak/denmyre4.iob index 901399be..ded1ba7d 100644 Binary files a/objects/trees/oak/denmyre4.iob and b/objects/trees/oak/denmyre4.iob differ diff --git a/objects/trees/oak/denmyre5.iob b/objects/trees/oak/denmyre5.iob index fbc3bf64..365ddbf8 100644 Binary files a/objects/trees/oak/denmyre5.iob and b/objects/trees/oak/denmyre5.iob differ diff --git a/objects/trees/oak/denmyre6.iob b/objects/trees/oak/denmyre6.iob index 0913117c..288d943d 100644 Binary files a/objects/trees/oak/denmyre6.iob and b/objects/trees/oak/denmyre6.iob differ diff --git a/objects/trees/oak/denmyre7.iob b/objects/trees/oak/denmyre7.iob index 6a92e90a..a9c0218c 100644 Binary files a/objects/trees/oak/denmyre7.iob and b/objects/trees/oak/denmyre7.iob differ diff --git a/objects/trees/oak/denmyre8.iob b/objects/trees/oak/denmyre8.iob index 2f8aed62..fcf2558d 100644 Binary files a/objects/trees/oak/denmyre8.iob and b/objects/trees/oak/denmyre8.iob differ diff --git a/objects/trees/oak/denmyre9.iob b/objects/trees/oak/denmyre9.iob index f0eaadcd..5e6296ce 100644 Binary files a/objects/trees/oak/denmyre9.iob and b/objects/trees/oak/denmyre9.iob differ diff --git a/objects/trees/oak/foak1.iob b/objects/trees/oak/foak1.iob index 22aef4b2..383e6614 100644 Binary files a/objects/trees/oak/foak1.iob and b/objects/trees/oak/foak1.iob differ diff --git a/objects/trees/oak/foakm1.iob b/objects/trees/oak/foakm1.iob index 35417046..2ab70e53 100644 Binary files a/objects/trees/oak/foakm1.iob and b/objects/trees/oak/foakm1.iob differ diff --git a/objects/trees/oak/foakm2.iob b/objects/trees/oak/foakm2.iob index a7158da1..52c438a0 100644 Binary files a/objects/trees/oak/foakm2.iob and b/objects/trees/oak/foakm2.iob differ diff --git a/objects/trees/oak/foakm3.iob b/objects/trees/oak/foakm3.iob index 526e1187..5ab20ebb 100644 Binary files a/objects/trees/oak/foakm3.iob and b/objects/trees/oak/foakm3.iob differ diff --git a/objects/trees/oak/foakm4.iob b/objects/trees/oak/foakm4.iob index 9671dd8d..34ce268a 100644 Binary files a/objects/trees/oak/foakm4.iob and b/objects/trees/oak/foakm4.iob differ diff --git a/objects/trees/oak/generic1.iob b/objects/trees/oak/generic1.iob index 44eb2fe2..4722e982 100644 Binary files a/objects/trees/oak/generic1.iob and b/objects/trees/oak/generic1.iob differ diff --git a/objects/trees/oak/generic2.iob b/objects/trees/oak/generic2.iob index e1da68fe..4fb53844 100644 Binary files a/objects/trees/oak/generic2.iob and b/objects/trees/oak/generic2.iob differ diff --git a/objects/trees/oak/generic3.iob b/objects/trees/oak/generic3.iob index 178b3494..e1f40a3f 100644 Binary files a/objects/trees/oak/generic3.iob and b/objects/trees/oak/generic3.iob differ diff --git a/objects/trees/oak/generic4.iob b/objects/trees/oak/generic4.iob index 3d068e2c..92cec84d 100644 Binary files a/objects/trees/oak/generic4.iob and b/objects/trees/oak/generic4.iob differ diff --git a/objects/trees/oak/generic5.iob b/objects/trees/oak/generic5.iob index bc9847e4..2f19353a 100644 Binary files a/objects/trees/oak/generic5.iob and b/objects/trees/oak/generic5.iob differ diff --git a/objects/trees/oak/generic6.iob b/objects/trees/oak/generic6.iob index 1f98d127..bd9bc35b 100644 Binary files a/objects/trees/oak/generic6.iob and b/objects/trees/oak/generic6.iob differ diff --git a/objects/trees/oak/hoakgeneric1.iob b/objects/trees/oak/hoakgeneric1.iob index b0c2a59a..a1d9ce4b 100644 Binary files a/objects/trees/oak/hoakgeneric1.iob and b/objects/trees/oak/hoakgeneric1.iob differ diff --git a/objects/trees/oak/hoakgeneric2.iob b/objects/trees/oak/hoakgeneric2.iob index 2dfbb6ce..2e3ce909 100644 Binary files a/objects/trees/oak/hoakgeneric2.iob and b/objects/trees/oak/hoakgeneric2.iob differ diff --git a/objects/trees/oak/hoakgeneric3.iob b/objects/trees/oak/hoakgeneric3.iob index 61f4b503..16f6b5ab 100644 Binary files a/objects/trees/oak/hoakgeneric3.iob and b/objects/trees/oak/hoakgeneric3.iob differ diff --git a/objects/trees/oak/hoakgeneric4.iob b/objects/trees/oak/hoakgeneric4.iob index 63f4c618..2650771a 100644 Binary files a/objects/trees/oak/hoakgeneric4.iob and b/objects/trees/oak/hoakgeneric4.iob differ diff --git a/objects/trees/oak/hoakgeneric5.iob b/objects/trees/oak/hoakgeneric5.iob index a3eae3a2..feadcb90 100644 Binary files a/objects/trees/oak/hoakgeneric5.iob and b/objects/trees/oak/hoakgeneric5.iob differ diff --git a/objects/trees/oak/hoakgeneric6.iob b/objects/trees/oak/hoakgeneric6.iob index 801e133c..da8c18b4 100644 Binary files a/objects/trees/oak/hoakgeneric6.iob and b/objects/trees/oak/hoakgeneric6.iob differ diff --git a/objects/trees/oak/hoakgeneric7.iob b/objects/trees/oak/hoakgeneric7.iob index 75fb7324..0fb3d998 100644 Binary files a/objects/trees/oak/hoakgeneric7.iob and b/objects/trees/oak/hoakgeneric7.iob differ diff --git a/objects/trees/oak/hoakgeneric8.iob b/objects/trees/oak/hoakgeneric8.iob index 36d238e1..c5c5ae8b 100644 Binary files a/objects/trees/oak/hoakgeneric8.iob and b/objects/trees/oak/hoakgeneric8.iob differ diff --git a/objects/trees/oak/hoakgeneric9.iob b/objects/trees/oak/hoakgeneric9.iob index c1516db3..4a727e20 100644 Binary files a/objects/trees/oak/hoakgeneric9.iob and b/objects/trees/oak/hoakgeneric9.iob differ diff --git a/objects/trees/oak/lponderosa1.iob b/objects/trees/oak/lponderosa1.iob index be5d1684..4e3066a7 100644 Binary files a/objects/trees/oak/lponderosa1.iob and b/objects/trees/oak/lponderosa1.iob differ diff --git a/objects/trees/oak/lponderosa10.iob b/objects/trees/oak/lponderosa10.iob index 359fbbfa..1b1eb271 100644 Binary files a/objects/trees/oak/lponderosa10.iob and b/objects/trees/oak/lponderosa10.iob differ diff --git a/objects/trees/oak/lponderosa11.iob b/objects/trees/oak/lponderosa11.iob index 220fdb6b..211aa59e 100644 Binary files a/objects/trees/oak/lponderosa11.iob and b/objects/trees/oak/lponderosa11.iob differ diff --git a/objects/trees/oak/lponderosa12.iob b/objects/trees/oak/lponderosa12.iob index ce3d6717..53bd053e 100644 Binary files a/objects/trees/oak/lponderosa12.iob and b/objects/trees/oak/lponderosa12.iob differ diff --git a/objects/trees/oak/lponderosa13.iob b/objects/trees/oak/lponderosa13.iob index f981c51c..6b814421 100644 Binary files a/objects/trees/oak/lponderosa13.iob and b/objects/trees/oak/lponderosa13.iob differ diff --git a/objects/trees/oak/lponderosa14.iob b/objects/trees/oak/lponderosa14.iob index 452f85f5..75e6503e 100644 Binary files a/objects/trees/oak/lponderosa14.iob and b/objects/trees/oak/lponderosa14.iob differ diff --git a/objects/trees/oak/lponderosa15.iob b/objects/trees/oak/lponderosa15.iob index fa03532d..658d55d8 100644 Binary files a/objects/trees/oak/lponderosa15.iob and b/objects/trees/oak/lponderosa15.iob differ diff --git a/objects/trees/oak/lponderosa2.iob b/objects/trees/oak/lponderosa2.iob index 089bdb06..632eeb30 100644 Binary files a/objects/trees/oak/lponderosa2.iob and b/objects/trees/oak/lponderosa2.iob differ diff --git a/objects/trees/oak/lponderosa3.iob b/objects/trees/oak/lponderosa3.iob index 5ac6bceb..9689827b 100644 Binary files a/objects/trees/oak/lponderosa3.iob and b/objects/trees/oak/lponderosa3.iob differ diff --git a/objects/trees/oak/lponderosa4.iob b/objects/trees/oak/lponderosa4.iob index 0058f689..d7f79d04 100644 Binary files a/objects/trees/oak/lponderosa4.iob and b/objects/trees/oak/lponderosa4.iob differ diff --git a/objects/trees/oak/lponderosa5.iob b/objects/trees/oak/lponderosa5.iob index a8c83511..6e246343 100644 Binary files a/objects/trees/oak/lponderosa5.iob and b/objects/trees/oak/lponderosa5.iob differ diff --git a/objects/trees/oak/lponderosa6.iob b/objects/trees/oak/lponderosa6.iob index 5e56742f..64ab0c90 100644 Binary files a/objects/trees/oak/lponderosa6.iob and b/objects/trees/oak/lponderosa6.iob differ diff --git a/objects/trees/oak/lponderosa7.iob b/objects/trees/oak/lponderosa7.iob index 76cd4ea5..a72a00b3 100644 Binary files a/objects/trees/oak/lponderosa7.iob and b/objects/trees/oak/lponderosa7.iob differ diff --git a/objects/trees/oak/lponderosa8.iob b/objects/trees/oak/lponderosa8.iob index efe92143..220d16d6 100644 Binary files a/objects/trees/oak/lponderosa8.iob and b/objects/trees/oak/lponderosa8.iob differ diff --git a/objects/trees/oak/lponderosa9.iob b/objects/trees/oak/lponderosa9.iob index bf3b1a0c..97a811cf 100644 Binary files a/objects/trees/oak/lponderosa9.iob and b/objects/trees/oak/lponderosa9.iob differ diff --git a/objects/trees/oak/massivegeneric1.iob b/objects/trees/oak/massivegeneric1.iob index 6fb3656b..c054c2d4 100644 Binary files a/objects/trees/oak/massivegeneric1.iob and b/objects/trees/oak/massivegeneric1.iob differ diff --git a/objects/trees/oak/massivegeneric2.iob b/objects/trees/oak/massivegeneric2.iob index a1889ebf..d5f22798 100644 Binary files a/objects/trees/oak/massivegeneric2.iob and b/objects/trees/oak/massivegeneric2.iob differ diff --git a/objects/trees/oak/massivegeneric3.iob b/objects/trees/oak/massivegeneric3.iob index 27cc4113..991bc0bd 100644 Binary files a/objects/trees/oak/massivegeneric3.iob and b/objects/trees/oak/massivegeneric3.iob differ diff --git a/objects/trees/oak/mdeadwood1.iob b/objects/trees/oak/mdeadwood1.iob index 25128e57..73bde0bd 100644 Binary files a/objects/trees/oak/mdeadwood1.iob and b/objects/trees/oak/mdeadwood1.iob differ diff --git a/objects/trees/oak/mdeadwood2.iob b/objects/trees/oak/mdeadwood2.iob index 92393eed..043a6d51 100644 Binary files a/objects/trees/oak/mdeadwood2.iob and b/objects/trees/oak/mdeadwood2.iob differ diff --git a/objects/trees/oak/mdeadwood3.iob b/objects/trees/oak/mdeadwood3.iob index e4209272..d31e4052 100644 Binary files a/objects/trees/oak/mdeadwood3.iob and b/objects/trees/oak/mdeadwood3.iob differ diff --git a/objects/trees/oak/mponderosa1.iob b/objects/trees/oak/mponderosa1.iob index 8572676b..39bc5b58 100644 Binary files a/objects/trees/oak/mponderosa1.iob and b/objects/trees/oak/mponderosa1.iob differ diff --git a/objects/trees/oak/mponderosa10.iob b/objects/trees/oak/mponderosa10.iob index 1930e697..725f2f74 100644 Binary files a/objects/trees/oak/mponderosa10.iob and b/objects/trees/oak/mponderosa10.iob differ diff --git a/objects/trees/oak/mponderosa11.iob b/objects/trees/oak/mponderosa11.iob index 9915d3d7..1b6269b4 100644 Binary files a/objects/trees/oak/mponderosa11.iob and b/objects/trees/oak/mponderosa11.iob differ diff --git a/objects/trees/oak/mponderosa12.iob b/objects/trees/oak/mponderosa12.iob index 6a42bc09..dcea61a3 100644 Binary files a/objects/trees/oak/mponderosa12.iob and b/objects/trees/oak/mponderosa12.iob differ diff --git a/objects/trees/oak/mponderosa13.iob b/objects/trees/oak/mponderosa13.iob index d7006e63..231fd950 100644 Binary files a/objects/trees/oak/mponderosa13.iob and b/objects/trees/oak/mponderosa13.iob differ diff --git a/objects/trees/oak/mponderosa14.iob b/objects/trees/oak/mponderosa14.iob index 0f14b532..630e3093 100644 Binary files a/objects/trees/oak/mponderosa14.iob and b/objects/trees/oak/mponderosa14.iob differ diff --git a/objects/trees/oak/mponderosa15.iob b/objects/trees/oak/mponderosa15.iob index f2fa6fc9..1af2ee11 100644 Binary files a/objects/trees/oak/mponderosa15.iob and b/objects/trees/oak/mponderosa15.iob differ diff --git a/objects/trees/oak/mponderosa16.iob b/objects/trees/oak/mponderosa16.iob index c6625326..9a275433 100644 Binary files a/objects/trees/oak/mponderosa16.iob and b/objects/trees/oak/mponderosa16.iob differ diff --git a/objects/trees/oak/mponderosa17.iob b/objects/trees/oak/mponderosa17.iob index c3aff490..df7282be 100644 Binary files a/objects/trees/oak/mponderosa17.iob and b/objects/trees/oak/mponderosa17.iob differ diff --git a/objects/trees/oak/mponderosa18.iob b/objects/trees/oak/mponderosa18.iob index a50d1cfd..626ae271 100644 Binary files a/objects/trees/oak/mponderosa18.iob and b/objects/trees/oak/mponderosa18.iob differ diff --git a/objects/trees/oak/mponderosa19.iob b/objects/trees/oak/mponderosa19.iob index f198098f..0468d079 100644 Binary files a/objects/trees/oak/mponderosa19.iob and b/objects/trees/oak/mponderosa19.iob differ diff --git a/objects/trees/oak/mponderosa2.iob b/objects/trees/oak/mponderosa2.iob index aac11b57..99f223c1 100644 Binary files a/objects/trees/oak/mponderosa2.iob and b/objects/trees/oak/mponderosa2.iob differ diff --git a/objects/trees/oak/mponderosa20.iob b/objects/trees/oak/mponderosa20.iob index d49825a1..95af37b4 100644 Binary files a/objects/trees/oak/mponderosa20.iob and b/objects/trees/oak/mponderosa20.iob differ diff --git a/objects/trees/oak/mponderosa3.iob b/objects/trees/oak/mponderosa3.iob index 5cfcf2c7..c3117040 100644 Binary files a/objects/trees/oak/mponderosa3.iob and b/objects/trees/oak/mponderosa3.iob differ diff --git a/objects/trees/oak/mponderosa4.iob b/objects/trees/oak/mponderosa4.iob index fff5a575..65e816a9 100644 Binary files a/objects/trees/oak/mponderosa4.iob and b/objects/trees/oak/mponderosa4.iob differ diff --git a/objects/trees/oak/mponderosa5.iob b/objects/trees/oak/mponderosa5.iob index 5633bf8c..069c906a 100644 Binary files a/objects/trees/oak/mponderosa5.iob and b/objects/trees/oak/mponderosa5.iob differ diff --git a/objects/trees/oak/mponderosa6.iob b/objects/trees/oak/mponderosa6.iob index 5633bf8c..069c906a 100644 Binary files a/objects/trees/oak/mponderosa6.iob and b/objects/trees/oak/mponderosa6.iob differ diff --git a/objects/trees/oak/mponderosa7.iob b/objects/trees/oak/mponderosa7.iob index 3f4abc17..5ad9ca3a 100644 Binary files a/objects/trees/oak/mponderosa7.iob and b/objects/trees/oak/mponderosa7.iob differ diff --git a/objects/trees/oak/mponderosa8.iob b/objects/trees/oak/mponderosa8.iob index 64fef6f2..f6735dc7 100644 Binary files a/objects/trees/oak/mponderosa8.iob and b/objects/trees/oak/mponderosa8.iob differ diff --git a/objects/trees/oak/mponderosa9.iob b/objects/trees/oak/mponderosa9.iob index 17772d6b..8beeb256 100644 Binary files a/objects/trees/oak/mponderosa9.iob and b/objects/trees/oak/mponderosa9.iob differ diff --git a/objects/trees/oak/mroofed1.iob b/objects/trees/oak/mroofed1.iob index d0015231..32c5152d 100644 Binary files a/objects/trees/oak/mroofed1.iob and b/objects/trees/oak/mroofed1.iob differ diff --git a/objects/trees/oak/mroofed10.iob b/objects/trees/oak/mroofed10.iob index b5171cf0..4a029582 100644 Binary files a/objects/trees/oak/mroofed10.iob and b/objects/trees/oak/mroofed10.iob differ diff --git a/objects/trees/oak/mroofed11.iob b/objects/trees/oak/mroofed11.iob index 517dd484..48450f39 100644 Binary files a/objects/trees/oak/mroofed11.iob and b/objects/trees/oak/mroofed11.iob differ diff --git a/objects/trees/oak/mroofed12.iob b/objects/trees/oak/mroofed12.iob index 3c98ab2e..9382755d 100644 Binary files a/objects/trees/oak/mroofed12.iob and b/objects/trees/oak/mroofed12.iob differ diff --git a/objects/trees/oak/mroofed2.iob b/objects/trees/oak/mroofed2.iob index 8bc556c6..36e222fc 100644 Binary files a/objects/trees/oak/mroofed2.iob and b/objects/trees/oak/mroofed2.iob differ diff --git a/objects/trees/oak/mroofed3.iob b/objects/trees/oak/mroofed3.iob index eefe01b8..8726cdc4 100644 Binary files a/objects/trees/oak/mroofed3.iob and b/objects/trees/oak/mroofed3.iob differ diff --git a/objects/trees/oak/mroofed4.iob b/objects/trees/oak/mroofed4.iob index 25df5468..fa7abe5a 100644 Binary files a/objects/trees/oak/mroofed4.iob and b/objects/trees/oak/mroofed4.iob differ diff --git a/objects/trees/oak/mroofed5.iob b/objects/trees/oak/mroofed5.iob index 2be4df56..b8eb1f76 100644 Binary files a/objects/trees/oak/mroofed5.iob and b/objects/trees/oak/mroofed5.iob differ diff --git a/objects/trees/oak/mroofed6.iob b/objects/trees/oak/mroofed6.iob index 9c85f93c..095fc044 100644 Binary files a/objects/trees/oak/mroofed6.iob and b/objects/trees/oak/mroofed6.iob differ diff --git a/objects/trees/oak/mroofed7.iob b/objects/trees/oak/mroofed7.iob index 5e8ef723..0631c108 100644 Binary files a/objects/trees/oak/mroofed7.iob and b/objects/trees/oak/mroofed7.iob differ diff --git a/objects/trees/oak/mroofed8.iob b/objects/trees/oak/mroofed8.iob index e83909a1..ff6e5b33 100644 Binary files a/objects/trees/oak/mroofed8.iob and b/objects/trees/oak/mroofed8.iob differ diff --git a/objects/trees/oak/mroofed9.iob b/objects/trees/oak/mroofed9.iob index 3fd976d3..2ad2339f 100644 Binary files a/objects/trees/oak/mroofed9.iob and b/objects/trees/oak/mroofed9.iob differ diff --git a/objects/trees/oak/oakFancy1.iob b/objects/trees/oak/oakFancy1.iob new file mode 100644 index 00000000..8d10550d Binary files /dev/null and b/objects/trees/oak/oakFancy1.iob differ diff --git a/objects/trees/oak/oakFancy10.iob b/objects/trees/oak/oakFancy10.iob new file mode 100644 index 00000000..f445d1fa Binary files /dev/null and b/objects/trees/oak/oakFancy10.iob differ diff --git a/objects/trees/oak/oakFancy2.iob b/objects/trees/oak/oakFancy2.iob new file mode 100644 index 00000000..a625f195 Binary files /dev/null and b/objects/trees/oak/oakFancy2.iob differ diff --git a/objects/trees/oak/oakFancy2NS.iob b/objects/trees/oak/oakFancy2NS.iob new file mode 100644 index 00000000..58082148 Binary files /dev/null and b/objects/trees/oak/oakFancy2NS.iob differ diff --git a/objects/trees/oak/oakFancy3.iob b/objects/trees/oak/oakFancy3.iob new file mode 100644 index 00000000..4bdfe42f Binary files /dev/null and b/objects/trees/oak/oakFancy3.iob differ diff --git a/objects/trees/oak/oakFancy4.iob b/objects/trees/oak/oakFancy4.iob new file mode 100644 index 00000000..eacedfea Binary files /dev/null and b/objects/trees/oak/oakFancy4.iob differ diff --git a/objects/trees/oak/oakFancy5.iob b/objects/trees/oak/oakFancy5.iob new file mode 100644 index 00000000..4f461e8c Binary files /dev/null and b/objects/trees/oak/oakFancy5.iob differ diff --git a/objects/trees/oak/oakFancy6.iob b/objects/trees/oak/oakFancy6.iob new file mode 100644 index 00000000..f974b979 Binary files /dev/null and b/objects/trees/oak/oakFancy6.iob differ diff --git a/objects/trees/oak/oakFancy7.iob b/objects/trees/oak/oakFancy7.iob new file mode 100644 index 00000000..544f2f98 Binary files /dev/null and b/objects/trees/oak/oakFancy7.iob differ diff --git a/objects/trees/oak/oakFancy8.iob b/objects/trees/oak/oakFancy8.iob new file mode 100644 index 00000000..64a1ea99 Binary files /dev/null and b/objects/trees/oak/oakFancy8.iob differ diff --git a/objects/trees/oak/oakFancy9.iob b/objects/trees/oak/oakFancy9.iob new file mode 100644 index 00000000..70bfaf69 Binary files /dev/null and b/objects/trees/oak/oakFancy9.iob differ diff --git a/objects/trees/oak/omni1.iob b/objects/trees/oak/omni1.iob index 83d56fae..b4aac0d0 100644 Binary files a/objects/trees/oak/omni1.iob and b/objects/trees/oak/omni1.iob differ diff --git a/objects/trees/oak/shoakgeneric1.iob b/objects/trees/oak/shoakgeneric1.iob index 0551bd0d..03be8cfd 100644 Binary files a/objects/trees/oak/shoakgeneric1.iob and b/objects/trees/oak/shoakgeneric1.iob differ diff --git a/objects/trees/oak/shoakgeneric10.iob b/objects/trees/oak/shoakgeneric10.iob index e152ae6f..3e6a3dd7 100644 Binary files a/objects/trees/oak/shoakgeneric10.iob and b/objects/trees/oak/shoakgeneric10.iob differ diff --git a/objects/trees/oak/shoakgeneric2.iob b/objects/trees/oak/shoakgeneric2.iob index 06c2467d..dc1ea8b9 100644 Binary files a/objects/trees/oak/shoakgeneric2.iob and b/objects/trees/oak/shoakgeneric2.iob differ diff --git a/objects/trees/oak/shoakgeneric3.iob b/objects/trees/oak/shoakgeneric3.iob index 3e73d5eb..0c68fe83 100644 Binary files a/objects/trees/oak/shoakgeneric3.iob and b/objects/trees/oak/shoakgeneric3.iob differ diff --git a/objects/trees/oak/shoakgeneric4.iob b/objects/trees/oak/shoakgeneric4.iob index 72365e91..c3174de6 100644 Binary files a/objects/trees/oak/shoakgeneric4.iob and b/objects/trees/oak/shoakgeneric4.iob differ diff --git a/objects/trees/oak/shoakgeneric5.iob b/objects/trees/oak/shoakgeneric5.iob index 1fbbb766..34737531 100644 Binary files a/objects/trees/oak/shoakgeneric5.iob and b/objects/trees/oak/shoakgeneric5.iob differ diff --git a/objects/trees/oak/shoakgeneric6.iob b/objects/trees/oak/shoakgeneric6.iob index ba836e59..f09bd42e 100644 Binary files a/objects/trees/oak/shoakgeneric6.iob and b/objects/trees/oak/shoakgeneric6.iob differ diff --git a/objects/trees/oak/shoakgeneric7.iob b/objects/trees/oak/shoakgeneric7.iob index 590daaa2..e8f023d3 100644 Binary files a/objects/trees/oak/shoakgeneric7.iob and b/objects/trees/oak/shoakgeneric7.iob differ diff --git a/objects/trees/oak/shoakgeneric8.iob b/objects/trees/oak/shoakgeneric8.iob index f5bb693c..48d93e74 100644 Binary files a/objects/trees/oak/shoakgeneric8.iob and b/objects/trees/oak/shoakgeneric8.iob differ diff --git a/objects/trees/oak/shoakgeneric9.iob b/objects/trees/oak/shoakgeneric9.iob index ba18de47..3645626e 100644 Binary files a/objects/trees/oak/shoakgeneric9.iob and b/objects/trees/oak/shoakgeneric9.iob differ diff --git a/objects/trees/oak/sloak1.iob b/objects/trees/oak/sloak1.iob index fa67c6a2..bbfa181d 100644 Binary files a/objects/trees/oak/sloak1.iob and b/objects/trees/oak/sloak1.iob differ diff --git a/objects/trees/oak/smdeadwilt1.iob b/objects/trees/oak/smdeadwilt1.iob index 760646b7..9dc36357 100644 Binary files a/objects/trees/oak/smdeadwilt1.iob and b/objects/trees/oak/smdeadwilt1.iob differ diff --git a/objects/trees/oak/smdeadwood1.iob b/objects/trees/oak/smdeadwood1.iob index deee06b5..b62b14df 100644 Binary files a/objects/trees/oak/smdeadwood1.iob and b/objects/trees/oak/smdeadwood1.iob differ diff --git a/objects/trees/oak/smdeadwood2.iob b/objects/trees/oak/smdeadwood2.iob index 72cf0900..bc8419ee 100644 Binary files a/objects/trees/oak/smdeadwood2.iob and b/objects/trees/oak/smdeadwood2.iob differ diff --git a/objects/trees/oak/smdeadwood3.iob b/objects/trees/oak/smdeadwood3.iob index 3dc15f67..a6283297 100644 Binary files a/objects/trees/oak/smdeadwood3.iob and b/objects/trees/oak/smdeadwood3.iob differ diff --git a/objects/trees/oak/smfallen1.iob b/objects/trees/oak/smfallen1.iob index 7eec2516..2779137e 100644 Binary files a/objects/trees/oak/smfallen1.iob and b/objects/trees/oak/smfallen1.iob differ diff --git a/objects/trees/oak/smoak1.iob b/objects/trees/oak/smoak1.iob index 2df27497..6982afd6 100644 Binary files a/objects/trees/oak/smoak1.iob and b/objects/trees/oak/smoak1.iob differ diff --git a/objects/trees/oak/smoak10.iob b/objects/trees/oak/smoak10.iob index c33dd1fb..5ef44e80 100644 Binary files a/objects/trees/oak/smoak10.iob and b/objects/trees/oak/smoak10.iob differ diff --git a/objects/trees/oak/smoak11.iob b/objects/trees/oak/smoak11.iob index 1311f5ec..e4d5f9f6 100644 Binary files a/objects/trees/oak/smoak11.iob and b/objects/trees/oak/smoak11.iob differ diff --git a/objects/trees/oak/smoak12.iob b/objects/trees/oak/smoak12.iob index 30b60235..a3457ada 100644 Binary files a/objects/trees/oak/smoak12.iob and b/objects/trees/oak/smoak12.iob differ diff --git a/objects/trees/oak/smoak13.iob b/objects/trees/oak/smoak13.iob index 48deebf4..c3ee371a 100644 Binary files a/objects/trees/oak/smoak13.iob and b/objects/trees/oak/smoak13.iob differ diff --git a/objects/trees/oak/smoak14.iob b/objects/trees/oak/smoak14.iob index ab016f98..1b22ec7b 100644 Binary files a/objects/trees/oak/smoak14.iob and b/objects/trees/oak/smoak14.iob differ diff --git a/objects/trees/oak/smoak15.iob b/objects/trees/oak/smoak15.iob index a7fdd2a5..64751bcb 100644 Binary files a/objects/trees/oak/smoak15.iob and b/objects/trees/oak/smoak15.iob differ diff --git a/objects/trees/oak/smoak16.iob b/objects/trees/oak/smoak16.iob index 38a1dee7..0b4870aa 100644 Binary files a/objects/trees/oak/smoak16.iob and b/objects/trees/oak/smoak16.iob differ diff --git a/objects/trees/oak/smoak17.iob b/objects/trees/oak/smoak17.iob index 3371a73f..814ec78a 100644 Binary files a/objects/trees/oak/smoak17.iob and b/objects/trees/oak/smoak17.iob differ diff --git a/objects/trees/oak/smoak18.iob b/objects/trees/oak/smoak18.iob index 93492d63..840e0a50 100644 Binary files a/objects/trees/oak/smoak18.iob and b/objects/trees/oak/smoak18.iob differ diff --git a/objects/trees/oak/smoak19.iob b/objects/trees/oak/smoak19.iob index e3a65333..9c6ebc02 100644 Binary files a/objects/trees/oak/smoak19.iob and b/objects/trees/oak/smoak19.iob differ diff --git a/objects/trees/oak/smoak2.iob b/objects/trees/oak/smoak2.iob index 33e1ab2a..23776b70 100644 Binary files a/objects/trees/oak/smoak2.iob and b/objects/trees/oak/smoak2.iob differ diff --git a/objects/trees/oak/smoak20.iob b/objects/trees/oak/smoak20.iob index 1fb6b3d5..7a5df43b 100644 Binary files a/objects/trees/oak/smoak20.iob and b/objects/trees/oak/smoak20.iob differ diff --git a/objects/trees/oak/smoak21.iob b/objects/trees/oak/smoak21.iob index ccc4a7fb..3c33c09e 100644 Binary files a/objects/trees/oak/smoak21.iob and b/objects/trees/oak/smoak21.iob differ diff --git a/objects/trees/oak/smoak3.iob b/objects/trees/oak/smoak3.iob index b7a12775..cb776bb1 100644 Binary files a/objects/trees/oak/smoak3.iob and b/objects/trees/oak/smoak3.iob differ diff --git a/objects/trees/oak/smoak4.iob b/objects/trees/oak/smoak4.iob index 8178bf62..08e4f226 100644 Binary files a/objects/trees/oak/smoak4.iob and b/objects/trees/oak/smoak4.iob differ diff --git a/objects/trees/oak/smoak5.iob b/objects/trees/oak/smoak5.iob index 60d785e9..de465dad 100644 Binary files a/objects/trees/oak/smoak5.iob and b/objects/trees/oak/smoak5.iob differ diff --git a/objects/trees/oak/smoak6.iob b/objects/trees/oak/smoak6.iob index 809d380c..dfdad0d5 100644 Binary files a/objects/trees/oak/smoak6.iob and b/objects/trees/oak/smoak6.iob differ diff --git a/objects/trees/oak/smoak7.iob b/objects/trees/oak/smoak7.iob index 238cfae9..4590cc6c 100644 Binary files a/objects/trees/oak/smoak7.iob and b/objects/trees/oak/smoak7.iob differ diff --git a/objects/trees/oak/smoak8.iob b/objects/trees/oak/smoak8.iob index fecdfbdc..631366d1 100644 Binary files a/objects/trees/oak/smoak8.iob and b/objects/trees/oak/smoak8.iob differ diff --git a/objects/trees/oak/smoak9.iob b/objects/trees/oak/smoak9.iob index 748f9427..7b02d611 100644 Binary files a/objects/trees/oak/smoak9.iob and b/objects/trees/oak/smoak9.iob differ diff --git a/objects/trees/oak/smol1.iob b/objects/trees/oak/smol1.iob index 93f9ba9f..261d978a 100644 Binary files a/objects/trees/oak/smol1.iob and b/objects/trees/oak/smol1.iob differ diff --git a/objects/trees/oak/smol10.iob b/objects/trees/oak/smol10.iob index 5cfd1898..b61ea57c 100644 Binary files a/objects/trees/oak/smol10.iob and b/objects/trees/oak/smol10.iob differ diff --git a/objects/trees/oak/smol11.iob b/objects/trees/oak/smol11.iob index 8b9bea3b..33438910 100644 Binary files a/objects/trees/oak/smol11.iob and b/objects/trees/oak/smol11.iob differ diff --git a/objects/trees/oak/smol12.iob b/objects/trees/oak/smol12.iob index 7ff3e8f0..b3cd7a70 100644 Binary files a/objects/trees/oak/smol12.iob and b/objects/trees/oak/smol12.iob differ diff --git a/objects/trees/oak/smol13.iob b/objects/trees/oak/smol13.iob index b77cfb1c..e7427795 100644 Binary files a/objects/trees/oak/smol13.iob and b/objects/trees/oak/smol13.iob differ diff --git a/objects/trees/oak/smol14.iob b/objects/trees/oak/smol14.iob index 6742ac38..88534341 100644 Binary files a/objects/trees/oak/smol14.iob and b/objects/trees/oak/smol14.iob differ diff --git a/objects/trees/oak/smol15.iob b/objects/trees/oak/smol15.iob index 5294bdeb..be16df99 100644 Binary files a/objects/trees/oak/smol15.iob and b/objects/trees/oak/smol15.iob differ diff --git a/objects/trees/oak/smol2.iob b/objects/trees/oak/smol2.iob index 305dfc3e..8586c5a7 100644 Binary files a/objects/trees/oak/smol2.iob and b/objects/trees/oak/smol2.iob differ diff --git a/objects/trees/oak/smol3.iob b/objects/trees/oak/smol3.iob index 6f0eb821..d36f9f22 100644 Binary files a/objects/trees/oak/smol3.iob and b/objects/trees/oak/smol3.iob differ diff --git a/objects/trees/oak/smol4.iob b/objects/trees/oak/smol4.iob index edca7039..bb3a13cb 100644 Binary files a/objects/trees/oak/smol4.iob and b/objects/trees/oak/smol4.iob differ diff --git a/objects/trees/oak/smol5.iob b/objects/trees/oak/smol5.iob index d93b5f1c..def5be78 100644 Binary files a/objects/trees/oak/smol5.iob and b/objects/trees/oak/smol5.iob differ diff --git a/objects/trees/oak/smol6.iob b/objects/trees/oak/smol6.iob index 7034e42d..e2d0f268 100644 Binary files a/objects/trees/oak/smol6.iob and b/objects/trees/oak/smol6.iob differ diff --git a/objects/trees/oak/smol7.iob b/objects/trees/oak/smol7.iob index d93b5f1c..def5be78 100644 Binary files a/objects/trees/oak/smol7.iob and b/objects/trees/oak/smol7.iob differ diff --git a/objects/trees/oak/smol8.iob b/objects/trees/oak/smol8.iob index 4e00ee9c..55b9f6af 100644 Binary files a/objects/trees/oak/smol8.iob and b/objects/trees/oak/smol8.iob differ diff --git a/objects/trees/oak/smol9.iob b/objects/trees/oak/smol9.iob index 3bbbc5ee..543914e4 100644 Binary files a/objects/trees/oak/smol9.iob and b/objects/trees/oak/smol9.iob differ diff --git a/objects/trees/oak/smtoak1.iob b/objects/trees/oak/smtoak1.iob index 10c7e191..7bb8a776 100644 Binary files a/objects/trees/oak/smtoak1.iob and b/objects/trees/oak/smtoak1.iob differ diff --git a/objects/trees/oak/smwiltedoak1.iob b/objects/trees/oak/smwiltedoak1.iob index 110f47e3..d247fa95 100644 Binary files a/objects/trees/oak/smwiltedoak1.iob and b/objects/trees/oak/smwiltedoak1.iob differ diff --git a/objects/trees/oak/sponderosa1.iob b/objects/trees/oak/sponderosa1.iob index affeaa50..f0724123 100644 Binary files a/objects/trees/oak/sponderosa1.iob and b/objects/trees/oak/sponderosa1.iob differ diff --git a/objects/trees/oak/sponderosa10.iob b/objects/trees/oak/sponderosa10.iob index 7d35b153..c0ac958b 100644 Binary files a/objects/trees/oak/sponderosa10.iob and b/objects/trees/oak/sponderosa10.iob differ diff --git a/objects/trees/oak/sponderosa11.iob b/objects/trees/oak/sponderosa11.iob index 9297d389..9308ed93 100644 Binary files a/objects/trees/oak/sponderosa11.iob and b/objects/trees/oak/sponderosa11.iob differ diff --git a/objects/trees/oak/sponderosa12.iob b/objects/trees/oak/sponderosa12.iob index b30eef04..bca9c188 100644 Binary files a/objects/trees/oak/sponderosa12.iob and b/objects/trees/oak/sponderosa12.iob differ diff --git a/objects/trees/oak/sponderosa13.iob b/objects/trees/oak/sponderosa13.iob index de7d59bc..795f9d65 100644 Binary files a/objects/trees/oak/sponderosa13.iob and b/objects/trees/oak/sponderosa13.iob differ diff --git a/objects/trees/oak/sponderosa14.iob b/objects/trees/oak/sponderosa14.iob index 3f010d44..7d944be6 100644 Binary files a/objects/trees/oak/sponderosa14.iob and b/objects/trees/oak/sponderosa14.iob differ diff --git a/objects/trees/oak/sponderosa15.iob b/objects/trees/oak/sponderosa15.iob index 6ba40309..c7ff46c4 100644 Binary files a/objects/trees/oak/sponderosa15.iob and b/objects/trees/oak/sponderosa15.iob differ diff --git a/objects/trees/oak/sponderosa2.iob b/objects/trees/oak/sponderosa2.iob index 96e8e42f..6d574592 100644 Binary files a/objects/trees/oak/sponderosa2.iob and b/objects/trees/oak/sponderosa2.iob differ diff --git a/objects/trees/oak/sponderosa3.iob b/objects/trees/oak/sponderosa3.iob index 0f61fa1c..a6bcf225 100644 Binary files a/objects/trees/oak/sponderosa3.iob and b/objects/trees/oak/sponderosa3.iob differ diff --git a/objects/trees/oak/sponderosa4.iob b/objects/trees/oak/sponderosa4.iob index 2fb4b42f..21c71597 100644 Binary files a/objects/trees/oak/sponderosa4.iob and b/objects/trees/oak/sponderosa4.iob differ diff --git a/objects/trees/oak/sponderosa5.iob b/objects/trees/oak/sponderosa5.iob index e14b8d0c..a0600347 100644 Binary files a/objects/trees/oak/sponderosa5.iob and b/objects/trees/oak/sponderosa5.iob differ diff --git a/objects/trees/oak/sponderosa6.iob b/objects/trees/oak/sponderosa6.iob index 1460ad70..f402b14e 100644 Binary files a/objects/trees/oak/sponderosa6.iob and b/objects/trees/oak/sponderosa6.iob differ diff --git a/objects/trees/oak/sponderosa7.iob b/objects/trees/oak/sponderosa7.iob index c0ac0571..4286b681 100644 Binary files a/objects/trees/oak/sponderosa7.iob and b/objects/trees/oak/sponderosa7.iob differ diff --git a/objects/trees/oak/sponderosa8.iob b/objects/trees/oak/sponderosa8.iob index bde40098..ca742d0b 100644 Binary files a/objects/trees/oak/sponderosa8.iob and b/objects/trees/oak/sponderosa8.iob differ diff --git a/objects/trees/oak/sponderosa9.iob b/objects/trees/oak/sponderosa9.iob index d746ba38..85bc6577 100644 Binary files a/objects/trees/oak/sponderosa9.iob and b/objects/trees/oak/sponderosa9.iob differ diff --git a/objects/trees/oak/swoak1.iob b/objects/trees/oak/swoak1.iob index 17e6415b..f4989313 100644 Binary files a/objects/trees/oak/swoak1.iob and b/objects/trees/oak/swoak1.iob differ diff --git a/objects/trees/oak/swoak2.iob b/objects/trees/oak/swoak2.iob index 119c080c..9c7fbca1 100644 Binary files a/objects/trees/oak/swoak2.iob and b/objects/trees/oak/swoak2.iob differ diff --git a/objects/trees/oak/swoak3.iob b/objects/trees/oak/swoak3.iob index 3a3a11b3..25a01077 100644 Binary files a/objects/trees/oak/swoak3.iob and b/objects/trees/oak/swoak3.iob differ diff --git a/objects/trees/oak/swoak4.iob b/objects/trees/oak/swoak4.iob index e9016b3d..76be758c 100644 Binary files a/objects/trees/oak/swoak4.iob and b/objects/trees/oak/swoak4.iob differ diff --git a/objects/trees/oak/swoak5.iob b/objects/trees/oak/swoak5.iob index a5843609..0af0ba37 100644 Binary files a/objects/trees/oak/swoak5.iob and b/objects/trees/oak/swoak5.iob differ diff --git a/objects/trees/oak/thoakgeneric1.iob b/objects/trees/oak/thoakgeneric1.iob index 3f27aa38..4da3bbbc 100644 Binary files a/objects/trees/oak/thoakgeneric1.iob and b/objects/trees/oak/thoakgeneric1.iob differ diff --git a/objects/trees/oak/thoakgeneric10.iob b/objects/trees/oak/thoakgeneric10.iob index 83a531bd..3cf50ceb 100644 Binary files a/objects/trees/oak/thoakgeneric10.iob and b/objects/trees/oak/thoakgeneric10.iob differ diff --git a/objects/trees/oak/thoakgeneric2.iob b/objects/trees/oak/thoakgeneric2.iob index 1524237e..44dc377c 100644 Binary files a/objects/trees/oak/thoakgeneric2.iob and b/objects/trees/oak/thoakgeneric2.iob differ diff --git a/objects/trees/oak/thoakgeneric3.iob b/objects/trees/oak/thoakgeneric3.iob index 4b441364..40859ee7 100644 Binary files a/objects/trees/oak/thoakgeneric3.iob and b/objects/trees/oak/thoakgeneric3.iob differ diff --git a/objects/trees/oak/thoakgeneric4.iob b/objects/trees/oak/thoakgeneric4.iob index 0d4af76d..c75ead7f 100644 Binary files a/objects/trees/oak/thoakgeneric4.iob and b/objects/trees/oak/thoakgeneric4.iob differ diff --git a/objects/trees/oak/thoakgeneric5.iob b/objects/trees/oak/thoakgeneric5.iob index d0540037..fdf31485 100644 Binary files a/objects/trees/oak/thoakgeneric5.iob and b/objects/trees/oak/thoakgeneric5.iob differ diff --git a/objects/trees/oak/thoakgeneric6.iob b/objects/trees/oak/thoakgeneric6.iob index 0bcb349d..6da1d736 100644 Binary files a/objects/trees/oak/thoakgeneric6.iob and b/objects/trees/oak/thoakgeneric6.iob differ diff --git a/objects/trees/oak/thoakgeneric7.iob b/objects/trees/oak/thoakgeneric7.iob index c2965126..ecdd757e 100644 Binary files a/objects/trees/oak/thoakgeneric7.iob and b/objects/trees/oak/thoakgeneric7.iob differ diff --git a/objects/trees/oak/thoakgeneric8.iob b/objects/trees/oak/thoakgeneric8.iob index 7b36e888..bc524f67 100644 Binary files a/objects/trees/oak/thoakgeneric8.iob and b/objects/trees/oak/thoakgeneric8.iob differ diff --git a/objects/trees/oak/thoakgeneric9.iob b/objects/trees/oak/thoakgeneric9.iob index 5db00f0e..f99163d3 100644 Binary files a/objects/trees/oak/thoakgeneric9.iob and b/objects/trees/oak/thoakgeneric9.iob differ diff --git a/objects/trees/oak/toak1.iob b/objects/trees/oak/toak1.iob index 98d6618d..10645d02 100644 Binary files a/objects/trees/oak/toak1.iob and b/objects/trees/oak/toak1.iob differ diff --git a/objects/trees/oak/toak10.iob b/objects/trees/oak/toak10.iob index 0d99cdc9..de0f45cd 100644 Binary files a/objects/trees/oak/toak10.iob and b/objects/trees/oak/toak10.iob differ diff --git a/objects/trees/oak/toak11.iob b/objects/trees/oak/toak11.iob index c3200ce6..f86923ad 100644 Binary files a/objects/trees/oak/toak11.iob and b/objects/trees/oak/toak11.iob differ diff --git a/objects/trees/oak/toak2.iob b/objects/trees/oak/toak2.iob index ca5be5c9..d661f5f7 100644 Binary files a/objects/trees/oak/toak2.iob and b/objects/trees/oak/toak2.iob differ diff --git a/objects/trees/oak/toak3.iob b/objects/trees/oak/toak3.iob index 7d56c961..b9f8affc 100644 Binary files a/objects/trees/oak/toak3.iob and b/objects/trees/oak/toak3.iob differ diff --git a/objects/trees/oak/toak4.iob b/objects/trees/oak/toak4.iob index 202ece04..53f424b9 100644 Binary files a/objects/trees/oak/toak4.iob and b/objects/trees/oak/toak4.iob differ diff --git a/objects/trees/oak/toak5.iob b/objects/trees/oak/toak5.iob index e4d69bf2..5303ff8d 100644 Binary files a/objects/trees/oak/toak5.iob and b/objects/trees/oak/toak5.iob differ diff --git a/objects/trees/oak/toak6.iob b/objects/trees/oak/toak6.iob index cfa5084e..01f72731 100644 Binary files a/objects/trees/oak/toak6.iob and b/objects/trees/oak/toak6.iob differ diff --git a/objects/trees/oak/toak7.iob b/objects/trees/oak/toak7.iob index e39633c1..58ec301a 100644 Binary files a/objects/trees/oak/toak7.iob and b/objects/trees/oak/toak7.iob differ diff --git a/objects/trees/oak/toak8.iob b/objects/trees/oak/toak8.iob index 1df92dae..2c6c282c 100644 Binary files a/objects/trees/oak/toak8.iob and b/objects/trees/oak/toak8.iob differ diff --git a/objects/trees/oak/toak9.iob b/objects/trees/oak/toak9.iob index 09f6d9d2..e1baaf50 100644 Binary files a/objects/trees/oak/toak9.iob and b/objects/trees/oak/toak9.iob differ diff --git a/objects/trees/oak/troofed1.iob b/objects/trees/oak/troofed1.iob index f6ee72f4..4da34e02 100644 Binary files a/objects/trees/oak/troofed1.iob and b/objects/trees/oak/troofed1.iob differ diff --git a/objects/trees/oak/troofed10.iob b/objects/trees/oak/troofed10.iob index 93841701..07502328 100644 Binary files a/objects/trees/oak/troofed10.iob and b/objects/trees/oak/troofed10.iob differ diff --git a/objects/trees/oak/troofed2.iob b/objects/trees/oak/troofed2.iob index 447a9f2c..f72632b2 100644 Binary files a/objects/trees/oak/troofed2.iob and b/objects/trees/oak/troofed2.iob differ diff --git a/objects/trees/oak/troofed3.iob b/objects/trees/oak/troofed3.iob index 500802e0..c31f2e82 100644 Binary files a/objects/trees/oak/troofed3.iob and b/objects/trees/oak/troofed3.iob differ diff --git a/objects/trees/oak/troofed4.iob b/objects/trees/oak/troofed4.iob index 35777dcb..24f46347 100644 Binary files a/objects/trees/oak/troofed4.iob and b/objects/trees/oak/troofed4.iob differ diff --git a/objects/trees/oak/troofed5.iob b/objects/trees/oak/troofed5.iob index 981e17cf..2f94f5b8 100644 Binary files a/objects/trees/oak/troofed5.iob and b/objects/trees/oak/troofed5.iob differ diff --git a/objects/trees/oak/troofed6.iob b/objects/trees/oak/troofed6.iob index f0e178af..5cefa2d0 100644 Binary files a/objects/trees/oak/troofed6.iob and b/objects/trees/oak/troofed6.iob differ diff --git a/objects/trees/oak/troofed7.iob b/objects/trees/oak/troofed7.iob index f7d9ab3e..bceb55b3 100644 Binary files a/objects/trees/oak/troofed7.iob and b/objects/trees/oak/troofed7.iob differ diff --git a/objects/trees/oak/troofed8.iob b/objects/trees/oak/troofed8.iob index e81f6ce6..89d4fe54 100644 Binary files a/objects/trees/oak/troofed8.iob and b/objects/trees/oak/troofed8.iob differ diff --git a/objects/trees/oak/troofed9.iob b/objects/trees/oak/troofed9.iob index e5b93098..26daa02d 100644 Binary files a/objects/trees/oak/troofed9.iob and b/objects/trees/oak/troofed9.iob differ diff --git a/objects/trees/oak/troofedroot1.iob b/objects/trees/oak/troofedroot1.iob index f4d1351b..3fb9fcc2 100644 Binary files a/objects/trees/oak/troofedroot1.iob and b/objects/trees/oak/troofedroot1.iob differ diff --git a/objects/trees/oak/troofedroot10.iob b/objects/trees/oak/troofedroot10.iob index 0ab863be..dfc0f416 100644 Binary files a/objects/trees/oak/troofedroot10.iob and b/objects/trees/oak/troofedroot10.iob differ diff --git a/objects/trees/oak/troofedroot2.iob b/objects/trees/oak/troofedroot2.iob index 8c02f3ee..a6971e60 100644 Binary files a/objects/trees/oak/troofedroot2.iob and b/objects/trees/oak/troofedroot2.iob differ diff --git a/objects/trees/oak/troofedroot3.iob b/objects/trees/oak/troofedroot3.iob index 08c617a3..0c98f99f 100644 Binary files a/objects/trees/oak/troofedroot3.iob and b/objects/trees/oak/troofedroot3.iob differ diff --git a/objects/trees/oak/troofedroot4.iob b/objects/trees/oak/troofedroot4.iob index 2b741fcc..355f2c45 100644 Binary files a/objects/trees/oak/troofedroot4.iob and b/objects/trees/oak/troofedroot4.iob differ diff --git a/objects/trees/oak/troofedroot5.iob b/objects/trees/oak/troofedroot5.iob index b6ac5aed..ab3dd8b9 100644 Binary files a/objects/trees/oak/troofedroot5.iob and b/objects/trees/oak/troofedroot5.iob differ diff --git a/objects/trees/oak/troofedroot6.iob b/objects/trees/oak/troofedroot6.iob index c54078f0..40931d05 100644 Binary files a/objects/trees/oak/troofedroot6.iob and b/objects/trees/oak/troofedroot6.iob differ diff --git a/objects/trees/oak/troofedroot7.iob b/objects/trees/oak/troofedroot7.iob index d9708994..4e91954f 100644 Binary files a/objects/trees/oak/troofedroot7.iob and b/objects/trees/oak/troofedroot7.iob differ diff --git a/objects/trees/oak/troofedroot8.iob b/objects/trees/oak/troofedroot8.iob index 97bc5180..81f59220 100644 Binary files a/objects/trees/oak/troofedroot8.iob and b/objects/trees/oak/troofedroot8.iob differ diff --git a/objects/trees/oak/troofedroot9.iob b/objects/trees/oak/troofedroot9.iob index 18baf202..e844ece4 100644 Binary files a/objects/trees/oak/troofedroot9.iob and b/objects/trees/oak/troofedroot9.iob differ diff --git a/objects/trees/oak/truegeneric1.iob b/objects/trees/oak/truegeneric1.iob index 5dd60f54..6774a082 100644 Binary files a/objects/trees/oak/truegeneric1.iob and b/objects/trees/oak/truegeneric1.iob differ diff --git a/objects/trees/oak/truegeneric10.iob b/objects/trees/oak/truegeneric10.iob index 3d068e2c..92cec84d 100644 Binary files a/objects/trees/oak/truegeneric10.iob and b/objects/trees/oak/truegeneric10.iob differ diff --git a/objects/trees/oak/truegeneric11.iob b/objects/trees/oak/truegeneric11.iob index bc9847e4..2f19353a 100644 Binary files a/objects/trees/oak/truegeneric11.iob and b/objects/trees/oak/truegeneric11.iob differ diff --git a/objects/trees/oak/truegeneric12.iob b/objects/trees/oak/truegeneric12.iob index 5777ac2d..5226afc4 100644 Binary files a/objects/trees/oak/truegeneric12.iob and b/objects/trees/oak/truegeneric12.iob differ diff --git a/objects/trees/oak/truegeneric13.iob b/objects/trees/oak/truegeneric13.iob index 1f98d127..bd9bc35b 100644 Binary files a/objects/trees/oak/truegeneric13.iob and b/objects/trees/oak/truegeneric13.iob differ diff --git a/objects/trees/oak/truegeneric14.iob b/objects/trees/oak/truegeneric14.iob index 55a60ff8..3434e39b 100644 Binary files a/objects/trees/oak/truegeneric14.iob and b/objects/trees/oak/truegeneric14.iob differ diff --git a/objects/trees/oak/truegeneric15.iob b/objects/trees/oak/truegeneric15.iob index 2c08112a..eb4c5fca 100644 Binary files a/objects/trees/oak/truegeneric15.iob and b/objects/trees/oak/truegeneric15.iob differ diff --git a/objects/trees/oak/truegeneric16.iob b/objects/trees/oak/truegeneric16.iob index e4d50cf6..12b8ecb4 100644 Binary files a/objects/trees/oak/truegeneric16.iob and b/objects/trees/oak/truegeneric16.iob differ diff --git a/objects/trees/oak/truegeneric17.iob b/objects/trees/oak/truegeneric17.iob index e4fe3f4d..77b54679 100644 Binary files a/objects/trees/oak/truegeneric17.iob and b/objects/trees/oak/truegeneric17.iob differ diff --git a/objects/trees/oak/truegeneric18.iob b/objects/trees/oak/truegeneric18.iob index 54116606..3c007aef 100644 Binary files a/objects/trees/oak/truegeneric18.iob and b/objects/trees/oak/truegeneric18.iob differ diff --git a/objects/trees/oak/truegeneric19.iob b/objects/trees/oak/truegeneric19.iob index d417b9e0..08445964 100644 Binary files a/objects/trees/oak/truegeneric19.iob and b/objects/trees/oak/truegeneric19.iob differ diff --git a/objects/trees/oak/truegeneric2.iob b/objects/trees/oak/truegeneric2.iob index 9349b8b4..8405411d 100644 Binary files a/objects/trees/oak/truegeneric2.iob and b/objects/trees/oak/truegeneric2.iob differ diff --git a/objects/trees/oak/truegeneric20.iob b/objects/trees/oak/truegeneric20.iob index c7d7b9c4..a211b1d5 100644 Binary files a/objects/trees/oak/truegeneric20.iob and b/objects/trees/oak/truegeneric20.iob differ diff --git a/objects/trees/oak/truegeneric21.iob b/objects/trees/oak/truegeneric21.iob index 78bbf57d..e4d04be8 100644 Binary files a/objects/trees/oak/truegeneric21.iob and b/objects/trees/oak/truegeneric21.iob differ diff --git a/objects/trees/oak/truegeneric22.iob b/objects/trees/oak/truegeneric22.iob index 401c0cbd..8d1c3a25 100644 Binary files a/objects/trees/oak/truegeneric22.iob and b/objects/trees/oak/truegeneric22.iob differ diff --git a/objects/trees/oak/truegeneric23.iob b/objects/trees/oak/truegeneric23.iob index bba79ea1..21a84564 100644 Binary files a/objects/trees/oak/truegeneric23.iob and b/objects/trees/oak/truegeneric23.iob differ diff --git a/objects/trees/oak/truegeneric24.iob b/objects/trees/oak/truegeneric24.iob index 063c1341..64ac6c6d 100644 Binary files a/objects/trees/oak/truegeneric24.iob and b/objects/trees/oak/truegeneric24.iob differ diff --git a/objects/trees/oak/truegeneric3.iob b/objects/trees/oak/truegeneric3.iob index 847fe4af..bf8ef27a 100644 Binary files a/objects/trees/oak/truegeneric3.iob and b/objects/trees/oak/truegeneric3.iob differ diff --git a/objects/trees/oak/truegeneric4.iob b/objects/trees/oak/truegeneric4.iob index ee90657a..a8e70470 100644 Binary files a/objects/trees/oak/truegeneric4.iob and b/objects/trees/oak/truegeneric4.iob differ diff --git a/objects/trees/oak/truegeneric5.iob b/objects/trees/oak/truegeneric5.iob index c924b0cd..9845d680 100644 Binary files a/objects/trees/oak/truegeneric5.iob and b/objects/trees/oak/truegeneric5.iob differ diff --git a/objects/trees/oak/truegeneric6.iob b/objects/trees/oak/truegeneric6.iob index dc0b5cd7..d8f517e2 100644 Binary files a/objects/trees/oak/truegeneric6.iob and b/objects/trees/oak/truegeneric6.iob differ diff --git a/objects/trees/oak/truegeneric7.iob b/objects/trees/oak/truegeneric7.iob index 44eb2fe2..4722e982 100644 Binary files a/objects/trees/oak/truegeneric7.iob and b/objects/trees/oak/truegeneric7.iob differ diff --git a/objects/trees/oak/truegeneric8.iob b/objects/trees/oak/truegeneric8.iob index e1da68fe..4fb53844 100644 Binary files a/objects/trees/oak/truegeneric8.iob and b/objects/trees/oak/truegeneric8.iob differ diff --git a/objects/trees/oak/truegeneric9.iob b/objects/trees/oak/truegeneric9.iob index 178b3494..e1f40a3f 100644 Binary files a/objects/trees/oak/truegeneric9.iob and b/objects/trees/oak/truegeneric9.iob differ diff --git a/objects/trees/sakura/genericsak1.iob b/objects/trees/sakura/genericsak1.iob index ebf1f5d9..2cec8576 100644 Binary files a/objects/trees/sakura/genericsak1.iob and b/objects/trees/sakura/genericsak1.iob differ diff --git a/objects/trees/sakura/genericsak2.iob b/objects/trees/sakura/genericsak2.iob index a2b122ea..38f022e4 100644 Binary files a/objects/trees/sakura/genericsak2.iob and b/objects/trees/sakura/genericsak2.iob differ diff --git a/objects/trees/sakura/genericsak3.iob b/objects/trees/sakura/genericsak3.iob index f3ba9c82..2bb206c8 100644 Binary files a/objects/trees/sakura/genericsak3.iob and b/objects/trees/sakura/genericsak3.iob differ diff --git a/objects/trees/sakura/genericsak4.iob b/objects/trees/sakura/genericsak4.iob index 85226393..b288a12e 100644 Binary files a/objects/trees/sakura/genericsak4.iob and b/objects/trees/sakura/genericsak4.iob differ diff --git a/objects/trees/sakura/genericsak5.iob b/objects/trees/sakura/genericsak5.iob index 09279407..a8cc2dba 100644 Binary files a/objects/trees/sakura/genericsak5.iob and b/objects/trees/sakura/genericsak5.iob differ diff --git a/objects/trees/sakura/mlarge1.iob b/objects/trees/sakura/mlarge1.iob index 86dde680..33776082 100644 Binary files a/objects/trees/sakura/mlarge1.iob and b/objects/trees/sakura/mlarge1.iob differ diff --git a/objects/trees/sakura/mlarge10.iob b/objects/trees/sakura/mlarge10.iob index 8758d278..2009a170 100644 Binary files a/objects/trees/sakura/mlarge10.iob and b/objects/trees/sakura/mlarge10.iob differ diff --git a/objects/trees/sakura/mlarge11.iob b/objects/trees/sakura/mlarge11.iob index 32851622..532c2232 100644 Binary files a/objects/trees/sakura/mlarge11.iob and b/objects/trees/sakura/mlarge11.iob differ diff --git a/objects/trees/sakura/mlarge2.iob b/objects/trees/sakura/mlarge2.iob index a57210ef..3aad5941 100644 Binary files a/objects/trees/sakura/mlarge2.iob and b/objects/trees/sakura/mlarge2.iob differ diff --git a/objects/trees/sakura/mlarge3.iob b/objects/trees/sakura/mlarge3.iob index a8c6b00e..9549894b 100644 Binary files a/objects/trees/sakura/mlarge3.iob and b/objects/trees/sakura/mlarge3.iob differ diff --git a/objects/trees/sakura/mlarge4.iob b/objects/trees/sakura/mlarge4.iob index b0354e78..ffa3670e 100644 Binary files a/objects/trees/sakura/mlarge4.iob and b/objects/trees/sakura/mlarge4.iob differ diff --git a/objects/trees/sakura/mlarge5.iob b/objects/trees/sakura/mlarge5.iob index 6e84f29a..85f72408 100644 Binary files a/objects/trees/sakura/mlarge5.iob and b/objects/trees/sakura/mlarge5.iob differ diff --git a/objects/trees/sakura/mlarge6.iob b/objects/trees/sakura/mlarge6.iob index 35f03010..de16838a 100644 Binary files a/objects/trees/sakura/mlarge6.iob and b/objects/trees/sakura/mlarge6.iob differ diff --git a/objects/trees/sakura/mlarge7.iob b/objects/trees/sakura/mlarge7.iob index 1bf8afca..88841293 100644 Binary files a/objects/trees/sakura/mlarge7.iob and b/objects/trees/sakura/mlarge7.iob differ diff --git a/objects/trees/sakura/mlarge8.iob b/objects/trees/sakura/mlarge8.iob index ed527209..aa8be68a 100644 Binary files a/objects/trees/sakura/mlarge8.iob and b/objects/trees/sakura/mlarge8.iob differ diff --git a/objects/trees/sakura/mlarge9.iob b/objects/trees/sakura/mlarge9.iob index e2bf5d63..0d9b7117 100644 Binary files a/objects/trees/sakura/mlarge9.iob and b/objects/trees/sakura/mlarge9.iob differ diff --git a/objects/trees/sakura/ogabsurd1.iob b/objects/trees/sakura/ogabsurd1.iob index 70a03d19..2382dcc0 100644 Binary files a/objects/trees/sakura/ogabsurd1.iob and b/objects/trees/sakura/ogabsurd1.iob differ diff --git a/objects/trees/sakura/ogabsurd2.iob b/objects/trees/sakura/ogabsurd2.iob index 59e9ca41..0c1a9502 100644 Binary files a/objects/trees/sakura/ogabsurd2.iob and b/objects/trees/sakura/ogabsurd2.iob differ diff --git a/objects/trees/sakura/ogabsurdfallen1.iob b/objects/trees/sakura/ogabsurdfallen1.iob index 595622fa..26d8ce4b 100644 Binary files a/objects/trees/sakura/ogabsurdfallen1.iob and b/objects/trees/sakura/ogabsurdfallen1.iob differ diff --git a/objects/trees/sakura/ogbase1.iob b/objects/trees/sakura/ogbase1.iob index e8e78a74..064342fc 100644 Binary files a/objects/trees/sakura/ogbase1.iob and b/objects/trees/sakura/ogbase1.iob differ diff --git a/objects/trees/sakura/ogbase2.iob b/objects/trees/sakura/ogbase2.iob index bb72f68c..ab9e134b 100644 Binary files a/objects/trees/sakura/ogbase2.iob and b/objects/trees/sakura/ogbase2.iob differ diff --git a/objects/trees/sakura/smtaint1.iob b/objects/trees/sakura/smtaint1.iob index 961d8566..9c6d8562 100644 Binary files a/objects/trees/sakura/smtaint1.iob and b/objects/trees/sakura/smtaint1.iob differ diff --git a/objects/trees/sakura/smtaint2.iob b/objects/trees/sakura/smtaint2.iob index 043bb17c..c8716059 100644 Binary files a/objects/trees/sakura/smtaint2.iob and b/objects/trees/sakura/smtaint2.iob differ diff --git a/objects/trees/sakura/smwilt1.iob b/objects/trees/sakura/smwilt1.iob index 9cb491e8..c7749bd2 100644 Binary files a/objects/trees/sakura/smwilt1.iob and b/objects/trees/sakura/smwilt1.iob differ diff --git a/objects/trees/sakura/smwilt2.iob b/objects/trees/sakura/smwilt2.iob index 634f25f5..3e9347ef 100644 Binary files a/objects/trees/sakura/smwilt2.iob and b/objects/trees/sakura/smwilt2.iob differ diff --git a/objects/trees/sakura/vlarge1.iob b/objects/trees/sakura/vlarge1.iob index ae56d7c7..36e5469e 100644 Binary files a/objects/trees/sakura/vlarge1.iob and b/objects/trees/sakura/vlarge1.iob differ diff --git a/objects/trees/sakura/vlarge2.iob b/objects/trees/sakura/vlarge2.iob index 0e7eba5d..0a5519fb 100644 Binary files a/objects/trees/sakura/vlarge2.iob and b/objects/trees/sakura/vlarge2.iob differ diff --git a/objects/trees/sakura/vlarge3.iob b/objects/trees/sakura/vlarge3.iob index 80fa3264..1782987c 100644 Binary files a/objects/trees/sakura/vlarge3.iob and b/objects/trees/sakura/vlarge3.iob differ diff --git a/objects/trees/sproak/generic1.iob b/objects/trees/sproak/generic1.iob index e6760604..7e5c7546 100644 Binary files a/objects/trees/sproak/generic1.iob and b/objects/trees/sproak/generic1.iob differ diff --git a/objects/trees/sproak/generic10.iob b/objects/trees/sproak/generic10.iob index 2e714890..3d544f46 100644 Binary files a/objects/trees/sproak/generic10.iob and b/objects/trees/sproak/generic10.iob differ diff --git a/objects/trees/sproak/generic11.iob b/objects/trees/sproak/generic11.iob index a9565f4b..55f87679 100644 Binary files a/objects/trees/sproak/generic11.iob and b/objects/trees/sproak/generic11.iob differ diff --git a/objects/trees/sproak/generic12.iob b/objects/trees/sproak/generic12.iob index da12aad4..872b2d3c 100644 Binary files a/objects/trees/sproak/generic12.iob and b/objects/trees/sproak/generic12.iob differ diff --git a/objects/trees/sproak/generic2.iob b/objects/trees/sproak/generic2.iob index 3966f497..3b4fd3e6 100644 Binary files a/objects/trees/sproak/generic2.iob and b/objects/trees/sproak/generic2.iob differ diff --git a/objects/trees/sproak/generic3.iob b/objects/trees/sproak/generic3.iob index 2d95e8b5..57aaf2a8 100644 Binary files a/objects/trees/sproak/generic3.iob and b/objects/trees/sproak/generic3.iob differ diff --git a/objects/trees/sproak/generic4.iob b/objects/trees/sproak/generic4.iob index bec89f2d..fcf5bc21 100644 Binary files a/objects/trees/sproak/generic4.iob and b/objects/trees/sproak/generic4.iob differ diff --git a/objects/trees/sproak/generic5.iob b/objects/trees/sproak/generic5.iob index c950a719..c87aa5b1 100644 Binary files a/objects/trees/sproak/generic5.iob and b/objects/trees/sproak/generic5.iob differ diff --git a/objects/trees/sproak/generic6.iob b/objects/trees/sproak/generic6.iob index 3b41a246..d35edbd6 100644 Binary files a/objects/trees/sproak/generic6.iob and b/objects/trees/sproak/generic6.iob differ diff --git a/objects/trees/sproak/generic7.iob b/objects/trees/sproak/generic7.iob index cbf1152c..d1a082cb 100644 Binary files a/objects/trees/sproak/generic7.iob and b/objects/trees/sproak/generic7.iob differ diff --git a/objects/trees/sproak/generic8.iob b/objects/trees/sproak/generic8.iob index f7dc0926..a0117a34 100644 Binary files a/objects/trees/sproak/generic8.iob and b/objects/trees/sproak/generic8.iob differ diff --git a/objects/trees/sproak/generic9.iob b/objects/trees/sproak/generic9.iob index 6078d47b..d3258380 100644 Binary files a/objects/trees/sproak/generic9.iob and b/objects/trees/sproak/generic9.iob differ diff --git a/objects/trees/sproak/msapling1.iob b/objects/trees/sproak/msapling1.iob index db16f679..d9a7f025 100644 Binary files a/objects/trees/sproak/msapling1.iob and b/objects/trees/sproak/msapling1.iob differ diff --git a/objects/trees/sproak/msapling10.iob b/objects/trees/sproak/msapling10.iob index bf49e6a4..c186b204 100644 Binary files a/objects/trees/sproak/msapling10.iob and b/objects/trees/sproak/msapling10.iob differ diff --git a/objects/trees/sproak/msapling2.iob b/objects/trees/sproak/msapling2.iob index 462525f3..9d539e16 100644 Binary files a/objects/trees/sproak/msapling2.iob and b/objects/trees/sproak/msapling2.iob differ diff --git a/objects/trees/sproak/msapling3.iob b/objects/trees/sproak/msapling3.iob index 6ddce2be..b6cffdfe 100644 Binary files a/objects/trees/sproak/msapling3.iob and b/objects/trees/sproak/msapling3.iob differ diff --git a/objects/trees/sproak/msapling4.iob b/objects/trees/sproak/msapling4.iob index f83df0d9..c61a9583 100644 Binary files a/objects/trees/sproak/msapling4.iob and b/objects/trees/sproak/msapling4.iob differ diff --git a/objects/trees/sproak/msapling5.iob b/objects/trees/sproak/msapling5.iob index c2a2549e..0ef4c532 100644 Binary files a/objects/trees/sproak/msapling5.iob and b/objects/trees/sproak/msapling5.iob differ diff --git a/objects/trees/sproak/msapling6.iob b/objects/trees/sproak/msapling6.iob index 0e69a367..e3abc281 100644 Binary files a/objects/trees/sproak/msapling6.iob and b/objects/trees/sproak/msapling6.iob differ diff --git a/objects/trees/sproak/msapling7.iob b/objects/trees/sproak/msapling7.iob index d7fbbf05..7b58a61d 100644 Binary files a/objects/trees/sproak/msapling7.iob and b/objects/trees/sproak/msapling7.iob differ diff --git a/objects/trees/sproak/msapling8.iob b/objects/trees/sproak/msapling8.iob index c5bf3323..a4b0d7ec 100644 Binary files a/objects/trees/sproak/msapling8.iob and b/objects/trees/sproak/msapling8.iob differ diff --git a/objects/trees/sproak/msapling9.iob b/objects/trees/sproak/msapling9.iob index b5df926d..ef316ebd 100644 Binary files a/objects/trees/sproak/msapling9.iob and b/objects/trees/sproak/msapling9.iob differ diff --git a/objects/trees/sproak/sp1.iob b/objects/trees/sproak/sp1.iob index 57ad3a3e..0c9d50d6 100644 Binary files a/objects/trees/sproak/sp1.iob and b/objects/trees/sproak/sp1.iob differ diff --git a/objects/trees/sproak/sp2.iob b/objects/trees/sproak/sp2.iob index 56126da1..d18f9526 100644 Binary files a/objects/trees/sproak/sp2.iob and b/objects/trees/sproak/sp2.iob differ diff --git a/objects/trees/sproak/sp3.iob b/objects/trees/sproak/sp3.iob index 4c3a737c..de614af8 100644 Binary files a/objects/trees/sproak/sp3.iob and b/objects/trees/sproak/sp3.iob differ diff --git a/objects/trees/sproak/sp4.iob b/objects/trees/sproak/sp4.iob index 2c1280d4..608b5926 100644 Binary files a/objects/trees/sproak/sp4.iob and b/objects/trees/sproak/sp4.iob differ diff --git a/objects/trees/sproak/sp5.iob b/objects/trees/sproak/sp5.iob index ce0dd8ce..2b616ed7 100644 Binary files a/objects/trees/sproak/sp5.iob and b/objects/trees/sproak/sp5.iob differ diff --git a/objects/trees/sproak/sp6.iob b/objects/trees/sproak/sp6.iob index 3040b086..9982ad95 100644 Binary files a/objects/trees/sproak/sp6.iob and b/objects/trees/sproak/sp6.iob differ diff --git a/objects/trees/spruce/aridgeneric1.iob b/objects/trees/spruce/aridgeneric1.iob index b21ab9ef..ace8a051 100644 Binary files a/objects/trees/spruce/aridgeneric1.iob and b/objects/trees/spruce/aridgeneric1.iob differ diff --git a/objects/trees/spruce/aridgeneric2.iob b/objects/trees/spruce/aridgeneric2.iob index ee1192f2..81fbb53c 100644 Binary files a/objects/trees/spruce/aridgeneric2.iob and b/objects/trees/spruce/aridgeneric2.iob differ diff --git a/objects/trees/spruce/aridgeneric3.iob b/objects/trees/spruce/aridgeneric3.iob index 59fd7f33..4c350fd7 100644 Binary files a/objects/trees/spruce/aridgeneric3.iob and b/objects/trees/spruce/aridgeneric3.iob differ diff --git a/objects/trees/spruce/aridgeneric4.iob b/objects/trees/spruce/aridgeneric4.iob index 8013ccdb..0f55aa05 100644 Binary files a/objects/trees/spruce/aridgeneric4.iob and b/objects/trees/spruce/aridgeneric4.iob differ diff --git a/objects/trees/spruce/aridgeneric5.iob b/objects/trees/spruce/aridgeneric5.iob index 2a9cfab5..867254aa 100644 Binary files a/objects/trees/spruce/aridgeneric5.iob and b/objects/trees/spruce/aridgeneric5.iob differ diff --git a/objects/trees/spruce/aridpine1.iob b/objects/trees/spruce/aridpine1.iob index d3bd128d..1adc1d7b 100644 Binary files a/objects/trees/spruce/aridpine1.iob and b/objects/trees/spruce/aridpine1.iob differ diff --git a/objects/trees/spruce/aridpine2.iob b/objects/trees/spruce/aridpine2.iob index e90aefcc..6714e955 100644 Binary files a/objects/trees/spruce/aridpine2.iob and b/objects/trees/spruce/aridpine2.iob differ diff --git a/objects/trees/spruce/aridpine3.iob b/objects/trees/spruce/aridpine3.iob index f84fcb7b..c28204b9 100644 Binary files a/objects/trees/spruce/aridpine3.iob and b/objects/trees/spruce/aridpine3.iob differ diff --git a/objects/trees/spruce/aridpine4.iob b/objects/trees/spruce/aridpine4.iob index 5ca63ddf..db6c82d5 100644 Binary files a/objects/trees/spruce/aridpine4.iob and b/objects/trees/spruce/aridpine4.iob differ diff --git a/objects/trees/spruce/aridpine5.iob b/objects/trees/spruce/aridpine5.iob index 001a3d65..adfc21ba 100644 Binary files a/objects/trees/spruce/aridpine5.iob and b/objects/trees/spruce/aridpine5.iob differ diff --git a/objects/trees/spruce/denmyre1.iob b/objects/trees/spruce/denmyre1.iob index c15b0caf..8c0609ed 100644 Binary files a/objects/trees/spruce/denmyre1.iob and b/objects/trees/spruce/denmyre1.iob differ diff --git a/objects/trees/spruce/denmyre10.iob b/objects/trees/spruce/denmyre10.iob index adfd5653..ca4e04bf 100644 Binary files a/objects/trees/spruce/denmyre10.iob and b/objects/trees/spruce/denmyre10.iob differ diff --git a/objects/trees/spruce/denmyre11.iob b/objects/trees/spruce/denmyre11.iob index f69ff6c5..23bd5dc2 100644 Binary files a/objects/trees/spruce/denmyre11.iob and b/objects/trees/spruce/denmyre11.iob differ diff --git a/objects/trees/spruce/denmyre12.iob b/objects/trees/spruce/denmyre12.iob index 1753cdd4..870967d5 100644 Binary files a/objects/trees/spruce/denmyre12.iob and b/objects/trees/spruce/denmyre12.iob differ diff --git a/objects/trees/spruce/denmyre13.iob b/objects/trees/spruce/denmyre13.iob index 0daede49..d1cce204 100644 Binary files a/objects/trees/spruce/denmyre13.iob and b/objects/trees/spruce/denmyre13.iob differ diff --git a/objects/trees/spruce/denmyre14.iob b/objects/trees/spruce/denmyre14.iob index 48f608b3..5d4e2a31 100644 Binary files a/objects/trees/spruce/denmyre14.iob and b/objects/trees/spruce/denmyre14.iob differ diff --git a/objects/trees/spruce/denmyre15.iob b/objects/trees/spruce/denmyre15.iob index 79c5b540..38eb4cfe 100644 Binary files a/objects/trees/spruce/denmyre15.iob and b/objects/trees/spruce/denmyre15.iob differ diff --git a/objects/trees/spruce/denmyre16.iob b/objects/trees/spruce/denmyre16.iob index 2dbdcae6..9fde5868 100644 Binary files a/objects/trees/spruce/denmyre16.iob and b/objects/trees/spruce/denmyre16.iob differ diff --git a/objects/trees/spruce/denmyre2.iob b/objects/trees/spruce/denmyre2.iob index a61796b4..82e00a85 100644 Binary files a/objects/trees/spruce/denmyre2.iob and b/objects/trees/spruce/denmyre2.iob differ diff --git a/objects/trees/spruce/denmyre3.iob b/objects/trees/spruce/denmyre3.iob index 3b043684..81f1c07c 100644 Binary files a/objects/trees/spruce/denmyre3.iob and b/objects/trees/spruce/denmyre3.iob differ diff --git a/objects/trees/spruce/denmyre4.iob b/objects/trees/spruce/denmyre4.iob index b3bfe83a..feb6ac0a 100644 Binary files a/objects/trees/spruce/denmyre4.iob and b/objects/trees/spruce/denmyre4.iob differ diff --git a/objects/trees/spruce/denmyre5.iob b/objects/trees/spruce/denmyre5.iob index 42f4286a..b6ec5c24 100644 Binary files a/objects/trees/spruce/denmyre5.iob and b/objects/trees/spruce/denmyre5.iob differ diff --git a/objects/trees/spruce/denmyre6.iob b/objects/trees/spruce/denmyre6.iob index 0fcfe0ac..24f8e33b 100644 Binary files a/objects/trees/spruce/denmyre6.iob and b/objects/trees/spruce/denmyre6.iob differ diff --git a/objects/trees/spruce/denmyre7.iob b/objects/trees/spruce/denmyre7.iob index 9d8f6de0..55e24b92 100644 Binary files a/objects/trees/spruce/denmyre7.iob and b/objects/trees/spruce/denmyre7.iob differ diff --git a/objects/trees/spruce/denmyre8.iob b/objects/trees/spruce/denmyre8.iob index f76413f1..99d55df4 100644 Binary files a/objects/trees/spruce/denmyre8.iob and b/objects/trees/spruce/denmyre8.iob differ diff --git a/objects/trees/spruce/denmyre9.iob b/objects/trees/spruce/denmyre9.iob index c188b2b1..5a48d804 100644 Binary files a/objects/trees/spruce/denmyre9.iob and b/objects/trees/spruce/denmyre9.iob differ diff --git a/objects/trees/spruce/generic1.iob b/objects/trees/spruce/generic1.iob index 9f66066b..5ba9ca79 100644 Binary files a/objects/trees/spruce/generic1.iob and b/objects/trees/spruce/generic1.iob differ diff --git a/objects/trees/spruce/generic2.iob b/objects/trees/spruce/generic2.iob index 7757df0f..1f4755d7 100644 Binary files a/objects/trees/spruce/generic2.iob and b/objects/trees/spruce/generic2.iob differ diff --git a/objects/trees/spruce/generic3.iob b/objects/trees/spruce/generic3.iob index e1d3b8e2..8e70d88c 100644 Binary files a/objects/trees/spruce/generic3.iob and b/objects/trees/spruce/generic3.iob differ diff --git a/objects/trees/spruce/genericdead1.iob b/objects/trees/spruce/genericdead1.iob index 74a4db9a..5076a2f0 100644 Binary files a/objects/trees/spruce/genericdead1.iob and b/objects/trees/spruce/genericdead1.iob differ diff --git a/objects/trees/spruce/genericdead2.iob b/objects/trees/spruce/genericdead2.iob index fb448c8c..73f4ca0b 100644 Binary files a/objects/trees/spruce/genericdead2.iob and b/objects/trees/spruce/genericdead2.iob differ diff --git a/objects/trees/spruce/genericdead3.iob b/objects/trees/spruce/genericdead3.iob index 1fc0faff..2afbec01 100644 Binary files a/objects/trees/spruce/genericdead3.iob and b/objects/trees/spruce/genericdead3.iob differ diff --git a/objects/trees/spruce/levergreen1.iob b/objects/trees/spruce/levergreen1.iob index 207d04db..51e91aa3 100644 Binary files a/objects/trees/spruce/levergreen1.iob and b/objects/trees/spruce/levergreen1.iob differ diff --git a/objects/trees/spruce/levergreen2.iob b/objects/trees/spruce/levergreen2.iob index c08ee6ed..580c9b89 100644 Binary files a/objects/trees/spruce/levergreen2.iob and b/objects/trees/spruce/levergreen2.iob differ diff --git a/objects/trees/spruce/levergreen3.iob b/objects/trees/spruce/levergreen3.iob index bcff7897..32648f27 100644 Binary files a/objects/trees/spruce/levergreen3.iob and b/objects/trees/spruce/levergreen3.iob differ diff --git a/objects/trees/spruce/levergreen4.iob b/objects/trees/spruce/levergreen4.iob index 26a3b203..8368a25b 100644 Binary files a/objects/trees/spruce/levergreen4.iob and b/objects/trees/spruce/levergreen4.iob differ diff --git a/objects/trees/spruce/levergreen5.iob b/objects/trees/spruce/levergreen5.iob index e1e1c044..3592b185 100644 Binary files a/objects/trees/spruce/levergreen5.iob and b/objects/trees/spruce/levergreen5.iob differ diff --git a/objects/trees/spruce/levergreen6.iob b/objects/trees/spruce/levergreen6.iob index 08b9bf66..ac061efc 100644 Binary files a/objects/trees/spruce/levergreen6.iob and b/objects/trees/spruce/levergreen6.iob differ diff --git a/objects/trees/spruce/lfrostgeneric1.iob b/objects/trees/spruce/lfrostgeneric1.iob index 1f799a08..faa0dde9 100644 Binary files a/objects/trees/spruce/lfrostgeneric1.iob and b/objects/trees/spruce/lfrostgeneric1.iob differ diff --git a/objects/trees/spruce/lfrostgeneric10.iob b/objects/trees/spruce/lfrostgeneric10.iob index f0547a9e..7c0c9ba6 100644 Binary files a/objects/trees/spruce/lfrostgeneric10.iob and b/objects/trees/spruce/lfrostgeneric10.iob differ diff --git a/objects/trees/spruce/lfrostgeneric11.iob b/objects/trees/spruce/lfrostgeneric11.iob index d54affb0..454f0d8e 100644 Binary files a/objects/trees/spruce/lfrostgeneric11.iob and b/objects/trees/spruce/lfrostgeneric11.iob differ diff --git a/objects/trees/spruce/lfrostgeneric12.iob b/objects/trees/spruce/lfrostgeneric12.iob index 34a7b84b..caba882e 100644 Binary files a/objects/trees/spruce/lfrostgeneric12.iob and b/objects/trees/spruce/lfrostgeneric12.iob differ diff --git a/objects/trees/spruce/lfrostgeneric13.iob b/objects/trees/spruce/lfrostgeneric13.iob index 54b172a5..f3397b69 100644 Binary files a/objects/trees/spruce/lfrostgeneric13.iob and b/objects/trees/spruce/lfrostgeneric13.iob differ diff --git a/objects/trees/spruce/lfrostgeneric14.iob b/objects/trees/spruce/lfrostgeneric14.iob index 1e64f1d5..07dd7c11 100644 Binary files a/objects/trees/spruce/lfrostgeneric14.iob and b/objects/trees/spruce/lfrostgeneric14.iob differ diff --git a/objects/trees/spruce/lfrostgeneric15.iob b/objects/trees/spruce/lfrostgeneric15.iob index 4551590b..5202f032 100644 Binary files a/objects/trees/spruce/lfrostgeneric15.iob and b/objects/trees/spruce/lfrostgeneric15.iob differ diff --git a/objects/trees/spruce/lfrostgeneric16.iob b/objects/trees/spruce/lfrostgeneric16.iob index c767a81d..4ae2292c 100644 Binary files a/objects/trees/spruce/lfrostgeneric16.iob and b/objects/trees/spruce/lfrostgeneric16.iob differ diff --git a/objects/trees/spruce/lfrostgeneric17.iob b/objects/trees/spruce/lfrostgeneric17.iob index 0aaa1209..a4c60727 100644 Binary files a/objects/trees/spruce/lfrostgeneric17.iob and b/objects/trees/spruce/lfrostgeneric17.iob differ diff --git a/objects/trees/spruce/lfrostgeneric18.iob b/objects/trees/spruce/lfrostgeneric18.iob index dc06eea1..4d32084e 100644 Binary files a/objects/trees/spruce/lfrostgeneric18.iob and b/objects/trees/spruce/lfrostgeneric18.iob differ diff --git a/objects/trees/spruce/lfrostgeneric19.iob b/objects/trees/spruce/lfrostgeneric19.iob index 9347f28a..e2e1f2b4 100644 Binary files a/objects/trees/spruce/lfrostgeneric19.iob and b/objects/trees/spruce/lfrostgeneric19.iob differ diff --git a/objects/trees/spruce/lfrostgeneric2.iob b/objects/trees/spruce/lfrostgeneric2.iob index bd8493d5..029f0028 100644 Binary files a/objects/trees/spruce/lfrostgeneric2.iob and b/objects/trees/spruce/lfrostgeneric2.iob differ diff --git a/objects/trees/spruce/lfrostgeneric20.iob b/objects/trees/spruce/lfrostgeneric20.iob index 34d96a4c..22d507bb 100644 Binary files a/objects/trees/spruce/lfrostgeneric20.iob and b/objects/trees/spruce/lfrostgeneric20.iob differ diff --git a/objects/trees/spruce/lfrostgeneric21.iob b/objects/trees/spruce/lfrostgeneric21.iob index 779fa102..7b7e2bb4 100644 Binary files a/objects/trees/spruce/lfrostgeneric21.iob and b/objects/trees/spruce/lfrostgeneric21.iob differ diff --git a/objects/trees/spruce/lfrostgeneric22.iob b/objects/trees/spruce/lfrostgeneric22.iob index 75557af1..b227174d 100644 Binary files a/objects/trees/spruce/lfrostgeneric22.iob and b/objects/trees/spruce/lfrostgeneric22.iob differ diff --git a/objects/trees/spruce/lfrostgeneric23.iob b/objects/trees/spruce/lfrostgeneric23.iob index d9b4359e..64955a76 100644 Binary files a/objects/trees/spruce/lfrostgeneric23.iob and b/objects/trees/spruce/lfrostgeneric23.iob differ diff --git a/objects/trees/spruce/lfrostgeneric24.iob b/objects/trees/spruce/lfrostgeneric24.iob index d1d5e89d..7eae496a 100644 Binary files a/objects/trees/spruce/lfrostgeneric24.iob and b/objects/trees/spruce/lfrostgeneric24.iob differ diff --git a/objects/trees/spruce/lfrostgeneric25.iob b/objects/trees/spruce/lfrostgeneric25.iob index e4d7cefd..6f581492 100644 Binary files a/objects/trees/spruce/lfrostgeneric25.iob and b/objects/trees/spruce/lfrostgeneric25.iob differ diff --git a/objects/trees/spruce/lfrostgeneric26.iob b/objects/trees/spruce/lfrostgeneric26.iob index df2b9429..83baa6de 100644 Binary files a/objects/trees/spruce/lfrostgeneric26.iob and b/objects/trees/spruce/lfrostgeneric26.iob differ diff --git a/objects/trees/spruce/lfrostgeneric3.iob b/objects/trees/spruce/lfrostgeneric3.iob index 910c5cea..6d614737 100644 Binary files a/objects/trees/spruce/lfrostgeneric3.iob and b/objects/trees/spruce/lfrostgeneric3.iob differ diff --git a/objects/trees/spruce/lfrostgeneric4.iob b/objects/trees/spruce/lfrostgeneric4.iob index 59c0f32c..ea34c405 100644 Binary files a/objects/trees/spruce/lfrostgeneric4.iob and b/objects/trees/spruce/lfrostgeneric4.iob differ diff --git a/objects/trees/spruce/lfrostgeneric5.iob b/objects/trees/spruce/lfrostgeneric5.iob index 5646698b..228978b2 100644 Binary files a/objects/trees/spruce/lfrostgeneric5.iob and b/objects/trees/spruce/lfrostgeneric5.iob differ diff --git a/objects/trees/spruce/lfrostgeneric6.iob b/objects/trees/spruce/lfrostgeneric6.iob index c152a018..82805738 100644 Binary files a/objects/trees/spruce/lfrostgeneric6.iob and b/objects/trees/spruce/lfrostgeneric6.iob differ diff --git a/objects/trees/spruce/lfrostgeneric7.iob b/objects/trees/spruce/lfrostgeneric7.iob index ecbbe870..ea7b0cfc 100644 Binary files a/objects/trees/spruce/lfrostgeneric7.iob and b/objects/trees/spruce/lfrostgeneric7.iob differ diff --git a/objects/trees/spruce/lfrostgeneric8.iob b/objects/trees/spruce/lfrostgeneric8.iob index 7d8e58b5..22cd7df4 100644 Binary files a/objects/trees/spruce/lfrostgeneric8.iob and b/objects/trees/spruce/lfrostgeneric8.iob differ diff --git a/objects/trees/spruce/lfrostgeneric9.iob b/objects/trees/spruce/lfrostgeneric9.iob index 08bb27e8..5b20f94c 100644 Binary files a/objects/trees/spruce/lfrostgeneric9.iob and b/objects/trees/spruce/lfrostgeneric9.iob differ diff --git a/objects/trees/spruce/lushgenericpine1.iob b/objects/trees/spruce/lushgenericpine1.iob index 458d01f6..656c4833 100644 Binary files a/objects/trees/spruce/lushgenericpine1.iob and b/objects/trees/spruce/lushgenericpine1.iob differ diff --git a/objects/trees/spruce/lushgenericpine10.iob b/objects/trees/spruce/lushgenericpine10.iob index e6edf3ad..8311d3c1 100644 Binary files a/objects/trees/spruce/lushgenericpine10.iob and b/objects/trees/spruce/lushgenericpine10.iob differ diff --git a/objects/trees/spruce/lushgenericpine2.iob b/objects/trees/spruce/lushgenericpine2.iob index b78ab9f4..0ca2e8de 100644 Binary files a/objects/trees/spruce/lushgenericpine2.iob and b/objects/trees/spruce/lushgenericpine2.iob differ diff --git a/objects/trees/spruce/lushgenericpine3.iob b/objects/trees/spruce/lushgenericpine3.iob index 1a740f0f..64d3e53b 100644 Binary files a/objects/trees/spruce/lushgenericpine3.iob and b/objects/trees/spruce/lushgenericpine3.iob differ diff --git a/objects/trees/spruce/lushgenericpine4.iob b/objects/trees/spruce/lushgenericpine4.iob index e3d72f5f..4857544a 100644 Binary files a/objects/trees/spruce/lushgenericpine4.iob and b/objects/trees/spruce/lushgenericpine4.iob differ diff --git a/objects/trees/spruce/lushgenericpine5.iob b/objects/trees/spruce/lushgenericpine5.iob index 31a46733..28477b4b 100644 Binary files a/objects/trees/spruce/lushgenericpine5.iob and b/objects/trees/spruce/lushgenericpine5.iob differ diff --git a/objects/trees/spruce/lushgenericpine6.iob b/objects/trees/spruce/lushgenericpine6.iob index c1007be7..6e615b1a 100644 Binary files a/objects/trees/spruce/lushgenericpine6.iob and b/objects/trees/spruce/lushgenericpine6.iob differ diff --git a/objects/trees/spruce/lushgenericpine7.iob b/objects/trees/spruce/lushgenericpine7.iob index 4fe31ef6..6965195f 100644 Binary files a/objects/trees/spruce/lushgenericpine7.iob and b/objects/trees/spruce/lushgenericpine7.iob differ diff --git a/objects/trees/spruce/lushgenericpine8.iob b/objects/trees/spruce/lushgenericpine8.iob index d9fdf169..300c2740 100644 Binary files a/objects/trees/spruce/lushgenericpine8.iob and b/objects/trees/spruce/lushgenericpine8.iob differ diff --git a/objects/trees/spruce/lushgenericpine9.iob b/objects/trees/spruce/lushgenericpine9.iob index 912c38ed..1be7070e 100644 Binary files a/objects/trees/spruce/lushgenericpine9.iob and b/objects/trees/spruce/lushgenericpine9.iob differ diff --git a/objects/trees/spruce/mevergreen1.iob b/objects/trees/spruce/mevergreen1.iob index 68f13f84..85f85e35 100644 Binary files a/objects/trees/spruce/mevergreen1.iob and b/objects/trees/spruce/mevergreen1.iob differ diff --git a/objects/trees/spruce/mevergreen2.iob b/objects/trees/spruce/mevergreen2.iob index 542001cb..c45e6bc1 100644 Binary files a/objects/trees/spruce/mevergreen2.iob and b/objects/trees/spruce/mevergreen2.iob differ diff --git a/objects/trees/spruce/mevergreen3.iob b/objects/trees/spruce/mevergreen3.iob index e6ded036..e811ddf9 100644 Binary files a/objects/trees/spruce/mevergreen3.iob and b/objects/trees/spruce/mevergreen3.iob differ diff --git a/objects/trees/spruce/omni1.iob b/objects/trees/spruce/omni1.iob index 39504c1a..0a924780 100644 Binary files a/objects/trees/spruce/omni1.iob and b/objects/trees/spruce/omni1.iob differ diff --git a/objects/trees/spruce/pine1.iob b/objects/trees/spruce/pine1.iob index 8cc02376..e3f337fe 100644 Binary files a/objects/trees/spruce/pine1.iob and b/objects/trees/spruce/pine1.iob differ diff --git a/objects/trees/spruce/pine10.iob b/objects/trees/spruce/pine10.iob index dc0748e1..dd14ad6f 100644 Binary files a/objects/trees/spruce/pine10.iob and b/objects/trees/spruce/pine10.iob differ diff --git a/objects/trees/spruce/pine11.iob b/objects/trees/spruce/pine11.iob index acfea2b6..477d7fde 100644 Binary files a/objects/trees/spruce/pine11.iob and b/objects/trees/spruce/pine11.iob differ diff --git a/objects/trees/spruce/pine12.iob b/objects/trees/spruce/pine12.iob index 9085d5ab..dd53da2b 100644 Binary files a/objects/trees/spruce/pine12.iob and b/objects/trees/spruce/pine12.iob differ diff --git a/objects/trees/spruce/pine2.iob b/objects/trees/spruce/pine2.iob index a7675075..d25342de 100644 Binary files a/objects/trees/spruce/pine2.iob and b/objects/trees/spruce/pine2.iob differ diff --git a/objects/trees/spruce/pine3.iob b/objects/trees/spruce/pine3.iob index 7e97a34a..0af30bc3 100644 Binary files a/objects/trees/spruce/pine3.iob and b/objects/trees/spruce/pine3.iob differ diff --git a/objects/trees/spruce/pine4.iob b/objects/trees/spruce/pine4.iob index db2b8c01..66933f9e 100644 Binary files a/objects/trees/spruce/pine4.iob and b/objects/trees/spruce/pine4.iob differ diff --git a/objects/trees/spruce/pine5.iob b/objects/trees/spruce/pine5.iob index 046f6aa4..081e0828 100644 Binary files a/objects/trees/spruce/pine5.iob and b/objects/trees/spruce/pine5.iob differ diff --git a/objects/trees/spruce/pine6.iob b/objects/trees/spruce/pine6.iob index 1be1d6b1..f561cefe 100644 Binary files a/objects/trees/spruce/pine6.iob and b/objects/trees/spruce/pine6.iob differ diff --git a/objects/trees/spruce/pine7.iob b/objects/trees/spruce/pine7.iob index f873113e..5762d6ea 100644 Binary files a/objects/trees/spruce/pine7.iob and b/objects/trees/spruce/pine7.iob differ diff --git a/objects/trees/spruce/pine8.iob b/objects/trees/spruce/pine8.iob index 5711e87c..2afd0595 100644 Binary files a/objects/trees/spruce/pine8.iob and b/objects/trees/spruce/pine8.iob differ diff --git a/objects/trees/spruce/pine9.iob b/objects/trees/spruce/pine9.iob index 27020700..0bbbab54 100644 Binary files a/objects/trees/spruce/pine9.iob and b/objects/trees/spruce/pine9.iob differ diff --git a/objects/trees/spruce/severgreen1.iob b/objects/trees/spruce/severgreen1.iob index da69d7f8..ddf4bce3 100644 Binary files a/objects/trees/spruce/severgreen1.iob and b/objects/trees/spruce/severgreen1.iob differ diff --git a/objects/trees/spruce/severgreen2.iob b/objects/trees/spruce/severgreen2.iob index c1228db8..304b16ce 100644 Binary files a/objects/trees/spruce/severgreen2.iob and b/objects/trees/spruce/severgreen2.iob differ diff --git a/objects/trees/spruce/sfrostgeneric1.iob b/objects/trees/spruce/sfrostgeneric1.iob index e551f9c5..599e9243 100644 Binary files a/objects/trees/spruce/sfrostgeneric1.iob and b/objects/trees/spruce/sfrostgeneric1.iob differ diff --git a/objects/trees/spruce/sfrostgeneric10.iob b/objects/trees/spruce/sfrostgeneric10.iob index 8bc1f08e..7fb7f596 100644 Binary files a/objects/trees/spruce/sfrostgeneric10.iob and b/objects/trees/spruce/sfrostgeneric10.iob differ diff --git a/objects/trees/spruce/sfrostgeneric11.iob b/objects/trees/spruce/sfrostgeneric11.iob index 24111bd8..be616dbb 100644 Binary files a/objects/trees/spruce/sfrostgeneric11.iob and b/objects/trees/spruce/sfrostgeneric11.iob differ diff --git a/objects/trees/spruce/sfrostgeneric12.iob b/objects/trees/spruce/sfrostgeneric12.iob index 4770e5f9..e2e63a0d 100644 Binary files a/objects/trees/spruce/sfrostgeneric12.iob and b/objects/trees/spruce/sfrostgeneric12.iob differ diff --git a/objects/trees/spruce/sfrostgeneric13.iob b/objects/trees/spruce/sfrostgeneric13.iob index 64e420b3..942e4092 100644 Binary files a/objects/trees/spruce/sfrostgeneric13.iob and b/objects/trees/spruce/sfrostgeneric13.iob differ diff --git a/objects/trees/spruce/sfrostgeneric14.iob b/objects/trees/spruce/sfrostgeneric14.iob index 6db84382..cf242cad 100644 Binary files a/objects/trees/spruce/sfrostgeneric14.iob and b/objects/trees/spruce/sfrostgeneric14.iob differ diff --git a/objects/trees/spruce/sfrostgeneric15.iob b/objects/trees/spruce/sfrostgeneric15.iob index 7fc28ae8..fb43a8ad 100644 Binary files a/objects/trees/spruce/sfrostgeneric15.iob and b/objects/trees/spruce/sfrostgeneric15.iob differ diff --git a/objects/trees/spruce/sfrostgeneric16.iob b/objects/trees/spruce/sfrostgeneric16.iob index b6a901bb..e0a75fcb 100644 Binary files a/objects/trees/spruce/sfrostgeneric16.iob and b/objects/trees/spruce/sfrostgeneric16.iob differ diff --git a/objects/trees/spruce/sfrostgeneric17.iob b/objects/trees/spruce/sfrostgeneric17.iob index c2dc6977..ad1377ac 100644 Binary files a/objects/trees/spruce/sfrostgeneric17.iob and b/objects/trees/spruce/sfrostgeneric17.iob differ diff --git a/objects/trees/spruce/sfrostgeneric18.iob b/objects/trees/spruce/sfrostgeneric18.iob index 06e35b82..42889f15 100644 Binary files a/objects/trees/spruce/sfrostgeneric18.iob and b/objects/trees/spruce/sfrostgeneric18.iob differ diff --git a/objects/trees/spruce/sfrostgeneric19.iob b/objects/trees/spruce/sfrostgeneric19.iob index 09962925..301bf326 100644 Binary files a/objects/trees/spruce/sfrostgeneric19.iob and b/objects/trees/spruce/sfrostgeneric19.iob differ diff --git a/objects/trees/spruce/sfrostgeneric2.iob b/objects/trees/spruce/sfrostgeneric2.iob index 6046e7b4..c4d0266e 100644 Binary files a/objects/trees/spruce/sfrostgeneric2.iob and b/objects/trees/spruce/sfrostgeneric2.iob differ diff --git a/objects/trees/spruce/sfrostgeneric20.iob b/objects/trees/spruce/sfrostgeneric20.iob index 0a4356d0..cf803b32 100644 Binary files a/objects/trees/spruce/sfrostgeneric20.iob and b/objects/trees/spruce/sfrostgeneric20.iob differ diff --git a/objects/trees/spruce/sfrostgeneric3.iob b/objects/trees/spruce/sfrostgeneric3.iob index c3e0cf17..b445f0ee 100644 Binary files a/objects/trees/spruce/sfrostgeneric3.iob and b/objects/trees/spruce/sfrostgeneric3.iob differ diff --git a/objects/trees/spruce/sfrostgeneric4.iob b/objects/trees/spruce/sfrostgeneric4.iob index 1da281c8..ea3ba4f4 100644 Binary files a/objects/trees/spruce/sfrostgeneric4.iob and b/objects/trees/spruce/sfrostgeneric4.iob differ diff --git a/objects/trees/spruce/sfrostgeneric5.iob b/objects/trees/spruce/sfrostgeneric5.iob index 8e8f06ca..fc7fd97b 100644 Binary files a/objects/trees/spruce/sfrostgeneric5.iob and b/objects/trees/spruce/sfrostgeneric5.iob differ diff --git a/objects/trees/spruce/sfrostgeneric6.iob b/objects/trees/spruce/sfrostgeneric6.iob index 2943aafd..8c6461a8 100644 Binary files a/objects/trees/spruce/sfrostgeneric6.iob and b/objects/trees/spruce/sfrostgeneric6.iob differ diff --git a/objects/trees/spruce/sfrostgeneric7.iob b/objects/trees/spruce/sfrostgeneric7.iob index b5cbc813..bf23b706 100644 Binary files a/objects/trees/spruce/sfrostgeneric7.iob and b/objects/trees/spruce/sfrostgeneric7.iob differ diff --git a/objects/trees/spruce/sfrostgeneric8.iob b/objects/trees/spruce/sfrostgeneric8.iob index 266888db..1e9a7c98 100644 Binary files a/objects/trees/spruce/sfrostgeneric8.iob and b/objects/trees/spruce/sfrostgeneric8.iob differ diff --git a/objects/trees/spruce/sfrostgeneric9.iob b/objects/trees/spruce/sfrostgeneric9.iob index 293b883b..52217507 100644 Binary files a/objects/trees/spruce/sfrostgeneric9.iob and b/objects/trees/spruce/sfrostgeneric9.iob differ diff --git a/objects/trees/spruce/smol1.iob b/objects/trees/spruce/smol1.iob index 2e4a7b65..b7f4075e 100644 Binary files a/objects/trees/spruce/smol1.iob and b/objects/trees/spruce/smol1.iob differ diff --git a/objects/trees/spruce/smol10.iob b/objects/trees/spruce/smol10.iob index 528263b0..462d1282 100644 Binary files a/objects/trees/spruce/smol10.iob and b/objects/trees/spruce/smol10.iob differ diff --git a/objects/trees/spruce/smol11.iob b/objects/trees/spruce/smol11.iob index 0879e0b6..e8029f5d 100644 Binary files a/objects/trees/spruce/smol11.iob and b/objects/trees/spruce/smol11.iob differ diff --git a/objects/trees/spruce/smol12.iob b/objects/trees/spruce/smol12.iob index 896c0bfa..e829fe92 100644 Binary files a/objects/trees/spruce/smol12.iob and b/objects/trees/spruce/smol12.iob differ diff --git a/objects/trees/spruce/smol13.iob b/objects/trees/spruce/smol13.iob index c702d939..4cc29043 100644 Binary files a/objects/trees/spruce/smol13.iob and b/objects/trees/spruce/smol13.iob differ diff --git a/objects/trees/spruce/smol2.iob b/objects/trees/spruce/smol2.iob index aa2a847b..0de09344 100644 Binary files a/objects/trees/spruce/smol2.iob and b/objects/trees/spruce/smol2.iob differ diff --git a/objects/trees/spruce/smol3.iob b/objects/trees/spruce/smol3.iob index fdc54dee..316bdbe3 100644 Binary files a/objects/trees/spruce/smol3.iob and b/objects/trees/spruce/smol3.iob differ diff --git a/objects/trees/spruce/smol4.iob b/objects/trees/spruce/smol4.iob index b30bbed5..a77285d2 100644 Binary files a/objects/trees/spruce/smol4.iob and b/objects/trees/spruce/smol4.iob differ diff --git a/objects/trees/spruce/smol5.iob b/objects/trees/spruce/smol5.iob index fe17d7c1..4c15a889 100644 Binary files a/objects/trees/spruce/smol5.iob and b/objects/trees/spruce/smol5.iob differ diff --git a/objects/trees/spruce/smol6.iob b/objects/trees/spruce/smol6.iob index ae38fee2..4f8d0bb8 100644 Binary files a/objects/trees/spruce/smol6.iob and b/objects/trees/spruce/smol6.iob differ diff --git a/objects/trees/spruce/smol7.iob b/objects/trees/spruce/smol7.iob index 8d0a3607..af244423 100644 Binary files a/objects/trees/spruce/smol7.iob and b/objects/trees/spruce/smol7.iob differ diff --git a/objects/trees/spruce/smol8.iob b/objects/trees/spruce/smol8.iob index b5d2f800..e1c31ec0 100644 Binary files a/objects/trees/spruce/smol8.iob and b/objects/trees/spruce/smol8.iob differ diff --git a/objects/trees/spruce/smol9.iob b/objects/trees/spruce/smol9.iob index b5de00da..5a6b6bd1 100644 Binary files a/objects/trees/spruce/smol9.iob and b/objects/trees/spruce/smol9.iob differ diff --git a/objects/trees/spruce/sprucetree-1.iob b/objects/trees/spruce/sprucetree-1.iob index d9ca70d0..87fe9f5c 100644 Binary files a/objects/trees/spruce/sprucetree-1.iob and b/objects/trees/spruce/sprucetree-1.iob differ diff --git a/objects/trees/spruce/sprucetree-10.iob b/objects/trees/spruce/sprucetree-10.iob index 6be04163..c1540894 100644 Binary files a/objects/trees/spruce/sprucetree-10.iob and b/objects/trees/spruce/sprucetree-10.iob differ diff --git a/objects/trees/spruce/sprucetree-11.iob b/objects/trees/spruce/sprucetree-11.iob index 849b6621..f6dc78ff 100644 Binary files a/objects/trees/spruce/sprucetree-11.iob and b/objects/trees/spruce/sprucetree-11.iob differ diff --git a/objects/trees/spruce/sprucetree-12.iob b/objects/trees/spruce/sprucetree-12.iob index ffa8d075..65cd201b 100644 Binary files a/objects/trees/spruce/sprucetree-12.iob and b/objects/trees/spruce/sprucetree-12.iob differ diff --git a/objects/trees/spruce/sprucetree-13.iob b/objects/trees/spruce/sprucetree-13.iob index e43fd1fa..578ae54d 100644 Binary files a/objects/trees/spruce/sprucetree-13.iob and b/objects/trees/spruce/sprucetree-13.iob differ diff --git a/objects/trees/spruce/sprucetree-14.iob b/objects/trees/spruce/sprucetree-14.iob index e65761d2..03e57568 100644 Binary files a/objects/trees/spruce/sprucetree-14.iob and b/objects/trees/spruce/sprucetree-14.iob differ diff --git a/objects/trees/spruce/sprucetree-15.iob b/objects/trees/spruce/sprucetree-15.iob index aa89b818..67aa61c6 100644 Binary files a/objects/trees/spruce/sprucetree-15.iob and b/objects/trees/spruce/sprucetree-15.iob differ diff --git a/objects/trees/spruce/sprucetree-2.iob b/objects/trees/spruce/sprucetree-2.iob index 508300f3..93179919 100644 Binary files a/objects/trees/spruce/sprucetree-2.iob and b/objects/trees/spruce/sprucetree-2.iob differ diff --git a/objects/trees/spruce/sprucetree-3.iob b/objects/trees/spruce/sprucetree-3.iob index 0a0a2586..c1c8077c 100644 Binary files a/objects/trees/spruce/sprucetree-3.iob and b/objects/trees/spruce/sprucetree-3.iob differ diff --git a/objects/trees/spruce/sprucetree-4.iob b/objects/trees/spruce/sprucetree-4.iob index 4bdf4cc2..9590f6c0 100644 Binary files a/objects/trees/spruce/sprucetree-4.iob and b/objects/trees/spruce/sprucetree-4.iob differ diff --git a/objects/trees/spruce/sprucetree-5.iob b/objects/trees/spruce/sprucetree-5.iob index 26ad4787..3ad1b231 100644 Binary files a/objects/trees/spruce/sprucetree-5.iob and b/objects/trees/spruce/sprucetree-5.iob differ diff --git a/objects/trees/spruce/sprucetree-6.iob b/objects/trees/spruce/sprucetree-6.iob index f62e6c45..133bfc46 100644 Binary files a/objects/trees/spruce/sprucetree-6.iob and b/objects/trees/spruce/sprucetree-6.iob differ diff --git a/objects/trees/spruce/sprucetree-7.iob b/objects/trees/spruce/sprucetree-7.iob index 3ae9d758..6cc87db2 100644 Binary files a/objects/trees/spruce/sprucetree-7.iob and b/objects/trees/spruce/sprucetree-7.iob differ diff --git a/objects/trees/spruce/sprucetree-8.iob b/objects/trees/spruce/sprucetree-8.iob index c1a8f406..204b6223 100644 Binary files a/objects/trees/spruce/sprucetree-8.iob and b/objects/trees/spruce/sprucetree-8.iob differ diff --git a/objects/trees/spruce/sprucetree-9.iob b/objects/trees/spruce/sprucetree-9.iob index 7de3550c..5e634d20 100644 Binary files a/objects/trees/spruce/sprucetree-9.iob and b/objects/trees/spruce/sprucetree-9.iob differ diff --git a/objects/trees/spruce/sup-pine-1.iob b/objects/trees/spruce/sup-pine-1.iob index 8d612708..1c91d104 100644 Binary files a/objects/trees/spruce/sup-pine-1.iob and b/objects/trees/spruce/sup-pine-1.iob differ diff --git a/objects/trees/spruce/sup-pine-10.iob b/objects/trees/spruce/sup-pine-10.iob index 423c14c1..de64901e 100644 Binary files a/objects/trees/spruce/sup-pine-10.iob and b/objects/trees/spruce/sup-pine-10.iob differ diff --git a/objects/trees/spruce/sup-pine-11.iob b/objects/trees/spruce/sup-pine-11.iob index 151be10e..fcdd313b 100644 Binary files a/objects/trees/spruce/sup-pine-11.iob and b/objects/trees/spruce/sup-pine-11.iob differ diff --git a/objects/trees/spruce/sup-pine-12.iob b/objects/trees/spruce/sup-pine-12.iob index 16201ef3..00e9535b 100644 Binary files a/objects/trees/spruce/sup-pine-12.iob and b/objects/trees/spruce/sup-pine-12.iob differ diff --git a/objects/trees/spruce/sup-pine-13.iob b/objects/trees/spruce/sup-pine-13.iob index 4badae4f..5bc54bda 100644 Binary files a/objects/trees/spruce/sup-pine-13.iob and b/objects/trees/spruce/sup-pine-13.iob differ diff --git a/objects/trees/spruce/sup-pine-2.iob b/objects/trees/spruce/sup-pine-2.iob index ba890aa1..087b8329 100644 Binary files a/objects/trees/spruce/sup-pine-2.iob and b/objects/trees/spruce/sup-pine-2.iob differ diff --git a/objects/trees/spruce/sup-pine-3.iob b/objects/trees/spruce/sup-pine-3.iob index f082ac96..3037cdf5 100644 Binary files a/objects/trees/spruce/sup-pine-3.iob and b/objects/trees/spruce/sup-pine-3.iob differ diff --git a/objects/trees/spruce/sup-pine-4.iob b/objects/trees/spruce/sup-pine-4.iob index 91ed5d5b..3a8ff03f 100644 Binary files a/objects/trees/spruce/sup-pine-4.iob and b/objects/trees/spruce/sup-pine-4.iob differ diff --git a/objects/trees/spruce/sup-pine-5.iob b/objects/trees/spruce/sup-pine-5.iob index 96ff55da..695801f8 100644 Binary files a/objects/trees/spruce/sup-pine-5.iob and b/objects/trees/spruce/sup-pine-5.iob differ diff --git a/objects/trees/spruce/sup-pine-6.iob b/objects/trees/spruce/sup-pine-6.iob index 0c818e26..7994e0ff 100644 Binary files a/objects/trees/spruce/sup-pine-6.iob and b/objects/trees/spruce/sup-pine-6.iob differ diff --git a/objects/trees/spruce/sup-pine-7.iob b/objects/trees/spruce/sup-pine-7.iob index c297f5e9..e4662f92 100644 Binary files a/objects/trees/spruce/sup-pine-7.iob and b/objects/trees/spruce/sup-pine-7.iob differ diff --git a/objects/trees/spruce/sup-pine-8.iob b/objects/trees/spruce/sup-pine-8.iob index 99e83c5f..2cde85b8 100644 Binary files a/objects/trees/spruce/sup-pine-8.iob and b/objects/trees/spruce/sup-pine-8.iob differ diff --git a/objects/trees/spruce/sup-pine-9.iob b/objects/trees/spruce/sup-pine-9.iob index 365b5c5a..9c99db85 100644 Binary files a/objects/trees/spruce/sup-pine-9.iob and b/objects/trees/spruce/sup-pine-9.iob differ diff --git a/objects/trees/spruce/twirl1.iob b/objects/trees/spruce/twirl1.iob index 551b36a8..96219d1f 100644 Binary files a/objects/trees/spruce/twirl1.iob and b/objects/trees/spruce/twirl1.iob differ diff --git a/objects/trees/spruce/twirl10.iob b/objects/trees/spruce/twirl10.iob index fc00dbbc..50b64920 100644 Binary files a/objects/trees/spruce/twirl10.iob and b/objects/trees/spruce/twirl10.iob differ diff --git a/objects/trees/spruce/twirl2.iob b/objects/trees/spruce/twirl2.iob index ded1abef..6c31fc60 100644 Binary files a/objects/trees/spruce/twirl2.iob and b/objects/trees/spruce/twirl2.iob differ diff --git a/objects/trees/spruce/twirl3.iob b/objects/trees/spruce/twirl3.iob index 51d9e751..1c168cbc 100644 Binary files a/objects/trees/spruce/twirl3.iob and b/objects/trees/spruce/twirl3.iob differ diff --git a/objects/trees/spruce/twirl4.iob b/objects/trees/spruce/twirl4.iob index 528fe313..3348484e 100644 Binary files a/objects/trees/spruce/twirl4.iob and b/objects/trees/spruce/twirl4.iob differ diff --git a/objects/trees/spruce/twirl5.iob b/objects/trees/spruce/twirl5.iob index 2e105c97..fdb0e84f 100644 Binary files a/objects/trees/spruce/twirl5.iob and b/objects/trees/spruce/twirl5.iob differ diff --git a/objects/trees/spruce/twirl6.iob b/objects/trees/spruce/twirl6.iob index 980efe48..bd7d02c9 100644 Binary files a/objects/trees/spruce/twirl6.iob and b/objects/trees/spruce/twirl6.iob differ diff --git a/objects/trees/spruce/twirl7.iob b/objects/trees/spruce/twirl7.iob index f7aaa890..c4d61d45 100644 Binary files a/objects/trees/spruce/twirl7.iob and b/objects/trees/spruce/twirl7.iob differ diff --git a/objects/trees/spruce/twirl8.iob b/objects/trees/spruce/twirl8.iob index 0d2f623e..e79e9d8f 100644 Binary files a/objects/trees/spruce/twirl8.iob and b/objects/trees/spruce/twirl8.iob differ diff --git a/objects/trees/spruce/twirl9.iob b/objects/trees/spruce/twirl9.iob index 3ea806e9..ecee05a2 100644 Binary files a/objects/trees/spruce/twirl9.iob and b/objects/trees/spruce/twirl9.iob differ diff --git a/objects/trees/spruce/unfrostedlarge1.iob b/objects/trees/spruce/unfrostedlarge1.iob index 91b95f31..85829038 100644 Binary files a/objects/trees/spruce/unfrostedlarge1.iob and b/objects/trees/spruce/unfrostedlarge1.iob differ diff --git a/objects/trees/spruce/unfrostedlarge10.iob b/objects/trees/spruce/unfrostedlarge10.iob index 87b12682..7c840019 100644 Binary files a/objects/trees/spruce/unfrostedlarge10.iob and b/objects/trees/spruce/unfrostedlarge10.iob differ diff --git a/objects/trees/spruce/unfrostedlarge11.iob b/objects/trees/spruce/unfrostedlarge11.iob index 09f1e1ae..0912f036 100644 Binary files a/objects/trees/spruce/unfrostedlarge11.iob and b/objects/trees/spruce/unfrostedlarge11.iob differ diff --git a/objects/trees/spruce/unfrostedlarge12.iob b/objects/trees/spruce/unfrostedlarge12.iob index 151be10e..fcdd313b 100644 Binary files a/objects/trees/spruce/unfrostedlarge12.iob and b/objects/trees/spruce/unfrostedlarge12.iob differ diff --git a/objects/trees/spruce/unfrostedlarge13.iob b/objects/trees/spruce/unfrostedlarge13.iob index 903bfe74..a76f1320 100644 Binary files a/objects/trees/spruce/unfrostedlarge13.iob and b/objects/trees/spruce/unfrostedlarge13.iob differ diff --git a/objects/trees/spruce/unfrostedlarge14.iob b/objects/trees/spruce/unfrostedlarge14.iob index a65e03d3..cc9f9226 100644 Binary files a/objects/trees/spruce/unfrostedlarge14.iob and b/objects/trees/spruce/unfrostedlarge14.iob differ diff --git a/objects/trees/spruce/unfrostedlarge15.iob b/objects/trees/spruce/unfrostedlarge15.iob index cf2843d4..1de7efae 100644 Binary files a/objects/trees/spruce/unfrostedlarge15.iob and b/objects/trees/spruce/unfrostedlarge15.iob differ diff --git a/objects/trees/spruce/unfrostedlarge16.iob b/objects/trees/spruce/unfrostedlarge16.iob index 89aa3066..adb8911f 100644 Binary files a/objects/trees/spruce/unfrostedlarge16.iob and b/objects/trees/spruce/unfrostedlarge16.iob differ diff --git a/objects/trees/spruce/unfrostedlarge17.iob b/objects/trees/spruce/unfrostedlarge17.iob index 3c5bd541..18d57ab9 100644 Binary files a/objects/trees/spruce/unfrostedlarge17.iob and b/objects/trees/spruce/unfrostedlarge17.iob differ diff --git a/objects/trees/spruce/unfrostedlarge18.iob b/objects/trees/spruce/unfrostedlarge18.iob index 16201ef3..00e9535b 100644 Binary files a/objects/trees/spruce/unfrostedlarge18.iob and b/objects/trees/spruce/unfrostedlarge18.iob differ diff --git a/objects/trees/spruce/unfrostedlarge19.iob b/objects/trees/spruce/unfrostedlarge19.iob index f3347b24..41191662 100644 Binary files a/objects/trees/spruce/unfrostedlarge19.iob and b/objects/trees/spruce/unfrostedlarge19.iob differ diff --git a/objects/trees/spruce/unfrostedlarge2.iob b/objects/trees/spruce/unfrostedlarge2.iob index bd8493d5..029f0028 100644 Binary files a/objects/trees/spruce/unfrostedlarge2.iob and b/objects/trees/spruce/unfrostedlarge2.iob differ diff --git a/objects/trees/spruce/unfrostedlarge20.iob b/objects/trees/spruce/unfrostedlarge20.iob index 4920c538..4e064852 100644 Binary files a/objects/trees/spruce/unfrostedlarge20.iob and b/objects/trees/spruce/unfrostedlarge20.iob differ diff --git a/objects/trees/spruce/unfrostedlarge21.iob b/objects/trees/spruce/unfrostedlarge21.iob index 9afde293..2fa69358 100644 Binary files a/objects/trees/spruce/unfrostedlarge21.iob and b/objects/trees/spruce/unfrostedlarge21.iob differ diff --git a/objects/trees/spruce/unfrostedlarge22.iob b/objects/trees/spruce/unfrostedlarge22.iob index a662f73d..4269d35c 100644 Binary files a/objects/trees/spruce/unfrostedlarge22.iob and b/objects/trees/spruce/unfrostedlarge22.iob differ diff --git a/objects/trees/spruce/unfrostedlarge23.iob b/objects/trees/spruce/unfrostedlarge23.iob index 7009cadf..ddaf9d8b 100644 Binary files a/objects/trees/spruce/unfrostedlarge23.iob and b/objects/trees/spruce/unfrostedlarge23.iob differ diff --git a/objects/trees/spruce/unfrostedlarge24.iob b/objects/trees/spruce/unfrostedlarge24.iob index 39cb227b..73d529ab 100644 Binary files a/objects/trees/spruce/unfrostedlarge24.iob and b/objects/trees/spruce/unfrostedlarge24.iob differ diff --git a/objects/trees/spruce/unfrostedlarge3.iob b/objects/trees/spruce/unfrostedlarge3.iob index 910c5cea..6d614737 100644 Binary files a/objects/trees/spruce/unfrostedlarge3.iob and b/objects/trees/spruce/unfrostedlarge3.iob differ diff --git a/objects/trees/spruce/unfrostedlarge4.iob b/objects/trees/spruce/unfrostedlarge4.iob index cef396a8..9f5484ac 100644 Binary files a/objects/trees/spruce/unfrostedlarge4.iob and b/objects/trees/spruce/unfrostedlarge4.iob differ diff --git a/objects/trees/spruce/unfrostedlarge5.iob b/objects/trees/spruce/unfrostedlarge5.iob index e7af28e1..8d36f871 100644 Binary files a/objects/trees/spruce/unfrostedlarge5.iob and b/objects/trees/spruce/unfrostedlarge5.iob differ diff --git a/objects/trees/spruce/unfrostedlarge6.iob b/objects/trees/spruce/unfrostedlarge6.iob index d7ffe73d..3d8e7c3c 100644 Binary files a/objects/trees/spruce/unfrostedlarge6.iob and b/objects/trees/spruce/unfrostedlarge6.iob differ diff --git a/objects/trees/spruce/unfrostedlarge7.iob b/objects/trees/spruce/unfrostedlarge7.iob index 83d8b6ab..e7d45456 100644 Binary files a/objects/trees/spruce/unfrostedlarge7.iob and b/objects/trees/spruce/unfrostedlarge7.iob differ diff --git a/objects/trees/spruce/unfrostedlarge8.iob b/objects/trees/spruce/unfrostedlarge8.iob index a83f920a..ff9bde73 100644 Binary files a/objects/trees/spruce/unfrostedlarge8.iob and b/objects/trees/spruce/unfrostedlarge8.iob differ diff --git a/objects/trees/spruce/unfrostedlarge9.iob b/objects/trees/spruce/unfrostedlarge9.iob index 7141c04c..947783e8 100644 Binary files a/objects/trees/spruce/unfrostedlarge9.iob and b/objects/trees/spruce/unfrostedlarge9.iob differ diff --git a/objects/trees/spruce/unfrostedmed1.iob b/objects/trees/spruce/unfrostedmed1.iob index ae56d7c7..36e5469e 100644 Binary files a/objects/trees/spruce/unfrostedmed1.iob and b/objects/trees/spruce/unfrostedmed1.iob differ diff --git a/objects/trees/spruce/unfrostedmed2.iob b/objects/trees/spruce/unfrostedmed2.iob index 0e7eba5d..0a5519fb 100644 Binary files a/objects/trees/spruce/unfrostedmed2.iob and b/objects/trees/spruce/unfrostedmed2.iob differ diff --git a/objects/trees/spruce/unfrostedmed3.iob b/objects/trees/spruce/unfrostedmed3.iob index 80fa3264..1782987c 100644 Binary files a/objects/trees/spruce/unfrostedmed3.iob and b/objects/trees/spruce/unfrostedmed3.iob differ diff --git a/objects/trees/spruce/unfrostedmed4.iob b/objects/trees/spruce/unfrostedmed4.iob index 9d9a6e59..ed096f7d 100644 Binary files a/objects/trees/spruce/unfrostedmed4.iob and b/objects/trees/spruce/unfrostedmed4.iob differ diff --git a/objects/trees/spruce/unfrostedmed5.iob b/objects/trees/spruce/unfrostedmed5.iob index cb4c5c4e..08744ad0 100644 Binary files a/objects/trees/spruce/unfrostedmed5.iob and b/objects/trees/spruce/unfrostedmed5.iob differ diff --git a/objects/trees/spruce/unfrostedmed6.iob b/objects/trees/spruce/unfrostedmed6.iob index 9fd63951..08bf4c16 100644 Binary files a/objects/trees/spruce/unfrostedmed6.iob and b/objects/trees/spruce/unfrostedmed6.iob differ diff --git a/objects/trees/spruce/unfrostedmed7.iob b/objects/trees/spruce/unfrostedmed7.iob index 011baa5b..55aadf26 100644 Binary files a/objects/trees/spruce/unfrostedmed7.iob and b/objects/trees/spruce/unfrostedmed7.iob differ diff --git a/objects/trees/spruce/unfrostedmed8.iob b/objects/trees/spruce/unfrostedmed8.iob index 9a43b092..b72c50c9 100644 Binary files a/objects/trees/spruce/unfrostedmed8.iob and b/objects/trees/spruce/unfrostedmed8.iob differ diff --git a/objects/trees/spruce/unfrostedsmol1.iob b/objects/trees/spruce/unfrostedsmol1.iob index 9aafa0ac..af221f87 100644 Binary files a/objects/trees/spruce/unfrostedsmol1.iob and b/objects/trees/spruce/unfrostedsmol1.iob differ diff --git a/objects/trees/spruce/unfrostedsmol2.iob b/objects/trees/spruce/unfrostedsmol2.iob index 46128136..0f3eb0b8 100644 Binary files a/objects/trees/spruce/unfrostedsmol2.iob and b/objects/trees/spruce/unfrostedsmol2.iob differ diff --git a/objects/trees/spruce/unfrostedsmol3.iob b/objects/trees/spruce/unfrostedsmol3.iob index 408f5f68..4c0f71a7 100644 Binary files a/objects/trees/spruce/unfrostedsmol3.iob and b/objects/trees/spruce/unfrostedsmol3.iob differ diff --git a/objects/trees/spruce/unfrostedsmol4.iob b/objects/trees/spruce/unfrostedsmol4.iob index 3fb063ab..a56c8e7d 100644 Binary files a/objects/trees/spruce/unfrostedsmol4.iob and b/objects/trees/spruce/unfrostedsmol4.iob differ diff --git a/objects/trees/spruce/unfrostedsmol5.iob b/objects/trees/spruce/unfrostedsmol5.iob index 870ea513..e586b2e4 100644 Binary files a/objects/trees/spruce/unfrostedsmol5.iob and b/objects/trees/spruce/unfrostedsmol5.iob differ diff --git a/objects/trees/spruce/unfrostedsmol6.iob b/objects/trees/spruce/unfrostedsmol6.iob index 9ac81647..e82a7277 100644 Binary files a/objects/trees/spruce/unfrostedsmol6.iob and b/objects/trees/spruce/unfrostedsmol6.iob differ diff --git a/objects/trees/spruce/unfrostedsmol7.iob b/objects/trees/spruce/unfrostedsmol7.iob index 7e0f4239..19c52bdb 100644 Binary files a/objects/trees/spruce/unfrostedsmol7.iob and b/objects/trees/spruce/unfrostedsmol7.iob differ diff --git a/objects/trees/spruce/unfrostedsmol8.iob b/objects/trees/spruce/unfrostedsmol8.iob index b052abe7..5b25e157 100644 Binary files a/objects/trees/spruce/unfrostedsmol8.iob and b/objects/trees/spruce/unfrostedsmol8.iob differ diff --git a/objects/trees/spruce/unfrostedsmol9.iob b/objects/trees/spruce/unfrostedsmol9.iob index d8d5336c..d41321f8 100644 Binary files a/objects/trees/spruce/unfrostedsmol9.iob and b/objects/trees/spruce/unfrostedsmol9.iob differ diff --git a/objects/trees/spruce/vgeneric1.iob b/objects/trees/spruce/vgeneric1.iob index 1e380a75..9154ab06 100644 Binary files a/objects/trees/spruce/vgeneric1.iob and b/objects/trees/spruce/vgeneric1.iob differ diff --git a/objects/trees/spruce/vgeneric10.iob b/objects/trees/spruce/vgeneric10.iob index 5a2aae20..5ee19d9d 100644 Binary files a/objects/trees/spruce/vgeneric10.iob and b/objects/trees/spruce/vgeneric10.iob differ diff --git a/objects/trees/spruce/vgeneric11.iob b/objects/trees/spruce/vgeneric11.iob index 991779cd..1bc67a4c 100644 Binary files a/objects/trees/spruce/vgeneric11.iob and b/objects/trees/spruce/vgeneric11.iob differ diff --git a/objects/trees/spruce/vgeneric12.iob b/objects/trees/spruce/vgeneric12.iob index e898ee9a..5a13d1a2 100644 Binary files a/objects/trees/spruce/vgeneric12.iob and b/objects/trees/spruce/vgeneric12.iob differ diff --git a/objects/trees/spruce/vgeneric13.iob b/objects/trees/spruce/vgeneric13.iob index d159f947..1bbfb639 100644 Binary files a/objects/trees/spruce/vgeneric13.iob and b/objects/trees/spruce/vgeneric13.iob differ diff --git a/objects/trees/spruce/vgeneric14.iob b/objects/trees/spruce/vgeneric14.iob index 7b6f80cc..8fee9952 100644 Binary files a/objects/trees/spruce/vgeneric14.iob and b/objects/trees/spruce/vgeneric14.iob differ diff --git a/objects/trees/spruce/vgeneric15.iob b/objects/trees/spruce/vgeneric15.iob index c9bed42a..bc6c11a5 100644 Binary files a/objects/trees/spruce/vgeneric15.iob and b/objects/trees/spruce/vgeneric15.iob differ diff --git a/objects/trees/spruce/vgeneric16.iob b/objects/trees/spruce/vgeneric16.iob index 032e5822..2a3b8fea 100644 Binary files a/objects/trees/spruce/vgeneric16.iob and b/objects/trees/spruce/vgeneric16.iob differ diff --git a/objects/trees/spruce/vgeneric17.iob b/objects/trees/spruce/vgeneric17.iob index 12c8d18c..da9579f7 100644 Binary files a/objects/trees/spruce/vgeneric17.iob and b/objects/trees/spruce/vgeneric17.iob differ diff --git a/objects/trees/spruce/vgeneric18.iob b/objects/trees/spruce/vgeneric18.iob index cc2fc9f9..6d259889 100644 Binary files a/objects/trees/spruce/vgeneric18.iob and b/objects/trees/spruce/vgeneric18.iob differ diff --git a/objects/trees/spruce/vgeneric19.iob b/objects/trees/spruce/vgeneric19.iob index 7b89ff81..7a87d2b4 100644 Binary files a/objects/trees/spruce/vgeneric19.iob and b/objects/trees/spruce/vgeneric19.iob differ diff --git a/objects/trees/spruce/vgeneric2.iob b/objects/trees/spruce/vgeneric2.iob index 1b873064..21aa61c6 100644 Binary files a/objects/trees/spruce/vgeneric2.iob and b/objects/trees/spruce/vgeneric2.iob differ diff --git a/objects/trees/spruce/vgeneric20.iob b/objects/trees/spruce/vgeneric20.iob index 910ce73e..791557af 100644 Binary files a/objects/trees/spruce/vgeneric20.iob and b/objects/trees/spruce/vgeneric20.iob differ diff --git a/objects/trees/spruce/vgeneric21.iob b/objects/trees/spruce/vgeneric21.iob index b525f0da..44139620 100644 Binary files a/objects/trees/spruce/vgeneric21.iob and b/objects/trees/spruce/vgeneric21.iob differ diff --git a/objects/trees/spruce/vgeneric22.iob b/objects/trees/spruce/vgeneric22.iob index 7da74a74..4f61c99d 100644 Binary files a/objects/trees/spruce/vgeneric22.iob and b/objects/trees/spruce/vgeneric22.iob differ diff --git a/objects/trees/spruce/vgeneric23.iob b/objects/trees/spruce/vgeneric23.iob index adafadee..7849cfd1 100644 Binary files a/objects/trees/spruce/vgeneric23.iob and b/objects/trees/spruce/vgeneric23.iob differ diff --git a/objects/trees/spruce/vgeneric24.iob b/objects/trees/spruce/vgeneric24.iob index 42b20397..22bf8f43 100644 Binary files a/objects/trees/spruce/vgeneric24.iob and b/objects/trees/spruce/vgeneric24.iob differ diff --git a/objects/trees/spruce/vgeneric25.iob b/objects/trees/spruce/vgeneric25.iob index cb919ddf..ff962222 100644 Binary files a/objects/trees/spruce/vgeneric25.iob and b/objects/trees/spruce/vgeneric25.iob differ diff --git a/objects/trees/spruce/vgeneric26.iob b/objects/trees/spruce/vgeneric26.iob index c3069e56..3bd4c580 100644 Binary files a/objects/trees/spruce/vgeneric26.iob and b/objects/trees/spruce/vgeneric26.iob differ diff --git a/objects/trees/spruce/vgeneric27.iob b/objects/trees/spruce/vgeneric27.iob index 7da74a74..4f61c99d 100644 Binary files a/objects/trees/spruce/vgeneric27.iob and b/objects/trees/spruce/vgeneric27.iob differ diff --git a/objects/trees/spruce/vgeneric28.iob b/objects/trees/spruce/vgeneric28.iob index aa33d8e0..14f0bcf9 100644 Binary files a/objects/trees/spruce/vgeneric28.iob and b/objects/trees/spruce/vgeneric28.iob differ diff --git a/objects/trees/spruce/vgeneric29.iob b/objects/trees/spruce/vgeneric29.iob index 46ed7d94..b22ffa0f 100644 Binary files a/objects/trees/spruce/vgeneric29.iob and b/objects/trees/spruce/vgeneric29.iob differ diff --git a/objects/trees/spruce/vgeneric3.iob b/objects/trees/spruce/vgeneric3.iob index ae6212e3..b21875ae 100644 Binary files a/objects/trees/spruce/vgeneric3.iob and b/objects/trees/spruce/vgeneric3.iob differ diff --git a/objects/trees/spruce/vgeneric30.iob b/objects/trees/spruce/vgeneric30.iob index c44dac3f..bac4ca47 100644 Binary files a/objects/trees/spruce/vgeneric30.iob and b/objects/trees/spruce/vgeneric30.iob differ diff --git a/objects/trees/spruce/vgeneric31.iob b/objects/trees/spruce/vgeneric31.iob index a88ba3ff..8da751e8 100644 Binary files a/objects/trees/spruce/vgeneric31.iob and b/objects/trees/spruce/vgeneric31.iob differ diff --git a/objects/trees/spruce/vgeneric32.iob b/objects/trees/spruce/vgeneric32.iob index 7d2ebce0..ecfc557b 100644 Binary files a/objects/trees/spruce/vgeneric32.iob and b/objects/trees/spruce/vgeneric32.iob differ diff --git a/objects/trees/spruce/vgeneric4.iob b/objects/trees/spruce/vgeneric4.iob index d24d9cdf..54985ae5 100644 Binary files a/objects/trees/spruce/vgeneric4.iob and b/objects/trees/spruce/vgeneric4.iob differ diff --git a/objects/trees/spruce/vgeneric5.iob b/objects/trees/spruce/vgeneric5.iob index dc7990e3..cf647945 100644 Binary files a/objects/trees/spruce/vgeneric5.iob and b/objects/trees/spruce/vgeneric5.iob differ diff --git a/objects/trees/spruce/vgeneric6.iob b/objects/trees/spruce/vgeneric6.iob index 52f005e1..ea107a15 100644 Binary files a/objects/trees/spruce/vgeneric6.iob and b/objects/trees/spruce/vgeneric6.iob differ diff --git a/objects/trees/spruce/vgeneric7.iob b/objects/trees/spruce/vgeneric7.iob index 3522b6cf..2fb90c0c 100644 Binary files a/objects/trees/spruce/vgeneric7.iob and b/objects/trees/spruce/vgeneric7.iob differ diff --git a/objects/trees/spruce/vgeneric8.iob b/objects/trees/spruce/vgeneric8.iob index 26741ce8..e5071c10 100644 Binary files a/objects/trees/spruce/vgeneric8.iob and b/objects/trees/spruce/vgeneric8.iob differ diff --git a/objects/trees/spruce/vgeneric9.iob b/objects/trees/spruce/vgeneric9.iob index 0b1a6976..2d43e5b3 100644 Binary files a/objects/trees/spruce/vgeneric9.iob and b/objects/trees/spruce/vgeneric9.iob differ diff --git a/objects/trees/spruce/xmasbaby1.iob b/objects/trees/spruce/xmasbaby1.iob index 8bf09461..d9041e67 100644 Binary files a/objects/trees/spruce/xmasbaby1.iob and b/objects/trees/spruce/xmasbaby1.iob differ diff --git a/objects/trees/spruce/xmasbaby2.iob b/objects/trees/spruce/xmasbaby2.iob index eeb7b158..268a9555 100644 Binary files a/objects/trees/spruce/xmasbaby2.iob and b/objects/trees/spruce/xmasbaby2.iob differ diff --git a/objects/trees/spruce/xmasbaby3.iob b/objects/trees/spruce/xmasbaby3.iob index a40a44d2..f1b572d1 100644 Binary files a/objects/trees/spruce/xmasbaby3.iob and b/objects/trees/spruce/xmasbaby3.iob differ diff --git a/objects/trees/spruce/xmasbaby4.iob b/objects/trees/spruce/xmasbaby4.iob index 2d4abc31..1ff55fe9 100644 Binary files a/objects/trees/spruce/xmasbaby4.iob and b/objects/trees/spruce/xmasbaby4.iob differ diff --git a/objects/trees/spruce/xmasbaby5.iob b/objects/trees/spruce/xmasbaby5.iob index 2f58017e..f38b8248 100644 Binary files a/objects/trees/spruce/xmasbaby5.iob and b/objects/trees/spruce/xmasbaby5.iob differ diff --git a/objects/trees/willow/bt1.iob b/objects/trees/willow/bt1.iob index ba6d5f18..7dd9848b 100644 Binary files a/objects/trees/willow/bt1.iob and b/objects/trees/willow/bt1.iob differ diff --git a/objects/trees/willow/bt2.iob b/objects/trees/willow/bt2.iob index 2f2fa9f0..96292de0 100644 Binary files a/objects/trees/willow/bt2.iob and b/objects/trees/willow/bt2.iob differ diff --git a/objects/trees/willow/bt3.iob b/objects/trees/willow/bt3.iob index bdf375cb..8801c650 100644 Binary files a/objects/trees/willow/bt3.iob and b/objects/trees/willow/bt3.iob differ diff --git a/objects/trees/willow/bt4.iob b/objects/trees/willow/bt4.iob index 7700335b..51b310b6 100644 Binary files a/objects/trees/willow/bt4.iob and b/objects/trees/willow/bt4.iob differ diff --git a/objects/trees/willow/bt5.iob b/objects/trees/willow/bt5.iob index 67ed1219..eb1e214d 100644 Binary files a/objects/trees/willow/bt5.iob and b/objects/trees/willow/bt5.iob differ diff --git a/objects/trees/willow/bt6.iob b/objects/trees/willow/bt6.iob index 1fbac21b..f504cac9 100644 Binary files a/objects/trees/willow/bt6.iob and b/objects/trees/willow/bt6.iob differ diff --git a/objects/trees/willow/bt7.iob b/objects/trees/willow/bt7.iob index 57f29a9f..1020fdec 100644 Binary files a/objects/trees/willow/bt7.iob and b/objects/trees/willow/bt7.iob differ diff --git a/objects/trees/willow/bt8.iob b/objects/trees/willow/bt8.iob index 37c39c97..5155db30 100644 Binary files a/objects/trees/willow/bt8.iob and b/objects/trees/willow/bt8.iob differ diff --git a/objects/trees/willow/bt9.iob b/objects/trees/willow/bt9.iob index 4e254375..bfff14de 100644 Binary files a/objects/trees/willow/bt9.iob and b/objects/trees/willow/bt9.iob differ diff --git a/objects/trees/willow/t1.iob b/objects/trees/willow/t1.iob index f1d07355..50581ec7 100644 Binary files a/objects/trees/willow/t1.iob and b/objects/trees/willow/t1.iob differ diff --git a/objects/trees/willow/t2.iob b/objects/trees/willow/t2.iob index 343d4ab9..f0411f07 100644 Binary files a/objects/trees/willow/t2.iob and b/objects/trees/willow/t2.iob differ diff --git a/objects/trees/willow/t3.iob b/objects/trees/willow/t3.iob index 770bb716..e037d929 100644 Binary files a/objects/trees/willow/t3.iob and b/objects/trees/willow/t3.iob differ diff --git a/objects/trees/willow/t4.iob b/objects/trees/willow/t4.iob index babdfee1..03d2da31 100644 Binary files a/objects/trees/willow/t4.iob and b/objects/trees/willow/t4.iob differ diff --git a/objects/trees/willow/t5.iob b/objects/trees/willow/t5.iob index 2010bae5..5da9ddcc 100644 Binary files a/objects/trees/willow/t5.iob and b/objects/trees/willow/t5.iob differ diff --git a/objects/trees/willow/t6.iob b/objects/trees/willow/t6.iob index 2172de31..9e97106a 100644 Binary files a/objects/trees/willow/t6.iob and b/objects/trees/willow/t6.iob differ diff --git a/objects/trees/willow/t7.iob b/objects/trees/willow/t7.iob index f24be16a..a26b8cfd 100644 Binary files a/objects/trees/willow/t7.iob and b/objects/trees/willow/t7.iob differ diff --git a/objects/trees/willow/t8.iob b/objects/trees/willow/t8.iob index 4da87d01..2f74b1fc 100644 Binary files a/objects/trees/willow/t8.iob and b/objects/trees/willow/t8.iob differ diff --git a/objects/trees/willow/w1.iob b/objects/trees/willow/w1.iob index 61d832de..be67969a 100644 Binary files a/objects/trees/willow/w1.iob and b/objects/trees/willow/w1.iob differ diff --git a/objects/trees/willow/w2.iob b/objects/trees/willow/w2.iob index 8d1e18a3..f8ec6758 100644 Binary files a/objects/trees/willow/w2.iob and b/objects/trees/willow/w2.iob differ diff --git a/objects/trees/willow/w3.iob b/objects/trees/willow/w3.iob index a833e687..5d3fc0db 100644 Binary files a/objects/trees/willow/w3.iob and b/objects/trees/willow/w3.iob differ diff --git a/objects/trees/willow/w4.iob b/objects/trees/willow/w4.iob index fe45a0cf..ae4c371d 100644 Binary files a/objects/trees/willow/w4.iob and b/objects/trees/willow/w4.iob differ diff --git a/objects/trees/willow/w5.iob b/objects/trees/willow/w5.iob index ff810ae3..18a723ff 100644 Binary files a/objects/trees/willow/w5.iob and b/objects/trees/willow/w5.iob differ diff --git a/objects/trees/willow/w6.iob b/objects/trees/willow/w6.iob index 937dbac8..beab594d 100644 Binary files a/objects/trees/willow/w6.iob and b/objects/trees/willow/w6.iob differ diff --git a/objects/trees/willow/w7.iob b/objects/trees/willow/w7.iob index 2cdd1e2b..1410b004 100644 Binary files a/objects/trees/willow/w7.iob and b/objects/trees/willow/w7.iob differ diff --git a/objects/trees/willow/w8.iob b/objects/trees/willow/w8.iob index 5f6fbbe3..7adce177 100644 Binary files a/objects/trees/willow/w8.iob and b/objects/trees/willow/w8.iob differ diff --git a/objects/trees/willow/w9.iob b/objects/trees/willow/w9.iob index f317f640..d332b093 100644 Binary files a/objects/trees/willow/w9.iob and b/objects/trees/willow/w9.iob differ diff --git a/ravines/amethyst/main.json b/ravines/amethyst/main.json index aa73d298..c3961fd5 100644 --- a/ravines/amethyst/main.json +++ b/ravines/amethyst/main.json @@ -1,32 +1,32 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 48, "maxIterations": 99 @@ -34,9 +34,7 @@ "customBiome": "carving/amethyst", "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 12, "min": 7 }, @@ -44,10 +42,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/calcite/main.json b/ravines/calcite/main.json index 34eb5921..23d59d90 100644 --- a/ravines/calcite/main.json +++ b/ravines/calcite/main.json @@ -1,57 +1,51 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 125, "maxIterations": 150 }, "customBiome": "carving/calcite", "fork": { - "caves": [ - { - "cave": "drip/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "drip/small" - } - ] + "caves": [{ + "cave": "drip/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "drip/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 24, "min": 14 }, @@ -59,10 +53,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/calcite/small.json b/ravines/calcite/small.json index 7d347160..96e612ac 100644 --- a/ravines/calcite/small.json +++ b/ravines/calcite/small.json @@ -1,32 +1,32 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 32, "maxIterations": 32 @@ -34,9 +34,7 @@ "customBiome": "carving/calcite", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 13, "min": 7 }, @@ -44,10 +42,8 @@ "topAngle": 90, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/deep/main.json b/ravines/deep/main.json index 9ceb108f..15b49432 100644 --- a/ravines/deep/main.json +++ b/ravines/deep/main.json @@ -1,32 +1,32 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 125, "maxIterations": 150 @@ -34,9 +34,7 @@ "customBiome": "carving/rocky", "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 24, "min": 14 }, @@ -44,10 +42,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/drip/main.json b/ravines/drip/main.json index e0c382d9..a1836847 100644 --- a/ravines/drip/main.json +++ b/ravines/drip/main.json @@ -1,57 +1,51 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 125, "maxIterations": 150 }, "customBiome": "carving/drip", "fork": { - "caves": [ - { - "cave": "drip/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "drip/small" - } - ] + "caves": [{ + "cave": "drip/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "drip/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 24, "min": 14 }, @@ -59,10 +53,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/drip/small.json b/ravines/drip/small.json index 3efcf7c9..2a4506e3 100644 --- a/ravines/drip/small.json +++ b/ravines/drip/small.json @@ -1,32 +1,32 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 32, "maxIterations": 32 @@ -34,9 +34,7 @@ "customBiome": "carving/drip", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 13, "min": 7 }, @@ -44,10 +42,8 @@ "topAngle": 90, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/ice/main.json b/ravines/ice/main.json index b244da0b..2af0a37b 100644 --- a/ravines/ice/main.json +++ b/ravines/ice/main.json @@ -1,51 +1,45 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 125, "maxIterations": 150 }, "customBiome": "carving/ice-ravine", - "fork": { - "caves": [ - { - "cave": "ice/main", - "rarity": 17, - "breakSurface": false - } - ] - }, + "fork": {"caves": [{ + "cave": "ice/main", + "rarity": 17, + "breakSurface": false + }]}, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 24, "min": 14 }, @@ -53,10 +47,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/jungle/main.json b/ravines/jungle/main.json index 8df48061..6aba758c 100644 --- a/ravines/jungle/main.json +++ b/ravines/jungle/main.json @@ -1,32 +1,32 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 48, "maxIterations": 99 @@ -34,9 +34,7 @@ "customBiome": "carving/jungle", "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 12, "min": 7 }, @@ -44,10 +42,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/mixed-sandstone/main.json b/ravines/mixed-sandstone/main.json index 1c0b75ad..56cb8982 100644 --- a/ravines/mixed-sandstone/main.json +++ b/ravines/mixed-sandstone/main.json @@ -1,57 +1,51 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min":6 }, "maxDistance": 125, "maxIterations": 150 }, "customBiome": "carving/mixed-sandstone", "fork": { - "caves": [ - { - "cave": "red-sandstone/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "red-sandstone/small" - } - ] + "caves": [{ + "cave": "red-sandstone/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "red-sandstone/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 24, "min": 14 }, @@ -59,10 +53,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/mixed-sandstone/small.json b/ravines/mixed-sandstone/small.json index 2992203a..5c0c922f 100644 --- a/ravines/mixed-sandstone/small.json +++ b/ravines/mixed-sandstone/small.json @@ -1,32 +1,32 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 32, "maxIterations": 32 @@ -34,9 +34,7 @@ "customBiome": "carving/mixed-sandstone", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 13, "min": 7 }, @@ -44,10 +42,8 @@ "topAngle": 90, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/red-sandstone/main.json b/ravines/red-sandstone/main.json index 93d4e4d1..d3f033a6 100644 --- a/ravines/red-sandstone/main.json +++ b/ravines/red-sandstone/main.json @@ -1,57 +1,51 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 125, "maxIterations": 150 }, "customBiome": "carving/red-sandstone", "fork": { - "caves": [ - { - "cave": "red-sandstone/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "red-sandstone/small" - } - ] + "caves": [{ + "cave": "red-sandstone/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "red-sandstone/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 24, "min": 14 }, @@ -59,10 +53,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/red-sandstone/small.json b/ravines/red-sandstone/small.json index 9597240a..8064d49c 100644 --- a/ravines/red-sandstone/small.json +++ b/ravines/red-sandstone/small.json @@ -1,32 +1,32 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max":6, + "min": 6 }, "maxDistance": 32, "maxIterations": 32 @@ -34,9 +34,7 @@ "customBiome": "carving/sandstone", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 13, "min": 7 }, @@ -44,10 +42,8 @@ "topAngle": 90, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/rocky/main.json b/ravines/rocky/main.json index 464712c1..9154e9bb 100644 --- a/ravines/rocky/main.json +++ b/ravines/rocky/main.json @@ -1,57 +1,51 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 125, "maxIterations": 150 }, "customBiome": "carving/rocky", "fork": { - "caves": [ - { - "cave": "rocky/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "rocky/small" - } - ] + "caves": [{ + "cave": "rocky/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "rocky/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 24, "min": 14 }, @@ -59,10 +53,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/rocky/small.json b/ravines/rocky/small.json index e53ffbfd..7cc10a52 100644 --- a/ravines/rocky/small.json +++ b/ravines/rocky/small.json @@ -1,32 +1,32 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 32, "maxIterations": 32 @@ -34,9 +34,7 @@ "customBiome": "carving/rocky", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 13, "min": 7 }, @@ -44,10 +42,8 @@ "topAngle": 90, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/sandstone/main.json b/ravines/sandstone/main.json index d731abe3..ae6f8161 100644 --- a/ravines/sandstone/main.json +++ b/ravines/sandstone/main.json @@ -1,57 +1,51 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 125, "maxIterations": 150 }, "customBiome": "carving/sandstone", "fork": { - "caves": [ - { - "cave": "sandstone/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "sandstone/small" - } - ] + "caves": [{ + "cave": "sandstone/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "sandstone/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 24, "min": 14 }, @@ -59,10 +53,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/sandstone/small.json b/ravines/sandstone/small.json index 9597240a..9bd6533a 100644 --- a/ravines/sandstone/small.json +++ b/ravines/sandstone/small.json @@ -1,32 +1,32 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 32, "maxIterations": 32 @@ -34,9 +34,7 @@ "customBiome": "carving/sandstone", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 13, "min": 7 }, @@ -44,10 +42,8 @@ "topAngle": 90, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/simple/main.json b/ravines/simple/main.json index 3b62e1c7..f46b3d2a 100644 --- a/ravines/simple/main.json +++ b/ravines/simple/main.json @@ -1,56 +1,50 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 125, "maxIterations": 150 }, "fork": { - "caves": [ - { - "cave": "sandstone/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "sandstone/small" - } - ] + "caves": [{ + "cave": "sandstone/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "sandstone/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 24, "min": 14 }, @@ -58,10 +52,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/simple/small.json b/ravines/simple/small.json index a69eab32..2140df8a 100644 --- a/ravines/simple/small.json +++ b/ravines/simple/small.json @@ -1,41 +1,39 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 32, "maxIterations": 32 }, "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 13, "min": 7 }, @@ -43,10 +41,8 @@ "topAngle": 90, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/swamp/main.json b/ravines/swamp/main.json index ab6820d4..236f9384 100644 --- a/ravines/swamp/main.json +++ b/ravines/swamp/main.json @@ -1,57 +1,51 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 125, "maxIterations": 150 }, "customBiome": "carving/swamp", "fork": { - "caves": [ - { - "cave": "swamp/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "rocky/small" - } - ] + "caves": [{ + "cave": "swamp/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "rocky/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 24, "min": 14 }, @@ -59,10 +53,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/swamp/small.json b/ravines/swamp/small.json index 74f70f8f..b95998fd 100644 --- a/ravines/swamp/small.json +++ b/ravines/swamp/small.json @@ -1,32 +1,32 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 32, "maxIterations": 32 @@ -34,9 +34,7 @@ "customBiome": "carving/swamp", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 13, "min": 7 }, @@ -44,10 +42,8 @@ "topAngle": 90, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/volcanic/main.json b/ravines/volcanic/main.json index 4d571211..e559a30b 100644 --- a/ravines/volcanic/main.json +++ b/ravines/volcanic/main.json @@ -1,57 +1,51 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 0.6, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 0.6, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 125, "maxIterations": 150 }, "customBiome": "carving/volcanic", "fork": { - "caves": [ - { - "cave": "volcanic/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "volcanic/small" - } - ] + "caves": [{ + "cave": "volcanic/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "volcanic/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 24, "min": 14 }, @@ -59,10 +53,8 @@ "topAngle": 70, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/ravines/volcanic/small.json b/ravines/volcanic/small.json index f5a15dc6..0b36eb0b 100644 --- a/ravines/volcanic/small.json +++ b/ravines/volcanic/small.json @@ -1,32 +1,32 @@ { "worm": { "xStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "zStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { - "zoom": 0.6, + "zoom": 0.12, "style": "NOWHERE" } }, "yStyle": { - "min": -6, - "max": 6, + "min": -12, + "max": 12, "generator": { "zoom": 3, "style": "PERLIN" } }, "girth": { - "max": 3, - "min": 3 + "max": 6, + "min": 6 }, "maxDistance": 32, "maxIterations": 32 @@ -34,9 +34,7 @@ "customBiome": "carving/volcanic", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, + "generator": {"style": "PERLIN"}, "max": 13, "min": 7 }, @@ -44,10 +42,8 @@ "topAngle": 90, "ribThickness": 5, "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, + "generator": {"style": "FLAT"}, "max": 1, "min": 1 } -} \ No newline at end of file +} diff --git a/regions/frozen.json b/regions/frozen.json index c88249fa..cb772fac 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -2,12 +2,20 @@ "name": "Frozen", "color": "#44C3D1", "rarity": 1, - "jigsawStructures": [ - { - "structure": "murky_stronghold", - "rarity": 250 - } + "landBiomes": [ + "frozen/plains", + "frozen/pines", + "frozen/plains", + "frozen/mountain", + "frozen/redwood-forest", + "frozen/hills", + "frozen/pine-plains", + "frozen/spruce-plains" ], + "jigsawStructures": [{ + "structure": "murky_stronghold", + "rarity": 250 + }], "objects": [ { "heightmap": { @@ -29,22 +37,10 @@ "structures/amethyst5", "structures/amethyst6" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:glass" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:void_air" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:glass"}], + "replace": {"palette": [{"block": "minecraft:void_air"}]} + }], "enabled": true, "xAxis": { "interval": 90, @@ -77,63 +73,23 @@ ], "edit": [ { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, "chance": 0.1 }, { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.07 }, { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, "chance": 0.15 }, { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.2 } ], @@ -141,19 +97,8 @@ "carvingSupport": "SURFACE_ONLY" } ], - "landBiomes": [ - "frozen/plains", - "frozen/pines", - "frozen/plains", - "frozen/mountain", - "frozen/redwood-forest", - "frozen/hills", - "frozen/pine-plains", - "frozen/spruce-plains" - ], "loot": { "mode": "ADD", - "multiplier": 1, "tables": [ "global-tools", "frozen-clutter", @@ -162,37 +107,11 @@ "cold-treasure" ] }, - "shoreBiomes": [ - "frozen/shore/beach" - ], + "shoreBiomes": ["frozen/shore/beach"], "seaBiomes": [ "frozen/sea/frozen-river-ice", "frozen/sea/ocean" ], - "riverBiomes": [ - "frozen/sea/frozen-river-ice", - "frozen/sea/ocean" - ], - "spotBiomes": [ - { - "biome": "frozen/vander", - "scale": 25, - "type": "LAND", - "shuffle": 328, - "rarity": 3 - } - ], - "riverStyle": { - "style": "VASCULAR", - "axialFracturing": true, - "zoom": 4.77, - "fracture": { - "axialFracturing": true, - "multiplier": 240, - "style": "NOWHERE", - "zoom": 5 - } - }, "deposits": [ { "minHeight": 8, @@ -201,11 +120,7 @@ "minPerChunk": 1, "minSize": 2, "maxSize": 4, - "palette": [ - { - "block": "minecraft:diamond_ore" - } - ], + "palette": [{"block": "minecraft:diamond_ore"}], "varience": 4 }, { @@ -215,11 +130,7 @@ "minPerChunk": 1, "minSize": 3, "maxSize": 8, - "palette": [ - { - "block": "minecraft:copper_ore" - } - ], + "palette": [{"block": "minecraft:copper_ore"}], "varience": 8 } ], @@ -227,35 +138,25 @@ "landBiomeZoom": 5, "shoreHeightMin": 2.2, "shoreHeightMax": 4.2, - "blockDrops": [ - { - "blocks": [ - { - "block": "minecraft:stone" - } - ], - "drops": [ - { - "rarity": 1, - "maxAmount": 2, - "minAmount": 1, - "type": "spruce_sapling" - } - ] - } - ], + "blockDrops": [{ + "blocks": [{"block": "minecraft:stone"}], + "drops": [{ + "rarity": 1, + "maxAmount": 2, + "minAmount": 1, + "type": "spruce_sapling" + }] + }], "entitySpawners": [ "frozen/land-passive", "frozen/land-hostile", "frozen/land-cave" ], "carving": { - "ravines": [ - { - "rarity": 150, - "ravine": "ice/main" - } - ], + "ravines": [{ + "rarity": 150, + "ravine": "ice/main" + }], "caves": [ { "breakSurface": true, @@ -264,9 +165,7 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "VASCULAR" - } + "style": {"style": "VASCULAR"} } }, { @@ -276,13 +175,11 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } } ] }, "shoreHeightZoom": 1.14, "riverThickness": 0.006 -} \ No newline at end of file +} diff --git a/regions/hot.json b/regions/hot.json index cdbc794d..d031c226 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -2,12 +2,26 @@ "name": "Hot", "color": "#D1CD44", "rarity": 1, - "jigsawStructures": [ - { - "structure": "murky_stronghold", - "rarity": 250 - } + "landBiomes": [ + "hot/desert-dunes", + "hot/desert-dunes-red", + "savanna/forest", + "savanna/savanna", + "mesa/dark", + "savanna/forest", + "savanna/plateau", + "savanna/acacia-denmyre", + "mesa/plateau", + "mesa/valleys", + "mesa/plateau-high", + "mesa/valleys", + "mesa/mesa", + "mesa/cliffs" ], + "jigsawStructures": [{ + "structure": "murky_stronghold", + "rarity": 250 + }], "objects": [ { "heightmap": { @@ -29,22 +43,10 @@ "structures/amethyst5", "structures/amethyst6" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:glass" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:void_air" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:glass"}], + "replace": {"palette": [{"block": "minecraft:void_air"}]} + }], "enabled": true, "xAxis": { "interval": 90, @@ -83,63 +85,23 @@ ], "edit": [ { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, "chance": 0.1 }, { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.07 }, { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, "chance": 0.15 }, { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.2 } ], @@ -147,22 +109,6 @@ "carvingSupport": "SURFACE_ONLY" } ], - "landBiomes": [ - "hot/desert-dunes", - "hot/desert-dunes-red", - "savanna/forest", - "savanna/savanna", - "mesa/dark", - "savanna/forest", - "savanna/plateau", - "savanna/acacia-denmyre", - "mesa/plateau", - "mesa/valleys", - "mesa/plateau-high", - "mesa/valleys", - "mesa/mesa", - "mesa/cliffs" - ], "loot": { "mode": "ADD", "multiplier": 1, @@ -174,35 +120,13 @@ "cactus-clutter" ] }, - "shoreBiomes": [ - "hot/shore/beach" - ], - "seaBiomes": [ - "hot/sea/ocean" - ], + "shoreBiomes": ["hot/shore/beach"], + "seaBiomes": ["hot/sea/ocean"], "entitySpawners": [ "hot/land-passive", "hot/land-hostile", "hot/land-cave" ], - "riverStyle": { - "style": "VASCULAR", - "zoom": 4.77, - "fracture": { - "multiplier": 240, - "style": "NOWHERE", - "zoom": 5 - } - }, - "spotBiomes": [ - { - "biome": "hot/oasis", - "scale": 5, - "type": "SEA", - "shuffle": 328, - "rarity": 15 - } - ], "deposits": [ { "minHeight": 2, @@ -211,11 +135,7 @@ "minPerChunk": 1, "minSize": 3, "maxSize": 8, - "palette": [ - { - "block": "minecraft:gold_ore" - } - ], + "palette": [{"block": "minecraft:gold_ore"}], "varience": 5 }, { @@ -225,11 +145,7 @@ "minPerChunk": 1, "minSize": 3, "maxSize": 8, - "palette": [ - { - "block": "minecraft:lapis_ore" - } - ], + "palette": [{"block": "minecraft:lapis_ore"}], "varience": 5 } ], @@ -277,9 +193,7 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -289,9 +203,7 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -301,9 +213,7 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -313,9 +223,7 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -325,9 +233,7 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } } ] @@ -335,4 +241,4 @@ "shoreHeightMin": 3.2, "shoreHeightMax": 6.2, "shoreHeightZoom": 1.14 -} \ No newline at end of file +} diff --git a/regions/mushroom.json b/regions/mushroom.json index d64a74b5..bf771a75 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -2,66 +2,6 @@ "name": "Mushroom", "color": "#F1C3EF", "rarity": 20, - "jigsawStructures": [ - { - "structure": "murky_stronghold", - "rarity": 250 - } - ], - "objects": [ - { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "structures/amethyst1", - "structures/amethyst2", - "structures/amethyst3", - "structures/amethyst4", - "structures/amethyst5", - "structures/amethyst6" - ], - "edit": [ - { - "find": [ - { - "block": "minecraft:glass" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:void_air" - } - ] - } - } - ], - "enabled": true, - "xAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "yAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "translate": { - "yRandom": 10, - "y": 2 - } - } - ], "landBiomes": [ "mushroom/forest", "mushroom/crimson-forest", @@ -69,6 +9,50 @@ "mushroom/plains", "mushroom/warped-forest" ], + "jigsawStructures": [{ + "structure": "murky_stronghold", + "rarity": 250 + }], + "objects": [{ + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 + }, + "offsetY": 5 + }, + "chance": 0.05, + "bottom": true, + "density": 1, + "place": [ + "structures/amethyst1", + "structures/amethyst2", + "structures/amethyst3", + "structures/amethyst4", + "structures/amethyst5", + "structures/amethyst6" + ], + "edit": [{ + "find": [{"block": "minecraft:glass"}], + "replace": {"palette": [{"block": "minecraft:void_air"}]} + }], + "enabled": true, + "xAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "yAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "translate": { + "yRandom": 10, + "y": 2 + } + }], "loot": { "mode": "ADD", "multiplier": 1, @@ -80,56 +64,33 @@ "mushroom-food" ] }, - "shoreBiomes": [ - "mushroom/shore/beach" - ], - "seaBiomes": [ - "mushroom/sea/ocean" - ], - "blockDrops": [ - { - "drops": [ - { - "type": "red_mushroom", - "rarity": 8 - }, - { - "type": "brown_mushroom", - "rarity": 8 - } - ], - "blocks": [ - { - "block": "minecraft:mycelium" - }, - { - "block": "minecraft:mushroom_stem" - }, - { - "block": "minecraft:red_mushroom_block" - }, - { - "block": "minecraft:brown_mushroom_block" - } - ] - } - ], - "riverStyle": { - "style": "VASCULAR", - "zoom": 4.77, - "fracture": { - "multiplier": 240, - "style": "NOWHERE", - "zoom": 5 - } - }, + "shoreBiomes": ["mushroom/shore/beach"], + "seaBiomes": ["mushroom/sea/ocean"], + "blockDrops": [{ + "drops": [ + { + "type": "red_mushroom", + "rarity": 8 + }, + { + "type": "brown_mushroom", + "rarity": 8 + } + ], + "blocks": [ + {"block": "minecraft:mycelium"}, + {"block": "minecraft:mushroom_stem"}, + {"block": "minecraft:red_mushroom_block"}, + {"block": "minecraft:brown_mushroom_block"} + ] + }], "landBiomeZoom": 1.8, "effects": [ { - "particleAltX": 1e-05, + "particleAltX": 1.0E-5, "particleAway": 1, "particleAltY": 0.01885, - "particleAltZ": 1e-05, + "particleAltZ": 1.0E-5, "chance": 3, "particleEffect": "CRIMSON_SPORE", "particleDistance": 5, @@ -154,21 +115,15 @@ ], "shoreHeightMin": 3.2, "shoreHeightMax": 6.2, - "carving": { - "caves": [ - { - "breakSurface": true, - "cave": "rocky/main", - "rarity": 50, - "caveStartHeight": { - "max": 400, - "min": 15, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "carving": {"caves": [{ + "breakSurface": true, + "cave": "rocky/main", + "rarity": 50, + "caveStartHeight": { + "max": 400, + "min": 15, + "style": {"style": "STATIC"} + } + }]}, "shoreHeightZoom": 1.14 -} \ No newline at end of file +} diff --git a/regions/swamp.json b/regions/swamp.json index 765f5bab..efe0702e 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -2,66 +2,6 @@ "name": "Swamp", "color": "#69943C", "rarity": 2, - "jigsawStructures": [ - { - "structure": "murky_stronghold", - "rarity": 250 - } - ], - "objects": [ - { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "structures/amethyst1", - "structures/amethyst2", - "structures/amethyst3", - "structures/amethyst4", - "structures/amethyst5", - "structures/amethyst6" - ], - "edit": [ - { - "find": [ - { - "block": "minecraft:glass" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:void_air" - } - ] - } - } - ], - "enabled": true, - "xAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "yAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "translate": { - "yRandom": 10, - "y": 2 - } - } - ], "landBiomes": [ "swamp/roofed-forest", "swamp/willow-forest", @@ -72,6 +12,50 @@ "swamp/marsh", "swamp/handy-willow-forest" ], + "jigsawStructures": [{ + "structure": "murky_stronghold", + "rarity": 250 + }], + "objects": [{ + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 + }, + "offsetY": 5 + }, + "chance": 0.05, + "bottom": true, + "density": 1, + "place": [ + "structures/amethyst1", + "structures/amethyst2", + "structures/amethyst3", + "structures/amethyst4", + "structures/amethyst5", + "structures/amethyst6" + ], + "edit": [{ + "find": [{"block": "minecraft:glass"}], + "replace": {"palette": [{"block": "minecraft:void_air"}]} + }], + "enabled": true, + "xAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "yAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "translate": { + "yRandom": 10, + "y": 2 + } + }], "loot": { "mode": "ADD", "multiplier": 1, @@ -83,23 +67,12 @@ "swamp-food" ] }, - "shoreBiomes": [ - "swamp/shore/beach" - ], + "shoreBiomes": ["swamp/shore/beach"], "seaBiomes": [ "swamp/sea/ocean", "swamp/swamp-mangrove-lake", "swamp/sea/ocean-tree" ], - "riverStyle": { - "style": "VASCULAR", - "zoom": 4.77, - "fracture": { - "multiplier": 240, - "style": "NOWHERE", - "zoom": 5 - } - }, "entitySpawners": [ "swamp/land-passive", "swamp/land-hostile", @@ -113,11 +86,7 @@ "minPerChunk": 1, "minSize": 3, "maxSize": 8, - "palette": [ - { - "block": "minecraft:coal_ore" - } - ], + "palette": [{"block": "minecraft:coal_ore"}], "varience": 4 }, { @@ -127,56 +96,34 @@ "minPerChunk": 4, "minSize": 3, "maxSize": 8, - "palette": [ - { - "block": "minecraft:iron_ore" - } - ], + "palette": [{"block": "minecraft:iron_ore"}], "varience": 4 } ], "landBiomeZoom": 3, "shoreHeightMin": 1.2, "shoreHeightMax": 3, - "carving": { - "caves": [ - { - "breakSurface": true, - "cave": "swamp/main", - "rarity": 10, - "caveStartHeight": { - "max": 400, - "min": 15, - "style": { - "style": "STATIC" - } - } - } - ] - }, - "shoreHeightZoom": 3.14, - "blockDrops": [ - { - "drops": [ - { - "type": "slime_ball", - "rarity": 24 - } - ], - "blocks": [ - { - "block": "minecraft:grass_block" - }, - { - "block": "minecraft:dark_oak_leaves" - }, - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:tall_grass" - } - ] + "carving": {"caves": [{ + "breakSurface": true, + "cave": "swamp/main", + "rarity": 10, + "caveStartHeight": { + "max": 400, + "min": 15, + "style": {"style": "STATIC"} } - ] -} \ No newline at end of file + }]}, + "shoreHeightZoom": 3.14, + "blockDrops": [{ + "drops": [{ + "type": "slime_ball", + "rarity": 24 + }], + "blocks": [ + {"block": "minecraft:grass_block"}, + {"block": "minecraft:dark_oak_leaves"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:tall_grass"} + ] + }] +} diff --git a/regions/temperate.json b/regions/temperate.json index cccab577..ccf85058 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -2,12 +2,24 @@ "name": "Temperate", "color": "#9BEE61", "rarity": 1, - "jigsawStructures": [ - { - "structure": "murky_stronghold", - "rarity": 250 - } + "landBiomes": [ + "temperate/plateau", + "temperate/stranged-plains", + "temperate/longtree-forest", + "temperate/osaka-violet-forest", + "temperate/combo-forest", + "temperate/plains", + "temperate/wilds", + "temperate/oak-forest", + "temperate/osaka-red-forest", + "temperate/birch-forest", + "temperate/reaching-forest", + "temperate/lush-plains" ], + "jigsawStructures": [{ + "structure": "murky_stronghold", + "rarity": 250 + }], "objects": [ { "heightmap": { @@ -29,22 +41,10 @@ "structures/amethyst5", "structures/amethyst6" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:glass" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:void_air" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:glass"}], + "replace": {"palette": [{"block": "minecraft:void_air"}]} + }], "enabled": true, "xAxis": { "interval": 90, @@ -77,63 +77,23 @@ ], "edit": [ { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, "chance": 0.1 }, { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.07 }, { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, "chance": 0.15 }, { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.2 } ], @@ -141,20 +101,6 @@ "carvingSupport": "SURFACE_ONLY" } ], - "landBiomes": [ - "temperate/plateau", - "temperate/stranged-plains", - "temperate/longtree-forest", - "temperate/osaka-violet-forest", - "temperate/combo-forest", - "temperate/plains", - "temperate/wilds", - "temperate/oak-forest", - "temperate/osaka-red-forest", - "temperate/birch-forest", - "temperate/reaching-forest", - "temperate/lush-plains" - ], "loot": { "mode": "ADD", "multiplier": 1, @@ -173,9 +119,7 @@ "temperate/sea/river", "ocean/deep" ], - "riverBiomes": [ - "temperate/sea/river" - ], + "riverBiomes": ["temperate/sea/river"], "ENTITY_SPAWNS": "ALL ENTITY SPAWNS FOR THE REGION", "entitySpawners": [ "temperate/land-passive", @@ -183,25 +127,19 @@ "temperate/land-cave" ], "shoreBiomeZoom": 0.15, - "deposits": [ - { - "minHeight": 15, - "maxPerChunk": 26, - "maxHeight": 410, - "minPerChunk": 4, - "minSize": 3, - "maxSize": 8, - "palette": [ - { - "block": "minecraft:iron_ore" - }, - { - "block": "minecraft:coal_ore" - } - ], - "varience": 4 - } - ], + "deposits": [{ + "minHeight": 15, + "maxPerChunk": 26, + "maxHeight": 410, + "minPerChunk": 4, + "minSize": 3, + "maxSize": 8, + "palette": [ + {"block": "minecraft:iron_ore"}, + {"block": "minecraft:coal_ore"} + ], + "varience": 4 + }], "carving": { "ravines": [ { @@ -221,9 +159,7 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -233,22 +169,15 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } } ] }, "riverRarity": 1, "landBiomeZoom": 5.5, - "riverStyle": { - "style": "GLOB_IRIS_DOUBLE", - "zoom": 4.925, - "exponent": 3.1 - }, "shoreHeightMin": 1, "shoreHeightMax": 5.2, "shoreHeightZoom": 1.14, "riverThickness": 0.025 -} \ No newline at end of file +} diff --git a/regions/terralost.json b/regions/terralost.json new file mode 100644 index 00000000..b59a4220 --- /dev/null +++ b/regions/terralost.json @@ -0,0 +1,47 @@ +{ + "name": "Terralost", + "color": "#446600", + "rarity": 2, + "landBiomes": [ + "terralost/amethyst-rainforest", + "terralost/amethyst-rainforest", + "terralost/alpine-grove", + "terralost/alpine-highlands" + ], + "loot": { + "mode": "ADD", + "multiplier": 1, + "tables": [ + "global-clutter", + "global-tools" + ] + }, + "landBiomeZoom": 3, + "shoreBiomes": ["tundra/shore/beach"], + "seaBiomes": ["mountain/sea/river"], + "entitySpawners": [ + "tundra/land-passive", + "tundra/land-hostile", + "tundra/land-cave" + ], + "shoreHeightMin": 2.2, + "shoreHeightMax": 5.2, + "carving": { + "ravines": [{ + "rarity": 25, + "ravine": "calcite/main" + }], + "caves": [{ + "breakSurface": true, + "cave": "rocky/main", + "rarity": 50, + "caveStartHeight": { + "max": 400, + "min": 15, + "style": {"style": "STATIC"} + } + }] + }, + "shoreHeightZoom": 1.14, + "riverThickness": 0.025 +} diff --git a/regions/tropical.json b/regions/tropical.json index c40f3de1..fcfb85fd 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -2,12 +2,23 @@ "name": "Tropical", "color": "#54EA2C", "rarity": 2, - "jigsawStructures": [ - { - "structure": "murky_stronghold", - "rarity": 250 - } + "landBiomes": [ + "tropical/rainforest", + "tropical/rainforest-hills", + "tropical/plains", + "tropical/bamboo-forest", + "tropical/rainforest-wicked", + "tropical/volcanic-plains", + "tropical/mountain", + "tropical/mountain-extreme", + "tropical/mountain-plains", + "tropical/wilds", + "tropical/plains-hills" ], + "jigsawStructures": [{ + "structure": "murky_stronghold", + "rarity": 250 + }], "objects": [ { "heightmap": { @@ -29,22 +40,10 @@ "structures/amethyst5", "structures/amethyst6" ], - "edit": [ - { - "find": [ - { - "block": "minecraft:glass" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:void_air" - } - ] - } - } - ], + "edit": [{ + "find": [{"block": "minecraft:glass"}], + "replace": {"palette": [{"block": "minecraft:void_air"}]} + }], "enabled": true, "xAxis": { "interval": 90, @@ -77,63 +76,23 @@ ], "edit": [ { - "find": [ - { - "block": "minecraft:gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:air" - } - ] - }, + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, "chance": 0.1 }, { - "find": [ - { - "block": "minecraft:netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.07 }, { - "find": [ - { - "block": "minecraft:obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:crying_obsidian" - } - ] - }, + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, "chance": 0.15 }, { - "find": [ - { - "block": "minecraft:lava" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:magma_block" - } - ] - }, + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, "chance": 0.2 } ], @@ -141,19 +100,6 @@ "carvingSupport": "SURFACE_ONLY" } ], - "landBiomes": [ - "tropical/rainforest", - "tropical/rainforest-hills", - "tropical/plains", - "tropical/bamboo-forest", - "tropical/rainforest-wicked", - "tropical/volcanic-plains", - "tropical/mountain", - "tropical/mountain-extreme", - "tropical/mountain-plains", - "tropical/wilds", - "tropical/plains-hills" - ], "loot": { "mode": "ADD", "multiplier": 1, @@ -176,12 +122,10 @@ "tropical/sea/river-soft" ], "carving": { - "ravines": [ - { - "rarity": 170, - "ravine": "jungle/main" - } - ], + "ravines": [{ + "rarity": 170, + "ravine": "jungle/main" + }], "caves": [ { "breakSurface": true, @@ -190,9 +134,7 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -202,9 +144,7 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -214,9 +154,7 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -226,41 +164,24 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } } ] }, - "riverStyle": { - "style": "VASCULAR", - "zoom": 4.77, - "fracture": { - "multiplier": 240, - "style": "NOWHERE", - "zoom": 5 - } - }, - "deposits": [ - { - "minHeight": 10, - "maxPerChunk": 9, - "maxHeight": 92, - "minPerChunk": 2, - "minSize": 3, - "maxSize": 8, - "palette": [ - { - "block": "minecraft:lapis_ore" - }, - { - "block": "minecraft:redstone_ore" - } - ], - "varience": 8 - } - ], + "deposits": [{ + "minHeight": 10, + "maxPerChunk": 9, + "maxHeight": 92, + "minPerChunk": 2, + "minSize": 3, + "maxSize": 8, + "palette": [ + {"block": "minecraft:lapis_ore"}, + {"block": "minecraft:redstone_ore"} + ], + "varience": 8 + }], "entitySpawners": [ "tropical/land-passive", "tropical/land-hostile", @@ -272,4 +193,4 @@ "shoreHeightMin": 3.2, "shoreHeightMax": 9.2, "shoreHeightZoom": 2.14 -} \ No newline at end of file +} diff --git a/regions/tundra.json b/regions/tundra.json index c1d49ce0..692cba2d 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -2,66 +2,6 @@ "name": "Tundra", "color": "#9CB0B9", "rarity": 2, - "jigsawStructures": [ - { - "structure": "murky_stronghold", - "rarity": 250 - } - ], - "objects": [ - { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "structures/amethyst1", - "structures/amethyst2", - "structures/amethyst3", - "structures/amethyst4", - "structures/amethyst5", - "structures/amethyst6" - ], - "edit": [ - { - "find": [ - { - "block": "minecraft:glass" - } - ], - "replace": { - "palette": [ - { - "block": "minecraft:void_air" - } - ] - } - } - ], - "enabled": true, - "xAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "yAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "translate": { - "yRandom": 10, - "y": 2 - } - } - ], "landBiomes": [ "tundra/taiga", "tundra/redwood-forest", @@ -72,7 +12,7 @@ "tundra/spruce-denmyre", "tundra/mountains", "tundra/mountains", - "tundra/mountains-cliffs", + "tundra/mountains-extended-cliffs", "mountain/hills", "mountain/forest-extended", "tundra/frosted-peaks", @@ -82,6 +22,50 @@ "mountain/mountain", "tundra/ether" ], + "jigsawStructures": [{ + "structure": "murky_stronghold", + "rarity": 250 + }], + "objects": [{ + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 + }, + "offsetY": 5 + }, + "chance": 0.05, + "bottom": true, + "density": 1, + "place": [ + "structures/amethyst1", + "structures/amethyst2", + "structures/amethyst3", + "structures/amethyst4", + "structures/amethyst5", + "structures/amethyst6" + ], + "edit": [{ + "find": [{"block": "minecraft:glass"}], + "replace": {"palette": [{"block": "minecraft:void_air"}]} + }], + "enabled": true, + "xAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "yAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "translate": { + "yRandom": 10, + "y": 2 + } + }], "loot": { "mode": "ADD", "multiplier": 1, @@ -96,9 +80,7 @@ "tundra/shore/beach", "tundra/shore/beach-stone" ], - "seaBiomes": [ - "mountain/sea/river" - ], + "seaBiomes": ["mountain/sea/river"], "entitySpawners": [ "tundra/land-passive", "tundra/land-hostile", @@ -110,33 +92,18 @@ "mountain/sea/river", "mountain/sea/river-soft" ], - "deposits": [ - { - "minHeight": 20, - "maxPerChunk": 8, - "maxHeight": 102, - "minPerChunk": 2, - "minSize": 3, - "maxSize": 8, - "palette": [ - { - "block": "minecraft:emerald_ore" - } - ], - "varience": 8 - } - ], + "deposits": [{ + "minHeight": 20, + "maxPerChunk": 8, + "maxHeight": 102, + "minPerChunk": 2, + "minSize": 3, + "maxSize": 8, + "palette": [{"block": "minecraft:emerald_ore"}], + "varience": 8 + }], "riverRarity": 1, "landBiomeZoom": 4.5, - "riverStyle": { - "style": "VASCULAR", - "zoom": 4.77, - "fracture": { - "multiplier": 240, - "style": "NOWHERE", - "zoom": 5 - } - }, "shoreHeightMin": 2.2, "shoreHeightMax": 5.2, "carving": { @@ -158,9 +125,7 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -170,13 +135,11 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } } ] }, "shoreHeightZoom": 1.14, "riverThickness": 0.025 -} \ No newline at end of file +}