From be356a5d9bc1bea5c8513e9efc5695e53f3801b9 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 18 Sep 2025 00:36:30 +0100 Subject: [PATCH] made the clay indicators more reliably spawn --- .../configured_feature/mars/surface/pitcher_plant.json | 6 +++++- .../configured_feature/mars/surface/torchflower.json | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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 }