diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/pitcher_plant.json b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/pitcher_plant.json index a650f7a23..8c69d0132 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/pitcher_plant.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/pitcher_plant.json @@ -42,6 +42,10 @@ } }, "placement": [ + { + "type": "minecraft:heightmap", + "heightmap": "OCEAN_FLOOR" + }, { "type": "minecraft:block_predicate_filter", "predicate": { @@ -61,7 +65,7 @@ } ] }, - "tries": 16, + "tries": 8, "xz_spread": 6, "y_spread": 1 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/torchflower.json b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/torchflower.json index a976b59b8..2cedd1241 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/torchflower.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/torchflower.json @@ -14,6 +14,10 @@ } }, "placement": [ + { + "type": "minecraft:heightmap", + "heightmap": "OCEAN_FLOOR" + }, { "type": "minecraft:block_predicate_filter", "predicate": { @@ -33,7 +37,7 @@ } ] }, - "tries": 16, + "tries": 8, "xz_spread": 6, "y_spread": 1 }