From 46d5e177a235760d77e5612c1bd17d18812a0b22 Mon Sep 17 00:00:00 2001 From: SpeeeDCraft <52341158+SpeeeDCraft@users.noreply.github.com> Date: Sun, 22 Oct 2023 19:07:37 +0700 Subject: [PATCH] +vein --- .../placed_feature/in_biome/veins.json | 4 +- .../configured_feature/vein/salt.json | 87 +++++++++++++++++++ .../worldgen/placed_feature/vein/salt.json | 5 ++ 3 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/salt.json create mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/salt.json diff --git a/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json b/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json index 11208eb38..4345466de 100644 --- a/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json +++ b/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json @@ -26,6 +26,8 @@ "tfc:vein/coal", "tfc:vein/redstone", "tfc:vein/diamond", - "tfc:vein/beryllium" + "tfc:vein/beryllium", + "tfc:vein/lapis", + "tfc:vein/salt" ] } \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/salt.json b/kubejs/data/tfc/worldgen/configured_feature/vein/salt.json new file mode 100644 index 000000000..f00d89dc4 --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/salt.json @@ -0,0 +1,87 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "tfc:cluster_vein", + "config": { + "rarity": 80, + "min_y": { + "absolute": 30 + }, + "max_y": { + "absolute": 70 + }, + "size": 30, + "density": 0.2, + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "weight": 40, + "block": "gtceu:tfc_shale_rocksalt_ore" + }, + { + "weight": 30, + "block": "gtceu:tfc_shale_salt_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_shale_lepidolite_ore" + }, + { + "weight": 15, + "block": "tfc:ore/borax/shale" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "weight": 40, + "block": "gtceu:tfc_claystone_rocksalt_ore" + }, + { + "weight": 30, + "block": "gtceu:tfc_claystone_salt_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_claystone_lepidolite_ore" + }, + { + "weight": 15, + "block": "tfc:ore/borax/claystone" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "weight": 40, + "block": "gtceu:tfc_limestone_rocksalt_ore" + }, + { + "weight": 30, + "block": "gtceu:tfc_limestone_salt_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_limestone_lepidolite_ore" + }, + { + "weight": 15, + "block": "tfc:ore/borax/limestone" + } + ] + } + ], + "random_name": "salt" + } +} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/salt.json b/kubejs/data/tfc/worldgen/placed_feature/vein/salt.json new file mode 100644 index 000000000..20da2ab48 --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/salt.json @@ -0,0 +1,5 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "feature": "tfc:vein/salt", + "placement": [] +} \ No newline at end of file