From fad7dcd4614d4f2079a363fac5ee41fa7bd86e5b Mon Sep 17 00:00:00 2001 From: SpeeeDCraft <52341158+SpeeeDCraft@users.noreply.github.com> Date: Sun, 22 Oct 2023 20:07:53 +0700 Subject: [PATCH] + vein --- .../placed_feature/in_biome/veins.json | 3 +- .../configured_feature/vein/pitchblende.json | 153 ++++++++++++++++++ .../placed_feature/vein/pitchblende.json | 5 + 3 files changed, 160 insertions(+), 1 deletion(-) create mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/pitchblende.json create mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/pitchblende.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 d82913530..9863a0370 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 @@ -31,6 +31,7 @@ "tfc:vein/salt", "tfc:vein/garnet_opal", "tfc:vein/bauxite", - "tfc:vein/naquadah" + "tfc:vein/naquadah", + "tfc:vein/pitchblende" ] } \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/pitchblende.json b/kubejs/data/tfc/worldgen/configured_feature/vein/pitchblende.json new file mode 100644 index 000000000..f9c35fc79 --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/pitchblende.json @@ -0,0 +1,153 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "tfc:cluster_vein", + "config": { + "rarity": 200, + "min_y": { + "absolute": -50 + }, + "max_y": { + "absolute": 20 + }, + "size": 22, + "density": 0.1, + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "weight": 50, + "block": "gtceu:tfc_granite_pitchblende_ore" + }, + { + "weight": 50, + "block": "gtceu:tfc_granite_uraninite_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "weight": 50, + "block": "gtceu:tfc_diorite_pitchblende_ore" + }, + { + "weight": 50, + "block": "gtceu:tfc_diorite_uraninite_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "weight": 50, + "block": "gtceu:tfc_gabbro_pitchblende_ore" + }, + { + "weight": 50, + "block": "gtceu:tfc_gabbro_uraninite_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "weight": 50, + "block": "gtceu:tfc_quartzite_pitchblende_ore" + }, + { + "weight": 50, + "block": "gtceu:tfc_quartzite_uraninite_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "weight": 50, + "block": "gtceu:tfc_slate_pitchblende_ore" + }, + { + "weight": 50, + "block": "gtceu:tfc_slate_uraninite_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "weight": 50, + "block": "gtceu:tfc_phyllite_pitchblende_ore" + }, + { + "weight": 50, + "block": "gtceu:tfc_phyllite_uraninite_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "weight": 50, + "block": "gtceu:tfc_schist_pitchblende_ore" + }, + { + "weight": 50, + "block": "gtceu:tfc_schist_uraninite_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "weight": 50, + "block": "gtceu:tfc_gneiss_pitchblende_ore" + }, + { + "weight": 50, + "block": "gtceu:tfc_gneiss_uraninite_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "weight": 50, + "block": "gtceu:tfc_marble_pitchblende_ore" + }, + { + "weight": 50, + "block": "gtceu:tfc_marble_uraninite_ore" + } + ] + } + ], + "random_name": "pitchblende" + } +} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/pitchblende.json b/kubejs/data/tfc/worldgen/placed_feature/vein/pitchblende.json new file mode 100644 index 000000000..8e98bc170 --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/pitchblende.json @@ -0,0 +1,5 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "feature": "tfc:vein/pitchblende", + "placement": [] +} \ No newline at end of file