From b9af2efc61b3618156bbb34f3938c597d1a68340 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 26 Aug 2025 00:09:36 +0100 Subject: [PATCH] added ochrum blob to mars --- .../mars/terrain/ochrum_blob.json | 18 +++++++++++++ .../mars/terrain/ochrum_blob.json | 27 +++++++++++++++++++ .../moon/asurine/blob_dense.json | 4 +-- .../moon/asurine/blob_sparse.json | 4 +-- 4 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/mars/terrain/ochrum_blob.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/mars/terrain/ochrum_blob.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/terrain/ochrum_blob.json b/kubejs/data/tfg/worldgen/configured_feature/mars/terrain/ochrum_blob.json new file mode 100644 index 000000000..0b1a1a226 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/terrain/ochrum_blob.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "size": 40, + "targets": [ + { + "state": { + "Name": "create:ochrum" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "ad_astra:mars_stone_replaceables" + } + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/terrain/ochrum_blob.json b/kubejs/data/tfg/worldgen/placed_feature/mars/terrain/ochrum_blob.json new file mode 100644 index 000000000..20109cb86 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/terrain/ochrum_blob.json @@ -0,0 +1,27 @@ +{ + "feature": "tfg:mars/terrain/ochrum_blob", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:trapezoid", + "max_inclusive": { + "absolute": 80 + }, + "min_inclusive": { + "absolute": -32 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_dense.json b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_dense.json index edacee72f..db64d0f6e 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_dense.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_dense.json @@ -13,10 +13,10 @@ "height": { "type": "minecraft:trapezoid", "max_inclusive": { - "absolute": 210 + "absolute": 120 }, "min_inclusive": { - "absolute": -64 + "absolute": 0 } } }, diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_sparse.json b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_sparse.json index 2c91be390..c190e8713 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_sparse.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_sparse.json @@ -13,10 +13,10 @@ "height": { "type": "minecraft:trapezoid", "max_inclusive": { - "absolute": 210 + "absolute": 120 }, "min_inclusive": { - "absolute": -64 + "absolute": 0 } } },