diff --git a/biomes/temperate/osaka-cherry-forest.json b/biomes/temperate/osaka-cherry-forest.json index c0cc9a0d..a6001eca 100644 --- a/biomes/temperate/osaka-cherry-forest.json +++ b/biomes/temperate/osaka-cherry-forest.json @@ -17,7 +17,7 @@ } ], "customDerivitives": [{ - "id": "osaka_red", + "id": "osaka_cherry", "foliageColor": "#DF72C9", "downfallType": "snow", "temperature": -3, @@ -26,7 +26,7 @@ "category": "forest" }, { - "id": "osaka_child_forest", + "id": "osaka_cherry_child_forest", "foliageColor": "#FFF4FD", "downfallType": "snow", "temperature": -3, @@ -35,7 +35,7 @@ "category": "forest" }, { - "id": "osaka_child_forest", + "id": "osaka_cherry_child_forest", "foliageColor": "#FFF4FD", "downfallType": "snow", "temperature": -3, @@ -44,7 +44,7 @@ "category": "forest" }, { - "id": "osaka_child_forest", + "id": "osaka_cherry_child_forest", "foliageColor": "#FFF4FD", "downfallType": "snow", "temperature": -3, @@ -53,7 +53,7 @@ "category": "forest" }, { - "id": "osaka_child_forest", + "id": "osaka_cherry_child_forest", "foliageColor": "#FFF4FD", "downfallType": "snow", "temperature": -3, diff --git a/biomes/temperate/osaka-red-forest.json b/biomes/temperate/osaka-red-forest.json index 8c61cc1e..2bf92087 100644 --- a/biomes/temperate/osaka-red-forest.json +++ b/biomes/temperate/osaka-red-forest.json @@ -26,7 +26,7 @@ "category": "forest" }, { - "id": "osaka_child_forest", + "id": "osaka_red_child_forest", "foliageColor": "#AA2323", "downfallType": "snow", "temperature": -3, @@ -236,7 +236,7 @@ ] }, { - "chance": 0.01, + "chance": 0.03, "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [{"block": "oak_leaves"}] diff --git a/jigsaw-pieces/pyramid-desert.json b/jigsaw-pieces/pyramid-desert.json index a6f23cf7..22f3d5a9 100644 --- a/jigsaw-pieces/pyramid-desert.json +++ b/jigsaw-pieces/pyramid-desert.json @@ -34,7 +34,7 @@ "enabled": true }, "boreExtendMaxY": 0, - "smartBore": false, + "smartBore": true, "waterloggable": false, "bore": false, "translate": { @@ -43,7 +43,7 @@ "y": -18, "z": 0 }, - "mode": "FAST_MAX_HEIGHT", + "mode": "MIN_HEIGHT", "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false,