From 8ebee109a25071d67cd38914e9dc6a0ae0b3440c Mon Sep 17 00:00:00 2001 From: StrangeOne101 Date: Sun, 1 Aug 2021 23:46:28 +1200 Subject: [PATCH] Translate Melons & Pumpkins --- biomes/temperate/birch-forest.json | 3 +++ biomes/temperate/birch-thin.json | 3 +++ biomes/temperate/combo-forest.json | 3 +++ biomes/temperate/flower-forest.json | 3 +++ biomes/temperate/longtree-forest.json | 3 +++ biomes/temperate/lush-plains-red.json | 3 +++ biomes/temperate/lush-plains-yellow.json | 3 +++ biomes/temperate/lush-plains.json | 3 +++ biomes/temperate/oak-denmyre.json | 3 +++ biomes/temperate/oak-forest.json | 3 +++ biomes/temperate/plains.json | 3 +++ biomes/temperate/sakura-pink-forest.json | 3 +++ biomes/temperate/wilds.json | 3 +++ biomes/tropical/bamboo-forest.json | 3 +++ biomes/tropical/mountain-extreme.json | 3 +++ biomes/tropical/mountain-middle.json | 3 +++ biomes/tropical/mountain-plains.json | 3 +++ biomes/tropical/mountain.json | 3 +++ biomes/tropical/plains-hills.json | 3 +++ biomes/tropical/plains.json | 3 +++ biomes/tropical/rainforest-hills.json | 3 +++ biomes/tropical/rainforest-island.json | 3 +++ biomes/tropical/rainforest-wicked-child.json | 3 +++ biomes/tropical/rainforest-wicked.json | 3 +++ biomes/tropical/rainforest.json | 3 +++ biomes/tundra/autumn.json | 3 +++ biomes/tundra/forest-cliffs.json | 3 +++ biomes/tundra/forest.json | 3 +++ biomes/tundra/mountains.json | 3 +++ biomes/tundra/sequia-redwoods.json | 3 +++ biomes/tundra/spruce-denmyre.json | 3 +++ biomes/tundra/taiga.json | 3 +++ 32 files changed, 96 insertions(+) diff --git a/biomes/temperate/birch-forest.json b/biomes/temperate/birch-forest.json index 5dbdea0d..3d3e3c44 100644 --- a/biomes/temperate/birch-forest.json +++ b/biomes/temperate/birch-forest.json @@ -179,6 +179,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/temperate/birch-thin.json b/biomes/temperate/birch-thin.json index f0ba798c..26f82f48 100644 --- a/biomes/temperate/birch-thin.json +++ b/biomes/temperate/birch-thin.json @@ -150,6 +150,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/temperate/combo-forest.json b/biomes/temperate/combo-forest.json index 578b0187..0a801da2 100644 --- a/biomes/temperate/combo-forest.json +++ b/biomes/temperate/combo-forest.json @@ -308,6 +308,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/temperate/flower-forest.json b/biomes/temperate/flower-forest.json index 5a3494ec..7649c365 100644 --- a/biomes/temperate/flower-forest.json +++ b/biomes/temperate/flower-forest.json @@ -378,6 +378,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/temperate/longtree-forest.json b/biomes/temperate/longtree-forest.json index 4273ae60..179201a8 100644 --- a/biomes/temperate/longtree-forest.json +++ b/biomes/temperate/longtree-forest.json @@ -388,6 +388,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/temperate/lush-plains-red.json b/biomes/temperate/lush-plains-red.json index d0d450d8..4f975b37 100644 --- a/biomes/temperate/lush-plains-red.json +++ b/biomes/temperate/lush-plains-red.json @@ -216,6 +216,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/temperate/lush-plains-yellow.json b/biomes/temperate/lush-plains-yellow.json index 45a8ca22..4e3d2c64 100644 --- a/biomes/temperate/lush-plains-yellow.json +++ b/biomes/temperate/lush-plains-yellow.json @@ -216,6 +216,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/temperate/lush-plains.json b/biomes/temperate/lush-plains.json index f8d3875d..8f966143 100644 --- a/biomes/temperate/lush-plains.json +++ b/biomes/temperate/lush-plains.json @@ -244,6 +244,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/temperate/oak-denmyre.json b/biomes/temperate/oak-denmyre.json index 582610c9..7cf39084 100644 --- a/biomes/temperate/oak-denmyre.json +++ b/biomes/temperate/oak-denmyre.json @@ -210,6 +210,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/temperate/oak-forest.json b/biomes/temperate/oak-forest.json index 9e1d19bd..6a4bf684 100644 --- a/biomes/temperate/oak-forest.json +++ b/biomes/temperate/oak-forest.json @@ -233,6 +233,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ] diff --git a/biomes/temperate/plains.json b/biomes/temperate/plains.json index 467d9a7b..40caf1cd 100644 --- a/biomes/temperate/plains.json +++ b/biomes/temperate/plains.json @@ -310,6 +310,9 @@ "min": 0, "max": 360 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/temperate/sakura-pink-forest.json b/biomes/temperate/sakura-pink-forest.json index 3a78eb20..811f960a 100644 --- a/biomes/temperate/sakura-pink-forest.json +++ b/biomes/temperate/sakura-pink-forest.json @@ -187,6 +187,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/temperate/wilds.json b/biomes/temperate/wilds.json index e74d2e2d..9657b331 100644 --- a/biomes/temperate/wilds.json +++ b/biomes/temperate/wilds.json @@ -155,6 +155,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tropical/bamboo-forest.json b/biomes/tropical/bamboo-forest.json index 5b447b12..7fc9a0c5 100644 --- a/biomes/tropical/bamboo-forest.json +++ b/biomes/tropical/bamboo-forest.json @@ -191,6 +191,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tropical/mountain-extreme.json b/biomes/tropical/mountain-extreme.json index ea63bb33..90bbe6d6 100644 --- a/biomes/tropical/mountain-extreme.json +++ b/biomes/tropical/mountain-extreme.json @@ -184,6 +184,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ] diff --git a/biomes/tropical/mountain-middle.json b/biomes/tropical/mountain-middle.json index a10b0729..d4229387 100644 --- a/biomes/tropical/mountain-middle.json +++ b/biomes/tropical/mountain-middle.json @@ -156,6 +156,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ] diff --git a/biomes/tropical/mountain-plains.json b/biomes/tropical/mountain-plains.json index fa241bfb..0f665c37 100644 --- a/biomes/tropical/mountain-plains.json +++ b/biomes/tropical/mountain-plains.json @@ -191,6 +191,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ] diff --git a/biomes/tropical/mountain.json b/biomes/tropical/mountain.json index 25b53c14..7c25be4b 100644 --- a/biomes/tropical/mountain.json +++ b/biomes/tropical/mountain.json @@ -166,6 +166,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tropical/plains-hills.json b/biomes/tropical/plains-hills.json index 0bd3a5bf..8bf7de10 100644 --- a/biomes/tropical/plains-hills.json +++ b/biomes/tropical/plains-hills.json @@ -167,6 +167,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ] diff --git a/biomes/tropical/plains.json b/biomes/tropical/plains.json index 0b24d590..c4418836 100644 --- a/biomes/tropical/plains.json +++ b/biomes/tropical/plains.json @@ -166,6 +166,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ] diff --git a/biomes/tropical/rainforest-hills.json b/biomes/tropical/rainforest-hills.json index a528330a..75b1d006 100644 --- a/biomes/tropical/rainforest-hills.json +++ b/biomes/tropical/rainforest-hills.json @@ -262,6 +262,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tropical/rainforest-island.json b/biomes/tropical/rainforest-island.json index 4bbe81d9..6c0ff94e 100644 --- a/biomes/tropical/rainforest-island.json +++ b/biomes/tropical/rainforest-island.json @@ -257,6 +257,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tropical/rainforest-wicked-child.json b/biomes/tropical/rainforest-wicked-child.json index 05acbdfe..7bd6f4e2 100644 --- a/biomes/tropical/rainforest-wicked-child.json +++ b/biomes/tropical/rainforest-wicked-child.json @@ -266,6 +266,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tropical/rainforest-wicked.json b/biomes/tropical/rainforest-wicked.json index 0bae6854..b18522b0 100644 --- a/biomes/tropical/rainforest-wicked.json +++ b/biomes/tropical/rainforest-wicked.json @@ -257,6 +257,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tropical/rainforest.json b/biomes/tropical/rainforest.json index c671c7e8..26d30546 100644 --- a/biomes/tropical/rainforest.json +++ b/biomes/tropical/rainforest.json @@ -268,6 +268,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tundra/autumn.json b/biomes/tundra/autumn.json index 5ba268d3..48ca9bcd 100644 --- a/biomes/tundra/autumn.json +++ b/biomes/tundra/autumn.json @@ -487,6 +487,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ] diff --git a/biomes/tundra/forest-cliffs.json b/biomes/tundra/forest-cliffs.json index 83402b7f..7036e65f 100644 --- a/biomes/tundra/forest-cliffs.json +++ b/biomes/tundra/forest-cliffs.json @@ -265,6 +265,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tundra/forest.json b/biomes/tundra/forest.json index eeeda8b3..7ba514f1 100644 --- a/biomes/tundra/forest.json +++ b/biomes/tundra/forest.json @@ -205,6 +205,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tundra/mountains.json b/biomes/tundra/mountains.json index 5159844b..3396e501 100644 --- a/biomes/tundra/mountains.json +++ b/biomes/tundra/mountains.json @@ -165,6 +165,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tundra/sequia-redwoods.json b/biomes/tundra/sequia-redwoods.json index f2c2e9cc..55ecce1e 100644 --- a/biomes/tundra/sequia-redwoods.json +++ b/biomes/tundra/sequia-redwoods.json @@ -312,6 +312,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tundra/spruce-denmyre.json b/biomes/tundra/spruce-denmyre.json index ecd44353..ae1fa579 100644 --- a/biomes/tundra/spruce-denmyre.json +++ b/biomes/tundra/spruce-denmyre.json @@ -256,6 +256,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ], diff --git a/biomes/tundra/taiga.json b/biomes/tundra/taiga.json index 258db56a..37b0e005 100644 --- a/biomes/tundra/taiga.json +++ b/biomes/tundra/taiga.json @@ -294,6 +294,9 @@ "min": 0, "interval": 90 } + }, + "translate": { + "y": 1 } } ],