From 5b436d634de69456bf1d1b657fe1bdc93339c05a Mon Sep 17 00:00:00 2001 From: StrangeOne101 Date: Sun, 25 Jul 2021 23:25:13 +1200 Subject: [PATCH] Fruit of the Forest (and not the desert) - Added Pumpkins (Forests, Plains and Mountains) - Added Melons (Tropical and Lush) - Made snow pines snow zoom a little bit larger - Made tundra walls go from diorite + stone to stone + dirt + coarse dirt --- biomes/frozen/pine-plains.json | 2 +- biomes/temperate/birch-forest.json | 21 ++++ biomes/temperate/birch-thin.json | 21 ++++ biomes/temperate/combo-forest.json | 21 ++++ biomes/temperate/flower-forest.json | 35 +++--- biomes/temperate/longtree-forest.json | 21 ++++ biomes/temperate/lush-plains-red.json | 28 ++++- biomes/temperate/lush-plains-yellow.json | 28 ++++- biomes/temperate/lush-plains.json | 28 ++++- biomes/temperate/oak-denmyre.json | 21 ++++ biomes/temperate/oak-forest.json | 21 ++++ biomes/temperate/plains.json | 8 +- biomes/temperate/sakura-pink-child.json | 21 ++++ biomes/temperate/sakura-pink-forest.json | 21 ++++ biomes/temperate/wilds.json | 21 ++++ biomes/tropical/bamboo-forest.json | 21 ++++ biomes/tropical/mountain-extreme.json | 27 +++++ biomes/tropical/mountain-middle.json | 21 ++++ biomes/tropical/mountain-plains.json | 21 ++++ biomes/tropical/mountain.json | 21 ++++ biomes/tropical/plains-hills.json | 21 ++++ biomes/tropical/plains.json | 21 ++++ biomes/tropical/rainforest-hills.json | 21 ++++ biomes/tropical/rainforest-island.json | 21 ++++ biomes/tropical/rainforest-wicked-child.json | 21 ++++ biomes/tropical/rainforest-wicked.json | 21 ++++ biomes/tropical/rainforest.json | 21 ++++ biomes/tundra/autumn.json | 21 ++++ biomes/tundra/forest-cliffs.json | 21 ++++ biomes/tundra/forest.json | 109 +++++++++++-------- biomes/tundra/mountains.json | 21 ++++ biomes/tundra/redwood-cliffs.json | 7 +- biomes/tundra/redwood-forest.json | 7 +- biomes/tundra/sequia-redwoods.json | 21 ++++ biomes/tundra/spruce-denmyre.json | 21 ++++ biomes/tundra/taiga.json | 21 ++++ objects/clutter/melons1.iob | Bin 0 -> 117 bytes objects/clutter/melons2.iob | Bin 0 -> 101 bytes objects/clutter/melons3.iob | Bin 0 -> 125 bytes objects/clutter/melons4.iob | Bin 0 -> 101 bytes objects/clutter/melons5.iob | Bin 0 -> 93 bytes objects/clutter/melons6.iob | Bin 0 -> 93 bytes objects/clutter/pumpkins1.iob | Bin 0 -> 119 bytes objects/clutter/pumpkins2.iob | Bin 0 -> 103 bytes objects/clutter/pumpkins3.iob | Bin 0 -> 127 bytes objects/clutter/pumpkins4.iob | Bin 0 -> 103 bytes objects/clutter/pumpkins5.iob | Bin 0 -> 95 bytes objects/clutter/pumpkins6.iob | Bin 0 -> 95 bytes 48 files changed, 749 insertions(+), 76 deletions(-) create mode 100644 objects/clutter/melons1.iob create mode 100644 objects/clutter/melons2.iob create mode 100644 objects/clutter/melons3.iob create mode 100644 objects/clutter/melons4.iob create mode 100644 objects/clutter/melons5.iob create mode 100644 objects/clutter/melons6.iob create mode 100644 objects/clutter/pumpkins1.iob create mode 100644 objects/clutter/pumpkins2.iob create mode 100644 objects/clutter/pumpkins3.iob create mode 100644 objects/clutter/pumpkins4.iob create mode 100644 objects/clutter/pumpkins5.iob create mode 100644 objects/clutter/pumpkins6.iob diff --git a/biomes/frozen/pine-plains.json b/biomes/frozen/pine-plains.json index d0c3caa4..a153536d 100644 --- a/biomes/frozen/pine-plains.json +++ b/biomes/frozen/pine-plains.json @@ -72,7 +72,7 @@ "chance": 1, "variance": { "style": "IRIS", - "zoom": 0.23 + "zoom": 0.29 }, "palette": [ { diff --git a/biomes/temperate/birch-forest.json b/biomes/temperate/birch-forest.json index 5d15f060..bcc51a7a 100644 --- a/biomes/temperate/birch-forest.json +++ b/biomes/temperate/birch-forest.json @@ -159,6 +159,27 @@ "trees/birch/antioch5b", "trees/birch/antioch6b" ] + }, + { + "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": 90 + } + } } ], "biomeStyle": {"style": "SIMPLEX"}, diff --git a/biomes/temperate/birch-thin.json b/biomes/temperate/birch-thin.json index a03fa277..75a442c2 100644 --- a/biomes/temperate/birch-thin.json +++ b/biomes/temperate/birch-thin.json @@ -130,6 +130,27 @@ "trees/birch/antioch5b", "trees/birch/antioch6b" ] + }, + { + "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": 90 + } + } } ], "biomeZoom": 50, diff --git a/biomes/temperate/combo-forest.json b/biomes/temperate/combo-forest.json index 6661c525..052e4ef6 100644 --- a/biomes/temperate/combo-forest.json +++ b/biomes/temperate/combo-forest.json @@ -288,6 +288,27 @@ "clutter/literalgarbage3", "clutter/literalgarbage4" ] + }, + { + "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": 90 + } + } } ], "wall": { diff --git a/biomes/temperate/flower-forest.json b/biomes/temperate/flower-forest.json index 4e04192d..588d18e0 100644 --- a/biomes/temperate/flower-forest.json +++ b/biomes/temperate/flower-forest.json @@ -371,27 +371,24 @@ }, { - "chance": 2.0E-7, - "mode": "MIN_HEIGHT", - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, + "chance": 0.008, + "mode": "PAINT", "place": [ - "void/void", - "void/void", - "void/void", - "trees/mixed/smoakog80" + "clutter/pumpkins1", + "clutter/pumpkins2", + "clutter/pumpkins3", + "clutter/pumpkins4", + "clutter/pumpkins5", + "clutter/pumpkins6" ], - "translate": { - "x": 0, - "y": -5, - "z": 0 + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } } } ], diff --git a/biomes/temperate/longtree-forest.json b/biomes/temperate/longtree-forest.json index 4512bf7b..7e20f385 100644 --- a/biomes/temperate/longtree-forest.json +++ b/biomes/temperate/longtree-forest.json @@ -362,6 +362,27 @@ "y": -2, "z": 0 } + }, + { + "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": 90 + } + } } ], "generators": [{ diff --git a/biomes/temperate/lush-plains-red.json b/biomes/temperate/lush-plains-red.json index 2afe3801..01848a3b 100644 --- a/biomes/temperate/lush-plains-red.json +++ b/biomes/temperate/lush-plains-red.json @@ -190,7 +190,33 @@ "structures/landstone5", "clutter/statue-villager-plains" ] - + }, + { + "chance": 0.004, + "mode": "PAINT", + "place": [ + "clutter/pumpkins1", + "clutter/pumpkins2", + "clutter/pumpkins3", + "clutter/pumpkins4", + "clutter/pumpkins5", + "clutter/pumpkins6", + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ], "biomeStyle": {"style": "SIMPLEX"}, diff --git a/biomes/temperate/lush-plains-yellow.json b/biomes/temperate/lush-plains-yellow.json index 84445fa3..0fbbf6dc 100644 --- a/biomes/temperate/lush-plains-yellow.json +++ b/biomes/temperate/lush-plains-yellow.json @@ -190,7 +190,33 @@ "structures/landstone5", "clutter/statue-villager-plains" ] - + }, + { + "chance": 0.004, + "mode": "PAINT", + "place": [ + "clutter/pumpkins1", + "clutter/pumpkins2", + "clutter/pumpkins3", + "clutter/pumpkins4", + "clutter/pumpkins5", + "clutter/pumpkins6", + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ], "biomeStyle": {"style": "SIMPLEX"}, diff --git a/biomes/temperate/lush-plains.json b/biomes/temperate/lush-plains.json index dc7e4ecd..9b929a23 100644 --- a/biomes/temperate/lush-plains.json +++ b/biomes/temperate/lush-plains.json @@ -218,7 +218,33 @@ "structures/landstone5", "clutter/statue-villager-plains" ] - + }, + { + "chance": 0.004, + "mode": "PAINT", + "place": [ + "clutter/pumpkins1", + "clutter/pumpkins2", + "clutter/pumpkins3", + "clutter/pumpkins4", + "clutter/pumpkins5", + "clutter/pumpkins6", + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ], "biomeStyle": {"style": "SIMPLEX"}, diff --git a/biomes/temperate/oak-denmyre.json b/biomes/temperate/oak-denmyre.json index e1f91fd1..a3a6f0d6 100644 --- a/biomes/temperate/oak-denmyre.json +++ b/biomes/temperate/oak-denmyre.json @@ -190,6 +190,27 @@ "max": 360 } } + }, + { + "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": 90 + } + } } ], "wall": { diff --git a/biomes/temperate/oak-forest.json b/biomes/temperate/oak-forest.json index 0f4c5d74..a2b4d66e 100644 --- a/biomes/temperate/oak-forest.json +++ b/biomes/temperate/oak-forest.json @@ -219,6 +219,27 @@ "y": -5, "z": 0 } + }, + { + "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": 90 + } + } } ], "entityInitialSpawns": [ diff --git a/biomes/temperate/plains.json b/biomes/temperate/plains.json index 08cb150c..4fd1af6e 100644 --- a/biomes/temperate/plains.json +++ b/biomes/temperate/plains.json @@ -292,7 +292,13 @@ }, { "place": [ - "clutter/statue-villager-plains" + "clutter/statue-villager-plains", + "clutter/pumpkins1", + "clutter/pumpkins2", + "clutter/pumpkins3", + "clutter/pumpkins4", + "clutter/pumpkins5", + "clutter/pumpkins6" ], "chance": 0.008, "mode": "MIN_HEIGHT", diff --git a/biomes/temperate/sakura-pink-child.json b/biomes/temperate/sakura-pink-child.json index 55d34b0a..68f96fc3 100644 --- a/biomes/temperate/sakura-pink-child.json +++ b/biomes/temperate/sakura-pink-child.json @@ -164,6 +164,27 @@ "clutter/literalgarbage3", "clutter/literalgarbage4" ] + }, + { + "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": 90 + } + } } ], "biomeZoom": 60, diff --git a/biomes/temperate/sakura-pink-forest.json b/biomes/temperate/sakura-pink-forest.json index 8fa52b2d..b33bc773 100644 --- a/biomes/temperate/sakura-pink-forest.json +++ b/biomes/temperate/sakura-pink-forest.json @@ -186,6 +186,27 @@ "clutter/literalgarbage3", "clutter/literalgarbage4" ] + }, + { + "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": 90 + } + } } ], "biomeZoom": 60, diff --git a/biomes/temperate/wilds.json b/biomes/temperate/wilds.json index 25576dab..e74d2e2d 100644 --- a/biomes/temperate/wilds.json +++ b/biomes/temperate/wilds.json @@ -135,6 +135,27 @@ "clutter/camp1", "clutter/bincluster1" ] + }, + { + "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": 90 + } + } } ], "layers": [ diff --git a/biomes/tropical/bamboo-forest.json b/biomes/tropical/bamboo-forest.json index c4cacb67..5b447b12 100644 --- a/biomes/tropical/bamboo-forest.json +++ b/biomes/tropical/bamboo-forest.json @@ -171,6 +171,27 @@ "y": -2, "z": 0 } + }, + { + "chance": 0.008, + "mode": "PAINT", + "place": [ + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ], "biomeZoom": 10, diff --git a/biomes/tropical/mountain-extreme.json b/biomes/tropical/mountain-extreme.json index 8b9df0d0..ea63bb33 100644 --- a/biomes/tropical/mountain-extreme.json +++ b/biomes/tropical/mountain-extreme.json @@ -158,6 +158,33 @@ } }, "translate": {"y": -2} + }, + { + "chance": 0.004, + "mode": "PAINT", + "place": [ + "clutter/pumpkins1", + "clutter/pumpkins2", + "clutter/pumpkins3", + "clutter/pumpkins4", + "clutter/pumpkins5", + "clutter/pumpkins6", + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ] } diff --git a/biomes/tropical/mountain-middle.json b/biomes/tropical/mountain-middle.json index 83a1341c..eea59fca 100644 --- a/biomes/tropical/mountain-middle.json +++ b/biomes/tropical/mountain-middle.json @@ -141,6 +141,27 @@ } }, "translate": {"y": -2} + }, + { + "chance": 0.008, + "mode": "PAINT", + "place": [ + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ] } diff --git a/biomes/tropical/mountain-plains.json b/biomes/tropical/mountain-plains.json index 813714d0..fa241bfb 100644 --- a/biomes/tropical/mountain-plains.json +++ b/biomes/tropical/mountain-plains.json @@ -171,6 +171,27 @@ } }, "translate": {"y": -2} + }, + { + "chance": 0.008, + "mode": "PAINT", + "place": [ + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ] } diff --git a/biomes/tropical/mountain.json b/biomes/tropical/mountain.json index 9dd7eb3e..25b53c14 100644 --- a/biomes/tropical/mountain.json +++ b/biomes/tropical/mountain.json @@ -146,6 +146,27 @@ } }, "translate": {"y": -2} + }, + { + "chance": 0.008, + "mode": "PAINT", + "place": [ + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ], "biomeZoom": 30, diff --git a/biomes/tropical/plains-hills.json b/biomes/tropical/plains-hills.json index 3265c2f7..0bd3a5bf 100644 --- a/biomes/tropical/plains-hills.json +++ b/biomes/tropical/plains-hills.json @@ -147,6 +147,27 @@ } }, "translate": {"y": -2} + }, + { + "chance": 0.008, + "mode": "PAINT", + "place": [ + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ] } diff --git a/biomes/tropical/plains.json b/biomes/tropical/plains.json index 4a0b3c09..2152d7c3 100644 --- a/biomes/tropical/plains.json +++ b/biomes/tropical/plains.json @@ -145,6 +145,27 @@ } }, "translate": {"y": -2} + }, + { + "chance": 0.008, + "mode": "PAINT", + "place": [ + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ] } diff --git a/biomes/tropical/rainforest-hills.json b/biomes/tropical/rainforest-hills.json index cedfba1a..a528330a 100644 --- a/biomes/tropical/rainforest-hills.json +++ b/biomes/tropical/rainforest-hills.json @@ -242,6 +242,27 @@ "y": -11, "z": 0 } + }, + { + "chance": 0.008, + "mode": "PAINT", + "place": [ + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ], "wall": { diff --git a/biomes/tropical/rainforest-island.json b/biomes/tropical/rainforest-island.json index 0b625cf4..106026cf 100644 --- a/biomes/tropical/rainforest-island.json +++ b/biomes/tropical/rainforest-island.json @@ -237,6 +237,27 @@ "y": -12, "z": 0 } + }, + { + "chance": 0.008, + "mode": "PAINT", + "place": [ + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ], "wall": { diff --git a/biomes/tropical/rainforest-wicked-child.json b/biomes/tropical/rainforest-wicked-child.json index 4b421eeb..bdd21146 100644 --- a/biomes/tropical/rainforest-wicked-child.json +++ b/biomes/tropical/rainforest-wicked-child.json @@ -246,6 +246,27 @@ "y": -12, "z": 0 } + }, + { + "chance": 0.008, + "mode": "PAINT", + "place": [ + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ], "wall": { diff --git a/biomes/tropical/rainforest-wicked.json b/biomes/tropical/rainforest-wicked.json index 4a9e8f26..432d8d71 100644 --- a/biomes/tropical/rainforest-wicked.json +++ b/biomes/tropical/rainforest-wicked.json @@ -237,6 +237,27 @@ "y": -12, "z": 0 } + }, + { + "chance": 0.008, + "mode": "PAINT", + "place": [ + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ], "wall": { diff --git a/biomes/tropical/rainforest.json b/biomes/tropical/rainforest.json index 7759efae..801bd7a7 100644 --- a/biomes/tropical/rainforest.json +++ b/biomes/tropical/rainforest.json @@ -248,6 +248,27 @@ "y": -12, "z": 0 } + }, + { + "chance": 0.008, + "mode": "PAINT", + "place": [ + "clutter/melons1", + "clutter/melons2", + "clutter/melons3", + "clutter/melons4", + "clutter/melons5", + "clutter/melons6" + ], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "max": 360, + "min": 0, + "interval": 90 + } + } } ], "wall": { diff --git a/biomes/tundra/autumn.json b/biomes/tundra/autumn.json index 7a2231fa..c99368da 100644 --- a/biomes/tundra/autumn.json +++ b/biomes/tundra/autumn.json @@ -467,6 +467,27 @@ } ], "mode": "VACUUM" + }, + { + "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": 90 + } + } } ], "entityInitialSpawns": [ diff --git a/biomes/tundra/forest-cliffs.json b/biomes/tundra/forest-cliffs.json index 6d4f0a92..0baa4701 100644 --- a/biomes/tundra/forest-cliffs.json +++ b/biomes/tundra/forest-cliffs.json @@ -246,6 +246,27 @@ "trees/spruce/pine11", "trees/spruce/pine12" ] + }, + { + "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": 90 + } + } } ], "biomeZoom": 30, diff --git a/biomes/tundra/forest.json b/biomes/tundra/forest.json index 04f43a09..cbfd7fda 100644 --- a/biomes/tundra/forest.json +++ b/biomes/tundra/forest.json @@ -60,6 +60,50 @@ ] } ], + "decorators": [ + { + "chance": 0.01, + "variance": {"style": "STATIC"}, + "zoom": 0.1, + "palette": [ + {"block": "white_tulip"}, + {"block": "blue_orchid"}, + {"block": "poppy"} + ], + "style": {"style": "STATIC"} + }, + { + "chance": 0.001, + "variance": {"style": "STATIC"}, + "zoom": 0.3, + "palette": [ + { + "data": {"age": 0}, + "block": "sweet_berry_bush" + }, + { + "data": {"age": 1}, + "block": "sweet_berry_bush" + }, + { + "data": {"age": 2}, + "block": "sweet_berry_bush" + }, + { + "data": {"age": 3}, + "block": "sweet_berry_bush" + } + ], + "style": {"style": "STATIC"} + }, + { + "chance": 0.2, + "variance": {"style": "STATIC"}, + "zoom": 0.3, + "palette": [{"block": "grass"}], + "style": {"style": "STATIC"} + } + ], "objects": [ { "place": [ @@ -140,54 +184,31 @@ "trees/spruce/pine11", "trees/spruce/pine12" ] + }, + { + "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": 90 + } + } } ], "biomeZoom": 30, "biomeStyle": {"style": "SIMPLEX"}, - "decorators": [ - { - "chance": 0.01, - "variance": {"style": "STATIC"}, - "zoom": 0.1, - "palette": [ - {"block": "white_tulip"}, - {"block": "blue_orchid"}, - {"block": "poppy"} - ], - "style": {"style": "STATIC"} - }, - { - "chance": 0.001, - "variance": {"style": "STATIC"}, - "zoom": 0.3, - "palette": [ - { - "data": {"age": 0}, - "block": "sweet_berry_bush" - }, - { - "data": {"age": 1}, - "block": "sweet_berry_bush" - }, - { - "data": {"age": 2}, - "block": "sweet_berry_bush" - }, - { - "data": {"age": 3}, - "block": "sweet_berry_bush" - } - ], - "style": {"style": "STATIC"} - }, - { - "chance": 0.2, - "variance": {"style": "STATIC"}, - "zoom": 0.3, - "palette": [{"block": "grass"}], - "style": {"style": "STATIC"} - } - ], "childShrinkFactor": 8, "wall": { "style": {"style": "STATIC"}, diff --git a/biomes/tundra/mountains.json b/biomes/tundra/mountains.json index 5e4b2426..68e5324f 100644 --- a/biomes/tundra/mountains.json +++ b/biomes/tundra/mountains.json @@ -144,6 +144,27 @@ "trees/spruce/pine11", "trees/spruce/pine12" ] + }, + { + "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": 90 + } + } } ], "biomeZoom": 30, diff --git a/biomes/tundra/redwood-cliffs.json b/biomes/tundra/redwood-cliffs.json index b6562a82..94512bb2 100644 --- a/biomes/tundra/redwood-cliffs.json +++ b/biomes/tundra/redwood-cliffs.json @@ -59,12 +59,11 @@ } ], "wall": { - "style": {"style": "FRACTAL_WATER"}, "palette": [ - {"block": "diorite"}, - {"block": "diorite"}, + {"block": "coarse_dirt"}, + {"block": "dirt"}, {"block": "stone"}, - {"block": "stone"} + {"block": "dirt"} ] }, "decorators": [ diff --git a/biomes/tundra/redwood-forest.json b/biomes/tundra/redwood-forest.json index 5b119c26..635ff364 100644 --- a/biomes/tundra/redwood-forest.json +++ b/biomes/tundra/redwood-forest.json @@ -63,12 +63,11 @@ } ], "wall": { - "style": {"style": "FRACTAL_WATER"}, "palette": [ - {"block": "diorite"}, - {"block": "diorite"}, + {"block": "coarse_dirt"}, + {"block": "dirt"}, {"block": "stone"}, - {"block": "stone"} + {"block": "dirt"} ] }, "decorators": [ diff --git a/biomes/tundra/sequia-redwoods.json b/biomes/tundra/sequia-redwoods.json index 1c95628c..d0cd49ec 100644 --- a/biomes/tundra/sequia-redwoods.json +++ b/biomes/tundra/sequia-redwoods.json @@ -291,6 +291,27 @@ "clutter/stump6" ], "mode": "VACUUM" + }, + { + "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": 90 + } + } } ], "wall": { diff --git a/biomes/tundra/spruce-denmyre.json b/biomes/tundra/spruce-denmyre.json index 04f5a397..ecd44353 100644 --- a/biomes/tundra/spruce-denmyre.json +++ b/biomes/tundra/spruce-denmyre.json @@ -236,6 +236,27 @@ "y": -1, "z": 0 } + }, + { + "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": 90 + } + } } ], "wall": { diff --git a/biomes/tundra/taiga.json b/biomes/tundra/taiga.json index 587564b4..70cd085b 100644 --- a/biomes/tundra/taiga.json +++ b/biomes/tundra/taiga.json @@ -273,6 +273,27 @@ "y": -1, "z": 0 } + }, + { + "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": 90 + } + } } ], "wall": { diff --git a/objects/clutter/melons1.iob b/objects/clutter/melons1.iob new file mode 100644 index 0000000000000000000000000000000000000000..b5ff7dc5243dfd4933ff2021957c3ad889067861 GIT binary patch literal 117 zcmZQzVBlb2U|@~ literal 0 HcmV?d00001 diff --git a/objects/clutter/melons2.iob b/objects/clutter/melons2.iob new file mode 100644 index 0000000000000000000000000000000000000000..692e5ab912cd46af9cf9eb131592d96b25813680 GIT binary patch literal 101 zcmZQzU|?flU|Ky0`i6How#flL5Sg%zm) literal 0 HcmV?d00001 diff --git a/objects/clutter/melons3.iob b/objects/clutter/melons3.iob new file mode 100644 index 0000000000000000000000000000000000000000..5755f65cfce96cf3596e121f99832a5366d99409 GIT binary patch literal 125 zcmZQzU|?rpU|nROh7(R3=DwAfaL!Fge606Y^BssI20 literal 0 HcmV?d00001 diff --git a/objects/clutter/melons6.iob b/objects/clutter/melons6.iob new file mode 100644 index 0000000000000000000000000000000000000000..23d5fc4c8baa4c95c6a758e264c915ba211004ca GIT binary patch literal 93 zcmZQzU|?rpU|D#Fq;X;hhZQS089W8t^fc4 literal 0 HcmV?d00001 diff --git a/objects/clutter/pumpkins1.iob b/objects/clutter/pumpkins1.iob new file mode 100644 index 0000000000000000000000000000000000000000..b173bbe582c190eaea00c805eb472cd38a50e28d GIT binary patch literal 119 zcmZQzVBlb2U|8QcFq f3=IGO16e=-qT%d+K=xlC2GR^nKnyYzL<0c;-oO}< literal 0 HcmV?d00001 diff --git a/objects/clutter/pumpkins3.iob b/objects/clutter/pumpkins3.iob new file mode 100644 index 0000000000000000000000000000000000000000..a2b6b8b894d95f6461e01f225232e9d75cfa5125 GIT binary patch literal 127 zcmZQzVBlb2U|87B}k m{QnQZAT|RNm}L0>7bx}*$YzGpKyi>57=YMNIgmUU11SK9v>2fP literal 0 HcmV?d00001 diff --git a/objects/clutter/pumpkins4.iob b/objects/clutter/pumpkins4.iob new file mode 100644 index 0000000000000000000000000000000000000000..e85fa7f76da82cb8fa0d0e8619cf7ed191f44fdb GIT binary patch literal 103 zcmZQzU|?rpU|8QcGV e3=IGO16j;K3<69*K2Qt{fCho&{{Mwwm>K|BvKE#A literal 0 HcmV?d00001 diff --git a/objects/clutter/pumpkins5.iob b/objects/clutter/pumpkins5.iob new file mode 100644 index 0000000000000000000000000000000000000000..d12b6ee31c0aec048d4d8eca7d672c0548fa51de GIT binary patch literal 95 zcmZQzU|?flU|8SDRl aKoSI)Ak_cA3=Ci~pdtVNK*SiBAv6GeSQ3>0 literal 0 HcmV?d00001 diff --git a/objects/clutter/pumpkins6.iob b/objects/clutter/pumpkins6.iob new file mode 100644 index 0000000000000000000000000000000000000000..7b9996a585b10d21c955fdfd1f9ab8a02a305586 GIT binary patch literal 95 zcmZQzU|?rpU|8SDSQ aKoSI)85sWm1JXdvATcnT3CM?GAQJ$MLlT() literal 0 HcmV?d00001