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 e1726e2d4..d82913530 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 @@ -30,6 +30,7 @@ "tfc:vein/lapis", "tfc:vein/salt", "tfc:vein/garnet_opal", - "tfc:vein/bauxite" + "tfc:vein/bauxite", + "tfc:vein/naquadah" ] } \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/naquadah.json b/kubejs/data/tfc/worldgen/configured_feature/vein/naquadah.json new file mode 100644 index 000000000..7fa8ed8f6 --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/naquadah.json @@ -0,0 +1,108 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "tfc:cluster_vein", + "config": { + "rarity": 300, + "min_y": { + "absolute": -64 + }, + "max_y": { + "absolute": -10 + }, + "size": 26, + "density": 0.05, + "blocks": [ + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "weight": 75, + "block": "gtceu:tfc_quartzite_naquadah_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_quartzite_plutonium_239_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "weight": 75, + "block": "gtceu:tfc_slate_naquadah_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_slate_plutonium_239_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "weight": 75, + "block": "gtceu:tfc_phyllite_naquadah_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_phyllite_plutonium_239_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "weight": 75, + "block": "gtceu:tfc_schist_naquadah_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_schist_plutonium_239_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "weight": 75, + "block": "gtceu:tfc_gneiss_naquadah_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_gneiss_plutonium_239_ore" + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "weight": 75, + "block": "gtceu:tfc_marble_naquadah_ore" + }, + { + "weight": 25, + "block": "gtceu:tfc_marble_plutonium_239_ore" + } + ] + } + ], + "random_name": "naquadah" + } +} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/naquadah.json b/kubejs/data/tfc/worldgen/placed_feature/vein/naquadah.json new file mode 100644 index 000000000..513ce7a8a --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/naquadah.json @@ -0,0 +1,5 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "feature": "tfc:vein/naquadah", + "placement": [] +} \ No newline at end of file