From 84f179ffc7a86686f2d455a97ea192ffc42bef79 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Wed, 9 Sep 2020 03:15:13 -0700 Subject: [PATCH] Lots --- biomes/mosaic-lith-black.json | 52 +++++++++++++++++++++++++++++++ biomes/mosaic-lith-cyan.json | 54 +++++++++++++++++++++++++++++++- biomes/mosaic-lith-green.json | 52 +++++++++++++++++++++++++++++++ biomes/mosaic-lith-purple.json | 48 +++++++++++++++++++++++++++++ biomes/mosaic-lith-red.json | 52 +++++++++++++++++++++++++++++++ biomes/mosaic-lith-white.json | 56 +++++++++++++++++++++++++++++++++- 6 files changed, 312 insertions(+), 2 deletions(-) diff --git a/biomes/mosaic-lith-black.json b/biomes/mosaic-lith-black.json index c753a959..772244a1 100644 --- a/biomes/mosaic-lith-black.json +++ b/biomes/mosaic-lith-black.json @@ -79,6 +79,58 @@ } ], "objects": [ + { + "chance": 0.06, + "edit": [ + { + "find": ["BLUE_TERRACOTTA"], + "replace": ["BLACKSTONE"] + }, + { + "find": ["WHITE_STAINED_GLASS"], + "replace": ["RED_STAINED_GLASS"] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "crystal/crystal-1", + "crystal/crystal-2", + "crystal/crystal-3", + "crystal/crystal-4", + "crystal/crystal-5", + "crystal/crystal-6", + "crystal/crystal-7", + "crystal/crystal-8", + "crystal/crystal-9", + "crystal/crystal-10" + ], + "translate": { + "x": 0, + "y": 9, + "yRandom": 25, + "z": 0 + } + }, { "chance": 0.01, "rotation": { diff --git a/biomes/mosaic-lith-cyan.json b/biomes/mosaic-lith-cyan.json index e0f1c516..e4f8773b 100644 --- a/biomes/mosaic-lith-cyan.json +++ b/biomes/mosaic-lith-cyan.json @@ -96,12 +96,64 @@ ] }, "objects": [ + { + "chance": 0.06, + "edit": [ + { + "find": ["BLUE_TERRACOTTA"], + "replace": ["LIGHT_BLUE_CONCRETE"] + }, + { + "find": ["WHITE_STAINED_GLASS"], + "replace": ["BLUE_STAINED_GLASS"] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "crystal/crystal-1", + "crystal/crystal-2", + "crystal/crystal-3", + "crystal/crystal-4", + "crystal/crystal-5", + "crystal/crystal-6", + "crystal/crystal-7", + "crystal/crystal-8", + "crystal/crystal-9", + "crystal/crystal-10" + ], + "translate": { + "x": 0, + "y": 9, + "yRandom": 25, + "z": 0 + } + }, { "chance": 0.01, "edit": [ { "find": ["BLACK_CONCRETE"], - "replace": ["LIGHT_BLUE_CONCRETE"] + "replace": ["CYAN_CONCRETE"] } ], "rotation": { diff --git a/biomes/mosaic-lith-green.json b/biomes/mosaic-lith-green.json index ab0af706..8f382346 100644 --- a/biomes/mosaic-lith-green.json +++ b/biomes/mosaic-lith-green.json @@ -94,6 +94,58 @@ ] }, "objects": [ + { + "chance": 0.06, + "edit": [ + { + "find": ["BLUE_TERRACOTTA"], + "replace": ["GREEN_TERRACOTTA"] + }, + { + "find": ["WHITE_STAINED_GLASS"], + "replace": ["LIME_STAINED_GLASS"] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "crystal/crystal-1", + "crystal/crystal-2", + "crystal/crystal-3", + "crystal/crystal-4", + "crystal/crystal-5", + "crystal/crystal-6", + "crystal/crystal-7", + "crystal/crystal-8", + "crystal/crystal-9", + "crystal/crystal-10" + ], + "translate": { + "x": 0, + "y": 9, + "yRandom": 25, + "z": 0 + } + }, { "chance": 0.01, "edit": [ diff --git a/biomes/mosaic-lith-purple.json b/biomes/mosaic-lith-purple.json index dc53ad48..3ff1493c 100644 --- a/biomes/mosaic-lith-purple.json +++ b/biomes/mosaic-lith-purple.json @@ -89,6 +89,54 @@ ] }, "objects": [ + { + "chance": 0.06, + "edit": [ + { + "find": ["BLUE_TERRACOTTA"], + "replace": ["PURPLE_CONCRETE"] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "crystal/crystal-1", + "crystal/crystal-2", + "crystal/crystal-3", + "crystal/crystal-4", + "crystal/crystal-5", + "crystal/crystal-6", + "crystal/crystal-7", + "crystal/crystal-8", + "crystal/crystal-9", + "crystal/crystal-10" + ], + "translate": { + "x": 0, + "y": 9, + "yRandom": 25, + "z": 0 + } + }, { "chance": 0.01, "edit": [ diff --git a/biomes/mosaic-lith-red.json b/biomes/mosaic-lith-red.json index 82f37201..145a7987 100644 --- a/biomes/mosaic-lith-red.json +++ b/biomes/mosaic-lith-red.json @@ -104,6 +104,58 @@ ] }, "objects": [ + { + "chance": 0.06, + "edit": [ + { + "find": ["BLUE_TERRACOTTA"], + "replace": ["RED_TERRACOTTA"] + }, + { + "find": ["WHITE_STAINED_GLASS"], + "replace": ["BLACK_STAINED_GLASS"] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "crystal/crystal-1", + "crystal/crystal-2", + "crystal/crystal-3", + "crystal/crystal-4", + "crystal/crystal-5", + "crystal/crystal-6", + "crystal/crystal-7", + "crystal/crystal-8", + "crystal/crystal-9", + "crystal/crystal-10" + ], + "translate": { + "x": 0, + "y": 9, + "yRandom": 25, + "z": 0 + } + }, { "chance": 0.01, "edit": [ diff --git a/biomes/mosaic-lith-white.json b/biomes/mosaic-lith-white.json index 3ea07b6f..6c02c014 100644 --- a/biomes/mosaic-lith-white.json +++ b/biomes/mosaic-lith-white.json @@ -82,11 +82,65 @@ ] }, "objects": [ + { + "chance": 0.06, + "edit": [ + { + "find": ["BLUE_TERRACOTTA"], + "replace": ["LIGHT_GRAY_STAINED_GLASS"] + + }, + { + "find": ["WHITE_STAINED_GLASS"], + "replace": ["WHITE_CONCRETE"] + + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "crystal/crystal-1", + "crystal/crystal-2", + "crystal/crystal-3", + "crystal/crystal-4", + "crystal/crystal-5", + "crystal/crystal-6", + "crystal/crystal-7", + "crystal/crystal-8", + "crystal/crystal-9", + "crystal/crystal-10" + ], + "translate": { + "x": 0, + "y": 9, + "yRandom": 25, + "z": 0 + } + }, { "chance": 0.01, "edit": [ { - "find": ["WHITE_CONCRETE"], + "find": ["BLACK_CONCRETE"], "replace": ["WHITE_CONCRETE"] } ],