From 3ddc685da0e821c69143ffb3479381b6539c882a Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 20 Sep 2025 18:32:20 +0100 Subject: [PATCH] icicles again? --- .../configured_feature/mars/underground/icicle.json | 10 ++++++++++ .../mars/underground/icicle_extra.json | 10 ++++++++++ .../placed_feature/mars/underground/icicle.json | 2 +- .../placed_feature/mars/underground/icicle_extra.json | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/mars/underground/icicle.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/mars/underground/icicle_extra.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/underground/icicle.json b/kubejs/data/tfg/worldgen/configured_feature/mars/underground/icicle.json new file mode 100644 index 000000000..f20647777 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/underground/icicle.json @@ -0,0 +1,10 @@ +{ + "type": "tfc:thin_spike", + "config": { + "state": "tfc:icicle", + "radius": 10, + "tries": 50, + "min_height": 2, + "max_height": 5 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/underground/icicle_extra.json b/kubejs/data/tfg/worldgen/configured_feature/mars/underground/icicle_extra.json new file mode 100644 index 000000000..f20647777 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/underground/icicle_extra.json @@ -0,0 +1,10 @@ +{ + "type": "tfc:thin_spike", + "config": { + "state": "tfc:icicle", + "radius": 10, + "tries": 50, + "min_height": 2, + "max_height": 5 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/underground/icicle.json b/kubejs/data/tfg/worldgen/placed_feature/mars/underground/icicle.json index fc0e253e7..24c33f3d3 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/underground/icicle.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/underground/icicle.json @@ -1,5 +1,5 @@ { - "feature": "tfc:icicle", + "feature": "tfg:mars/underground/icicle", "placement": [ { "type": "minecraft:count", diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/underground/icicle_extra.json b/kubejs/data/tfg/worldgen/placed_feature/mars/underground/icicle_extra.json index 6d287898a..3da33c42c 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/underground/icicle_extra.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/underground/icicle_extra.json @@ -1,5 +1,5 @@ { - "feature": "tfc:icicle", + "feature": "tfg:mars/underground/icicle_extra", "placement": [ { "type": "minecraft:count",