diff --git a/biomes/temperate-wilds.json b/biomes/temperate-wilds.json index d2e47ac4..a240711b 100644 --- a/biomes/temperate-wilds.json +++ b/biomes/temperate-wilds.json @@ -1,5 +1,5 @@ { - "vanillaDerivative": "JUNGLE", + "vanillaDerivative": "PLAINS", "children": [ "temperate-highlands" ], @@ -264,7 +264,7 @@ } ], "biomeZoom": 40, - "derivative": "JUNGLE", + "derivative": "PLAINS", "biomeStyle": { "style": "IRIS" }, @@ -283,8 +283,5 @@ "block": "stone" } ] - }, - "biomeScatter": [ - "JUNGLE" - ] -} \ No newline at end of file + } +}