From 5d9c70736dd889234023f21e79961f0b5e938efe Mon Sep 17 00:00:00 2001 From: SpeeeDCraft <52341158+SpeeeDCraft@users.noreply.github.com> Date: Sun, 22 Oct 2023 20:21:02 +0700 Subject: [PATCH] + 2 veins --- .../placed_feature/in_biome/veins.json | 4 +- .../vein/certus_quartz.json | 110 ++++++++++++ .../configured_feature/vein/sheldonite.json | 156 ++++++++++++++++++ .../placed_feature/vein/certus_quartz.json | 5 + .../placed_feature/vein/sheldonite.json | 5 + 5 files changed, 279 insertions(+), 1 deletion(-) create mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/certus_quartz.json create mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/sheldonite.json create mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/certus_quartz.json create mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/sheldonite.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 9b88f7012..ff725aa3a 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 @@ -33,6 +33,8 @@ "tfc:vein/bauxite", "tfc:vein/naquadah", "tfc:vein/pitchblende", - "tfc:vein/scheelite" + "tfc:vein/scheelite", + "tfc:vein/sheldonite", + "tfc:vein/certus_quartz" ] } \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/certus_quartz.json b/kubejs/data/tfc/worldgen/configured_feature/vein/certus_quartz.json new file mode 100644 index 000000000..2c34d377b --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/certus_quartz.json @@ -0,0 +1,110 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "tfc:cluster_vein", + "config": { + "rarity": 35, + "min_y": { + "absolute": -20 + }, + "max_y": { + "absolute": 100 + }, + "size": 45, + "density": 0.4, + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "weight": 45, + "block": "gtceu:tfc_shale_quartzite_ore" + }, + { + "weight": 30, + "block": "gtceu:tfc_shale_certus_quartz_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_shale_barite_ore" + }, + { + "weight": 10, + "block": "gtceu:tfc_shale_nether_quartz_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "weight": 45, + "block": "gtceu:tfc_quartzite_quartzite_ore" + }, + { + "weight": 30, + "block": "gtceu:tfc_quartzite_certus_quartz_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_quartzite_barite_ore" + }, + { + "weight": 10, + "block": "gtceu:tfc_quartzite_nether_quartz_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "weight": 45, + "block": "gtceu:tfc_schist_quartzite_ore" + }, + { + "weight": 30, + "block": "gtceu:tfc_schist_certus_quartz_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_schist_barite_ore" + }, + { + "weight": 10, + "block": "gtceu:tfc_schist_nether_quartz_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "weight": 45, + "block": "gtceu:tfc_gneiss_quartzite_ore" + }, + { + "weight": 30, + "block": "gtceu:tfc_gneiss_certus_quartz_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_gneiss_barite_ore" + }, + { + "weight": 10, + "block": "gtceu:tfc_gneiss_nether_quartz_ore" + } + ] + } + ], + "random_name": "certus_quartz" + } +} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/sheldonite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/sheldonite.json new file mode 100644 index 000000000..46b876845 --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/sheldonite.json @@ -0,0 +1,156 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "tfc:cluster_vein", + "config": { + "rarity": 55, + "min_y": { + "absolute": -50 + }, + "max_y": { + "absolute": 40 + }, + "size": 14, + "density": 0.4, + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "weight": 35, + "block": "gtceu:tfc_quartzite_bornite_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_quartzite_coopirite_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_quartzite_platinum_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_quartzite_palladium_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "weight": 35, + "block": "gtceu:tfc_slate_bornite_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_slate_coopirite_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_slate_platinum_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_slate_palladium_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "weight": 35, + "block": "gtceu:tfc_phyllite_bornite_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_phyllite_coopirite_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_phyllite_platinum_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_phyllite_palladium_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "weight": 35, + "block": "gtceu:tfc_schist_bornite_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_schist_coopirite_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_schist_platinum_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_schist_palladium_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "weight": 35, + "block": "gtceu:tfc_gneiss_bornite_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_gneiss_coopirite_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_gneiss_platinum_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_gneiss_palladium_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "weight": 35, + "block": "gtceu:tfc_marble_bornite_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_marble_coopirite_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_marble_platinum_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_marble_palladium_ore" + } + ] + } + ], + "random_name": "sheldontie" + } +} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/certus_quartz.json b/kubejs/data/tfc/worldgen/placed_feature/vein/certus_quartz.json new file mode 100644 index 000000000..0f579ae70 --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/certus_quartz.json @@ -0,0 +1,5 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "feature": "tfc:vein/certus_quartz", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/sheldonite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/sheldonite.json new file mode 100644 index 000000000..b039210d5 --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/sheldonite.json @@ -0,0 +1,5 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "feature": "tfc:vein/sheldonite", + "placement": [] +} \ No newline at end of file